back
user profile
oumua_don17
8,747karma·1,337submissions·October 23, 2014
about
* A polyglot programmable programmer.
Note: Any comments on this site attributed to me are my opinions and not those of any current, past, or future employers/clients. Consider yourself so notified.
recent activity (1,337 total)
comment
I implemented a solver in Common Lisp, quite a while back. The repo: https://github.com/dmsurti/sudoku and some details here: http://www.deepaksurti.com/blog/…
comment
NLTK: https://github.com/nltk/nltk with the documentation at http://www.nltk.org . I found the code easy to follow through. I referred to it when adding tests for toke…
comment
I am based out of India. Irrespective of the location, being in this domain for 2+ years now, I can tell you that while there may be comparatively few open positions, the pay (irrespective of location…
comment
> Let me explain. You'll probably get much better with at least one thing once you ship a real project to the end, and this is where you'll get better. +100. I did exactly this. After wor…
comment
I first try to familiarize myself with the high level design/org of the code base, going through the README, other docs, looking at the test code if any and just generally scanning the important …
comment
The Elements of Computing Systems: http://www.nand2tetris.org . A great, fun, do it yourself projects with subtle hints to move forward. Helps you lay a good foundation for programming. Hel…
comment
I have tested with the iOS Beta version while writing a 3D sports simulation game. I have missed these: a full object DB with a query language. Right now I use rucksack which serves my needs. Very pro…