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: What open source project is your pride and joy?

27 pointsby seamusabshereover 11 years ago
Maybe you've authored or contributed to 10 projects - which one is special?

27 comments

mattlover 11 years ago
<a href="http://libre.fm" rel="nofollow">http:&#x2F;&#x2F;libre.fm</a> -- yeah, the UI could use some work (current work in progress: <a href="http://i.imgur.com/2P9ZDx6.png" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;2P9ZDx6.png</a>) but it has a bunch of users (~130k, and we have approximately 85 million song listens have passed through the site) -- all the code is here -- <a href="https://gitorious.org/foocorp/gnu-fm/source/b4d50d2ca4dd456dff86561a3a668357580d95dc" rel="nofollow">https:&#x2F;&#x2F;gitorious.org&#x2F;foocorp&#x2F;gnu-fm&#x2F;source&#x2F;b4d50d2ca4dd456d...</a>:
评论 #6676568 未加载
ozhover 11 years ago
<a href="https://github.com/YOURLS/YOURLS" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;YOURLS&#x2F;YOURLS</a> - a self hosted URL shortener in PHP
评论 #6735967 未加载
评论 #6675415 未加载
seamusabshereover 11 years ago
ok, i&#x27;ll go first: i love <a href="https://github.com/seamusabshere/upsert" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;seamusabshere&#x2F;upsert</a> because it seems like a new idea and <a href="https://github.com/seamusabshere/fuzzy_match" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;seamusabshere&#x2F;fuzzy_match</a> because it feels like i&#x27;ve combined string similarity and array enumeration to make something truly useful.
blitiover 11 years ago
I&#x27;m currently developing one to scratch my own itch. I had a problem of sharing data between embedded devices. My search for a solution led me to find out that there was no simple API to simply interchange data between devices. Less so in an Open Source variant. So I wrote a tiny Django based API that allows embedded devices share data through HTTP calls.<p>What is this good for?<p>Say you have a RaspberryPi-based weather station with internet access. With one API call your an share your data (raw or processed) with any other device. Since its open source, you can run your own little closed network. Imagine having hundreds of mini weather stations sharing data over the web like this.<p>It works for any device that has access to the internet. Even if its through a host connection (If you have an Arduino connected to a laptop through serial. It can make the HTTP calls through a client script&#x2F;library I&#x27;m including, too.)<p>Here is the github repo: <a href="https://github.com/bliti/bbedy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bliti&#x2F;bbedy</a><p>The program runs locally, but has not been setup for deployment. I have not written the documentation for it. Should be up and running by December 2013.
kennethtiltonover 11 years ago
Cells!: <a href="https://github.com/kennytilton/cells/wiki" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kennytilton&#x2F;cells&#x2F;wiki</a> rah-rah: <a href="http://smuglispweeny.blogspot.com/2008/02/cells-manifesto.html" rel="nofollow">http:&#x2F;&#x2F;smuglispweeny.blogspot.com&#x2F;2008&#x2F;02&#x2F;cells-manifesto.ht...</a><p>The latest buzzword is Functional Reactive Programming. Well, latest three buzzwords.
erezshover 11 years ago
I&#x27;ll bite. I wrote a a parsing library for python on top of PLY, that provides many high-level features such as EBNF syntax and automatic AST creation, and the trees a query-able with CSS-like syntax.<p>It&#x27;s on github and I get immense joy for every little star it gets (<a href="https://github.com/erezsh/plyplus" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;erezsh&#x2F;plyplus</a>)
评论 #6675341 未加载
japhyrover 11 years ago
I&#x27;m writing an open curriculum for learning Python, aimed at people who have never programmed before. The student-facing page is at <a href="http://introtopython.org" rel="nofollow">http:&#x2F;&#x2F;introtopython.org</a>, and the project page is at <a href="https://github.com/ehmatthes/intro_programming" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ehmatthes&#x2F;intro_programming</a>.<p>I started revising the curriculum for a class I teach each fall, and then realized I could just as easily turn it into an open resource. Now even though the class is over, I can&#x27;t stop working on it. If anyone is interested, I&#x27;d love to have some professional eyes on some of the code samples, and I&#x27;d love some help writing exercises and challenges.<p>It&#x27;s still a young project, but I&#x27;m happy to hear feedback.
ojjzhnaover 11 years ago
&quot;locally grown&quot; GPL&#x27;d scripts (general utils); most bash, some perl; bash function library<p>Want to share these simple, general utilities, handy tools, or convenience wrappers - most bash, some perl. Categories: script-infrastructure libraries, text filtering, log creation&#x2F;parsing, simple network-related, regex, time, mail, cygwin, latex, jobs, processes, pathname, file or file-archive related, m4, make, system, and backup:<p>Been writing shell scripts since late 80s, still humble, and learning; appreciate constructive code review.<p><a href="http://TRodman.com/scripts" rel="nofollow">http:&#x2F;&#x2F;TRodman.com&#x2F;scripts</a> (~400k tarball w&#x2F;installer)<p>--<p>Tom<p>Linux&#x2F;devops scripting admin for HIRE; resume&#x2F;skill assessment: <a href="http://TRodman.com" rel="nofollow">http:&#x2F;&#x2F;TRodman.com</a>
评论 #6677834 未加载
brotchieover 11 years ago
<a href="https://github.com/brotchie/Parcoa" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;brotchie&#x2F;Parcoa</a><p>Parser combinators for Objective-C.<p>I wrote this ~10-11 months ago because there were no internal-DSL based parser combinators available for Objective-C. I&#x27;m not sure if the landscape has changed since then!<p>Performance-wise the resulting parsers are SLOOOOW. I have created a branch that uses ranges instead of immutable strings, but have yet to merge it with master.<p>I originally designed it as a replacement parser for NUI (<a href="https://github.com/tombenner/nui" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tombenner&#x2F;nui</a>) but the performance wasn&#x27;t up to scratch compared with NUI&#x27;s tailored regular expression based parser.
krappover 11 years ago
My most (only) popular (relatively, for me) repo - a perceptual hasher for php <a href="https://github.com/kennethrapp/phasher" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kennethrapp&#x2F;phasher</a><p>The project I personally have the most fun with is <a href="https://github.com/kennethrapp/embedbug" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kennethrapp&#x2F;embedbug</a>, a page scraper and profiler that I built to run a threaded feed generator which is still very much a work in progress (<a href="http://precis.gopagoda.com/" rel="nofollow">http:&#x2F;&#x2F;precis.gopagoda.com&#x2F;</a>) - the only reason that isn&#x27;t open sourced yet is it&#x27;s still terrible.<p>Crazy fun to play with but terrible.
baruchover 11 years ago
It used to be mostly the xmms-volnorm: <a href="https://github.com/baruch/xmms-volnorm" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;baruch&#x2F;xmms-volnorm</a><p>Nowadays I&#x27;m working on several disk related projects: <a href="https://github.com/baruch/diskscan" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;baruch&#x2F;diskscan</a><p><a href="https://github.com/baruch/disksurvey" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;baruch&#x2F;disksurvey</a><p><a href="https://github.com/baruch/libscsicmd" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;baruch&#x2F;libscsicmd</a>
feralmoanover 11 years ago
<a href="https://bip.io" rel="nofollow">https:&#x2F;&#x2F;bip.io</a> (Billion Instructions per I&#x2F;O) - its a framework for creating ephemeral endpoints ontop of graph based message pipelines. You can orchestrate and share these graphs (kind of like micro-workflows) to automate tasks, serve content, run an app... that sort of thing. I love it, even if no-one &#x27;gets it&#x27; and has zero traction, working in this problem space is very satisfying and always a challenge :) albeit it sometimes overwhelmingly complex
valar_mover 11 years ago
<a href="https://github.com/LPology/Simple-Ajax-Uploader" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;LPology&#x2F;Simple-Ajax-Uploader</a> - A Javascript plugin for cross-browser ajax file uploading.<p>A lot of my users are still running IE7&#x2F;IE8, so I&#x27;ve spent a great deal of time researching and tinkering over the past two years to try to achieve a uniform experience in older browsers, even with modern features like progress bars and multiple uploads.
stevekempover 11 years ago
A console-based mail-client with Lua scripting. It isn&#x27;t the most popular project I&#x27;ve ever created, but it is damn useful to me and surprisingly powerful:<p><a href="http://lumail.org/" rel="nofollow">http:&#x2F;&#x2F;lumail.org&#x2F;</a><p>My runner-up project would be the host automation tool, written in Perl, Slaughter:<p><a href="http://steve.org.uk/Software/slaughter/" rel="nofollow">http:&#x2F;&#x2F;steve.org.uk&#x2F;Software&#x2F;slaughter&#x2F;</a><p>(That will eventually move to slaughter.io.)
sheetjsover 11 years ago
Is &quot;All of them&quot; an acceptable answer?<p>In particular, <a href="http://sheetjs.github.io/js-xls/" rel="nofollow">http:&#x2F;&#x2F;sheetjs.github.io&#x2F;js-xls&#x2F;</a> and <a href="http://sheetjs.github.io/js-xlsx/" rel="nofollow">http:&#x2F;&#x2F;sheetjs.github.io&#x2F;js-xlsx&#x2F;</a> (which really should have been one; due to licensing concerns, they started as two projects and I hope to merge them at one point)
chris_vaover 11 years ago
<a href="https://github.com/chrisvana/repobuild" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;chrisvana&#x2F;repobuild</a><p>I use it to build all of my other projects.
gault8121over 11 years ago
<a href="http://quill.org" rel="nofollow">http:&#x2F;&#x2F;quill.org</a><p>Interactive English grammar lessons. <a href="https://github.com/empirical-org/quill/issues?state=open" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;empirical-org&#x2F;quill&#x2F;issues?state=open</a><p>We&#x27;re currently developing Quill, and we are looking to partner with other FOSS developers. You can reach me at Peter at Quill dot Org
bennygover 11 years ago
libHN and my HackerNews client for iOS.<p>- libHN: <a href="https://github.com/bennyguitar/libHN" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bennyguitar&#x2F;libHN</a><p>- News&#x2F;YC: <a href="https://github.com/bennyguitar/News-YC---iPhone" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bennyguitar&#x2F;News-YC---iPhone</a><p>I love contributing to this community, but the website on mobile is not great at all. I love using Alien Blue for Reddit, so I decided to make a beautiful app to read and contribute to the community for iPhone. I started with just the reader - to view links and comments. However, just recently I made libHN as a wrapper of HackerNews API calls and then the app now uses that to be a portal to HackerNews. The app is an absolute joy to use now, if I may so myself!<p>Right now, it&#x27;s gotten about 3,000+ downloads from the App Store. I don&#x27;t track anything, so no idea on daily users. I just launched the pro version with the ability to login&#x2F;vote&#x2F;reply&#x2F;submit for $0.99 two days ago. However, you can build from source and get it from free ;)
vram22over 11 years ago
xtopdf.<p>I wouldn&#x27;t exactly call it my pride and joy :-), but I&#x27;ve been working on it for a while now, and it has been found useful by some people &#x2F; organizations, including packtpub.com, softwarefreedom.org, esri.nl . xtopdf is a Python toolkit for PDF creation. It uses Reportlab under the hood. (Thanks to the Reportlab team for great work.) xtopdf provides a somewhat higher-level and simpler interface. Has some support for, as input formats: text, DBF, CSV, TSV, XLS, MSAccess, ODBC, (via standard ODBC, pyodbc or pypyodbc), SQLAlchemy, MongoDB, DOCX. It can be used both to create composite PDF reports (for business or other organizations), from any combination of the supported input formats, and to create PDF ebooks from text or XML content. It is both a library and a set of end-user tools, including some command-line, web (Flask, Bottle) and GUI (wxPython) ones.<p>xtopdf links:<p>A presentation about xtopdf on <a href="http://slid.es" rel="nofollow">http:&#x2F;&#x2F;slid.es</a> ;<p><a href="http://slid.es/vasudevram/xtopdf" rel="nofollow">http:&#x2F;&#x2F;slid.es&#x2F;vasudevram&#x2F;xtopdf</a><p>xtopdf on my Bitbucket account:<p><a href="https://bitbucket.org/vasudevram/xtopdf" rel="nofollow">https:&#x2F;&#x2F;bitbucket.org&#x2F;vasudevram&#x2F;xtopdf</a><p>xtopdf on SourceForge (older version):<p><a href="http://sourceforge.net/projects/xtopdf" rel="nofollow">http:&#x2F;&#x2F;sourceforge.net&#x2F;projects&#x2F;xtopdf</a><p>Article about using xtopdf, written for Packt:<p><a href="http://packtpub.com/article/Using_xtopdf" rel="nofollow">http:&#x2F;&#x2F;packtpub.com&#x2F;article&#x2F;Using_xtopdf</a><p>Posts about xtopdf on my blog:<p><a href="http://jugad2.blogspot.com/search/label/xtopdf" rel="nofollow">http:&#x2F;&#x2F;jugad2.blogspot.com&#x2F;search&#x2F;label&#x2F;xtopdf</a><p>I&#x27;m always interested in suggestions for new features.
评论 #6708844 未加载
C0d3rover 11 years ago
This project helped me learn python, and ultimately ended up getting a job with python, I think that this project and the people who motivated me to build this, made me the python developer I am today :).<p><a href="https://github.com/LuRsT/Pendium" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;LuRsT&#x2F;Pendium</a>
bmaeserover 11 years ago
<a href="http://bmaeser.github.io/iptables-boilerplate/" rel="nofollow">http:&#x2F;&#x2F;bmaeser.github.io&#x2F;iptables-boilerplate&#x2F;</a><p>iptables-boilerplate is a set of predefined firewall rules that are typically used on &quot;webhosts&quot;.
davyjonesover 11 years ago
My own tool that I built to scratch my own itch. PGXplorer (pgxplorer.com). I threw in features that I couldn&#x27;t find in PGAdmin3 (grouping, easy filter, windowing, pivoting). I use both these tool in tandem.
nerdklersover 11 years ago
That would be my project Git Pretty Stats <a href="https://github.com/modess/git-pretty-stats" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;modess&#x2F;git-pretty-stats</a>, self hosted git statistics.
horofxover 11 years ago
<a href="https://github.com/carrierwaveuploader/carrierwave" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;carrierwaveuploader&#x2F;carrierwave</a> &lt;3<p>Best solution for web file uploads in ruby
gesmanover 11 years ago
<a href="http://www.bitcoinway.com/" rel="nofollow">http:&#x2F;&#x2F;www.bitcoinway.com&#x2F;</a>
elibenover 11 years ago
pycparser (<a href="https://github.com/eliben/pycparser" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;eliben&#x2F;pycparser</a>) - a complete front-end for C99 in pure Python. Used in production by tools like cffi.
seamusabshereover 11 years ago
don&#x27;t be shy