Chaos, Fashion and Hacker
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.
Creating a mini-mirror with the cpan CPAN:: Mini
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.
Git github and under windows
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.
Installing modules from CPAN via local:: lib
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.
Pointers and Arrays
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).
TPM - Telepathy, Precognition and Miracle
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 ...
Pointers and references in C + + part 2
Continuing with this attempt to series of posts about pointers and references, which began talking about pointers , references discuss today.


