KSoap2-Android with timeout now merged

Posted on

Some time ago, I wrote that I added timout for KSoap2-Android. And a realease of the package was made at this page. It is now merged into the main branch at gitHub and can be found here: KSoap2-Android (use 2.5.4 or later) [ad#LightSoft – Banner – Image]

Slow Content assist in Eclipse with Android

Posted on

I guess you have the same problem I had, regarding the Content Assist in Eclipse took several seconds to minutes to show a result once coded. This made me not only frustrated, but it simply was not possible to code with constant interruptions. One way that reduces the time, is to disable “JAX-WS Propasals” found […]

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

Genetic Algorithm with Tetris (GA/AI)

Posted on

GA is a way to learn a population by generations, better understand a problem and working towards a goal. This by giving a small fragments of the both parents dna (information/mutation) into the childs “dna”. For each new generations, they will given more understanding of the problem and thereby make better actions towards the problem. […]