<?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/read</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 08:09:33 GMT</pubDate>
<item>
<title>(PHP) How to read facebook like count for a url with PHP - ginoplusio</title>
<link>http://snipplr.com/view/67650/how-to-read-facebook-like-count-for-a-url-with-php/</link>
<description><![CDATA[ <p>When you add facebook like button to your site, probably, you also want to save the number of likes of your pages to your database.These data are very useful and very important because they tell you which of your articles are better than others. Moreover, these pages are better than others because the user has decided to tell his friends about it.</p> ]]></description>
<pubDate>Mon, 08 Oct 2012 22:23:36 GMT</pubDate>
<guid>http://snipplr.com/view/67650/how-to-read-facebook-like-count-for-a-url-with-php/</guid>
</item>
<item>
<title>(C#) Read From Text File C# - Verician</title>
<link>http://snipplr.com/view/67387/read-from-text-file-c/</link>
<description><![CDATA[ <p>Read from a text file using a stream reader in C#</p> ]]></description>
<pubDate>Wed, 26 Sep 2012 23:07:14 GMT</pubDate>
<guid>http://snipplr.com/view/67387/read-from-text-file-c/</guid>
</item>
<item>
<title>(C) Read hexadecimal argument from command line - vdevos</title>
<link>http://snipplr.com/view/63924/read-hexadecimal-argument-from-command-line/</link>
<description><![CDATA[ <p>This piece of code will read a hex argument such as: ff or ab from your command line and stores it as a integer</p> ]]></description>
<pubDate>Wed, 14 Mar 2012 21:21:34 GMT</pubDate>
<guid>http://snipplr.com/view/63924/read-hexadecimal-argument-from-command-line/</guid>
</item>
<item>
<title>(Clojure) Printing files in Clojure - ef</title>
<link>http://snipplr.com/view/61743/printing-files-in-clojure/</link>
<description><![CDATA[ <p>Preferred way of printing files in Clojure.</p> ]]></description>
<pubDate>Thu, 08 Dec 2011 23:25:16 GMT</pubDate>
<guid>http://snipplr.com/view/61743/printing-files-in-clojure/</guid>
</item>
<item>
<title>(PHP) Thematic Convert [...] to Read More Link - scottnix</title>
<link>http://snipplr.com/view/59468/thematic-convert--to-read-more-link/</link>
<description><![CDATA[ <p>Converts [...] more link to actual Read More » link.</p> ]]></description>
<pubDate>Thu, 06 Oct 2011 06:45:42 GMT</pubDate>
<guid>http://snipplr.com/view/59468/thematic-convert--to-read-more-link/</guid>
</item>
<item>
<title>(PHP) Thematic Read More Skip To - scottnix</title>
<link>http://snipplr.com/view/59461/thematic-read-more-skip-to/</link>
<description><![CDATA[ <p>Set up to disable the page jump on a Read More link (skip to feature).</p> ]]></description>
<pubDate>Thu, 06 Oct 2011 05:34:33 GMT</pubDate>
<guid>http://snipplr.com/view/59461/thematic-read-more-skip-to/</guid>
</item>
<item>
<title>(JavaScript) How to read an xml file with jquery/javascript - alexscript</title>
<link>http://snipplr.com/view/58526/how-to-read-an-xml-file-with-jqueryjavascript/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 09 Sep 2011 01:02:37 GMT</pubDate>
<guid>http://snipplr.com/view/58526/how-to-read-an-xml-file-with-jqueryjavascript/</guid>
</item>
<item>
<title>(Python) Read a csv file - ronakpatel2006</title>
<link>http://snipplr.com/view/57747/read-a-csv-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 11 Aug 2011 11:11:26 GMT</pubDate>
<guid>http://snipplr.com/view/57747/read-a-csv-file/</guid>
</item>
<item>
<title>(PHP) Showing Posts with custom excerpt length and custom read more text in WordPress - deepakrajpal</title>
<link>http://snipplr.com/view/57251/showing-posts-with-custom-excerpt-length-and-custom-read-more-text-in-wordpress/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 28 Jul 2011 11:34:22 GMT</pubDate>
<guid>http://snipplr.com/view/57251/showing-posts-with-custom-excerpt-length-and-custom-read-more-text-in-wordpress/</guid>
</item>
<item>
<title>(PHP) Read Text File - mukeshdak</title>
<link>http://snipplr.com/view/57095/read-text-file/</link>
<description><![CDATA[ <p>Use this code to read a text file in PHP</p> ]]></description>
<pubDate>Mon, 25 Jul 2011 01:53:18 GMT</pubDate>
<guid>http://snipplr.com/view/57095/read-text-file/</guid>
</item>
<item>
<title>(jQuery) how to dynamically read RSS using jquery - olemedia</title>
<link>http://snipplr.com/view/54797/how-to-dynamically-read-rss-using-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 03 Jun 2011 00:11:25 GMT</pubDate>
<guid>http://snipplr.com/view/54797/how-to-dynamically-read-rss-using-jquery/</guid>
</item>
<item>
<title>(Bash) Empty keyboard buffer - niglesias</title>
<link>http://snipplr.com/view/53827/empty-keyboard-buffer/</link>
<description><![CDATA[ <p>Empties the keyboard buffer. Useful to discard keyboard input during a command execution inside a bash script.
Try this script without this line:

read -t 0.1 -N 255

and enter any garbage ([ENTER] and all) during these 2 seconds window...

The modifiers:
-t 0.1       Tiemout read on 0.1 seconds - so read won't wait to get all 255 characters
-N 255    Read 255 characters, treating any special character ([ENTER], tabs, etc.) as normal characters</p> ]]></description>
<pubDate>Fri, 20 May 2011 05:51:02 GMT</pubDate>
<guid>http://snipplr.com/view/53827/empty-keyboard-buffer/</guid>
</item>
<item>
<title>(C#) Accessing certification using c# - hairajeshk</title>
<link>http://snipplr.com/view/49171/accessing-certification-using-c/</link>
<description><![CDATA[ <p>http://www.codequake.com/post/2010/08/12/How-to-access-certificates-using-C.aspx</p> ]]></description>
<pubDate>Fri, 18 Feb 2011 01:23:44 GMT</pubDate>
<guid>http://snipplr.com/view/49171/accessing-certification-using-c/</guid>
</item>
<item>
<title>(C++) filereader - Sleaker</title>
<link>http://snipplr.com/view/48718/filereader/</link>
<description><![CDATA[ <p>Reads a line from a specified txt file in format: Name Gender School Score
Gender is M/F, school is UN/CC and Score is Percentage.</p> ]]></description>
<pubDate>Thu, 10 Feb 2011 08:07:46 GMT</pubDate>
<guid>http://snipplr.com/view/48718/filereader/</guid>
</item>
<item>
<title>(PHP) File Manipulation/Information - asdasDan</title>
<link>http://snipplr.com/view/46537/file-manipulationinformation/</link>
<description><![CDATA[ <p>This was more of a go at learning the basics of OOP, however I decided to document it well in case anyone had any comments. Note: It only works with single files, no directory usage.</p> ]]></description>
<pubDate>Wed, 05 Jan 2011 16:45:13 GMT</pubDate>
<guid>http://snipplr.com/view/46537/file-manipulationinformation/</guid>
</item>
<item>
<title>(Groovy) Read formatted file one-liner - miceno</title>
<link>http://snipplr.com/view/46289/read-formatted-file-oneliner/</link>
<description><![CDATA[ <p>Read a file with tabs</p> ]]></description>
<pubDate>Thu, 30 Dec 2010 20:21:20 GMT</pubDate>
<guid>http://snipplr.com/view/46289/read-formatted-file-oneliner/</guid>
</item>
<item>
<title>(ColdFusion) Read and Parse an Evernote RSS Feed - parkerkrhoyt</title>
<link>http://snipplr.com/view/46153/read-and-parse-an-evernote-rss-feed/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 27 Dec 2010 16:17:00 GMT</pubDate>
<guid>http://snipplr.com/view/46153/read-and-parse-an-evernote-rss-feed/</guid>
</item>
<item>
<title>(Java) Read User Input Java with Scanner Class - visudex</title>
<link>http://snipplr.com/view/44362/read-user-input-java-with-scanner-class/</link>
<description><![CDATA[ <p>This snippet will allow you to read user's input when they write in the console. This method uses the Scanner class, which is my favorite way of doing instead of using the Buffered Reader, with the Scanner, you can also read from a file.</p> ]]></description>
<pubDate>Thu, 18 Nov 2010 20:08:35 GMT</pubDate>
<guid>http://snipplr.com/view/44362/read-user-input-java-with-scanner-class/</guid>
</item>
<item>
<title>(PHP) read url and explode - wza</title>
<link>http://snipplr.com/view/39823/read-url-and-explode/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 02 Sep 2010 00:36:33 GMT</pubDate>
<guid>http://snipplr.com/view/39823/read-url-and-explode/</guid>
</item>
<item>
<title>(JavaScript) SHAREPOINT 2010 READ FROM LIST USING ECMASCRIPT - rumremix</title>
<link>http://snipplr.com/view/37785/sharepoint-2010-read-from-list-using-ecmascript/</link>
<description><![CDATA[ <p>This code works for me without requiring any includes, plugins, or service packs. It should also integrate seamlessly with jquery. If needing to perform this process more than once on a page, make sure namedListItem variable is unique for each case (use different names for that page-scoped variable in each case).

For caml queries, wrap Query tag in View tag.

For lookup fields use .get_lookupValue() property syntax. For example...

topNavSection[enm] = oListItem.get_item('Section').get_lookupValue();</p> ]]></description>
<pubDate>Fri, 23 Jul 2010 07:56:45 GMT</pubDate>
<guid>http://snipplr.com/view/37785/sharepoint-2010-read-from-list-using-ecmascript/</guid>
</item>
</channel>
</rss>