Given a text file file.txt, transpose its content. You may assume that each row has the same number of columns and each field is separated by the ‘ ‘ …
Convert a non-negative integer to its English words representation. Given input is guaranteed to be less than 231 – 1. For example, 123 – “One Hundred Twenty Three” 12345 …
Delphi is now owned by Embarcadero. It is not dead yet and quite active: they have 3 releases this year. The last release was at 1/June which is XE8 …
The FixInsight, as described in this article as well, is a delphi static code analyser that will find code violations in the project without compiling it. It enhances the …
I have signed-up bidvertiser ads (a Pay Per Click Ads serving company) in 2013. I have received 10$ revenue today, so that is only 10$ in two years! I …
With NCrunch, you can run unit tests continuously in background that will give you confidence when you change the source code. However, NCrunch does consume some CPU/IO resource because …