TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: which obscure Github projects have you found useful?

58 pointsby mcgyverover 14 years ago
There is a lot of great stuff on Github but it's hard to know where to start looking. I'm wondering if HN had any recommendations for useful tool suites or other noteworthy projects.

17 comments

mojomboover 14 years ago
Just in case you missed it, we have an "Explore GitHub" page that should get you started with some repos that you may not have heard of before:<p><a href="https://github.com/explore" rel="nofollow">https://github.com/explore</a>
评论 #1935654 未加载
evanrmurphyover 14 years ago
Not sure how obscure these would be here (I first learned about them on Hacker News), but I've found Backbone.js and Underscore.js to be extraordinary projects.<p>Links:<p><a href="http://documentcloud.github.com/backbone/" rel="nofollow">http://documentcloud.github.com/backbone/</a><p><a href="http://documentcloud.github.com/underscore/" rel="nofollow">http://documentcloud.github.com/underscore/</a>
评论 #1935834 未加载
hecticjeffover 14 years ago
<a href="http://thechangelog.com/" rel="nofollow">http://thechangelog.com/</a> is a great blog to follow for interesting GitHub projects, it also powers parts of the "Explore GitHub" page that @mojombo mentioned.
mikey_pover 14 years ago
I've really enjoyed skimming through other users 'dotfiles' or similarly named repos. It's a great way to find some small tips or shortcuts to make my day to day work more efficient, etc, without reading a long blog post about why some technique is the 'only sane, correct, right, proper way' and you'd have to be crazy to try anything else. I.e. great tips without the commentary.
评论 #1935524 未加载
jwpageover 14 years ago
The latest one I discovered is Slidedown: a simple tool to generate HTML slides (with syntax highlighting) from a markdown document.<p>Came in handy when I had to whip up a presentation for a recent meetup.
kilianover 14 years ago
I'm a big fan of zen coding, it's a way of writing HTML and CSS by shortcuts and expanding them, cross-IDE: <a href="https://github.com/sergeche/zen-coding" rel="nofollow">https://github.com/sergeche/zen-coding</a> it has sped up my html writing considerably.<p>If you're using Django with a MySQL heavy application, consider django-stored-procedures (written by a colleague of mine) <a href="https://github.com/jeroeng/stored-procedures" rel="nofollow">https://github.com/jeroeng/stored-procedures</a>
woodallover 14 years ago
Gordon; An open source Flash™ runtime written in pure JavaScript<p>EXAMPLE: <a href="http://paulirish.com/work/gordon/demos/" rel="nofollow">http://paulirish.com/work/gordon/demos/</a> GIT: <a href="https://github.com/tobeytailor/gordon" rel="nofollow">https://github.com/tobeytailor/gordon</a>
alanhover 14 years ago
qlmarkdown. It enables OS X to show (pretty/formatted) Markdown documents in Quick Look.<p>I also forked something called Add-Another for replicating parts of web forms (when you need to collect 0-n things from a user, e.g. emergency contacts, images, etc.)
amanuelover 14 years ago
AppSales-Mobile to an amazing and well supported find to track your iOS app sales. <a href="https://github.com/omz/AppSales-Mobile" rel="nofollow">https://github.com/omz/AppSales-Mobile</a><p>On the Mac Brotherbard's Gitx fork is very cool. <a href="https://github.com/brotherbard/gitx" rel="nofollow">https://github.com/brotherbard/gitx</a><p>GitFlow - takes your Git skills to the next level. <a href="https://github.com/nvie/gitflow" rel="nofollow">https://github.com/nvie/gitflow</a>
stevewilhelmover 14 years ago
Wukong, a Ruby-based Hadoop streaming framework. <a href="http://mrflip.github.com/wukong" rel="nofollow">http://mrflip.github.com/wukong</a>
iccoover 14 years ago
I found isaac to be pretty cool. I had to fork it and add features because it's not maintained too well, but a neat idea.<p><a href="https://github.com/ichverstehe/isaac" rel="nofollow">https://github.com/ichverstehe/isaac</a>
z0rkover 14 years ago
<a href="http://github.com/rohityadav/cmakeqt" rel="nofollow">http://github.com/rohityadav/cmakeqt</a> a qt-cmake example, with features like cross compiling, packaging, translations etc.
thomazover 14 years ago
Vim-inspired file manager for the console<p><a href="https://github.com/hut/ranger" rel="nofollow">https://github.com/hut/ranger</a>
Jachover 14 years ago
Lots of goodies here: <a href="https://github.com/MarcWeber" rel="nofollow">https://github.com/MarcWeber</a>
sr3dover 14 years ago
self-plug: GithubFinder <a href="http://sr3d.github.com/GithubFinder" rel="nofollow">http://sr3d.github.com/GithubFinder</a><p>Much better code/repo browsing for Github repos, especially with the bookmarklet or the Userscript plugin.
endgameover 14 years ago
libtelnet: A nifty little library that makes it easy to speak proper telnet.<p><a href="https://github.com/elanthis/libtelnet" rel="nofollow">https://github.com/elanthis/libtelnet</a>
bmeltonover 14 years ago
What.js<p><a href="https://github.com/entmike/What" rel="nofollow">https://github.com/entmike/What</a> -- I've been playing with this, written by a buddy of mine. It's a Node.js-based application server, complete with an HttpServlet implementation.