<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 13:13:39 +0000</lastBuildDate>
    <item>
      <title>(Pascal) C Program to read mouse in console via GPM - xyzeugene</title>
      <link>https://snipplr.com/view/327281/c-program-to-read-mouse-in-console-via-gpm</link>
      <description>&lt;p&gt;Install GPM using installer such as  apt or dnf &#13;
&#13;
All you have to do is save code with mouse.c file name and compile it : gcc -o mouse mouse.c -lgpm&#13;
&#13;
and you got a "mouse" program that executes l.sh on left, r.sh on right and m.sh on middle mouse button click.&#13;
&#13;
You will also have to install gpm daemon (and run it) and libgpm.&#13;
&#13;
There is one issue, I can't get mouse wheel work whit libgpm. libgpm have very poor documentary so maybe someone knows how to read wheel events?&lt;/p&gt;</description>
      <pubDate>Sat, 18 Nov 2017 09:02:55 UTC</pubDate>
      <guid>https://snipplr.com/view/327281/c-program-to-read-mouse-in-console-via-gpm</guid>
    </item>
    <item>
      <title>(Objective C) Swift: Get Random Boolean - chrisaiv</title>
      <link>https://snipplr.com/view/251239/swift-get-random-boolean</link>
      <description>&lt;p&gt;https://www.chrisjmendez.com/2016/10/21/swift-get-random-boolean/&lt;/p&gt;</description>
      <pubDate>Fri, 21 Oct 2016 12:27:12 UTC</pubDate>
      <guid>https://snipplr.com/view/251239/swift-get-random-boolean</guid>
    </item>
    <item>
      <title>(C) Mutex Threads with C - msicode</title>
      <link>https://snipplr.com/view/147607/mutex-threads-with-c</link>
      <description>&lt;p&gt;These are the basic commands to use Mutex Threads in C&lt;/p&gt;</description>
      <pubDate>Wed, 20 Jul 2016 16:10:37 UTC</pubDate>
      <guid>https://snipplr.com/view/147607/mutex-threads-with-c</guid>
    </item>
    <item>
      <title>(C++) C++ SMS source code on how to send SMS text messages using HTTP - Gupta86</title>
      <link>https://snipplr.com/view/87330/c-sms-source-code-on-how-to-send-sms-text-messages-using-http</link>
      <description>&lt;p&gt;Hey Guys,&#13;
&#13;
This is a short and straightforward article (or letâ€™s say â€žtipâ€ or â€žmini-reviewâ€) that presents how to send SMS messages from your own C++ (Cpp / C plus plus) application through HTTP. You will see, it is gonna be really easy. I will focus on the necessary code, but I would like to draw your attention to all the hardware and software requirements that are essentially needed for SMS messaging.&#13;
&#13;
Briefly about SMS technology for better understanding&#13;
&#13;
If you are proficient in SMS technology, just skip this paragraph and move on to the next one. So well, if you want to send SMS messages from your C++ application, first you need to connect your software and an SMS gateway to each other. Why? Because your application let you compose the SMS messages (including the text, the recipientâ€™s phone number, etc.), but if you want to send out the SMS, you need to connect to the SMSC (Short Message Service Center that stores, forwards, converts and delivers SMS messages). An SMS gateway is able to connect to the SMSC of the Mobile Service Provider via SMPP IP SMS connection or a GSM modem, so actually the SMS gateway can send out your message. To establish connection between the SMS gateway and the C++ application, I used HTTP requests and responses. For sending SMS messages through HTTP, your SMS gateway should have a built-in webserver (e.g. Ozeki NG â€“ www.ozekisms.com). The built-in webserver allows you to send SMS messages from your C++ application by calling an URL (HTTP Get) or using the HTTP Post method.&#13;
&#13;
So that, all you need to have for sending SMS from your C++ application using HTTP is Microsoft Visual Studio for C++ development, an SMS gateway and my code snippet!&#13;
&#13;
Okay and finally a few lines about testing. To test your software by sending out SMS message(s) actually, you need to install a GSM modem connection or an IP SMS connection. Buti f you have not contracted with any mobile service provider (e.g. AT&amp;T or T-Mobile), you can test the SMS sending by simulating it (e.g.  Ozeki NG provides â€žHTTP Server Connectionâ€ that can be used for this purpose). For more details related to the configuration of the SMS gateway, please contact the vendor of your SMS gateway.&#13;
&#13;
Happy coding! :)&lt;/p&gt;</description>
      <pubDate>Sat, 17 Jan 2015 00:55:41 UTC</pubDate>
      <guid>https://snipplr.com/view/87330/c-sms-source-code-on-how-to-send-sms-text-messages-using-http</guid>
    </item>
    <item>
      <title>(C#) C#/C++ Shared enum - xXxPizzaBreakfastxXx</title>
      <link>https://snipplr.com/view/84044/cc-shared-enum</link>
      <description>&lt;p&gt;If you are using c++/cli or UnmanagedExports, this is a useful way to share enum int values between c++ and c# code/DLLs without worrying about duplicated code going out of date.&lt;/p&gt;</description>
      <pubDate>Tue, 16 Dec 2014 10:37:10 UTC</pubDate>
      <guid>https://snipplr.com/view/84044/cc-shared-enum</guid>
    </item>
    <item>
      <title>(C) ProgramaciÃ³n en C de una ATM en un mÃ³dulo GLCD con la placa de evaluaciÃ³n EasyLV18F - eiger_824</title>
      <link>https://snipplr.com/view/74217/programacin-en-c-de-una-atm-en-un-mdulo-glcd-con-la-placa-de-evaluacin-easylv18f</link>
      <description>&lt;p&gt;CÃ³digo final de la asignatura Microprocesadores y Microcontroladores de Tecnun - Universidad de Navarra (EspaÃ±a). Curso 2013-2014. 3Âº IngenierÃ­a en Sistemas de TelecomunicaciÃ³n.&lt;/p&gt;</description>
      <pubDate>Tue, 15 Apr 2014 21:12:37 UTC</pubDate>
      <guid>https://snipplr.com/view/74217/programacin-en-c-de-una-atm-en-un-mdulo-glcd-con-la-placa-de-evaluacin-easylv18f</guid>
    </item>
    <item>
      <title>(C) Date format in C - mlecho</title>
      <link>https://snipplr.com/view/66233/date-format-in-c</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 20 Jul 2012 05:21:09 UTC</pubDate>
      <guid>https://snipplr.com/view/66233/date-format-in-c</guid>
    </item>
    <item>
      <title>(C) Read hexadecimal argument from command line - vdevos</title>
      <link>https://snipplr.com/view/63924/read-hexadecimal-argument-from-command-line</link>
      <description>&lt;p&gt;This piece of code will read a hex argument such as: ff or ab from your command line and stores it as a integer&lt;/p&gt;</description>
      <pubDate>Wed, 14 Mar 2012 21:21:34 UTC</pubDate>
      <guid>https://snipplr.com/view/63924/read-hexadecimal-argument-from-command-line</guid>
    </item>
    <item>
      <title>(C) Two Binary Search Functions in C - rtperson</title>
      <link>https://snipplr.com/view/63046/two-binary-search-functions-in-c</link>
      <description>&lt;p&gt;Two versions of binary search -- one recursive, one iterative -- for an array of strings.&#13;
Both assume that your array index fits within an integer.&lt;/p&gt;</description>
      <pubDate>Sat, 04 Feb 2012 02:45:29 UTC</pubDate>
      <guid>https://snipplr.com/view/63046/two-binary-search-functions-in-c</guid>
    </item>
    <item>
      <title>(Objective C) Global Variables in Objective-C (Singleton) - neoline</title>
      <link>https://snipplr.com/view/61937/global-variables-in-objectivec-singleton</link>
      <description>&lt;p&gt;How to make Global Variables (Singleton) in Objective-C&lt;/p&gt;</description>
      <pubDate>Sat, 17 Dec 2011 03:21:45 UTC</pubDate>
      <guid>https://snipplr.com/view/61937/global-variables-in-objectivec-singleton</guid>
    </item>
    <item>
      <title>(Objective C) Use function from another class - neoline</title>
      <link>https://snipplr.com/view/61196/use-function-from-another-class</link>
      <description>&lt;p&gt;Accessing Method from other Classes Objective-C&lt;/p&gt;</description>
      <pubDate>Fri, 25 Nov 2011 21:10:24 UTC</pubDate>
      <guid>https://snipplr.com/view/61196/use-function-from-another-class</guid>
    </item>
    <item>
      <title>(Objective C) Localized Language Tutorial - neoline</title>
      <link>https://snipplr.com/view/60902/localized-language-tutorial</link>
      <description>&lt;p&gt;How to add multiple Language localization to an App.&lt;/p&gt;</description>
      <pubDate>Thu, 17 Nov 2011 03:19:02 UTC</pubDate>
      <guid>https://snipplr.com/view/60902/localized-language-tutorial</guid>
    </item>
    <item>
      <title>(VB.NET) Global System Object extensions for easier conditionals (VB.net example) - bryanlyman</title>
      <link>https://snipplr.com/view/59759/global-system-object-extensions-for-easier-conditionals-vbnet-example</link>
      <description>&lt;p&gt;Because there is no way to use object extenders in vb.net here is an example of how you can get similar functionality. See the C# example for further info.&lt;/p&gt;</description>
      <pubDate>Fri, 14 Oct 2011 16:45:34 UTC</pubDate>
      <guid>https://snipplr.com/view/59759/global-system-object-extensions-for-easier-conditionals-vbnet-example</guid>
    </item>
    <item>
      <title>(Objective C) iOS Show Full Screen - streamt</title>
      <link>https://snipplr.com/view/59663/ios-show-full-screen</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 12 Oct 2011 11:26:13 UTC</pubDate>
      <guid>https://snipplr.com/view/59663/ios-show-full-screen</guid>
    </item>
    <item>
      <title>(Objective C) Add / remove view controllers to tab bar controller - FumarMata</title>
      <link>https://snipplr.com/view/58591/add--remove-view-controllers-to-tab-bar-controller</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 10 Sep 2011 19:50:23 UTC</pubDate>
      <guid>https://snipplr.com/view/58591/add--remove-view-controllers-to-tab-bar-controller</guid>
    </item>
    <item>
      <title>(Objective C) Add a single UIViewController controller to tabBarController - FumarMata</title>
      <link>https://snipplr.com/view/58590/add-a-single-uiviewcontroller-controller-to-tabbarcontroller</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 10 Sep 2011 19:46:18 UTC</pubDate>
      <guid>https://snipplr.com/view/58590/add-a-single-uiviewcontroller-controller-to-tabbarcontroller</guid>
    </item>
    <item>
      <title>(C) Get Key information with GTK - FArcellier</title>
      <link>https://snipplr.com/view/57662/get-key-information-with-gtk</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 06 Aug 2011 17:15:41 UTC</pubDate>
      <guid>https://snipplr.com/view/57662/get-key-information-with-gtk</guid>
    </item>
    <item>
      <title>(Bash) uncrustify c-like sourcecode - abstraktor</title>
      <link>https://snipplr.com/view/56055/uncrustify-clike-sourcecode</link>
      <description>&lt;p&gt;you may not want to use the buggy apt version. just compile it yourself&lt;/p&gt;</description>
      <pubDate>Sun, 03 Jul 2011 09:14:58 UTC</pubDate>
      <guid>https://snipplr.com/view/56055/uncrustify-clike-sourcecode</guid>
    </item>
    <item>
      <title>(C) Register Autostart Application - the_coder</title>
      <link>https://snipplr.com/view/55875/register-autostart-application</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 29 Jun 2011 07:50:33 UTC</pubDate>
      <guid>https://snipplr.com/view/55875/register-autostart-application</guid>
    </item>
    <item>
      <title>(C) Hashing function for C - davince</title>
      <link>https://snipplr.com/view/55639/hashing-function-for-c</link>
      <description>&lt;p&gt;The General Hash Functions Library has the following mix of additive and rotative general purpose string hashing algorithms.&#13;
&#13;
* RS Hash Function&#13;
A simple hash function from Robert Sedgwicks Algorithms in C book. I've added some simple optimizations to the algorithm in order to speed up its hashing process.&#13;
* JS Hash Function&#13;
A bitwise hash function written by Justin Sobel&#13;
* PJW Hash Function&#13;
This hash algorithm is based on work by Peter J. Weinberger of AT&amp;T Bell Labs. The book Compilers (Principles, Techniques and Tools) by Aho, Sethi and Ulman, recommends the use of hash functions that employ the hashing methodology found in this particular algorithm.&#13;
* ELF Hash Function&#13;
Similar to the PJW Hash function, but tweaked for 32-bit processors. Its the hash function widely used on most UNIX systems.&#13;
* BKDR Hash Function&#13;
This hash function comes from Brian Kernighan and Dennis Ritchie's book "The C Programming Language". It is a simple hash function using a strange set of possible seeds which all constitute a pattern of 31....31...31 etc, it seems to be very similar to the DJB hash function.&#13;
* SDBM Hash Function&#13;
This is the algorithm of choice which is used in the open source SDBM project. The hash function seems to have a good over-all distribution for many different data sets. It seems to work well in situations where there is a high variance in the MSBs of the elements in a data set.&#13;
* DJB Hash Function&#13;
An algorithm produced by Professor Daniel J. Bernstein and shown first to the world on the usenet newsgroup comp.lang.c. It is one of the most efficient hash functions ever published.&#13;
* DEK Hash Function&#13;
An algorithm proposed by Donald E. Knuth in The Art Of Computer Programming Volume 3, under the topic of sorting and search chapter 6.4.&#13;
* AP Hash Function&#13;
An algorithm produced by me Arash Partow. I took ideas from all of the above hash functions making a hybrid rotative and additive hash function algorithm based around four primes 3,5,7 and 11. There isn't any real mathematical analysis explaining why one should use this hash function instead of the others described above other than the fact that I tired to resemble the design as close as possible to a simple LFSR. An empirical result which demonstrated the distributive abilities of the hash algorithm was obtained using a hash-table with 100003 buckets, hashing The Project Gutenberg Etext of Webster's Unabridged Dictionary, the longest encountered chain length was 7, the average chain length was 2, the number of empty buckets was 4579.&lt;/p&gt;</description>
      <pubDate>Thu, 23 Jun 2011 21:03:46 UTC</pubDate>
      <guid>https://snipplr.com/view/55639/hashing-function-for-c</guid>
    </item>
    <item>
      <title>(C) C puzzler for software developer role - adino</title>
      <link>https://snipplr.com/view/54742/c-puzzler-for-software-developer-role</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 02 Jun 2011 01:39:34 UTC</pubDate>
      <guid>https://snipplr.com/view/54742/c-puzzler-for-software-developer-role</guid>
    </item>
    <item>
      <title>(C) Digit Check in C - rtperson</title>
      <link>https://snipplr.com/view/54626/digit-check-in-c</link>
      <description>&lt;p&gt;Check that a given integer consists only of elements of a given set. It does a linear search through the set, so the assumption is that the set to search is relatively small. If you're chewing through a particularly large set of digits, you may want to sort your set and implement a binary search.&lt;/p&gt;</description>
      <pubDate>Tue, 31 May 2011 10:43:04 UTC</pubDate>
      <guid>https://snipplr.com/view/54626/digit-check-in-c</guid>
    </item>
    <item>
      <title>(C#) System Object extensions for easier conditionals (Extending Base Object Types) - bryanlyman</title>
      <link>https://snipplr.com/view/53894/system-object-extensions-for-easier-conditionals-extending-base-object-types</link>
      <description>&lt;p&gt;.net 3.0+, To create stability in your code, you must check all inputs into a method to make sure they are valid . Often people overlook this step because of laziness, or because they aren't convinced that exceptions and assertions are actually in place to help you instead of cause you a headache. Here are some extensions which can be used to enhance the System.Object class so that their methods are global to all classes; this makes input checking effortless. This is also somewhat generic in nature because the extensions take no class type in to account before they are called, but we can use type checking to perform different boxing (casting) operations.  Sadly this cannot be done in VB.net because late binding restrictions do not allow the Object class to be extended (See my VB.Net example for further information).&lt;/p&gt;</description>
      <pubDate>Sat, 21 May 2011 02:48:17 UTC</pubDate>
      <guid>https://snipplr.com/view/53894/system-object-extensions-for-easier-conditionals-extending-base-object-types</guid>
    </item>
    <item>
      <title>(C#) Check SqlDataReader Column Is Exists  (extension method) - emregulcan</title>
      <link>https://snipplr.com/view/53330/check-sqldatareader-column-is-exists--extension-method</link>
      <description>&lt;p&gt;This snippet is "extension method" for IDataReader. &#13;
You can use this snippet below ;&#13;
I assume you have datareader like that&#13;
SqlDataReader dataReader = command.ExecuteReader();&#13;
&#13;
if (dataReader.IsColumnExists("columnName"))&#13;
{&#13;
   //do something&#13;
}&#13;
&#13;
&#13;
and also you should validation null value control if you work critical datas&#13;
&#13;
if (dataReader.IsColumnExists("columName"))&#13;
{&#13;
    if (dataReader["columName"] != DBNull.Value)&#13;
       {&#13;
             //do something&#13;
        }&#13;
}&lt;/p&gt;</description>
      <pubDate>Wed, 11 May 2011 08:30:49 UTC</pubDate>
      <guid>https://snipplr.com/view/53330/check-sqldatareader-column-is-exists--extension-method</guid>
    </item>
    <item>
      <title>(C) itoa implement for c - vikiyou</title>
      <link>https://snipplr.com/view/51288/itoa-implement-for-c</link>
      <description>&lt;p&gt;A implementation for itoa with c.&#13;
itoa is function that convert a integer to a string.&lt;/p&gt;</description>
      <pubDate>Wed, 30 Mar 2011 01:44:45 UTC</pubDate>
      <guid>https://snipplr.com/view/51288/itoa-implement-for-c</guid>
    </item>
    <item>
      <title>(Objective C) Create UITableView - streamt</title>
      <link>https://snipplr.com/view/50071/create-uitableview</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 05 Mar 2011 07:22:33 UTC</pubDate>
      <guid>https://snipplr.com/view/50071/create-uitableview</guid>
    </item>
    <item>
      <title>(Objective C) Show Modal Dialog - streamt</title>
      <link>https://snipplr.com/view/50070/show-modal-dialog</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 05 Mar 2011 07:18:37 UTC</pubDate>
      <guid>https://snipplr.com/view/50070/show-modal-dialog</guid>
    </item>
    <item>
      <title>(Objective C) Show UIPopoverController - streamt</title>
      <link>https://snipplr.com/view/50035/show-uipopovercontroller</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 04 Mar 2011 12:38:22 UTC</pubDate>
      <guid>https://snipplr.com/view/50035/show-uipopovercontroller</guid>
    </item>
    <item>
      <title>(HTML) digital C printing New York - leida011</title>
      <link>https://snipplr.com/view/48336/digital-c-printing-new-york</link>
      <description>&lt;p&gt;duratrans printing&lt;/p&gt;</description>
      <pubDate>Thu, 03 Feb 2011 18:32:17 UTC</pubDate>
      <guid>https://snipplr.com/view/48336/digital-c-printing-new-york</guid>
    </item>
    <item>
      <title>(C#) WPF to/from WindowsForms colors conversion - dzr_gregory</title>
      <link>https://snipplr.com/view/42920/wpf-tofrom-windowsforms-colors-conversion</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 26 Oct 2010 00:07:13 UTC</pubDate>
      <guid>https://snipplr.com/view/42920/wpf-tofrom-windowsforms-colors-conversion</guid>
    </item>
    <item>
      <title>(C#) Control keyboard key states anytime you want (Windows Forms) - dzr_gregory</title>
      <link>https://snipplr.com/view/42312/control-keyboard-key-states-anytime-you-want-windows-forms</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 15 Oct 2010 03:16:41 UTC</pubDate>
      <guid>https://snipplr.com/view/42312/control-keyboard-key-states-anytime-you-want-windows-forms</guid>
    </item>
    <item>
      <title>(C#) Execute XML-RPC call and return XML response as string - dzr_gregory</title>
      <link>https://snipplr.com/view/42046/execute-xmlrpc-call-and-return-xml-response-as-string</link>
      <description>&lt;p&gt;This method can execute XML-RPC call and return response. Can be useful for working with XML-RPC API's like Snipplr.com XML-RPC API and other&lt;/p&gt;</description>
      <pubDate>Mon, 11 Oct 2010 20:28:39 UTC</pubDate>
      <guid>https://snipplr.com/view/42046/execute-xmlrpc-call-and-return-xml-response-as-string</guid>
    </item>
    <item>
      <title>(C#) Class serialization/deserialization using Base64 encoding - dzr_gregory</title>
      <link>https://snipplr.com/view/41810/class-serializationdeserialization-using-base64-encoding</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 08 Oct 2010 05:03:19 UTC</pubDate>
      <guid>https://snipplr.com/view/41810/class-serializationdeserialization-using-base64-encoding</guid>
    </item>
    <item>
      <title>(C#) WPF / Silverlight Abstract Value Converter - jacob4u2</title>
      <link>https://snipplr.com/view/41343/wpf--silverlight-abstract-value-converter</link>
      <description>&lt;p&gt;A base class for very simple value converters in WPF, Windows Phone 7 and Silverlight.&lt;/p&gt;</description>
      <pubDate>Sat, 02 Oct 2010 11:11:02 UTC</pubDate>
      <guid>https://snipplr.com/view/41343/wpf--silverlight-abstract-value-converter</guid>
    </item>
    <item>
      <title>(C#) Windows Phone 7 Detect Current Theme - jacob4u2</title>
      <link>https://snipplr.com/view/41214/windows-phone-7-detect-current-theme</link>
      <description>&lt;p&gt;Add this code to your App.xaml.cs inside your App class to enable a static property that will give you the current theme at runtime.&lt;/p&gt;</description>
      <pubDate>Fri, 01 Oct 2010 06:15:01 UTC</pubDate>
      <guid>https://snipplr.com/view/41214/windows-phone-7-detect-current-theme</guid>
    </item>
    <item>
      <title>(C++) Timer Class for both Unix/Linux/Mac and Windows system - browny</title>
      <link>https://snipplr.com/view/40650/timer-class-for-both-unixlinuxmac-and-windows-system</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 17 Sep 2010 16:38:41 UTC</pubDate>
      <guid>https://snipplr.com/view/40650/timer-class-for-both-unixlinuxmac-and-windows-system</guid>
    </item>
    <item>
      <title>(C#) Generic List bind to a drop down - jermeyz</title>
      <link>https://snipplr.com/view/40489/generic-list-bind-to-a-drop-down</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 15 Sep 2010 02:32:04 UTC</pubDate>
      <guid>https://snipplr.com/view/40489/generic-list-bind-to-a-drop-down</guid>
    </item>
    <item>
      <title>(C#) Drag &amp; Drop with WPF in C# - cabrel</title>
      <link>https://snipplr.com/view/40107/drag--drop-with-wpf-in-c</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 08 Sep 2010 04:55:20 UTC</pubDate>
      <guid>https://snipplr.com/view/40107/drag--drop-with-wpf-in-c</guid>
    </item>
    <item>
      <title>(C#) Programatically Entering Netica Likelihoods - cabrel</title>
      <link>https://snipplr.com/view/40106/programatically-entering-netica-likelihoods</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 08 Sep 2010 04:02:51 UTC</pubDate>
      <guid>https://snipplr.com/view/40106/programatically-entering-netica-likelihoods</guid>
    </item>
    <item>
      <title>(C++) cpp - template - skeleton - yoyoparis</title>
      <link>https://snipplr.com/view/39999/cpp--template--skeleton</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 04 Sep 2010 17:17:39 UTC</pubDate>
      <guid>https://snipplr.com/view/39999/cpp--template--skeleton</guid>
    </item>
    <item>
      <title>(C) Get host architecture - oznek</title>
      <link>https://snipplr.com/view/39984/get-host-architecture</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 04 Sep 2010 02:55:18 UTC</pubDate>
      <guid>https://snipplr.com/view/39984/get-host-architecture</guid>
    </item>
    <item>
      <title>(C++) Converting string to int - oznek</title>
      <link>https://snipplr.com/view/39940/converting-string-to-int</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 03 Sep 2010 05:14:28 UTC</pubDate>
      <guid>https://snipplr.com/view/39940/converting-string-to-int</guid>
    </item>
    <item>
      <title>(C#) C# Generic Type Conversion - wallybh</title>
      <link>https://snipplr.com/view/39729/c-generic-type-conversion</link>
      <description>&lt;p&gt;Enables to convert types using generics. Simple and clean.&lt;/p&gt;</description>
      <pubDate>Tue, 31 Aug 2010 06:09:29 UTC</pubDate>
      <guid>https://snipplr.com/view/39729/c-generic-type-conversion</guid>
    </item>
    <item>
      <title>(C#) Shorten text class - Fogh</title>
      <link>https://snipplr.com/view/39651/shorten-text-class</link>
      <description>&lt;p&gt;Class to shorten text. For example for an article where people can click read more to read the whole article.&lt;/p&gt;</description>
      <pubDate>Sat, 28 Aug 2010 22:08:55 UTC</pubDate>
      <guid>https://snipplr.com/view/39651/shorten-text-class</guid>
    </item>
    <item>
      <title>(C) Exchange two file by time - khajavi</title>
      <link>https://snipplr.com/view/39408/exchange-two-file-by-time</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 23 Aug 2010 10:05:46 UTC</pubDate>
      <guid>https://snipplr.com/view/39408/exchange-two-file-by-time</guid>
    </item>
    <item>
      <title>(C#) C# Convert Currency to Double - gilbitron</title>
      <link>https://snipplr.com/view/39242/c-convert-currency-to-double</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 18 Aug 2010 20:09:51 UTC</pubDate>
      <guid>https://snipplr.com/view/39242/c-convert-currency-to-double</guid>
    </item>
    <item>
      <title>(C#) C# Basics: Delegates - jiewmeng</title>
      <link>https://snipplr.com/view/39048/c-basics-delegates</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 14 Aug 2010 00:00:20 UTC</pubDate>
      <guid>https://snipplr.com/view/39048/c-basics-delegates</guid>
    </item>
    <item>
      <title>(C#) Simple SQL Server Diff Tool - jmcd</title>
      <link>https://snipplr.com/view/39006/simple-sql-server-diff-tool</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 13 Aug 2010 02:02:13 UTC</pubDate>
      <guid>https://snipplr.com/view/39006/simple-sql-server-diff-tool</guid>
    </item>
    <item>
      <title>(C#) ASP.NET URL RESOLVER - emmanuelbuah</title>
      <link>https://snipplr.com/view/38903/aspnet-url-resolver</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 11 Aug 2010 07:03:42 UTC</pubDate>
      <guid>https://snipplr.com/view/38903/aspnet-url-resolver</guid>
    </item>
    <item>
      <title>(C#) Binding Visibility property (View) with Bool property (ViewModel) - bokkers</title>
      <link>https://snipplr.com/view/38868/binding-visibility-property-view-with-bool-property-viewmodel</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 10 Aug 2010 21:51:15 UTC</pubDate>
      <guid>https://snipplr.com/view/38868/binding-visibility-property-view-with-bool-property-viewmodel</guid>
    </item>
  </channel>
</rss>
