Interested in buying ad space on this blog?
You can, on BuySellAds.com

Do you train Kung Fu?
Or know someone who does?
Then check out KungFuPeople.com
Mobile version of this page|
You searched for keyword:optimisation |
found 0 photos and 2 blogs in and 0 blog comments in 0.00 seconds |
Blogs |
|
|
|
slim, a new free web service for white space optimisation - 25th of July 2006 If you have some code that you need to optimise, like some Javascript code that is well commented but costs too many bytes of download for your users then you might want to use my slimmer web service. I'll let a Python example speak for itself:
>>> import xmlrpclib
>>> s=xmlrpclib.Server('http://www.peterbe.com/') >>> css='h1 { font-family: Arial, Verdana; }' >>> s.slim(css) 'h1{font-family:Arial,Verdana}' |
|
|
Fastest way to uniqify a list in Python - 14th of August 2006 Suppose you have a list in python that looks like this:
['a','b','a']
# or like this: [1,2,2,2,3,4,5,6,6,6,6] |

