GitHub Burndown Chart: https://github.com/radekstepan/github-burndown-chart
Ask HN: What kind of side projects are you working on?
41–50 of 128 posts
Visualizing crime of a city I am moving into: https://github.com/radekstepan/deadmonton
Re: Ask HN: What kind of side projects are you working on?
#42Visualizing crime of a city I am moving into: https://github.com/radekstepan/deadmonton GitHub Burndown Chart: https://github.com/radekstepan/github-burndown-chart
where do you get the data for visualization?
Re: Ask HN: What kind of side projects are you working on?
#43http://hamsterdb.com - a C++ key/value store. hamsterdb is AFAIK the only key/value store which supports typed keys (i.e. uint32, uint64, blobs). under the hood the btree optimizes the memory layout for this type, just like a column store DBMS does. I'm now moving slowly towards adding analytical functions, but it's still a long way to go.
Re: Ask HN: What kind of side projects are you working on?
#44A terminal emulator - https://github.com/hoeck/schirm - using a browser to render the screen, allowing programs to use HTML and Javascript as an alternative output (via a CGI like interface).
Re: Ask HN: What kind of side projects are you working on?
#45Almost all of the little spare time I have goes into http://Codepoints.net , presenting and explaining Unicode codepoints. Edit: The page is fully open source: https://github.com/Boldewyn/Codepoints.net
Nice design and a great resource. Unicode is a complex beast, and making it easier to navigate and understand is a worthwhile goal, if only to improve how Joe Programmer deals with non-English text.
Re: Ask HN: What kind of side projects are you working on?
#46I built a SSL certificate store GetSSL.me[0] and so far it has been really great. Our goal is to make SSL certificates available to everyone.
Re: Ask HN: What kind of side projects are you working on?
#47Visualizing crime of a city I am moving into: https://github.com/radekstepan/deadmonton GitHub Burndown Chart: https://github.com/radekstepan/github-burndown-chart
where do you get the data for visualization?
This website: http://crimemapping.edmontonpolice.ca/ the data go back by only a few months so I cache them in a file and always update with new ones.
Re: Ask HN: What kind of side projects are you working on?
#48Deal Drop (and now Tech Drop) - iOS/Android shopping apps http://www.getdealdrop.com Been working on it for a few years. Nice side income but still trying to grow it to be my main income.
Re: Ask HN: What kind of side projects are you working on?
#49Speed-reading iOS app for ePub http://velocireaderapp.com
Re: Ask HN: What kind of side projects are you working on?
#50My pet project is the development of the concept of "mind map for programming" (mm4p). It is a mix between literate programming and visual programming with the capacity to work with text file and any programming language you want.
My feel good project is Sahana Eden.