Leslie Liew (8)

Git for version control and deployment

In the past I have used Subversion for version control but having to have a repository somewhere put me off from using it on many projects. Git was created in 2005 by Linus Torvald and Linux developers to address their needs for distributed version control.

Continue reading...

Turn your Perl into a Windows Executable

Turning your Perl into a Windows Executable lets you distribute a program and not have to worry about having perl installed and managed on the target system. Using this method does not "compile" the perl, meaning that the source is still accessible and also there…

Continue reading...

Windows 7 directory links

Links are a shortcut for a file or directory which tells any programs that use it where the real location is. Using Links you can access files from multiple locations even across different hard drives. These are useful for moving physical location of files yet…

Continue reading...