“Inno Setup” – Installation for you app

Posted on

I have looked up the “Inno Setup”, and actually only want to share this app since I think it is rather nice to use instead of the visual studio pre-build installations phase. And you got a general look and feel when the application is installing and not a “odd msi” installations window. You have some […]

AutoUpgrade 0.5.1 released [C#]

Posted on

Version: 0.5.1 License: CC Requirements: Win (With mono possible for Linux aswell) Limitations: CC License (Free of use/change for personal use) Code: Csharp AutoUpgrade With this project, that is mearged with the main application that should be released, it will be possible to check if new upgrades are available. Upgrades will be download on a […]

Portable Ubuntu

Posted on

A good way of having Ubuntu running when you must have Windows installed as primary, and on USB. Take a look at Portable Ubuntu. Using it when running XP in background and at the same time running linux. Good way of developing, and can also take my Ubuntu with me to another computer anywhere since […]

Send Mail v0.4 now released

Posted on

Title: Send Mail with SVN (Send Email on Subversion Commit) Version: 0.4 License: GNU Requirements: Linux/Unix/Win Limitations: No limitations Code: Java This is a small program that get some information from SVN and then email it to the person that is on the adresslist.xml list, based on repository and it’s sub-directories. Why I made my […]

Send Mail with SVN v0.3

Posted on

Title: Send Mail with SVN Version: 0.3 License: GNU Requirements: Linux/Unix/Win Limitations: No limitations Code: Java Updates: Change the send Content to “Content-Transfer-Encoding: 8bit”. This to fix the errors in Thunderbird where the data didn’t show up. Download: Send mail v0.3

Lines of code counter

Posted on

Title: Lines of code Counter Version: 1.0 Requirements: Windows Limitations: No limitations As the title say. This is a small C# software that helps count the lines of code, comments, blank lines from a file or directory (recursive). It is possible to state which files to look into. For example: *.cs or *.java etc.. Better […]