Viewing profile — ekanna
ekanna
HN member- Joined
- Thu, Jan 27, 2011, 11:39 AM UTC
- HN karma
- -13
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About ekanna
No profile information was provided.
Recent public activity
-
comment
Comment #34650128
[dead]
- story
-
story
Show HN: Boost Your Productivity in Excel
This add-in allows drill-down of aggregate formulas countif(s), sumif(s) and sumproduct. And also one can navigate formulas with ease and can detect errors without much effort.
-
comment
Comment #24806760
To address some of these problems, I have created a Excel add-in[1]. It checks errors in formulas, facilitates easy navigation of formulas. One can even create drill down reports f…
- story
-
comment
Comment #16170203
You can learn ML theory and practical examples here: http://gluon.mxnet.io/
-
comment
Comment #12258954
One down side of this bundling approach is whenever there is a change in the static files you have to rebuild and restart app server.
-
comment
Comment #7670983
Excellent. It became more developer friendly as well. This is going to be my default browser!
-
comment
Comment #7138677
I have tried ember and angular. And finally settled with ractivejs.org
-
comment
Comment #6995738
Ractivejs http://www.ractivejs.org/ is another good library which does all most all of these things in a smart way!
-
comment
Comment #6493843
Any plans to support golang?
-
comment
Comment #6222667
Lack of native Date support was holding me back previously. Now i don't see any reason for not using rethinkdb. My next project will be using Rethinkdb! It will be nice if you can …
-
comment
Comment #6155505
Have a look at http://ractivejs.org
-
comment
Comment #6031076
Other main strength of golang is no run time dependecy! Making it highly distributable. And also cross compiles across different operating systems and different cpu architectures. …
-
comment
Comment #5954044
Excellent! In just few clicks i was able to migrate from google reader to this. Nice integration.
-
comment
Comment #5706395
First you will use "go get github.com/foo/bar" This will install the package for you And then in your source code you will use "import github.com/foo/bar"
-
comment
Comment #4406446
NodeJS?
-
comment
Comment #4294628
Nice book. If someone can provide javascript version of examples, everyone can literally play with it.
- comment
-
comment
Comment #3172232
fantastic article...
-
comment
Comment #2535325
apple the asshole. Even if you make licence agreement with them they will change it in the middle. May be you mean irrevocable terms.
-
comment
Comment #2458074
Start Learning JavaScript! In one shot you will learn 3 things 1. Client Side Programming (Browsers) 2. Server Side Programming (NodeJS) 3. Database programming (Using JSON eg. Mon…