Ask HN: Show us your abandoned (and probably incomplete) side projects
41–50 of 61 posts
Re: Ask HN: Show us your abandoned (and probably incomplete) side projects
#42Sockets https://github.com/navarr/Sockets - Wrapper around PHP socket classes to turn them OOP, and I don't mean like some crappy HelperClasses, I mean treating sockets as objects you read and write from.
TwCLI https://github.com/navarr/TwCLI - A browser-based twitter "command line interface." Abandoned long ago, written in PHP and fairly terrible. Not at all newish work.
Hanafuda https://github.com/navarr/Hanafuda - Hanafuda libraries in PHP for maintaining a game state for a variation of Hanafuda and Koi-Koi. Don't think I got very far
PHP-Shogi https://github.com/navarr/PHP-Shogi - Library for handling a game of Shogi in PHP (maintaining rules, enforcing game state)
Re: Ask HN: Show us your abandoned (and probably incomplete) side projects
#43Summarizing / skimming tool: http://bookshrink.com . I wanted to write a browser extension that took advantage of the tech, never got around to it. Even a nice "enter any website URL and get the text of that page summarized" would be better than the current "paste things into this text box" approach. Considered building a speed-grading tool for teachers, too. All open source at https://github.com/peterldowns/bookshri…
Very nice. I tried it against some of my blog posts and I really like the snippets it produced. What licence is the code under? I would like to take some sections of it.
Re: Ask HN: Show us your abandoned (and probably incomplete) side projects
#44Re: Ask HN: Show us your abandoned (and probably incomplete) side projects
#45Slice Station https://play.google.com/store/apps/details?id=com.slicestati... - abandoned Android music exploration app when our provider fell through. Not going to lie, this is pretty outdated given the foundation was built in 2010 on Android 1.6. But the exploration concept is still very good and worth trying to revive.
PyKRP Engine https://github.com/keerthik/KRPEngine - A python game engine dependent on pygame targeted at rapid prototyping 2D game mechanics. Provides easy menus, game loop, screen setup, etc. Abandoned when I broke up with Python 3 years ago.
I have a couple of Unity game projects lying around on hard drives, someday I'll push them to github and share next time this Ask HN comes around...
Re: Ask HN: Show us your abandoned (and probably incomplete) side projects
#46Earlier quoted context omitted.
Very nice. I tried it against some of my blog posts and I really like the snippets it produced. What licence is the code under? I would like to take some sections of it.
I'm glad you think it's interesting! Just pushed a LICENSE file (MIT). Let me know if you build anything cool :)
Re: Ask HN: Show us your abandoned (and probably incomplete) side projects
#47I got tired of Mojang fucking the protocol over and over.