Related Posts
Hoy 18 de Enero, Overview of Mustang Features (Java 6) en las nuevas oficinas de Google, NY
Hoy a las 6pm voy a la reunion del Java SIG (El grupo de usuarios de Java de New York), que tomara lugar en las nuevas oficinas de Google en Chelsea, wohoo. La exposicion de las nuevas caracteristicas de Java 6, code name “Mustang”, va a ser dictada por La Ingeniera del Staff de Sun […]
svn gotchas: Importing a Folder in one step
Up until this day when my friend Gabe told me how, I didn’t know how to import a folder, without doing this first: svn mkdir svn+ssh://server.com/path/to/repo/myfolder svn import myFolder svn+ssh://server.com/path/to/repo/myfolder If I didn’t do that, If I just imported the local “myFolder”, it would end up adding all the files inside the folder and it […]
How to build PyQt4 for Windows
– Make sure you don’t have cygwin or C:devkitPromsysbin in your path, or else your make files can end up trying to run the Makefile using ‘sh’ and all the makefile we’re about to use are meant to run from the windows command line. If for some odd reason you type ‘sh’ on your windows […]