Viewing profile — tacticiankerala
tacticiankerala
HN member- Joined
- Thu, Aug 14, 2014, 12:42 PM UTC
- HN karma
- 55
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About tacticiankerala
Recent public activity
- story
- story
- story
- story
-
comment
Comment #10537692
- Intro by David Nolen: https://www.youtube.com/watch?v=ByNs9TG30E8 - Github docs: https://github.com/omcljs/om/wiki/Quick-Start-%28om.next%29
- story
- story
- story
- story
-
comment
Comment #10157448
I think this is the only useful answer so far in this thread!
- story
- story
- story
- story
-
story
Ask HN: Are there any good libraries/wrappers to do OCR in clojure?
I want to scan a Sudoku puzzle from newspaper and then try to solve it using clojure.
- story
-
story
Ask HN: How do I become a software architect?
I am a software engineer. What are the skills I need to practice, and resources I need to read in order to take up the responsibilities of an architect?
- story
-
comment
Comment #9530634
Checkout, https://github.com/josephmisiti/awesome-machine-learning This is not exactly resources for learning machine learning but frameworks you can use with your favorite program…
- comment
-
comment
Comment #9527424
It is for finding the first solution. Sorry that I didn't mention it.
-
comment
Comment #9526782
Here is the benchmarking for 12-queens 12-queens : 0.21s user 0.11s system 129% cpu 0.244 total But, I see that you are finding all the solution. My program only finds the first so…
-
comment
Comment #9526766
8-queens : 0.19s user 0.09s system 127% cpu 0.222 total 12-queens : 0.21s user 0.11s system 129% cpu 0.244 total 16-queens : 0.29s user 0.10s system 119% cpu 0.325 total 20-queens …
- story
-
comment
Comment #9506544
my bad :(