Related Posts
How to update the location of your subversion Repo without checking out again everything
So you checked out code from a place, and whoever runs your subversion server decided to change the URL, or decided to switch from http:// to https:// or to svn+ssh:// … If you’re a noob, you’ll probably just checkout everything again. Next time this happens just use svn switch Here’s an example of real life […]
Do you dream about coding with Python and Qt4 (PyQt4)? Temboo needs you.
Creative Qt/PyQt GUI Developers needed About us: Temboo is a New York-based software company. We have developed a new software model which uses a powerful graphical interface to allow non-programmers to quickly build complex workflows enabling disparate databases, web services, and applications to communicate and interact. Think of our technology as an “inter-operating system,” a […]
Map function in Java
I read on some email signature something along the lines of: “If I had a dollar for every for(int i=0; i < size; i++) { ... } I've written I'd be rich" After coding on Android and learning about some of the tips for performance, like "With an ArrayList, a hand-written counted loop is about […]