A simple CSS/JS library recreating the Windows 8 Modal. Still working on tablet/mobile support (which im pretty sure is just a css style cursor: pointer;)<p><a href="http://ace-subido.github.io/windows8-metro-modal" rel="nofollow">http://ace-subido.github.io/windows8-metro-modal</a><p>Another side project I'm currently in the process of designing:<p>Personal Problem: Me and my wife have some folders with so many random files. Too troublesome and time consuming maintaining it to be clean and organized. Pictures should be in a specific folder, installers in another one, etc. an example is the "Downloads Folder"<p>Solution:
A small command-line utility that organizes a folder on where it runs from. This small command-line tool has only one parameter: a JSON file that contains "Rules" on what it will do on specific files. ex: .mp3's should be placed on a folder, .docs on another, etc. And so on and so forth. It could also come as an "installable" service/daemon that watches over folders. Still learning more about Scala, it's used in where I work, may write this command-line tool in that language for educational purposes.
Kitten, a programming language based on zero-cost abstractions (<a href="https://github.com/evincarofautumn/kitten" rel="nofollow">https://github.com/evincarofautumn/kitten</a>). Competing in the same space as C++, Rust, and Nimrod. Statically typed, type-inferred, stack-based, higher-order, GC optional, with an effect system to manage side effects. Very much a work in progress, but you should stow it in your brain as a systems language to try in the future.
Lots of them.<p>Open source implementation of Minecraft <a href="https://github.com/SirCmpwn/Craft.Net" rel="nofollow">https://github.com/SirCmpwn/Craft.Net</a><p>Reddit API wrapper <a href="https://github.com/SirCmpwn/RedditSharp" rel="nofollow">https://github.com/SirCmpwn/RedditSharp</a><p>kernel written in z80 assembly <a href="https://github.com/KnightSoft/kernel" rel="nofollow">https://github.com/KnightSoft/kernel</a><p>TI-8x emulator in javascript <a href="https://github.com/SirCmpwn/OpenTI" rel="nofollow">https://github.com/SirCmpwn/OpenTI</a><p>And lots more <a href="https://github.com/SirCmpwn" rel="nofollow">https://github.com/SirCmpwn</a>
<a href="http://hamsterdb.com" rel="nofollow">http://hamsterdb.com</a> - 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.
Docker replacement with emphasis on tool reusability. Docker made incremental builds right, and I love the idea. However, it reimplemented the whole tooling around it instead of using what's in there.<p>It will support FreeBSD/ZFS/Jails and Linux/LVM|BTRFS|ZFS/LXC on the first release. My goal is to re-use existing tooling as much as possible.<p>I am writing it in Haskell.
An open source stream processing framework (<a href="https://ghostream.com" rel="nofollow">https://ghostream.com</a>) - it isn't really ready for the limelight yet, but you can find the code base on github (<a href="https://github.com/ghostream/ghostream" rel="nofollow">https://github.com/ghostream/ghostream</a>) - final steps on the to do list are a few more example projects, a couple more functional operators and to polish up the documentation.<p>It has hit the 80-20 scenario. The last 20% is taking 80% of the time :)But it has let me quickly prototype a few little ideas (<a href="http://jamielewis.me.uk/posts/2013-11-03-Mapping-Earthquakes-with-ghostream.html" rel="nofollow">http://jamielewis.me.uk/posts/2013-11-03-Mapping-Earthquakes...</a>)
A columnar time series db with an lmdb backend - I have only just started and it us quite a struggle.<p>A map / tile server written in go. So far MapBox' mbtiles work.<p>This came from a peculiar interest of mine, whether my city needs yet another underground parking garage. So I started to scrape the public rss feed of the parking system. I have some gigs of data by now and RethinkDB is not as performant as I hoped it would be. There is no real query optimization as of yet.<p>What I want to visualize is whether you can find a parking spot at a certain point in time and reach a spot, for instance a shop, within a certain threshold by foot. In short, if you want to shop at XXX will you have trouble finding a parking spot?
I'm interested in finding more about disk failures (HDDs and SSDs), possibly with an eye to create an advance warning system for increased chance of multiple failures in a RAID system or the imminent failure of a single disk.<p>Blog is at <a href="http://blog.disksurvey.org/" rel="nofollow">http://blog.disksurvey.org/</a><p>Sub-parts on github: <a href="http://github.com/baruch/diskscan" rel="nofollow">http://github.com/baruch/diskscan</a> and <a href="http://github.com/baruch/disksurvey" rel="nofollow">http://github.com/baruch/disksurvey</a>
Firefox OS port to the HTC One: <a href="https://github.com/firefoxos-htc-one" rel="nofollow">https://github.com/firefoxos-htc-one</a><p>Round-based RPG Game written in Java/libGDX: <a href="https://github.com/andef4/adventure-game" rel="nofollow">https://github.com/andef4/adventure-game</a><p>Whatsapp for FirefoxOS written in TypeScript: <a href="https://github.com/andef4/ch.bfh.bti7054.w2013.p.fxos_whatsapp" rel="nofollow">https://github.com/andef4/ch.bfh.bti7054.w2013.p.fxos_whatsa...</a><p>All of them are still pre-alpha quality.
I'm working on a mobile/web app that lets users track their medication intake. It will use nfc tags that you tap each time you take the medication, so there's no risk of taking it more than the recommended number of times daily. It will also keep track of an side-effects you experience and prompt you to call the nearest pharmacy for refills. At the moment, I think I will target Android for the mobile app.
Almost all of the little spare time I have goes into <a href="http://Codepoints.net" rel="nofollow">http://Codepoints.net</a>, presenting and explaining Unicode codepoints.<p><i>Edit:</i> The page is fully open source: <a href="https://github.com/Boldewyn/Codepoints.net" rel="nofollow">https://github.com/Boldewyn/Codepoints.net</a>
Visualizing crime of a city I am moving into: <a href="https://github.com/radekstepan/deadmonton" rel="nofollow">https://github.com/radekstepan/deadmonton</a><p>GitHub Burndown Chart:
<a href="https://github.com/radekstepan/github-burndown-chart" rel="nofollow">https://github.com/radekstepan/github-burndown-chart</a>
I just finished this weekend hack I really like.
<a href="https://github.com/garrettdreyfus/Libstripper" rel="nofollow">https://github.com/garrettdreyfus/Libstripper</a>
It's a handy (i think) command line tool to extract the code you actually use from css libraries like bootstrap.<p>Not much compared to other comments here!
1. A news/blogging platform: <a href="http://techendo.co" rel="nofollow">http://techendo.co</a><p>2. I also organize and run the san francisco hacker news meetup. <a href="http://www.meetup.com/San-Francisco-Hacker-News-Meetup/" rel="nofollow">http://www.meetup.com/San-Francisco-Hacker-News-Meetup/</a><p>3. Dev school grading site: <a href="http://schools.techendo.co" rel="nofollow">http://schools.techendo.co</a><p>4. Burrito: <a href="http://burrito.techendo.co" rel="nofollow">http://burrito.techendo.co</a><p>5. Tribes: <a href="http://tribes.techendo.co" rel="nofollow">http://tribes.techendo.co</a><p>6. Next up is an app that helps businesses find their distribution channels -- to be released in a week or two.<p>7. ..and finally a kickstarter for a hacker tool coming early next year.<p>Join us on #Techendo on freenode to chat. :)
<a href="http://precis.gopagoda.com/" rel="nofollow">http://precis.gopagoda.com/</a> a threaded outbound-link aggregator. It needs a lot of work but i'm hoping to turn it into something cool. Currently incredibly slow because it's on a pagodabox free account and has no caching whatsoever. Also bootstrap and most of the buttons don't do anything still.<p>also <a href="https://gist.github.com/kennethrapp/ccb392c399d72efd8b0d" rel="nofollow">https://gist.github.com/kennethrapp/ccb392c399d72efd8b0d</a> a terminally unfinished Hacker News userscript to handle block/unblock/following users.
I am tired of repeating this again and again, so I am doing some yak shaving and creating a hosted rest service for managing user accounts and authentication. I will use it as basic infrastructure for future projects.
1. A gmail-inspired MUA: <a href="https://github.com/sup-heliotrope/sup" rel="nofollow">https://github.com/sup-heliotrope/sup</a><p>2. A bittorrent client in go: <a href="https://github.com/rakoo/taipei-torrent" rel="nofollow">https://github.com/rakoo/taipei-torrent</a><p>3. A bittorrent-sync Libre alternative: <a href="https://github.com/rakoo/zinc" rel="nofollow">https://github.com/rakoo/zinc</a><p>4. Yet another pubsubhubbub hub, this time in go: <a href="https://github.com" rel="nofollow">https://github.com</a>
/rakoo/psgb
International social network for freedivers - <a href="http://theabyss.de/" rel="nofollow">http://theabyss.de/</a><p>With buddyfinder, user blogs, as well as list of freediving spots and events.
I made embedding transcoded videos as simple as using the <img> tag --> <a href="http://transcode.io" rel="nofollow">http://transcode.io</a><p>Working on the production version atm.
1. A community driven listing of events around you - <a href="http://sntd.pw" rel="nofollow">http://sntd.pw</a> - <a href="https://github.com/caulagi/sntd" rel="nofollow">https://github.com/caulagi/sntd</a><p>2. A website for children to share their toys - <a href="http://toystori.com" rel="nofollow">http://toystori.com</a> - <a href="https://github.com/caulagi/toystori" rel="nofollow">https://github.com/caulagi/toystori</a>
A personal automated email sender, using vars and conditional statements (Eg. Multiple languages are possible, we live in a country where most of them speak: french, dutch, german or english, so that's a big + over here).<p>Create a poll (or mail) and mail them to clients when you sold for > 1000 € should be an option :)<p>It's actually meant to get feedback (automated) from clients with a more personal touch or to follow up on a sale of 1 month ago (how the car is, ...)
A mobile web app (<a href="https://treycent.com" rel="nofollow">https://treycent.com</a>) that lets you create voice-enabled question answering sites by tagging internet or intranet content with spoken questions. After a while you end up with a private Siri: a site capable of answering questions relevant to your team. Also working on a companion Google Glass app.
Wrote this recently: <a href="https://communities.sas.com/docs/DOC-2462" rel="nofollow">https://communities.sas.com/docs/DOC-2462</a><p>Industrial size data linkage in SAS.<p>I'm pretty sure I can make it even faster in Lisp, but just finished doing the SAS version and haven't gotten round to it. Don't know if its HN type material, but its cool to be done.
Scala tutorials (<a href="http://scalatutorials.com" rel="nofollow">http://scalatutorials.com</a>) - it's a "try scala code in your browser" (powered by scalakata.com) and has a basic tour at the moment, but I'm working on making it more like try ruby / codecademy, much more work than I thought by the way
A system to test blog/forum-comments for spam in real-time: <a href="http://blogspam.net/" rel="nofollow">http://blogspam.net/</a><p>A list of pubs in Edinburgh: <a href="http://edinburgh.io/" rel="nofollow">http://edinburgh.io/</a><p>A mail client: <a href="http://lumail.org/" rel="nofollow">http://lumail.org/</a>
I've just started a site that aggregates open public transit data feeds. It lets you quickly see differences between feed versions, discover new feeds, and I'm working on APIs to easily bring in better real time data into apps<p><a href="http://transitfeeds.com" rel="nofollow">http://transitfeeds.com</a>
A UK based price and product tracking site (<a href="http://salr.io" rel="nofollow">http://salr.io</a>)<p>Almost there, but I've been working on it solo, and development stalled for a bit whilst I struggled with motivational issues and analysis paralysis. Hope to get something MVP-able very soon!
Currently, my main side-project is Pronto, quick automated code-review tool: <a href="https://github.com/mmozuras/pronto" rel="nofollow">https://github.com/mmozuras/pronto</a>
Intend to make a SaaS from its current library form, at some point, also.<p>A couple of others on the back burner.
1. Helping people run faster: <a href="https://cleverrun.com" rel="nofollow">https://cleverrun.com</a><p>2. Stats about where you spend your time: <a href="https://clevergeo.com" rel="nofollow">https://clevergeo.com</a><p>3. Something with pebble and it's accelerometer, probably related to sports.
A site for people to record their predictions, to say whether they agree or not with other people's predictions and later to see who was right.
Let's see who can predict the best what will happen in the world!<p><a href="https://preddict.com" rel="nofollow">https://preddict.com</a>
Computer algebra system that yields the steps it takes to produce a result. Mainly intended as an educational tool to help teach math. This is actually my first side project since I (re)learned to program a few months ago—everything I'm using to build this I learned at work.
I just started this web audio app to see if I could make something that translates well to tablet devices, and help me learn php. The server isn't hooked up but the front end works. <a href="http://helpknow.com/snd" rel="nofollow">http://helpknow.com/snd</a>
An open teaching and learning resource for Python: <a href="http://introtopython.org" rel="nofollow">http://introtopython.org</a><p>(source: <a href="https://github.com/ehmatthes/intro_programming" rel="nofollow">https://github.com/ehmatthes/intro_programming</a>)
A terminal emulator - <a href="https://github.com/hoeck/schirm" rel="nofollow">https://github.com/hoeck/schirm</a> - using a browser to render the screen, allowing programs to use HTML and Javascript as an alternative output (via a CGI like interface).
I'm making a social sharing application, dedicated to street food vendors, it's called tacotuyo.. very early in development still (about 20 hrs in)
<a href="http://tacotuyo-elninja.rhcloud.com" rel="nofollow">http://tacotuyo-elninja.rhcloud.com</a>
SassyStudio, provides much needed support for SCSS in Visual Studio.<p><a href="https://github.com/darrenkopp/sassystudio" rel="nofollow">https://github.com/darrenkopp/sassystudio</a><p>Currently it supports compiling css (via libsass), syntax highlighting, outlining, and intellisense.
My 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.<p>My feel good project is Sahana Eden.
Deal Drop (and now Tech Drop) - iOS/Android shopping apps <a href="http://www.getdealdrop.com" rel="nofollow">http://www.getdealdrop.com</a> Been working on it for a few years. Nice side income but still trying to grow it to be my main income.
xtopdf, a toolkit for PDF creation from other input formats.<p>xtopdf supports many input formats, and more can be plugged in. Runs on Linux, Mac OS X, Windows (except for some platform-specific parts). Has a core library and CLI, GUI and web apps built using the library. Written in Python.<p>xtopdf links:<p>Overview:
<a href="http://slid.es/vasudevram/xtopdf" rel="nofollow">http://slid.es/vasudevram/xtopdf</a><p>Posts (with code) about using xtopdf:
<a href="http://jugad2.blogspot.com/search/label/xtopdf" rel="nofollow">http://jugad2.blogspot.com/search/label/xtopdf</a><p>Source code:
<a href="https://bitbucket.org/vasudevram/xtopdf" rel="nofollow">https://bitbucket.org/vasudevram/xtopdf</a>
Open source github based jekyll blog editor that runs completely on client side. [1]
A CRM system, and a designer collaboration tool.<p>[1]: <a href="https://github.com/captn3m0/potion" rel="nofollow">https://github.com/captn3m0/potion</a>
WriteTracker - A resource for writer's to track the submission process as well as find potential markets to submit their work.
<a href="http://www.writetracker.com" rel="nofollow">http://www.writetracker.com</a>
I'm working on an iOS app that lets you manage and edit Jekyll websites on Github. check it out <a href="https://github.com/bringel/staticly" rel="nofollow">https://github.com/bringel/staticly</a>
A youtube-based jukebox server in dart: <a href="https://github.com/rounds/jukebox-mode" rel="nofollow">https://github.com/rounds/jukebox-mode</a><p>We use it at the office to queue songs a chatroom and listen together.
My current side project is <a href="http://upbeatapp.com" rel="nofollow">http://upbeatapp.com</a>, working on it with two co-workers, and having some success.<p>Been having fun with Go-lang koans and Angular.js uiRouter as well.
Interesting reading about all your projects.
I'm working on <a href="http://muscula.com" rel="nofollow">http://muscula.com</a>
Log JavaSript errors in production. It installs like Google Analytics.
I 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.<p>[0] <a href="https://getssl.me/" rel="nofollow">https://getssl.me/</a>
Last weekend I have created <a href="http://microbezilla.sandbox.lt/" rel="nofollow">http://microbezilla.sandbox.lt/</a>.<p>Now I'm working on HTML5 turn-based strategy multiplayer game about space pirates.
<a href="https://findalakethatlookslikeadog.com" rel="nofollow">https://findalakethatlookslikeadog.com</a><p>Started as a joke among my dev team and we've now sold a few shirts and plan on developing the idea.
I am working on Readbox (<a href="https://www.readbox.co" rel="nofollow">https://www.readbox.co</a>). It's a news reader founded in collaboration with University of Naples Federico II.
I'm making an online store in Rails for a specific target market (have to be vague). I'm building it mostly on my own and I'm looking for a second developer to help me out.
Streaming Twitter client in javascript since the last one I used died. Early version at <a href="https://deny.io/river/" rel="nofollow">https://deny.io/river/</a>
I'm making an offsite status page SaaS: <a href="https://statusutils.com" rel="nofollow">https://statusutils.com</a>
Its in beta, and I could use some feedback :)
A News reading App based on the most popular news stories being shared in real time on Twitter: <a href="http://newspo.st" rel="nofollow">http://newspo.st</a>
I have been building this: <a href="https://news.ycombinator.com/item?id=6618834" rel="nofollow">https://news.ycombinator.com/item?id=6618834</a><p>It's been fun. :D
An Android game called Foobit: <a href="https://news.ycombinator.com/item?id=6800828" rel="nofollow">https://news.ycombinator.com/item?id=6800828</a>
A service that allows single page ajax applications to be indexed with minimal effort <a href="http://crawlspa.com" rel="nofollow">http://crawlspa.com</a>