ksoap2 with timeout for HttpTransportSE

Posted on

KSoap2-Android have long be the library to use for soap request. But for our android development we also needed timeout when using soap requests. Currently Ksoap2 only support timeout for https, but we have modified version 2.5.2 to also support timout for http, that we needed. You will find the download below. Official KSoap2 project-page […]

“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 […]

Send Email on Subversion Commit (svn) version 0.5 released

Posted on

Version: 0.5 License: GNU Requirements: Linux/Unix/Win Limitations: No limitations Code: Java Send Email on Subversion Commit (svn) This is a small program that get some information from SVN and then email it to the person that is on a addresslist.xml list, based on repository and it’s sub-directories. It can be grouped into repository or/and directories […]

C# Application that checks for new versions

Posted on

Normally when I create some application and know that users will use it a lot, there is a underlying need of making sure the end user is using the latest version. To show one way of making this possible is using xml files at the server side, describing the changes and where to fetch new […]

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 […]