17 May
Posted by: Tomasz Klekot in: Programming, Humor
Yes, I am not joking! Microsoft has released a special ebook for children to… teach them how to create their own, cool and fun programs. “Writing programs is Fun!” - that’s what you can read in the C# for Sharp Kids.
If you are a programmer and you earn all your money by programming, you […]
Regular expressions are strings that are used to match a set of strings, according to certain syntax rules.
You can use them in many places, so it’s worth to learn it. For example, you can use it in Open Office or Total Commander (when searching a file). Regular expressions, called also RegExp, are available in […]