Tag : technique

Title User Language Tags Description Date
A program to encrypt or decrypt text using vigenere cipher technique AmitTheInfinity C This program uses vigenere cipher technique for encrypting and decrypting the text. This is one of the basic techniques used for ciphers October 30, 2010
Essential Javascript Techniques alvincrespo JavaScript

These are essential javascript techniques every javascriptr must know. I will be adding more to this list, let me know what you'd like to see. Thanks!

February 23, 2010
.NET Event Techniques Filip K C# .NET Event Techniques March 24, 2008
Update Trigger to Increment a Version Number Column rengber SQL August 7, 2007
Allegro double buffering technique Pontus C++ April 17, 2007
Alternative Deep Copy Clone technique Maruis Marais C# An alternative Deep Copy Clone technique using Serialization instead of Reflection November 28, 2005
Boost.Bind in Python (a variation of Curry technique, partial function application) Maxim Khesin python

The Boost.Bind library http://www.boost.org/libs/bind/bind.html , which I use a lot in C++, has a very nice implementation of the Curry technique. The main innovation of the library is usage of 'placeholders', which allows 'currying' arbitrary parameters in the arg list (please see discussion section). I missed this library in Python, and reimplementing it in a dynamic language was a piece of cake (and I did not have to yell at my compiler to get it done ;). Enjoy!

September 14, 2005