Did you know you can define custom search engines in Google Chrome? Yes you can. When I want to find a map of something, I type "map <mysomething>" in address/search bar and — voila, a map appears. How to do it? It's simple, really:
Right-click your address bar Click "Edit Search Engines" Click "Plus" [...]
Suddenly found an absolutely killing feature of NetBeans 6.8 (don’t
know, it could’ve been there before, but I found it only now) — it can
sync every file you save locally to remote server (FTP/SFTP), which
is, IMO, absolutely brilliant as now I can edit files locally using
nice [...]
One guy: don’t want to replace my MacBook Pro right now, need to wait until 27th
Me: is there anything to wait for?
One guy: it certainly is
Me: you know what is it?
One guy: Yep.
Me: fancy to share?!?!?!?!!11
One guy: NDA.
Me: …
One [...]
Looking for alpha-testers for a new Twitter App
Update: it is not working right now. Now read on, but I warned you.
Hey guys,
I’ve kind of handcrafted a Twitter app over the weekend. Shortly — it’s a URL scrap book, which monitors your feed and collects all URLs, un-shortens them and stores for future use, so whenever you try to find that [...]
A URL matching regex in Python — any problems?
Can anyone see any flaws in it for real-world URL?
>>> str = 'and now http://sub.domain.com/something/?here3=3ab&what=1#where=1 that was a URL'
>>> urls = re.findall('http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&#+]|[!*(),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+', str)
>>> urls
['http://sub.domain.com/something/?here3=3ab&what=1#where=1']
For me it looks like working but you never now… Comments from @HD42 [...]An ordinary day at Roman's home workplace
It was an ordinary Saturday morning, a bit rainy, a bit grey but otherwise quite normal. So, one by one, I turned on all my four laptops and iMac and proceeded to my usual morning routine…
To say the truth, Vaio laptop isn't mine — a technically challenged college of my [...]It would be cool to have a way to switch “natures” of your Mac OS X, not unlike the way I change Perspectives in Eclipse from PyDev to Java whenever I start hacking different project. Let me illustrate it on one simple example. When I’m at work I’d love to have my work resources connected [...]
flickrpy + 30 lines of code = poor man's Flickr Backup solution
It uses somewhat buggy but excellent flickrpy module by James Clarke — works well for me after some small adjustments:
def main(): flickr.API_KEY = constants.API_KEY flickr.API_SECRET = constants.API_SECRET u = flickr.User(id = ’92002612@N00′) sets = u.getPhotosets() for ps in sets: name = ps.title name = name.replace(‘”‘, “‘”).replace(“/”, “_”) folderName = “/Users/kirillov/Pictures/Flickr/%s” % name [...]
-
Categories
-
Calendar
May 2012 M T W T F S S « Feb 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 -
Meta
