<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/binary</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 07:37:44 GMT</pubDate>
<item>
<title>(Java) Text-to-Binary Encoder - eiger824</title>
<link>http://snipplr.com/view/69415/texttobinary-encoder/</link>
<description><![CDATA[ <p>A simple Text Encoder.</p> ]]></description>
<pubDate>Fri, 11 Jan 2013 00:47:47 GMT</pubDate>
<guid>http://snipplr.com/view/69415/texttobinary-encoder/</guid>
</item>
<item>
<title>(JavaScript) JavaScript Binary Search - jatkins</title>
<link>http://snipplr.com/view/64757/javascript-binary-search/</link>
<description><![CDATA[ <p>Released into the public domain.</p> ]]></description>
<pubDate>Fri, 27 Apr 2012 07:18:43 GMT</pubDate>
<guid>http://snipplr.com/view/64757/javascript-binary-search/</guid>
</item>
<item>
<title>(C) Two Binary Search Functions in C - rtperson</title>
<link>http://snipplr.com/view/63046/two-binary-search-functions-in-c/</link>
<description><![CDATA[ <p>Two versions of binary search -- one recursive, one iterative -- for an array of strings.
Both assume that your array index fits within an integer.</p> ]]></description>
<pubDate>Sat, 04 Feb 2012 02:45:29 GMT</pubDate>
<guid>http://snipplr.com/view/63046/two-binary-search-functions-in-c/</guid>
</item>
<item>
<title>(Bash) Convert Apple .plist file to from XML / binary - stiobhart</title>
<link>http://snipplr.com/view/60213/convert-apple-plist-file-to-from-xml--binary/</link>
<description><![CDATA[ <p>A pair of handy terminal commands for converting Apple .plist preference files from binary to XML format [allowing for easy editing with a text editor] and then back to binary again, afterwards.</p> ]]></description>
<pubDate>Wed, 26 Oct 2011 19:30:16 GMT</pubDate>
<guid>http://snipplr.com/view/60213/convert-apple-plist-file-to-from-xml--binary/</guid>
</item>
<item>
<title>(C++) bstablo_pokazivac.h - dafilipaj</title>
<link>http://snipplr.com/view/46639/bstablopokazivach/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 06 Jan 2011 07:50:32 GMT</pubDate>
<guid>http://snipplr.com/view/46639/bstablopokazivach/</guid>
</item>
<item>
<title>(C++) bstablo_polje.h - dafilipaj</title>
<link>http://snipplr.com/view/46638/bstablopoljeh/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 06 Jan 2011 07:49:32 GMT</pubDate>
<guid>http://snipplr.com/view/46638/bstablopoljeh/</guid>
</item>
<item>
<title>(C++) ostablo.h - dafilipaj</title>
<link>http://snipplr.com/view/46637/ostabloh/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 06 Jan 2011 07:48:35 GMT</pubDate>
<guid>http://snipplr.com/view/46637/ostabloh/</guid>
</item>
<item>
<title>(C++) Main program - dafilipaj</title>
<link>http://snipplr.com/view/46636/main-program/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 06 Jan 2011 07:46:54 GMT</pubDate>
<guid>http://snipplr.com/view/46636/main-program/</guid>
</item>
<item>
<title>(PHP) String to Binary program! - Desoxena</title>
<link>http://snipplr.com/view/45218/string-to-binary-program/</link>
<description><![CDATA[ <p>This program will turn any string you declare in $string0, and put it into binary. kinda useless, but it's fun to do this and see if you friends can see what you were saying XD</p> ]]></description>
<pubDate>Fri, 03 Dec 2010 12:37:54 GMT</pubDate>
<guid>http://snipplr.com/view/45218/string-to-binary-program/</guid>
</item>
<item>
<title>(C++) Convert a char to a binary string representation - FACastello</title>
<link>http://snipplr.com/view/43723/convert-a-char-to-a-binary-string-representation/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 08 Nov 2010 05:27:45 GMT</pubDate>
<guid>http://snipplr.com/view/43723/convert-a-char-to-a-binary-string-representation/</guid>
</item>
<item>
<title>(C#) Class serialization/deserialization using Base64 encoding - dzr_gregory</title>
<link>http://snipplr.com/view/41810/class-serializationdeserialization-using-base64-encoding/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 08 Oct 2010 05:03:19 GMT</pubDate>
<guid>http://snipplr.com/view/41810/class-serializationdeserialization-using-base64-encoding/</guid>
</item>
<item>
<title>(Pascal) Binary to Decimal and Decimal to Binary converter - jatkins</title>
<link>http://snipplr.com/view/41284/binary-to-decimal-and-decimal-to-binary-converter/</link>
<description><![CDATA[ <p>Public domain.</p> ]]></description>
<pubDate>Sat, 02 Oct 2010 00:17:23 GMT</pubDate>
<guid>http://snipplr.com/view/41284/binary-to-decimal-and-decimal-to-binary-converter/</guid>
</item>
<item>
<title>(Ruby) Ruby binary string conversion - jimbobmcfred</title>
<link>http://snipplr.com/view/41088/ruby-binary-string-conversion/</link>
<description><![CDATA[ <p>Quick conversion from a string of binary into ascii, and back again.\r\nUse B* for MSB and b* for LSB first.</p> ]]></description>
<pubDate>Tue, 28 Sep 2010 03:02:04 GMT</pubDate>
<guid>http://snipplr.com/view/41088/ruby-binary-string-conversion/</guid>
</item>
<item>
<title>(C) convert int to binary in c - zava</title>
<link>http://snipplr.com/view/38251/convert-int-to-binary-in-c/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 03 Aug 2010 04:09:07 GMT</pubDate>
<guid>http://snipplr.com/view/38251/convert-int-to-binary-in-c/</guid>
</item>
<item>
<title>(MatLab) SR620 Code - panopticon</title>
<link>http://snipplr.com/view/37204/sr620-code/</link>
<description><![CDATA[ <p>These are two functions I wrote in MATLAB to perform the binary dump readout. There is little documentation on this outside of the manual, but I finally got it to work today. There are some superfluous bits to this code, but the essentials are there.</p> ]]></description>
<pubDate>Tue, 13 Jul 2010 12:03:00 GMT</pubDate>
<guid>http://snipplr.com/view/37204/sr620-code/</guid>
</item>
<item>
<title>(C) Binary GCD - s1m55r</title>
<link>http://snipplr.com/view/36332/binary-gcd/</link>
<description><![CDATA[ <p>Compute the GCD of two numbers</p> ]]></description>
<pubDate>Fri, 25 Jun 2010 18:46:42 GMT</pubDate>
<guid>http://snipplr.com/view/36332/binary-gcd/</guid>
</item>
<item>
<title>(C) Calculate binomial coefficient - s1m55r</title>
<link>http://snipplr.com/view/36143/calculate-binomial-coefficient/</link>
<description><![CDATA[ <p>Program to calculate large binomial coefficients efficiently. As long as the value fits into an unsigned long long int, the program should find it in a relatively short amount of time.</p> ]]></description>
<pubDate>Fri, 25 Jun 2010 05:48:40 GMT</pubDate>
<guid>http://snipplr.com/view/36143/calculate-binomial-coefficient/</guid>
</item>
<item>
<title>(Emacs Lisp) Binary Search - bigfaceworm</title>
<link>http://snipplr.com/view/32355/binary-search/</link>
<description><![CDATA[ <p>In response to this challenge:  http://reprog.wordpress.com/2010/04/19/are-you-one-of-the-10-percent</p> ]]></description>
<pubDate>Mon, 19 Apr 2010 15:10:02 GMT</pubDate>
<guid>http://snipplr.com/view/32355/binary-search/</guid>
</item>
<item>
<title>(C++) Read arithmetic binary data using fstreams #1 - somada141</title>
<link>http://snipplr.com/view/29665/read-arithmetic-binary-data-using-fstreams-1/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 12 Mar 2010 05:00:34 GMT</pubDate>
<guid>http://snipplr.com/view/29665/read-arithmetic-binary-data-using-fstreams-1/</guid>
</item>
<item>
<title>(C++) Read arithmetic binary data using fstreams #2 - somada141</title>
<link>http://snipplr.com/view/29663/read-arithmetic-binary-data-using-fstreams-2/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 12 Mar 2010 05:00:31 GMT</pubDate>
<guid>http://snipplr.com/view/29663/read-arithmetic-binary-data-using-fstreams-2/</guid>
</item>
</channel>
</rss>