3,221 reputation
11839
bio website lavadip.com
location India
age
visits member for 3 years, 9 months
seen May 20 at 11:58
stats profile views 262

Software Engineer, Trekker, Amateur Astronomer

Embedded & System Software; recently into Web and Android.

Creator of tDash and SkEye.


On GitHub.

Tools of the trade: Scala, jQuery, Vim


May
10
awarded  Nice Answer
May
7
awarded  Popular Question
May
1
awarded  Good Answer
Apr
22
comment Unit Test a Scala Lexer
The stream idea is interesting, but invoking .toList on the Stream doesn't terminate. Any ideas why?
Apr
22
awarded  Nice Answer
Apr
21
awarded  Nice Answer
Apr
17
revised Sqlalchemy: Latitude and Longitude Float Precision?
corrected precision of radian
Apr
17
answered Sqlalchemy: Latitude and Longitude Float Precision?
Apr
4
comment Move recent commit to a new branch
@Andrew Without --hard it leaves the changes in the working directory. In that case we can create a new branch and commmit those changes on the new branch. Would this approach remove the need of ensuring that others have not pulled your changes?
Apr
3
comment Enforcing user quota in Firebase
Thanks Andrew for your responses. While I appreciate the efforts of Firebase, the current approach is just a cure; prevention would be better. I hope you implement per-user quota capabilities soon. The ideal would be to allow the admin to define a custom function for limiting the quota. An efficient count query would be very useful.
Apr
2
comment Enforcing user quota in Firebase
Until the quota is implemented, does firebase enforce a quota restriction on an app's db? Is it possible for one malicious user to bring down the whole service?
Apr
1
asked Enforcing user quota in Firebase
Mar
31
comment authClient.login problems
the python -m SimpleHTTPServer tip is very handy! Thanks!
Mar
24
awarded  Nice Answer
Mar
9
comment How to convert X => Option[R] to PartialFunction[X,R]
This should be provided as an implicit conversion in Predef
Mar
4
awarded  Necromancer
Feb
28
comment Singleton Scala actor?
@Joe Perhaps you should mark this as the correct answer to help future visitors
Feb
28
comment Eclipse open console apps in separate window
I think the Eclipse Juno doesn't have a detach console button. But you can detach it by dragging the console tab to a point outside the Eclipse window.
Feb
19
revised How to save design document / view in CouchDB database from Scala program?
Shortened the example
Jan
30
awarded  Notable Question