Search Results

1
vote

Recommended Fonts for Programming?

Don't forget the colours! For some reason Delphi 7 in Twilight does not render Droid Sans Mono well, but in Visual Studio with an orange on black theme it is excellent. Deja Vu Sans Mono is …
3
votes

How to ensure user submit only english text

You are already doing NLP, if your module doesn't understand what language the text was then either the module doesn't work or the input was not in the correct language. …
3
votes

What first game did you program, and did it make you a better developer?

I did a really simple minesweeper in Perl. It has many of the features of the Microsoft classic, except the display is an ASCII-grid in the terminal and just uses print statements (doesn't even use …