Profile
Achievement
ishikawa's Recent Snippets
- All /
« Prev 1 Next »
Python: Private Variables
http://docs.python.org/tut/node11.html#SECTION0011600000000000000000
Any identifier of the form __spam (at least two leading underscores, at most one trailing underscore) is textually replaced with _classname__spam, wher...
0
786
posted 16 years ago by ishikawa
A Tiny JavaScript liberary for Behaviour-Driven Development (BDD).
1
905
posted 16 years ago by ishikawa
This is the javascript file for code which implements the Secure Hash Algorithm 1 as defined in FIPS 180-1 published April 17, 1995.
1
970
posted 16 years ago by ishikawa
Returns the cartesian product of the receiver and the arrays given as arguments.
1
922
posted 16 years ago by ishikawa
This method generates random (and printable) ascii characters.
1
951
posted 18 years ago by ishikawa