Browse
| Showing 1 - 10 of 485 |
|
Showing 1 - 10 of 485 |
Want to write shorter, cleaner code? Have an unfortunate situation where you need to fit as much as you can in one expression? Prefer a quick dose of hacks to spending the rest of your life...
BogoSort is a highly ineffective algorithm notable only for its comedic value....
With the days of the single cored processor drawing to a close and users demanding more robust user interfaces by the day, knowledge of multi-threaded programming techniques is quickly becoming a...
Doom's semi famous inverse square root function, more info about it at:
http://www.beyond3d.com/content/articles/8/
A quick list of color formatting for python output. It helps make large amount of debug / info print statements more readable...
Just a collection of common regular expressions I use with the .Net System.Text.RegularExpressions.RegEx object. Some of them haven't been extensively tested so if you spot a mistake please let me...
You shouldn't type-check in Python, but if you do, know what method is best. We discuss the pros and cons of built-in functions 'type' and 'isinstance' and property '__class__'.
An example from the Nodebox Strings tutorial section, showing what good times can be had by tossing a jumble of randomly selected characters onto a canvas....
| Showing 1 - 10 of 485 |
|
Showing 1 - 10 of 485 |