1 2 3 4
$.fn.setHighlight = function() { return this.each( function() { $(this).removeClass('optional'); ...
JavaScript On Highlight Selected forms, S...
by John Sietsma,
October 11, 2008 04:51
Ruby On brute-force password cracker
by Ishkur,
October 11, 2008 02:36
Hmmm, I certainly can't spe...
1 2 3 4
def translation_links languages = [ %w[en english us], ...
Ruby On nested array to set of html...
by seaofclouds,
October 09, 2008 15:02
AWESOME. i like the explici...
1 2 3 4
module TranslationHelper LANGUAGES = [ %w[en english us], ...
Ruby On nested array to set of html...
by Adam,
October 09, 2008 14:30
Not sure if you are using R...
1 2 3 4
#!/usr/bin/python # -*- coding: utf-8 -*- ...
Python On Base64 image encoding and i...
by akaihola,
October 09, 2008 11:22
You should probably be more...
1 2 3 4
//somwhere in your class
const CLASSES = {021,078,192,210,240};
...
PHP On Getter and Setter
by chovy.myopenid.com,
October 08, 2008 18:41
I tend to do special handli...
1 2 3 4
bye = 0 while bye < 3 year = rand(21) + 1930 ...
Ruby On DataMapper threaded benchmark
by jEkfoWmf,
October 08, 2008 01:24
My stuff gets indexed withi...
1 2 3 4
question = "starting question" bye = 0 while bye < 3 ...
Ruby On Search with fulltext, ago-c...
by papricek.myopenid.com,
October 07, 2008 16:11
nice, thanks!
1 2 3 4
def cart(posValuesHead, *posValuesTail): if not posValuesTail: for posValue in posValuesHead: ...
1 2 3 4
def search Course.paged_search nil, nil, nil, params[:page] # ... add breadcrumb and course_categories ...
Ruby On Search with fulltext, ago-c...
by danielharan,
October 07, 2008 14:40
Is this what's going on whe...
1 2 3 4
def cart(*lists): if not lists: for x in L: ...
Python On Permutation of values
by Maciej Piechotka,
October 07, 2008 14:34
You looking for cartesian p...

I couldn't resist a JQuery ...