Home
Posts
Projects
Résumé
Photos
Contact
Light
Dark
Automatic
Programming
NetBeans with Oracle Java
This semester, I took two classes with a professor who really likes Java. All the content is taught in Java, and in addition, some plugins we use for testing only exist in NetBeans.
Julio Batista Silva
Last updated on Mar 25, 2012
2 min read
Linux
,
Programming
,
Tutorial
Programming Marathon
Boca Installation Updated on July 19, 2013 Follow the INSTALL.TXT Install dependencies julio@acer ~> sudo pacman -S php php-pgsql php-mcrypt php-gd postgresql Uncomment the following lines in /etc/php/php.ini extension=pdo_pgsql.so extension=pgsql.so extension=zip.
Julio Batista Silva
Last updated on Jan 4, 2012
3 min read
Programming
,
Tutorial
Enable tab-completion in Python Shell
Create the file ~/.pyrc with the following content: $ cat .pyrc # ~/.pyrc # enable syntax completion try: import readline except ImportError: print "Module readline not available." else: import rlcompleter readline.
Julio Batista Silva
Last updated on Nov 19, 2011
2 min read
Linux
,
Programming
,
Tutorial
Apache Subversion (SVN)
Subversion (SVN) is an open-source version control system (VCS) that emerged to replace the limited CVS. SVN manages files and directories and the changes made to them over time. This allows us to retrieve old versions of your data or examine the change history.
Julio Batista Silva
Last updated on Nov 1, 2011
5 min read
Programming
,
Tutorial
,
Version Control
Vim colorscheme
I program a lot in C++ and Python using Vim, and since I spend several hours looking at the screen, I decided to look for a color scheme that would facilitate programming and not strain my eyes.
Julio Batista Silva
Last updated on Apr 27, 2011
1 min read
Linux
,
Programming
,
Tutorial
,
Vim
Cite
×