I sometimes have the problem that I need to install an asian Windows XP. I could always install a second XP in english in parallel in order for me to understand the screens in a language that is unknown to
Use the CSParser to process C# files
I wanted to generate code but at the same time parse the target file first to see if any changes have been manually made or with the graphical designer. I found the following parser for c# code: http://www.codeplex.com/csparser; it seems
Manage webspace with Hostsharing
I am a member of Hostsharing eG, which is a German company owned by its members with the aim to take the idea of Open Source to Webhosting. You don’t need to worry about backups or availability, because the webmasters
Allow Chinese characters on a Client-Server application
I recently had to provide a working solution for Traditional Chinese for Hongkong. It involved both ODBC on the Linux server to read correct data from a Progress database, and process that data in .net on Mono, but also on
What kind of relationship can we have with God
Some christians seem to talk a lot about their faith as a “Face to Face” relationship with God. I have a problem with those words, because it sounds to me much like a relationship of two equal people who have
My first little ASP.net project using the Mono XSP server
I wanted to provide an online version for the project Delphi2C#, so that people can just paste their Pascal code on the website, and see how good the converter is for them when it displays the C# version of their
Config files in RPM files
see this very helpful description of RPM, %config, and (noreplace) by Jon Warbrick all about when files are stored with extension .rpmnew or .rpmsave, and when the current file is actually replaced with the new file
Free Visual C++ Toolkit
http://msdn.microsoft.com/visualc/vctoolkit2003/ copy nmake.exe from .net SDK into bin directory use the shortcut to start a cmd box with the environment variables set Blog about ithttp://blogs.msdn.com/brianjo/archive/2004/04/17/115335.aspx Manual from Microsoft about nmake.exe review from a linux point of view:llg.cubic.org If you have
Some CSV functions for VBA
feel free to use! Function getCountCSV(ByVal list As String) As String Dim number As Integer number = 0 While Len(list) 0 Call getNextCSV(list) number = number + 1 Wend getCountCSV = numberEnd FunctionFunction getNextCSV(list As String) As String Dim commaPosition
BsDiff for Windows and .net
This program is based on the excellent unix tool bsdiff from Colin Percival. I made some adjustments, so that it would compile in C++ mode in Dev-C++ IDE (mingw compiler), using the libbzip2 package. This version is based on bsdiff