Developing using Eclipse CDT, remote Linux server and rsync
For quite a while I used to have a huge pain in my arse — namely, programming in C++ for Linux on my Mac.
I think I said this before, but I like IDEs — especially, I like Eclipse: it saves my time and allows me to develop stuff much faster and more efficiently, it is [...]
That said, one can do almost anything as long as this anything is not writing a lecture (which that specific one should be doing — at least, theoretically).
Now, I’m not different in any sense. Instead of writing an Image-Based Information Processing lecture (which puts me to sleep almost immediately — or is it the [...]
Download now or watch on posterous
1password.mov (3628 KB)
Whenever I try to use pre-pre-alpha of 1Password for Chrome to login in to my Posterous, I can see an extremely weird picture (try it on YouTube with resolution of up to 1080p if Posterous video is a [...]
Chrome Dictionary — very useful extension, at least for me
OK, fine, I know — an average Englishman is fairly unlikely to need a dictionary when reading in his very own native English; an educated Englishman will hardly need dictionary ever. However, for us, foreigners, expats, or simply people who struggle (to whatever degree) to speak and read the language of Shakespeare, Jane Austen and [...]
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 [...]-
Categories
-
Meta
