Chaos, Fashion and Hacker

July 31, 2010 · Posted in C / C + + , Tips , Linux , Opinion , Perl , Technology · View Comments

Chaos

This happened last Friday class travel vacation 20hs I and some friends ministered at EIF on introduction to Linux. I would like to record again our thanks for all the support we received from the institution, represented by Prof. Plinio .

The course was redesigned during the week affectionately as "A chaotic and fun introduction to the Linux world," because instead of focusing on memorization of comandinhos, we try to show students how to fend for themselves, habituating them to use the manual and letting them comfortable enough to try.

Read more

Creating a mini-mirror with the cpan CPAN:: Mini

February 5, 2010 · Posted in Perl · View Comments

Online since 26/10/1995, with 17 365 modules written by 7930 authors (until the time of writing this post), the CPAN is the official repository of Perl modules. In it we can often find hundreds of ready modules for various tasks. This is one of the facilities that make Perl programmers are so efficient.

However, reliance on an internet connection to install new modules, is sometimes an impediment to the use of this powerful tool. But as in Perl there is always more than one way to do this post will show how to create a mini-mirror of cpan to be used in environments where an Internet connection is not always possible.

Read more

Git github and under windows

December 20, 2009 · Posted in Git , Programming · View Comments

The git is an open source tool for version control of files. Its distributed architecture allows you to be more productive because it does not require a central server to receive commits.

The CVS was the first version control system with which it worked. Maybe it was for my inexperience, but he has always been more a thorn in one tool.

Read more

Installing modules from CPAN via local:: lib

August 30, 2009 · Posted in Perl · View Comments

Install CPAN modules on machines where you do not have permission to root is very simple. Module using the site:: CPAN's own lib, you can create an installation site where the modules are installed in your own home.

Read more

Pointers and Arrays

May 18, 2009 · Posted in C / C + + · View Comments

In the first post of this series, we talked a little about pointers . In the second, we talk about references . Today we discuss the intimate relationship (ui!) Between pointers and arrays (or arrays).

Read more

TPM - Telepathy, Precognition and Miracle

May 7, 2009 · Posted in Open Office · View Comments

I once worked with a team that coined the following gem: "To work here you must have TPM - Telepathy, Precognition and Miracle." That's because the team often worked in two cities had to provide the design specifications that had not yet been specified and finally make the miracle happen. The guys were REALLY good. After a few years, today I had clues that I may have found another team as well, although in its infancy ...

Read more

Pointers and references in C + + part 2

May 2, 2009 · Posted in C / C + + · View Comments

Continuing with this attempt to series of posts about pointers and references, which began talking about pointers , references discuss today.

Read more

Next Page »