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 simple tools or products are you most proud of making?

526 pointsby shovelover 8 years ago
I'm thinking of tiny projects along the lines of single-function tools like domainr. But also game-changing ebooks, newsletters, courses.

394 comments

mk4pover 8 years ago
<a href="https:&#x2F;&#x2F;izuded.com" rel="nofollow">https:&#x2F;&#x2F;izuded.com</a><p>(i.e., &quot;iz u ded?&quot;)<p>I made this because I adopted a puppy and realized that, if I got hit by a bus on a Friday, he could be stuck in his crate for days before anyone realized. Morbid, but useful.<p>It texts you every X days and asks, &quot;u ded?&quot; -- if you don&#x27;t click &quot;naw&quot; before X days pass, it&#x27;ll notify your contacts.<p>It&#x27;s a portfolio project to show what I&#x27;ve learned in the realm of &quot;serverless&quot; architecture. Details about its construction here: <a href="https:&#x2F;&#x2F;medium.com&#x2F;@marclar&#x2F;iz-u-ded-713594fd80e9" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@marclar&#x2F;iz-u-ded-713594fd80e9</a>
评论 #12959420 未加载
评论 #12959075 未加载
评论 #12959527 未加载
评论 #12961005 未加载
评论 #12959373 未加载
评论 #12960333 未加载
评论 #12959140 未加载
评论 #12961745 未加载
评论 #12959166 未加载
评论 #12959076 未加载
评论 #12977232 未加载
评论 #12967546 未加载
评论 #12969583 未加载
评论 #12966605 未加载
评论 #12961106 未加载
评论 #12963369 未加载
vitorbaptistaaover 8 years ago
<a href="https:&#x2F;&#x2F;shellshare.net" rel="nofollow">https:&#x2F;&#x2F;shellshare.net</a><p>I have migrated my wife&#x27;s (then girlfriend) computer to Linux and sometimes I had to configure something on her computer (e.g. a printer). This ended up generating lots of back and forth on the phone with me telling her commands to write in the terminal, and she reading the output out loud. I wanted an easy way to see her terminal. So shellshare was born.<p>Shellshare allows you to run a single command line and share your terminal online (read-only)<p><pre><code> wget -qO shellshare http:&#x2F;&#x2F;get.shellshare.net &amp;&amp; python shellshare </code></pre> That&#x27;ll give you an URL others can join and watch your terminal live. No sessions, no recordings, and the data is deleted every day.<p>There aren&#x27;t many users, but I use it almost every week.
评论 #12961989 未加载
评论 #12960075 未加载
评论 #12960006 未加载
评论 #12960843 未加载
评论 #12960389 未加载
评论 #12963651 未加载
评论 #12963195 未加载
评论 #12959960 未加载
评论 #12959553 未加载
评论 #12959762 未加载
评论 #12959560 未加载
评论 #12963123 未加载
rsyncover 8 years ago
rsync.net.<p>I am very, very proud of the (very simple) platform that we&#x27;ve built there. It&#x27;s a basic tool that &quot;just works&quot; - and just works <i>exactly like you&#x27;d expect it to</i>.<p>If I were a consumer of cloud storage, this is what I would want it to look like.<p>It <i>pleases me so greatly</i> to know that, right now, someone is doing something like this:<p><pre><code> pg_dump -U postgres db | ssh user@rsync.net &quot;dd of=db_dump&quot; </code></pre> ... while simultaneously, someone else is doing this:<p><pre><code> zfs send tank&#x2F;test@snap1 | ssh user@rsync.net zfs receive -s tank&#x2F;test </code></pre> It&#x27;s been 15 years now since we started providing this service - almost 11 since we branded it rsync.net - and the first warrant canary is now 10 years old. This appears to be, for now, my lifes work.
评论 #12960218 未加载
评论 #12959388 未加载
评论 #12964724 未加载
评论 #12963184 未加载
评论 #12960121 未加载
评论 #12963483 未加载
评论 #12961425 未加载
评论 #12963128 未加载
评论 #12961630 未加载
评论 #12962888 未加载
0x1dover 8 years ago
<a href="https:&#x2F;&#x2F;instafavicon.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;instafavicon.com&#x2F;</a><p>I created this favicon generator a few weeks ago to generate minimal favicons for my side projects. I&#x27;m not good with design tools so it saves me time when I start a new project and want a simple favicon in ICO format.<p>I&#x27;m proud of it because it&#x27;s server-less. I generate the multi-BMP ICO file in binary using ArrayBuffers and Typed Arrays in JavaScript. I use a &lt;canvas&gt; element to create the images&#x2F;design.<p>It&#x27;s not very polished and I&#x27;m sure there are bugs, but feedback would be appreciated!
评论 #12960231 未加载
评论 #12962306 未加载
评论 #12961954 未加载
评论 #12971262 未加载
评论 #12968798 未加载
评论 #12962138 未加载
评论 #12961794 未加载
评论 #12965518 未加载
评论 #12960256 未加载
amjithover 8 years ago
Two years ago I created a CLI tool called pgcli (<a href="http:&#x2F;&#x2F;pgcli.com" rel="nofollow">http:&#x2F;&#x2F;pgcli.com</a>). A postgres client with auto-completion. It became ridiculously successful. I got a few requests to support mysql. So I launched a kickstarter to write mycli (<a href="http:&#x2F;&#x2F;mycli.net" rel="nofollow">http:&#x2F;&#x2F;mycli.net</a>). This also became quite successful.<p>There is a thriving community of core devs and a ton of users. I&#x27;m happy with both creations and made a lot of online friends.<p>These projects also led me to create a standalone python library for doing fuzzy matching. I&#x27;m quite proud of this one since the resulting code ended up being ridiculously small but produced really good results. <a href="https:&#x2F;&#x2F;github.com&#x2F;amjith&#x2F;fuzzyfinder&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;amjith&#x2F;fuzzyfinder&#x2F;</a>
评论 #12963248 未加载
评论 #12964202 未加载
jmbmxerover 8 years ago
<a href="https:&#x2F;&#x2F;unshorten.link" rel="nofollow">https:&#x2F;&#x2F;unshorten.link</a><p>I work in security and have a paranoia of shortened links (bit.ly, t.co). I got frustrated with the options out there that forced me to right click every shortened link or paste it into a site so I made this Chrome extension &#x2F; web app. It is pretty simple and keeps a list of 300+ shortened link services to check against. If your browser ever visits one it redirects you to the site to expand the link. It will also hit the Google Safebrowsing API to see if it is known to be malware plus will strip out tracking cookies.<p>It&#x27;s been fun and rewarding watching my little extension grow to global use of over 4k users.
评论 #12963850 未加载
评论 #12966855 未加载
评论 #12964394 未加载
评论 #12962090 未加载
评论 #12962949 未加载
StavrosKover 8 years ago
I&#x27;m proud of many things :(<p>* I converted a rotary phone into a cellphone: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=fSkdWQswpc8" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=fSkdWQswpc8</a><p>* I wrote a personal bookmark search engine: <a href="http:&#x2F;&#x2F;historio.us&#x2F;" rel="nofollow">http:&#x2F;&#x2F;historio.us&#x2F;</a><p>* A site that talks to spammers so you don&#x27;t have to: <a href="https:&#x2F;&#x2F;spa.mnesty.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;spa.mnesty.com&#x2F;</a><p>* A pastebin: <a href="http:&#x2F;&#x2F;pastery.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;pastery.net&#x2F;</a><p>* A remote-controlled GSM irrigation controller for farmers: <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;stavros&#x2F;irrigation-controller" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;stavros&#x2F;irrigation-controller</a><p>* A button that orders food when pressed: <a href="https:&#x2F;&#x2F;www.stavros.io&#x2F;posts&#x2F;emergency-food-button&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.stavros.io&#x2F;posts&#x2F;emergency-food-button&#x2F;</a><p>* A python library and cli utility for controlling YeeLight RGB LED bulbs (a cheaper and nicer version of Hue bulbs) that I wrote this weekend: <a href="https:&#x2F;&#x2F;yeelight.readthedocs.io&#x2F;en&#x2F;latest&#x2F;" rel="nofollow">https:&#x2F;&#x2F;yeelight.readthedocs.io&#x2F;en&#x2F;latest&#x2F;</a><p>* A secure communications library for IoT devices: <a href="http:&#x2F;&#x2F;stringphone.readthedocs.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;stringphone.readthedocs.org&#x2F;</a><p>* I took some non-terrible photos and made a site for them: <a href="http:&#x2F;&#x2F;portfolio.stavros.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;portfolio.stavros.io&#x2F;</a><p>* A hardware library for the A6 GSM modem: <a href="https:&#x2F;&#x2F;github.com&#x2F;skorokithakis&#x2F;A6lib" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;skorokithakis&#x2F;A6lib</a><p>* Expounder, a better way to explain things in text: <a href="http:&#x2F;&#x2F;skorokithakis.github.io&#x2F;expounder" rel="nofollow">http:&#x2F;&#x2F;skorokithakis.github.io&#x2F;expounder</a><p>* Dead man&#x27;s switch, a website to email people after you die: <a href="https:&#x2F;&#x2F;www.deadmansswitch.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.deadmansswitch.net&#x2F;</a><p>* I can&#x27;t even remember the rest.
评论 #12959330 未加载
评论 #12960225 未加载
评论 #12974966 未加载
评论 #12967881 未加载
评论 #12957899 未加载
评论 #12961020 未加载
评论 #12961828 未加载
评论 #12958019 未加载
评论 #12958628 未加载
TeMPOraLover 8 years ago
Nyan Mode.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;TeMPOraL&#x2F;nyan-mode" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;TeMPOraL&#x2F;nyan-mode</a><p>I made it as a simple joke, but for some reason it rapidly gained popularity among Emacs users, and now I sometimes find it or hear about it in unexpected places.<p>(Also I fear that on my deathbed I&#x27;ll look back and realize that the most used thing I&#x27;ve ever made in my life was an animated cat for a text editor... <i>sigh</i>)
评论 #12957822 未加载
评论 #12957906 未加载
jtreminioover 8 years ago
<a href="https:&#x2F;&#x2F;puphpet.com" rel="nofollow">https:&#x2F;&#x2F;puphpet.com</a><p>I started working with VMs several years ago, manually setting up a Virtualbox image. It would take around 30 minutes, and whenever I&#x27;d screw something up I&#x27;d have to delete it and redo the whole thing. Sometimes I&#x27;d fat-finger a command and have to start the process all over again.<p>Once I got tired of that I started to look into Vagrant, which recommended using a tool like Puppet or Chef. That led me down the rabbit hole of learning Puppet, which made me want to have a GUI to be able to easily change some choices around without having to mess with the code itself.<p>So I created a simple HTML form with drop downs and buttons and released it thinking that maybe 10 people or so would find it useful.<p>Almost 4,000,000 servers created later, and I&#x27;m quite happy with how it&#x27;s been received!
评论 #12961067 未加载
评论 #12963268 未加载
评论 #12962336 未加载
cpercivaover 8 years ago
The simple tool I&#x27;m most proud of is spiped. If you have two systems which need to be able to talk over TCP without worrying about evilness on the network between them, spiped is <i>the</i> answer.<p>The simple tool which has probably had the largest impact is bsdiff -- now found used in hundreds of millions of devices -- but I&#x27;m not particularly proud of it because it was a quick hack and horrible code written by a C novice.<p>The non-simple product which I&#x27;m most proud of is Tarsnap, of course; I&#x27;ve spent a decade of my life on it, and don&#x27;t expect to stop any time soon.
评论 #12961709 未加载
评论 #12962023 未加载
评论 #12963733 未加载
评论 #12964083 未加载
augustflanaganover 8 years ago
I built <a href="https:&#x2F;&#x2F;cronitor.io" rel="nofollow">https:&#x2F;&#x2F;cronitor.io</a> after having an important cron job fail silently for several days. When I mentioned this problem to a friend his first response was &quot;we just had a major issue with cron failing silently at my work too&quot;.<p>We decided to hack on it together, and we&#x27;ve since grown Cronitor from a tool built for our own needs into a small business with a couple hundred paying customers.
评论 #12959262 未加载
评论 #12967166 未加载
评论 #12959148 未加载
lcallover 8 years ago
A personal knowledge organizer at <a href="http:&#x2F;&#x2F;onemodel.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;onemodel.org&#x2F;</a> (AGPL). Highly efficient at managing lists; like an org-mode that uses postgres and is more efficient and flexible in some ways. I use it heavily, daily, to manage checklists&#x2F;tasks and notes on many subjects. No mobile or mouse support currently, but about everything one needs to know is on the screen at any given time. It&#x27;s something like really fast mind maps but (currently) keyboard-driven and handles very large amounts of interlinked data. Data can be somewhat structured, as there is a feature that lets you clone then modify template entities.<p>I see it as the beginning of a platform to change how individuals (or mankind) manage knowledge overall. I&#x27;m now working on exploiting the internals for collaboration (linking instances, sharing data, subscribing to each others&#x27; data, mobile, etc).<p>For current org-mode or evernote users: The app has export (&amp; finicky import) features to convert anything to (or from) an indented plain-text outline. The FAQs have links to a discussion of a more detailed comparison with org-mode that seemed somewhat well-received at the time (the link is on this page which also discusses evernote: <a href="http:&#x2F;&#x2F;onemodel.org&#x2F;1&#x2F;e-9223372036854614741.html" rel="nofollow">http:&#x2F;&#x2F;onemodel.org&#x2F;1&#x2F;e-9223372036854614741.html</a> ).<p>Feedback or participation are appreciated. If one has any interest at all, I suggest signing up for the (~monthly?) announcements list at least. More details are at the web site, including some FAQs.
nl5887over 8 years ago
<a href="https:&#x2F;&#x2F;transfer.sh" rel="nofollow">https:&#x2F;&#x2F;transfer.sh</a> which I built because I needed it myself, now being used by hundred thousands of people a month and <a href="http:&#x2F;&#x2F;slackarchive.io" rel="nofollow">http:&#x2F;&#x2F;slackarchive.io</a> used by 500 slack teams.
评论 #12959408 未加载
评论 #12959692 未加载
averageweatherover 8 years ago
<a href="http:&#x2F;&#x2F;www.averageweather.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.averageweather.io&#x2F;</a> - tool to make planning for travel much easier. When you are too far out for a forecast, I found myself taking too many clicks to get average weather data.<p>EDIT - Whoa. Getting lots of traffic. This site is like 3 days old and I taught myself python and django to build it. Open to any recommendations at jonathan at averageweather dot io<p>EDIT 2 - Back up... Site crash ... Google apps shutdown smtmp connections which crashed my entire site.
评论 #12958708 未加载
评论 #12959829 未加载
评论 #12960998 未加载
评论 #12958945 未加载
评论 #12958617 未加载
评论 #12963213 未加载
评论 #12958639 未加载
评论 #12958971 未加载
评论 #12958690 未加载
cromoover 8 years ago
The simple tool I wrote that I get the most bang for my buck out of is synesthesia[1]. I spend a lot of my time tracing things down across multiple log files, and having to pick out the important lines visually or trying to isolate them with custom grep incantations was wearing on me. Synesthesia allows you to specify regexes, and it will color matches based on the value of the match itself, meaning that it&#x27;s stateless and doesn&#x27;t need to keep a dictionary of strings to colors. This makes keeping track of things like GUIDs easy - you can just keep track of e.g. the orange one and watch it fly by across multiple terminals. It&#x27;s currently python 2 only and assumes a 256 color terminal, but it has been invaluable.<p>I&#x27;ve been toying with using the idea for forums so that it is easier to keep track of who is replying to whom[2]. I also would like to try using it as a layer on top of traditional syntax highlighting, perhaps as an emacs minor mode - if those can provide colors to the buffer; I&#x27;ve written hardly any elisp and don&#x27;t know what capabilities are available.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;cromo&#x2F;synesthesia" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cromo&#x2F;synesthesia</a> [2] <a href="https:&#x2F;&#x2F;imgur.com&#x2F;E1N1Zsm" rel="nofollow">https:&#x2F;&#x2F;imgur.com&#x2F;E1N1Zsm</a>
评论 #12959174 未加载
评论 #12961747 未加载
mijustinover 8 years ago
Last year, I launched <a href="https:&#x2F;&#x2F;devmarketing.xyz" rel="nofollow">https:&#x2F;&#x2F;devmarketing.xyz</a><p>I&#x27;m really proud of it for a few reasons:<p>1. It was a response to an observed need. I was getting daily emails from devs asking me about product marketing. I believed that devs who learned marketing could be unstoppable when it comes to launching products.<p>2. I created it on the side, while working full-time.<p>3. In its first 3 months it did $28,433 in revenue. This allowed me to go full-time on my own projects this January.<p>If you build an audience, and earn a good reputation, selling your expertise is a good option.
评论 #12964396 未加载
评论 #12962035 未加载
jessegrosjeanover 8 years ago
<a href="https:&#x2F;&#x2F;www.taskpaper.com" rel="nofollow">https:&#x2F;&#x2F;www.taskpaper.com</a><p>Plain-text todo list:<p>1. To create a project, type a line ending with a colon.<p>2. To create a task, type a line starting with a dash followed by a space.<p>3. Everything else is a note.<p>4. To create a tag, type the @ symbol followed by a name.<p>5. Tab to indent and create outline structure.<p>TaskPaper started as few days TextEdit hack in 2006. It&#x27;s no longer a &quot;tiny&quot; project in terms lines of code. But the original simple idea–plain text todos with 5 formatting rules–remains the core of what TaskPaper is.<p>I&#x27;m very proud of that!
评论 #12960390 未加载
评论 #12962918 未加载
callumprenticeover 8 years ago
Simple visualization of the relative size of different planets and moons I made when my daughter was asking if the moon is bigger than the earth - <a href="http:&#x2F;&#x2F;callumprentice.github.io&#x2F;apps&#x2F;celestial_bodies&#x2F;index.html?1=earth&amp;2=moon" rel="nofollow">http:&#x2F;&#x2F;callumprentice.github.io&#x2F;apps&#x2F;celestial_bodies&#x2F;index....</a>
评论 #12974024 未加载
评论 #12961095 未加载
评论 #12959881 未加载
abetuskover 8 years ago
<a href="http:&#x2F;&#x2F;bostontraintrack.com" rel="nofollow">http:&#x2F;&#x2F;bostontraintrack.com</a><p>Real time tracking of Boston subways, buses and commuter rails.<p>Made mostly in a weekend and available free and open source [1]. Though it&#x27;s simple, I think it gives a nice overview of the trains and buses. Boston has stop prediction so in some sense it&#x27;s kind of frivolous. I think the biggest &#x27;innovation&#x27; was to integrate the &quot;map icons&quot; into a nicely visualized open street map [2].<p>Not super popular but it&#x27;s been running for around 2 years with ~20 hits per weekday.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;abetusk&#x2F;bostontraintrack" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;abetusk&#x2F;bostontraintrack</a><p>[2] <a href="https:&#x2F;&#x2F;mapicons.mapsmarker.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mapicons.mapsmarker.com&#x2F;</a>
评论 #12962904 未加载
评论 #12963675 未加载
schindlabuaover 8 years ago
I&#x27;m not sure whether &quot;proud&quot; is the right adjective, but that batch file I wrote when I was 12 or 13 which moves all images from the Desktop into a folder called &quot;images&quot; has been the single most useful thing I&#x27;ve ever written.
评论 #12958231 未加载
franciscopover 8 years ago
* Picnic CSS: a simple css library. I use it for both small projects from the CDN as medium projects with the SASS that I have carefully built: <a href="http:&#x2F;&#x2F;picnicss.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;picnicss.com&#x2F;</a><p>* cookies.js, a simple cookies library that uses a getter&#x2F;setter style that I (and many people) like more. I&#x27;m considering taking the format and extend some other libraries like store.js. <a href="https:&#x2F;&#x2F;github.com&#x2F;franciscop&#x2F;cookies.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;franciscop&#x2F;cookies.js</a><p>* drive-db, a tool that converts a Google spreadsheet into a small database for Node.js: <a href="https:&#x2F;&#x2F;github.com&#x2F;franciscop&#x2F;drive-db" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;franciscop&#x2F;drive-db</a>
评论 #12987327 未加载
评论 #12959122 未加载
JangoSteveover 8 years ago
The simplest one that I also use the most is start.sh: <a href="https:&#x2F;&#x2F;github.com&#x2F;JangoSteve&#x2F;start" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;JangoSteve&#x2F;start</a><p>I&#x27;ve been using it for 3 years now, but keep forgetting to tell anyone about it. It&#x27;s a simple bash script that detects what kind of project your current directory is and runs the appropriate command to start the development server.<p>I created it, because I found myself constantly switching between projects of different types, and it always took me a few moments to remember if the current project was Rails 2 or Rails 3&#x2F;4, Node, Jekyll, Rack app, etc. and starting the development server on port 3000 was starting to take 2 or 3 tries before getting it right.<p>Now, I just cd into any project and run `start`. It currently detects Foreman projects, Rails (old and new), Jekyll (old and new), Gollum, plain Rack apps, and Node; and it&#x27;s easy to add new things as well.
评论 #12960153 未加载
评论 #12960693 未加载
评论 #12959530 未加载
mstipeticover 8 years ago
I have some sideprojects around the internet, but so far the most useful thing I made has been<p><a href="http:&#x2F;&#x2F;paralleltext.io" rel="nofollow">http:&#x2F;&#x2F;paralleltext.io</a><p>A tool that helps you learn languages by reading public domain books. I should continue working on that...
评论 #12963855 未加载
评论 #12963192 未加载
评论 #12965349 未加载
评论 #12961502 未加载
sushimakoover 8 years ago
<a href="https:&#x2F;&#x2F;www.hiroapp.com" rel="nofollow">https:&#x2F;&#x2F;www.hiroapp.com</a> - Note-taking reduced to the core that just works™. Offline first, no signup needed, easily sharable (url, sms, email) and (web)realtime sync between all devices and collaborators.<p>My co-founder and I moved on to a new project a year ago, but this thing is still buzzing along on a cheap DO box and works like a charm with basically zero maintenance. Frontend is vanilla JS, backend in Go and the protocol is our slight modification of differential sync[0] to (re-)synchronize all text and metadata.<p>[0] <a href="https:&#x2F;&#x2F;neil.fraser.name&#x2F;writing&#x2F;sync&#x2F;" rel="nofollow">https:&#x2F;&#x2F;neil.fraser.name&#x2F;writing&#x2F;sync&#x2F;</a>
评论 #12960449 未加载
评论 #12958135 未加载
评论 #12962774 未加载
josephgover 8 years ago
<a href="https:&#x2F;&#x2F;steam.dance&#x2F;" rel="nofollow">https:&#x2F;&#x2F;steam.dance&#x2F;</a><p>I&#x27;ve been poking at this for 4 or 5 years now. It started as a simple simplified air pressure simulator for teaching logic programming. But now you can make all sorts of stuff with it, like logic gates, adders and I&#x27;m working on a replica 4004. (Links below)<p>The website is awful for new users - It doesn&#x27;t work on mobile, there&#x27;s no tutorial and no real documentation on how to use the editor. Instead of fixing that I&#x27;m working on making a dedicated puzzle game built around the engine to teach all the concepts up to and including getting players to build their own CPUs.<p>The backend is powered by a FRP compiler, which I&#x27;m really happy with. You can have huge steam powered worlds and incrementally edit parts of them, and it does fancy incremental recompilation.<p>Logic gates: <a href="https:&#x2F;&#x2F;steam.dance&#x2F;nornagon&#x2F;logic" rel="nofollow">https:&#x2F;&#x2F;steam.dance&#x2F;nornagon&#x2F;logic</a><p>2 full adders: <a href="https:&#x2F;&#x2F;steam.dance&#x2F;josephg&#x2F;adder" rel="nofollow">https:&#x2F;&#x2F;steam.dance&#x2F;josephg&#x2F;adder</a><p>Miniaturised 8 bit ALU: <a href="https:&#x2F;&#x2F;steam.dance&#x2F;josephg&#x2F;alu" rel="nofollow">https:&#x2F;&#x2F;steam.dance&#x2F;josephg&#x2F;alu</a><p>Work in progress CPU: <a href="https:&#x2F;&#x2F;steam.dance&#x2F;josephg&#x2F;4004_4" rel="nofollow">https:&#x2F;&#x2F;steam.dance&#x2F;josephg&#x2F;4004_4</a>
评论 #12963648 未加载
rayalezover 8 years ago
The projects I am the most proud of:<p><a href="http:&#x2F;&#x2F;rationalfiction.io" rel="nofollow">http:&#x2F;&#x2F;rationalfiction.io</a> - a collection of amazing science fiction stories.<p><a href="http:&#x2F;&#x2F;lumiverse.io" rel="nofollow">http:&#x2F;&#x2F;lumiverse.io</a> - discovery platform for educational videos.<p><a href="http:&#x2F;&#x2F;digitalverse.io&#x2F;rigs&#x2F;" rel="nofollow">http:&#x2F;&#x2F;digitalverse.io&#x2F;rigs&#x2F;</a> - several rigs that I have made, for practicing 3D animation in SideFX Houdini.<p>Single scripts:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;raymestalez&#x2F;rssdigest" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;raymestalez&#x2F;rssdigest</a> - sends me a daily email digest of my rss feeds.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;raymestalez&#x2F;reddit-scripts" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;raymestalez&#x2F;reddit-scripts</a> - scrapes &#x2F;r&#x2F;WritingPrompts, and compiles a list of the top writers and their best stories(<a href="http:&#x2F;&#x2F;fictionhub.io&#x2F;story&#x2F;top-100-writingprompts-authors" rel="nofollow">http:&#x2F;&#x2F;fictionhub.io&#x2F;story&#x2F;top-100-writingprompts-authors</a>)<p><a href="http:&#x2F;&#x2F;blog.digitalmind.io&#x2F;post&#x2F;ai-writes-hpmor" rel="nofollow">http:&#x2F;&#x2F;blog.digitalmind.io&#x2F;post&#x2F;ai-writes-hpmor</a> - ANN that generates Harry Potter fanfiction.
评论 #12959927 未加载
jaredtkingover 8 years ago
<a href="https:&#x2F;&#x2F;invoice-generator.com" rel="nofollow">https:&#x2F;&#x2F;invoice-generator.com</a><p>I made this 4 years ago for those times when you just need an invoice. Today 10s of thousands of individuals and businesses use this each day to get paid. It&#x27;s free to use with no login required. Instead it uses localStorage to remember data.
评论 #12961961 未加载
评论 #12962644 未加载
评论 #12960095 未加载
评论 #12962773 未加载
评论 #12988081 未加载
评论 #12966858 未加载
bpierreover 8 years ago
<a href="https:&#x2F;&#x2F;scri.ch&#x2F;" rel="nofollow">https:&#x2F;&#x2F;scri.ch&#x2F;</a> draw =&gt; save =&gt; share (you can add .png to the URL)<p><a href="https:&#x2F;&#x2F;gif.gg&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gif.gg&#x2F;</a> photos =&gt; save =&gt; share (you can add .gif to the URL)<p>I made them because they were useful for me, and I am still happily using them almost every day, especially scri.ch: nothing beats typing scri.ch in a browser from anywhere to quickly sketch an idea (except a napkin and a pen of course).<p>It’s nice to see other people using them too! :-)
评论 #12966283 未加载
TheRealPomaxover 8 years ago
&quot;A primer on Bezier curves&quot;, <a href="https:&#x2F;&#x2F;pomax.github.io&#x2F;bezierinfo" rel="nofollow">https:&#x2F;&#x2F;pomax.github.io&#x2F;bezierinfo</a><p>It started as a small explanation on the basics of Bezier curves in 2011 and then kept growing until it&#x27;s basically a full book now, hitting hacker news every year&#x2F;half year, and getting lots of thanks for having made it by a very diverse crowd - from kids doing homework to engineers at software companies who have a question not covered by the material (yet).<p>It&#x27;s been a mostly low effort investment and I could have just as easily not bothered, but just adding small bits at a slow pace parts of on the internet: five years of improvement would not have happened if I&#x27;d simply not bothered, and now there is an amazingly popular free resource for this material easily findable online.
评论 #12966001 未加载
评论 #12964115 未加载
ybluover 8 years ago
One weekend, to scratch my own long-time itch, I coded up a simple browser extension to display GitHub repo code in tree view [1]. It now also supports GitLab, works on Chrome&#x2F;Firefox&#x2F;Opera&#x2F;Safari and has almost 90K users.<p>[1]: <a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;octotree&#x2F;bkhaagjahfmjljalopjnoealnfndnagc?hl=en-US" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;octotree&#x2F;bkhaagjah...</a>
评论 #12961402 未加载
评论 #12963653 未加载
pkzipover 8 years ago
One tool I wrote and I wish I would still have time to maintain was &quot;Folders2Flickr&quot; (luckily someone forked it <a href="https:&#x2F;&#x2F;github.com&#x2F;richq&#x2F;folders2flickr" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;richq&#x2F;folders2flickr</a> and keeps it alive). It&#x27;s basically a DropBox for pictures with Flickr being the storage server and viewer. The tool simply synchronizes all of your pictures which can be in a hierarchical folder structure and recreates this folder structure on Flickr (but uses Sets&#x2F;Albums instead of folders). I dont see the stats now but for years it supplied Flickr with multiple pictures every single second 24&#x2F;7 from many users.
评论 #12963266 未加载
davexunitover 8 years ago
I wrote a humble static site generator in Scheme that generates not only my blog, but at least 3 other blogs and the websites for 2 GNU projects. It&#x27;s no Jekyll, but it&#x27;s the first piece of software I created that is used by more than just me.<p><a href="https:&#x2F;&#x2F;haunt.dthompson.us" rel="nofollow">https:&#x2F;&#x2F;haunt.dthompson.us</a><p>GNU project sites:<p><a href="https:&#x2F;&#x2F;gnu.org&#x2F;s&#x2F;guile" rel="nofollow">https:&#x2F;&#x2F;gnu.org&#x2F;s&#x2F;guile</a><p><a href="https:&#x2F;&#x2F;gnu.org&#x2F;s&#x2F;guix" rel="nofollow">https:&#x2F;&#x2F;gnu.org&#x2F;s&#x2F;guix</a>
networkedover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;dbohdan&#x2F;sqawk" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dbohdan&#x2F;sqawk</a><p>It parses DSV data like Awk does, runs SQL queries against it and formats the output in one of several ways. An example I am particularly fond of is using this tool as a poor man&#x27;s libxo (<a href="https:&#x2F;&#x2F;github.com&#x2F;Juniper&#x2F;libxo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Juniper&#x2F;libxo</a>):<p><pre><code> $ ps | sqawk -output json,indent=1 &#x27;select PID,TTY,TIME,CMD from a&#x27; trim=left header=1 [{ &quot;PID&quot; : &quot;3947&quot;, &quot;TTY&quot; : &quot;pts&#x2F;2&quot;, &quot;TIME&quot; : &quot;00:00:07&quot;, &quot;CMD&quot; : &quot;zsh&quot; },{ &quot;PID&quot; : &quot;15951&quot;, &quot;TTY&quot; : &quot;pts&#x2F;2&quot;, &quot;TIME&quot; : &quot;00:00:00&quot;, &quot;CMD&quot; : &quot;ps&quot; },{ &quot;PID&quot; : &quot;15952&quot;, &quot;TTY&quot; : &quot;pts&#x2F;2&quot;, &quot;TIME&quot; : &quot;00:00:00&quot;, &quot;CMD&quot; : &quot;tclkit-8.6.3-mk&quot; }] </code></pre> I started a list of command line tools for querying, processing and converting structured text data: <a href="https:&#x2F;&#x2F;github.com&#x2F;dbohdan&#x2F;structured-text-tools" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dbohdan&#x2F;structured-text-tools</a>.
coleiferover 8 years ago
I wrote peewee, a single file Python ORM. It&#x27;s codebase is very small but it is extremely capable.<p><a href="http:&#x2F;&#x2F;docs.peewee-orm.com" rel="nofollow">http:&#x2F;&#x2F;docs.peewee-orm.com</a>
评论 #12972183 未加载
评论 #12960398 未加载
评论 #12966706 未加载
评论 #12961014 未加载
评论 #12966707 未加载
alando46over 8 years ago
<a href="http:&#x2F;&#x2F;worlddev.io" rel="nofollow">http:&#x2F;&#x2F;worlddev.io</a><p>Sms Lists is an sms craigslist for refugee camps. I made it after visiting a couple of refugee camps and realizing that it was really hard for business owners who made &lt;$1&#x2F;day to have any extra money left over to re-invest in marketing their businesses. Code is here: <a href="https:&#x2F;&#x2F;github.com&#x2F;alando46&#x2F;smslists" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;alando46&#x2F;smslists</a>
评论 #12992319 未加载
评论 #12961330 未加载
apasover 8 years ago
Well, I really like the simplicity of athena. [0]<p>athena is an elegant, minimalist, light-weight static blog generator written in Python. It&#x27;s just over 50 lines of code. athena tightly integrates with Tufte&#x27;s design and typography rules. Have a look! [1]<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;apas&#x2F;athena&#x2F;blob&#x2F;master&#x2F;athena.py" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;apas&#x2F;athena&#x2F;blob&#x2F;master&#x2F;athena.py</a> [1]: <a href="https:&#x2F;&#x2F;apas.github.io&#x2F;athena&#x2F;" rel="nofollow">https:&#x2F;&#x2F;apas.github.io&#x2F;athena&#x2F;</a>
kevasover 8 years ago
At the beginning of the year, I started at a large print shop where numerous types of projects came through our doors. There&#x27;s this one client of ours who&#x27;s project would take ~13 hours to complete--and that&#x27;s just in our department which was file prepping.<p>I did this project by hand one or two times and then asked the manager to let me research the possibility of automating it. After a week or so of fiddling around, I was able to bring it down to 2h10m. Just in the past week, I was able to bring it down to 15m and reduce the number of steps where a human is needed.
forsakenover 8 years ago
readthedocs.org -- A site that automatically builds documentation for you when you commit to your VCS repo. It&#x27;s been widely used in the Python ecosystem for a few years now, and started off as a 48 hour hack day project.
评论 #12963573 未加载
patio11over 8 years ago
A&#x2F;Bingo, a Rails A&#x2F;B testing plugin that I wrote in a part-time week and used for a few years. The main reason I&#x27;m proud of it is Ben Kamens and company ported it to run on Google App Engine for Khan Academy, where it formed the core of their experimentation platform for a while.<p><a href="http:&#x2F;&#x2F;bjk5.com&#x2F;post&#x2F;10171483254&#x2F;abingo-split-testing-now-on-app-engine-built-for" rel="nofollow">http:&#x2F;&#x2F;bjk5.com&#x2F;post&#x2F;10171483254&#x2F;abingo-split-testing-now-on...</a>
ThomPeteover 8 years ago
<a href="http:&#x2F;&#x2F;www.ghostnoteapp.com" rel="nofollow">http:&#x2F;&#x2F;www.ghostnoteapp.com</a><p>I made it because I couldn&#x27;t find a developer to do a larger project I wanted to do based on the same principle.<p>So I paid a developer to do this and now he is my partner and we are building the project I wanted to do to begin with. It&#x27;s quite profitable for a small tool.<p>It&#x27;s based on the idea of contextual note taking which basically allow you to attach notes to all sorts of things like website, folders, files etc.<p>The contextual engine is part of my new project.
评论 #12961373 未加载
weaksauceover 8 years ago
Not sure if this warrants inclusion in this list, but I&#x27;ll share it anyway.<p>I made a simple firefox&#x2F;chrome extension for people that horde tabs as temp bookmarks. You might find it useful to find tabs and quickly navigate to them by clicking on the link in the list. It&#x27;s free and open source. The github page has a gif showing usage. You can also type cmd-shift-e or ctrl-shift-e to switch to it.<p>Chrome Extension: <a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;tabist&#x2F;hdjegjggiogfkaldbfphfdkpggjemaha" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;tabist&#x2F;hdjegjggiog...</a><p>Firefox Extension: <a href="https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;tabist&#x2F;" rel="nofollow">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;tabist&#x2F;</a><p>source code: <a href="https:&#x2F;&#x2F;github.com&#x2F;fiveNinePlusR&#x2F;tabist" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fiveNinePlusR&#x2F;tabist</a><p>Let me know if you find it useful or have any suggestions.
评论 #12962167 未加载
评论 #12966194 未加载
michaelbuckbeeover 8 years ago
I got tired of remembering how to format date&#x2F;times as strings and made <a href="http:&#x2F;&#x2F;www.foragoodstrftime.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.foragoodstrftime.com&#x2F;</a>
评论 #12959791 未加载
评论 #12965359 未加载
nodjaover 8 years ago
Made a python command line tool that decrypts and dumps assets from an indie video game called awesomenauts.<p>I started knowing next to zero in assembly, reverse engineering and crypto. Took me about two months -spread accross 2 years- of work and learning to do it. The game uses a modified AES crypto, just the key expansion was modified, probably so it can be different enough to not look like AES, but still benefit from hardware acceleration. It&#x27;s probably less secure than regular AES.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Nodja&#x2F;AwesomenautsFileDumper" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Nodja&#x2F;AwesomenautsFileDumper</a>
评论 #12962500 未加载
modocover 8 years ago
<a href="https:&#x2F;&#x2F;10minutemail.com" rel="nofollow">https:&#x2F;&#x2F;10minutemail.com</a><p>I built it to learn JBoss Seam, and recently re-wrote it using DeltaSpike. I personally use it almost every day!
评论 #12963663 未加载
评论 #12963177 未加载
sergiotapiaover 8 years ago
My Elixir&#x2F;Phoenix project Magnetissimo. When KickassTorrents died, I thought I should just build my own crawler and be done with it.<p>Elixir&#x27;s OTP was a fantastic fit, I scrape stuff really quickly with minimal orchestration code. There are bugs here and there, and I haven&#x27;t had time to circle back and patch a lot of the issues I noticed, but it &quot;works&quot;.<p>I&#x27;m proud of it because it broke the 200 star barrier on my Github profile. With Elixir to boot! I love this language.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;sergiotapia&#x2F;magnetissimo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sergiotapia&#x2F;magnetissimo</a>
YPCrumbleover 8 years ago
I built <a href="http:&#x2F;&#x2F;pixelsview.com" rel="nofollow">http:&#x2F;&#x2F;pixelsview.com</a><p>I run a media website and people are always asking me, what will X or Y look like? How do I know what size I want? I send them there.
评论 #12958993 未加载
joshwcomeauover 8 years ago
I&#x27;m most proud of React Flip Move (<a href="https:&#x2F;&#x2F;github.com&#x2F;joshwcomeau&#x2F;react-flip-move" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;joshwcomeau&#x2F;react-flip-move</a>), an animation library that does exactly one thing: animate transitions when DOM nodes change positions (eg. list re-ordering).<p>I wind up using it in almost every project I work on, since just about every app has a list of some kind, and many lists need to support being sorted, having items added, etc.<p>It&#x27;s a simple tool, but the internal logic is surprisingly complex. The DOM is a tricky beast!
评论 #12958955 未加载
评论 #12958579 未加载
Foxboronover 8 years ago
I was annoyed last week that ii (<a href="http:&#x2F;&#x2F;tools.suckless.org&#x2F;ii&#x2F;" rel="nofollow">http:&#x2F;&#x2F;tools.suckless.org&#x2F;ii&#x2F;</a>) didn&#x27;t support SSL, so i reimplemented ii inn Golang and added a few extra needed features.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Foxboron&#x2F;iii" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Foxboron&#x2F;iii</a><p>It&#x27;s essentially just a file based IRC client. Using FIFO files as input, and spitting out the loggs into an out file. I really enjoy the simplicity of the idea and how easy it is to script. Been using it to learn goroutines and some more go, the code isn&#x27;t the best but it&#x27;s fun.<p>Planning to create something like &quot;wii&quot; where you can use the same structure but with HTTP requests. POST to send data into the FIFO file, and GET to read the out file.
tomschlickover 8 years ago
<a href="https:&#x2F;&#x2F;zonewatcher.com" rel="nofollow">https:&#x2F;&#x2F;zonewatcher.com</a><p>After having multiple clients change their DNS settings without warning and then email us when shit hits the fan I knew I needed some type of warning system.<p>This checks every X minutes and saves each version so you can see the revision history for all your DNS zones across many providers.
评论 #12959956 未加载
lavrtonover 8 years ago
I have two small kids (2 and 5) and I am travaling a lot with my family around the world. I found out that it can be hard to find a good place to spend some time with kids. So I build a simple tool that helps me to find such places.<p><a href="https:&#x2F;&#x2F;www.gowithkid.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gowithkid.com&#x2F;</a><p>This tool already helped me a lot.
评论 #12961551 未加载
评论 #12962215 未加载
评论 #12960959 未加载
gnicholasover 8 years ago
<a href="http:&#x2F;&#x2F;www.beelinereader.com" rel="nofollow">http:&#x2F;&#x2F;www.beelinereader.com</a><p>Helps people read more easily on-screen. Originally designed as a speed-reading tool for lifehack types, but it turns out to also be super effective as an assistive technology for people with dyslexia, vision impairments, and executive function disorders.
评论 #12963583 未加载
josscrowcroftover 8 years ago
I&#x27;m most proud of making Open Exchange Rates (<a href="https:&#x2F;&#x2F;openexchangerates.org" rel="nofollow">https:&#x2F;&#x2F;openexchangerates.org</a>), which grew out of a hobby project (and a desire to create a really simple API for something that had previously been annoyingly complex.)<p>The basic JSON API request and response formats are unchanged since day 0, although we&#x27;ve added a few new features in response to customers&#x27; demands over the years.
评论 #12959034 未加载
评论 #12967703 未加载
Animatsover 8 years ago
The Obvious Password Detector, intended for use inside programs for setting and changing passwords.[1] (Yes, this is real K&amp;R C, pre-ANSI.)<p>[1] <a href="http:&#x2F;&#x2F;www.animats.com&#x2F;source&#x2F;obvious&#x2F;obvious.c" rel="nofollow">http:&#x2F;&#x2F;www.animats.com&#x2F;source&#x2F;obvious&#x2F;obvious.c</a>
评论 #12961715 未加载
duckover 8 years ago
<a href="http:&#x2F;&#x2F;hackernewsletter.com" rel="nofollow">http:&#x2F;&#x2F;hackernewsletter.com</a><p>Started it over six years ago and have been sending it every week since. Have about 39,000 subscribers and still see a 45% open rate. It has been a lot of fun, and even better, I have made connections with a lot of great people.
评论 #12989921 未加载
评论 #12992340 未加载
评论 #12992124 未加载
timmaxwover 8 years ago
I made a printed circuit board to make it easy to connect things to a 1000 watt computer power supply I had lying around. Similar adapters are available commercially, but I couldn&#x27;t find one that could manage 1000 watts.<p><a href="http:&#x2F;&#x2F;timmaxwell.org&#x2F;pages&#x2F;atx-breakout&#x2F;index.html" rel="nofollow">http:&#x2F;&#x2F;timmaxwell.org&#x2F;pages&#x2F;atx-breakout&#x2F;index.html</a>
charlieegan3over 8 years ago
I made <a href="http:&#x2F;&#x2F;serializer.io" rel="nofollow">http:&#x2F;&#x2F;serializer.io</a> 18 months ago and I still use it multiple times a day to follow tech news. It&#x27;s how I found this thread.
评论 #12958488 未加载
ThomasRooneyover 8 years ago
I built <a href="https:&#x2F;&#x2F;fancyjson.com" rel="nofollow">https:&#x2F;&#x2F;fancyjson.com</a> in a day about 5 months ago. I&#x27;ve used it pretty often since. Its a fancy JSON beautifier.<p>It tries to compact simple objects and spaces all delimiters. It also attempts to align array children. The idea was to produce the most compact, yet still easily readable form of a JSON document.<p>I was creeped out when trying to find something like this online, because there are many which send your JSON document to the backend instead of doing it on the client.
评论 #12963351 未加载
Veenover 8 years ago
The most useful one is an invoice generator that looks at a bunch of Markdown files of work I&#x27;ve done for clients (I&#x27;m a freelance writer) and generates an invoice from them.<p>It can either generate an HTML report with various stats and graphs or create a draft invoice in Freshbooks for sending to the client. It used to take me a couple of hours a week to invoice, and now it basically takes no time at all.<p>I can&#x27;t really share it because it&#x27;s got some hardcoded client details, but I&#x27;m considering generalizing it into a txt2invoice utility other people can use. It&#x27;s also massively over engineered because I used it as a learning project for Elixir. Every time I learned how to something new I tried it out on this tool, which means it spins up lots of processes it doesn&#x27;t need and does fancy stuff with messaging, genservers and supervision trees which are entirely unnecessary, but that&#x27;s part of the fun.
kilianover 8 years ago
Right now, <a href="https:&#x2F;&#x2F;fromscratch.rocks" rel="nofollow">https:&#x2F;&#x2F;fromscratch.rocks</a> a smart and simple autosaving note taking application. It&#x27;s a rectangle you can type into, and if you use it like that, that&#x27;s all it is.<p>But if you want more, you can use note-folding, a whole bunch of text manipulation changes and best of all, it&#x27;s automatically written to disk (no saving needed ever) in a real text file, so syncing and backup is really simple.
评论 #12963531 未加载
评论 #12969598 未加载
mpwozover 8 years ago
Jumper (<a href="https:&#x2F;&#x2F;github.com&#x2F;mpwoz&#x2F;jumper" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mpwoz&#x2F;jumper</a>)<p>It&#x27;s a simple chrome extension to jump between top-level comments on hacker news using the arrow keys.<p>I&#x27;ve been meaning to publish it to the extension store, but that process looks like it&#x27;ll take longer than actually writing it did :)<p>The reason it&#x27;s my proudest &quot;achievement&quot; is just because it&#x27;s so <i>useful</i> to me (solves an actual problem)
tedsandersover 8 years ago
<a href="http:&#x2F;&#x2F;www.betthebill.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.betthebill.com&#x2F;</a><p>It&#x27;s a simple website that randomly picks someone to pay for the entire bill when eating as a group. But unlike credit card roulette, your odds of paying are proportional to your meal&#x27;s cost, so your expected value is fair.<p>I know it&#x27;s simple, but it was my first foray into javascript and d3 and angular. I am proud of how it turned out.
评论 #12961313 未加载
civilianover 8 years ago
lc, or &quot;List Commands used in this directory&quot;. It&#x27;s a bash_history that&#x27;s directory specific, because the terminal commands I type are usually directory-specific. It is only like 10 lines of bash, and I got help with the bash, but I&#x27;m proud of it and I use it everyday. I think my most common usage is `lc | grep partialCommandIcCantQuiteRemember`<p><a href="https:&#x2F;&#x2F;github.com&#x2F;pconerly&#x2F;lc-listcommands-bash&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pconerly&#x2F;lc-listcommands-bash&#x2F;</a>
kovacsover 8 years ago
I strongly felt the world needed a way for close friends, family, and coworkers to band together in order to anonymously spam someone&#x27;s phone with giphys on their birthday :-)<p><a href="http:&#x2F;&#x2F;birthdaymob.com" rel="nofollow">http:&#x2F;&#x2F;birthdaymob.com</a><p>It&#x27;s without a doubt the most enjoyable thing I&#x27;ve done and it came from feeling a little loss of humanity with FB coopting birthdays.
javierbyteover 8 years ago
I&#x27;m proud of a tool that I did to find the visual center of images (<a href="http:&#x2F;&#x2F;javier.xyz&#x2F;visual-center&#x2F;" rel="nofollow">http:&#x2F;&#x2F;javier.xyz&#x2F;visual-center&#x2F;</a>) and one to make random color schemes more cohesive (<a href="http:&#x2F;&#x2F;javier.xyz&#x2F;cohesive-colors&#x2F;" rel="nofollow">http:&#x2F;&#x2F;javier.xyz&#x2F;cohesive-colors&#x2F;</a>). I find those two really useful.<p>I&#x27;m not so proud of a tool that transforms images to pure css (<a href="http:&#x2F;&#x2F;javier.xyz&#x2F;img2css&#x2F;" rel="nofollow">http:&#x2F;&#x2F;javier.xyz&#x2F;img2css&#x2F;</a>) but it&#x27;s by far my most popular tool ¯\_(ツ)_&#x2F;¯
elhalyn2over 8 years ago
<a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;youtube-distraction-free&#x2F;jhacjhcmekhmmbgppcnndilcndgjebjf" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;youtube-distractio...</a><p>I made this because as tutorial youtube lover I got distracted by the youtube &quot;recommended&quot; clickbaits<p>It simple hides all distraction videos -&gt; simple turn off switch if you have some spare time ;)<p>wanna use your own ? <a href="https:&#x2F;&#x2F;github.com&#x2F;franzherzog&#x2F;youtube-distraction-free" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;franzherzog&#x2F;youtube-distraction-free</a>
eneveover 8 years ago
FAQr - An ASCII GameFaqs reader for Android - 2k + 5 star reviews - 1k + DAU <a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.faqr&amp;hl=en" rel="nofollow">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.faqr&amp;hl=en</a> Great for retro gaming! *EDIT - Free with no ads
评论 #12969007 未加载
评论 #12960971 未加载
cogsover 8 years ago
Crab - SQL for the filesystem.<p>Bash is such a pain because of all the incompatible utilities. Its much nicer just to think about logic than to be searching for command switches and dealing with corner cases like .. file names that contain spaces(!)<p>Free for personal use, $5 &#x2F; month commercial<p><a href="http:&#x2F;&#x2F;etia.co.uk" rel="nofollow">http:&#x2F;&#x2F;etia.co.uk</a>
评论 #12962662 未加载
gregfjohnsonover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;gregfjohnson&#x2F;netnode" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gregfjohnson&#x2F;netnode</a><p>Netnode. It is a little like a unix pipe, a little like netcat, a little like tcpdump. But really simple.<p>You create a graph of communicating entities with netnode. The terminal nodes of the graph are external data sources&#x2F;sinks (user input, udp&#x2F;tcp servers and clients, shell pipes, named pipes, &#x2F;dev&#x2F;tty*, etc.) The internal nodes are a mesh of instances of netnode.<p>It is easy to insert a little instance of netnode anywhere, and have it print the traffic going through it.<p>I think it turned out really well, and I use it for everything. It feels like &quot;connective tissue&quot; similar to classic Unix pipes, but for the network age.<p>.&#x2F;netnode -h<p><pre><code> -p&#x2F;-P: tcp client&#x2F;server. -u&#x2F;-U: udp client&#x2F;server; client does pings to notify server. -k: stdin&#x2F;stdout. -s: filename. works for &#x2F;dev&#x2F;ttyS0 etc., named pipes, regular files. -X: tcp proxy; local_server:remote_host:remote_port -w: raw network device interface eth0 etc. (requires sudo.) -i next interface is input only -o next interface is output only -d: next interface is prefaced with time&#x2F;direction -t: next interface shows non-printable characters in hex -b: next interface prints data formatted as hex dump</code></pre>
sandbagsover 8 years ago
I am pretty proud of<p><a href="http:&#x2F;&#x2F;gosort.it&#x2F;" rel="nofollow">http:&#x2F;&#x2F;gosort.it&#x2F;</a><p>My business partner and I often needed clients to sort things (features, objectives, pains, restaurants, you name it).<p>Eventually we built this tool together. You can create a list, sort it, then invite others to sort the same list and create an aggregate sorted list. There&#x27;s lots we&#x27;d like to improve but it&#x27;s pretty useful right now.<p>Hidden behind the JS front end is a Clojure sort-api server that provides an API to sort arbitrary data. We&#x27;ve no idea when that might turn out to be useful.
projprojover 8 years ago
Like others have said, I made these for myself, but they have been useful to other people as well.<p>Search Wikimedia Commons: canweimage.com (300 - 600 searches a day)<p>Testing flexbox rules: flexbox.help<p>Googley Eyes Firefox addon: <a href="https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;googley-eyes&#x2F;" rel="nofollow">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;googley-eyes&#x2F;</a><p>Can We Image got included in a listicle on Buffer&#x27;s blog. flexbox.help started getting use after I posted it as a Show HN and it got picked up by HTML Weekly.
hackforfunover 8 years ago
Obvious throwaway account but 4 years ago went to odesk.com as I had a super simple idea to make an app. I believe spent less than 2 hours paying a developer $50 an hour making the app. Had it up in less than a day.<p>Couple years later the app has made close to a million dollars with me pocketing about 60% of that and the other 40% to the ad company.<p>It&#x27;s one of my favorite projects because it was so simple and literally took less than 2 hours but I was able to pretty much make a 1000x on it which to this day is better than anything I have ever done.
评论 #12962391 未加载
Curiositryover 8 years ago
<a href="http:&#x2F;&#x2F;algebrarules.com" rel="nofollow">http:&#x2F;&#x2F;algebrarules.com</a><p>It’s simple, useful, and I learned a lot while I was building it. And people use it (which is always a plus).
评论 #12963449 未加载
evizeroover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;Evizero&#x2F;UnicodePlots.jl" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Evizero&#x2F;UnicodePlots.jl</a><p>Scientific plotting in the terminal. I didn&#x27;t come up with the idea of abusing unicode characters in such a way, just fyi.<p>Example: <a href="https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;Evizero&#x2F;UnicodePlots.jl&#x2F;master&#x2F;doc&#x2F;img&#x2F;sin.png" rel="nofollow">https:&#x2F;&#x2F;raw.githubusercontent.com&#x2F;Evizero&#x2F;UnicodePlots.jl&#x2F;ma...</a>
评论 #12980519 未加载
chrisanthropicover 8 years ago
I wrote Open-Publisher: <a href="https:&#x2F;&#x2F;github.com&#x2F;chrisanthropic&#x2F;Open-Publisher" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;chrisanthropic&#x2F;Open-Publisher</a> with a focus on easy fiction book creation.<p>Markdown manuscript input with high quality epub, mobi, and print-ready PDF output.<p>It&#x27;s a wrapper (your choice of Rake, Bash, or Docker) combining Jekyll + Pandoc with custom PDF LaTeX templates for print-ready (valid PDF-X1A 5x8 and 6x9) and professional epub&#x2F;mobi ebooks.
sovokover 8 years ago
<a href="https:&#x2F;&#x2F;wootboard.com" rel="nofollow">https:&#x2F;&#x2F;wootboard.com</a><p>Draw something and share it.<p>Like jsFiddle for drawings. In need of a rewrite and mobile support, but pretty useful if you just want to scribble something down and share it. And I like the borderless canvas :)
评论 #12962946 未加载
评论 #12962418 未加载
mosselmanover 8 years ago
A tool to make JS bookmarklets:<p><a href="https:&#x2F;&#x2F;bookmarkify.it&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bookmarkify.it&#x2F;</a><p>I created this years ago because I wanted a quick way to create bookmarklets. Since putting it online I have had good months in terms of visitors (1000+) and worse (50), but I am still very happy that people keep coming to bookmarkify to create helpful bookmarklets for themselves and others.<p>By now it has been around longer than 4 years, despite what the banner says.
评论 #12959022 未加载
jettiover 8 years ago
I don&#x27;t have a link as it was an internal project but it was a simple ASP.NET MVC app that interfaced with Yubikey (a 2 factor dongle) and Active Directory. It would set the Yubikey password to the Active Directory for a user which would then be used to authenticate users when they logged into the network. It wasn&#x27;t much work but saved the company about $20k, which was the cost of the commercial version the company was looking into.
bndrover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;bndr&#x2F;pipreqs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bndr&#x2F;pipreqs</a><p>I built a utility for python programmers - pipreqs which helps to generate pip requirements.txt file based on imports of any project
timoooover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;jurgelenas&#x2F;pdfify-server" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jurgelenas&#x2F;pdfify-server</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;jurgelenas&#x2F;node-pdfify-client" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jurgelenas&#x2F;node-pdfify-client</a><p>My little open source app which converts HTML to PDF.<p>Useful when generating PDF invoices, legal documents. I am using it in my own projects.
geophileover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;geophile&#x2F;osh" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;geophile&#x2F;osh</a><p>Osh (Object SHell) is a python application giving you a set of Linux like commands which can be composed similar to pipes. However, it is objects, not strings, that are passed from one command to the next.<p>It includes typical shell stuff, listing files and processes; database access, in which queries yield Python tuples; and distributed access, which distributes commands to the nodes of a cluster and then combines the results. For example, to submit a SQL query to each node of a cluster, getting a count on each, and combining the results:<p><pre><code> osh @cluster [ sql &quot;select count(*) from request where state = &#x27;open&#x27;&quot; ] ^ f &#x27;node, count: count&#x27; ^ red + $ </code></pre> - osh: Invoke the interpreter.<p>- @cluster: Relay the bracketed command to each node of the cluster. The bracketed command returns (node, count) tuples.<p>- sql: Submit a sql query (on a cluster node).<p>- ^: Denotes piping results from one command to the next.<p>- f: For each result from the cluster, run a function on (node, count) which returns just the count.<p>- red +: Reduce using +, summing up all the counts.<p>- $: Print result on the console.
allanrboover 8 years ago
<a href="https:&#x2F;&#x2F;mailgroup.io" rel="nofollow">https:&#x2F;&#x2F;mailgroup.io</a> - Free online mailing list manager<p><a href="https:&#x2F;&#x2F;crond.net" rel="nofollow">https:&#x2F;&#x2F;crond.net</a> - Free web cron<p><a href="https:&#x2F;&#x2F;ipaddr.dk" rel="nofollow">https:&#x2F;&#x2F;ipaddr.dk</a> - what&#x27;s my IP?<p><a href="https:&#x2F;&#x2F;ent.re" rel="nofollow">https:&#x2F;&#x2F;ent.re</a> - URL shortener that generates mobile type friendly URLs
评论 #12961076 未加载
Quatschmannover 8 years ago
I wrote a concurrent, super fast webcrawler for my job with Go (~300 LOC) to get data out of customer sites fast even when they have 1.5 million pages or more.<p>You can basically filter everything to get a .csv file in the end with the links for the given domain, the source for that links, link number, link depth, timestamp, HTTP Request Codes (200, 404 etc) that fits that filter.<p>Filters: Number of concurrent http(s) requests, max link number, max link depth, must include path, must include word(s), must exclude word(s), local or global search (for links with path, local means you only search for fitting links on that site and the found sites instead of crawling the whole homepage) etc.<p>It was my first Go project and I always wanted to do multithreading and Go made it so easy. Can&#x27;t opensource the code because it&#x27;s company property.<p>But damn is it fast if you let it run, one homepage didn&#x27;t throttle me and I got up to 96 Mb&#x2F;s (on my 100 Mb&#x2F;s connection) with set to 2000 connections per second.<p>DDosed our office wifi a few times before I implemented a token bucket for rate limiting (and sometimes just for fun after that :&gt;).
评论 #12958434 未加载
评论 #12969728 未加载
brennenover 8 years ago
&quot;Proud&quot; might be a stretch, but some very small tools I get a lot of use-value-for-coding-time out of and thus feel warm fuzzies about:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;brennen&#x2F;bpb-kit&#x2F;blob&#x2F;master&#x2F;home&#x2F;bin&#x2F;photocp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;brennen&#x2F;bpb-kit&#x2F;blob&#x2F;master&#x2F;home&#x2F;bin&#x2F;phot...</a> - copy photos from some common camera media locations.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;brennen&#x2F;bpb-kit&#x2F;blob&#x2F;master&#x2F;home&#x2F;bin&#x2F;gif-sel" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;brennen&#x2F;bpb-kit&#x2F;blob&#x2F;master&#x2F;home&#x2F;bin&#x2F;gif-...</a> - wrap Byzanz and Festival to record a gif of a screen region (and tell me what it&#x27;s doing so I know when to do stuff).<p><a href="https:&#x2F;&#x2F;github.com&#x2F;brennen&#x2F;bpb-kit&#x2F;blob&#x2F;master&#x2F;home&#x2F;.sh_common#L58" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;brennen&#x2F;bpb-kit&#x2F;blob&#x2F;master&#x2F;home&#x2F;.sh_comm...</a> - an alias for navigating directory history.
jtsai1over 8 years ago
<a href="http:&#x2F;&#x2F;www.ogjobboard.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.ogjobboard.com&#x2F;</a><p>After getting chew out by my last boss regarding scrapping job post off of oil and gas industry. I created this site to practices what I have learn so far on web scraping with c# by using selenium, phantomjs and htmlagilitypack. Its a site where I scraped job posting from major oil companies.
评论 #12962158 未加载
zimbatmover 8 years ago
<a href="http:&#x2F;&#x2F;direnv.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;direnv.net&#x2F;</a> is a language-agnostic shell environment switcher.<p>I built it years ago because I thought RVM was doing it wrong. It replaces all the ${lang}env switchers on my machine that I still use every day. The best thing is to see users adopting it without me doing much PR and contributing back with useful features.
geuisover 8 years ago
I created <a href="https:&#x2F;&#x2F;jsonip.com" rel="nofollow">https:&#x2F;&#x2F;jsonip.com</a> about 6 years ago. Supports several million requests a day at this point.<p>Also created Helium, <a href="https:&#x2F;&#x2F;github.com&#x2F;geuis&#x2F;helium-css" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;geuis&#x2F;helium-css</a>, a tool to help frontend devs clean up old CSS.<p>They&#x27;re relatively popular.
nishanth_vover 8 years ago
<a href="http:&#x2F;&#x2F;github.com&#x2F;nishanthvijayan&#x2F;CoderCalendar&#x2F;" rel="nofollow">http:&#x2F;&#x2F;github.com&#x2F;nishanthvijayan&#x2F;CoderCalendar&#x2F;</a><p>Android app and Chrome and Firefox addons that lists live and upcoming programming competitions on sites like Codeforces, Topcoder, Hackerrank, Hackerearth, Codechef etc<p><a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.corphots.coderscalendar" rel="nofollow">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.corphots.c...</a> <a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;coders-calendar" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;coders-calendar</a> &#x2F;bageaffklfkikjigoclfgengklfnidll <a href="https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;coder-calendar&#x2F;" rel="nofollow">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;coder-calenda...</a><p>Has 7k+ users all together :)
评论 #12962585 未加载
ill0gicityover 8 years ago
I recently wrote and was able to open-source <a href="https:&#x2F;&#x2F;github.com&#x2F;weebly&#x2F;tinydns-filter" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;weebly&#x2F;tinydns-filter</a>. I got tired of using online tools to create individual records that tinydns-data doesn&#x27;t support, so I wrote a tool to process those &quot;custom&quot; records.
tomasandrleover 8 years ago
Tiny Player - a music player for iPhone at <a href="http:&#x2F;&#x2F;www.catnapgames.com&#x2F;tiny-player&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.catnapgames.com&#x2F;tiny-player&#x2F;</a> (free). Got tired of using iTunes to &quot;sync&quot; mp3s and watching it fail. Took about 2 months&#x27; worth of weekends and evenings, now I use it every day.
评论 #12962435 未加载
hawkiceover 8 years ago
Of all the things I&#x27;ve made ( here <a href="https:&#x2F;&#x2F;gen517.com" rel="nofollow">https:&#x2F;&#x2F;gen517.com</a>) there are a couple that stand out in hindsight:<p><a href="https:&#x2F;&#x2F;zip.gen517.com" rel="nofollow">https:&#x2F;&#x2F;zip.gen517.com</a><p>Which is a tool so people who don&#x27;t know anything about programming or fancy excel usage can still do SQL join type things.<p>And this version of the classic game mastermind, which I use in conversation to make the point that &quot;machine learning&quot; can be tremendously approachable -- the computer here just picks a random potentially correct guess and does very well.<p><a href="https:&#x2F;&#x2F;countermind.gen517.com" rel="nofollow">https:&#x2F;&#x2F;countermind.gen517.com</a><p>And this, which is massively pointless but has gotten more comments than anything else:<p><a href="https:&#x2F;&#x2F;gen517.com&#x2F;lindsey-grahams-get-away-with-ted-cruzs-murder-simulator&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gen517.com&#x2F;lindsey-grahams-get-away-with-ted-cruzs-m...</a>
timparkover 8 years ago
I have a script that gets a bunch of data and emails it to me and some co-workers every day at 7AM. Stuff includes: high temperature&#x2F;probability of precipitation for the day, bitcoin price, iTunes&#x2F;Google play sales&#x2F;rating values, number of &quot;diff&quot; lines in web pages, number of followers on Facebook&#x2F;Twitter&#x2F;Google+. The latter isn&#x27;t entirely a vanity thing... some co-workers manage multiple social media accounts and it&#x27;s nice to know if readership is going up or down.<p>Part of the point was a) to aggregate everything in one report to reduce the temptation of looking at something multiple times per day, b) to avoid visiting multiple pages in order to find all the information, and c) to find changes in things that I may have forgotten about since they rarely change.<p>I&#x27;ve thought about making it available for others, but it&#x27;d take a bunch of work, and I&#x27;m not sure what the demand would be like.
评论 #12963292 未加载
hnarayananover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;hnarayanan&#x2F;shpotify" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hnarayanan&#x2F;shpotify</a><p>Shpotify, a command-line interface to Spotify on a Mac. :)
kolmeover 8 years ago
I wrote obmenu[1] some time ago, a menu editor for the Openbox window manager.<p>I&#x27;m pretty proud of this simple tool because it eventually made its way to the repositories of all mayor distributions: Debian[2], RedHat, Arch, you name it.<p>I&#x27;ve received many emails from users, questions, suggestions, bug reports, people offering to translate it in their language... I&#x27;m super thankful to all of them (unfortunately I could not answer all of them!).<p>It&#x27;s been unmaintained for a while, but it&#x27;s on my To-Do list to refactor it, clean it up and add some missing features. It&#x27;s been 10 years so I&#x27;m hopefully a better programmer now.<p>[1] <a href="http:&#x2F;&#x2F;obmenu.sourceforge.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;obmenu.sourceforge.net&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;packages.debian.org&#x2F;de&#x2F;jessie&#x2F;obmenu" rel="nofollow">https:&#x2F;&#x2F;packages.debian.org&#x2F;de&#x2F;jessie&#x2F;obmenu</a>
STRMLover 8 years ago
Built <a href="https:&#x2F;&#x2F;securesha.re&#x2F;" rel="nofollow">https:&#x2F;&#x2F;securesha.re&#x2F;</a> a few years back, it is:<p>Secure (browser-encrypted) dumb file storage with self-destruct. By default, it self-destructs on first access. The server can&#x27;t read your files and it will delete them anyway after a week (or less, if you like).<p>It&#x27;s a good way to quickly send a file to someone else and to know if it&#x27;s been accessed in the interim.<p>It was really just our own attempt to build something that can do very simple secure file sharing that anyone can use, as an alternative to so many broken practices (such as clearnet emailing sensitive docs).<p>It&#x27;s turned into something pretty cool for a few reasons:<p>1. We get emails all the time from people who love how simple it is<p>2. It&#x27;s a great testbed for new web technologies; I rebuilt it once using Polymer and intend to rebuild using Elm when I have the time<p>3. It&#x27;s a great testbed for web crypto &amp; webworkers.
TheCapnover 8 years ago
Just a fun one... a Greasemonkey&#x2F;Tampermonkey script that removes a lot of the Facebook Suggestion&#x2F;Trend information on the sidebar of the site when it first loads, replacing it with random pictures from &#x2F;r&#x2F;aww (or whichever subreddit you want to use)<p><a href="https:&#x2F;&#x2F;gist.github.com&#x2F;GrahamBlanshard&#x2F;d7211436088e0159164a" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;GrahamBlanshard&#x2F;d7211436088e0159164a</a><p>I fear I&#x27;m going to get chewed out for my crap code on this one but I&#x27;m really not a webdev... I hacked this together after getting sick of celeb gossip links and trash ads for facebook games. I&#x27;d rather get a random pic of a cat or a supercar than irrelevant junk.<p>EDIT: Pic for how it looks when loaded: <a href="http:&#x2F;&#x2F;i.imgur.com&#x2F;Yqc2jdY.png" rel="nofollow">http:&#x2F;&#x2F;i.imgur.com&#x2F;Yqc2jdY.png</a>
dmuthover 8 years ago
<a href="http:&#x2F;&#x2F;www.SeptaStats.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.SeptaStats.com&#x2F;</a><p>Hits the API for Philadelphia&#x27;s Regional Rail and displays real-time data on the system as a whole as well as historical data on specific trains and train stations. It&#x27;s useful to tell, for example, that the evening train I normally want to take home (<a href="https:&#x2F;&#x2F;www.septastats.com&#x2F;train&#x2F;573" rel="nofollow">https:&#x2F;&#x2F;www.septastats.com&#x2F;train&#x2F;573</a>) is almost never on time, for example.<p>There&#x27;s more I want to do, such as displaying more detailed stats and train data (on-time percentages, for example). And hopefully get some interest from SEPTA so they can use it to determinate the &quot;biggest offenders&quot; and what can be done about them.
stevenkovarover 8 years ago
My co-founder and I built a desktop app called Woot Agent when we were younger which would tell you when woot.com had a &quot;Woot-Off&quot; [1] sale.<p>It would sound an alarm every time a new item came up for sale, with a special sound for their highly sought after &quot;Bag of Crap&quot; [2].<p>It had over 25,000 downloads after its first Woot-Off. Sounds so bizarre in hindsight, but a partner at Polaris Venture Partners asked to meet—he wouldn&#x27;t say how he found me, but I&#x27;m sure Woot Agent was how.<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Woot#Special_events" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Woot#Special_events</a> [2] <a href="http:&#x2F;&#x2F;www.woot.com&#x2F;offers&#x2F;bag-of-crap" rel="nofollow">http:&#x2F;&#x2F;www.woot.com&#x2F;offers&#x2F;bag-of-crap</a>
countryqt30over 8 years ago
Starting a Swiss-German language school in Zurich, Switzerland. Most course materials and the world&#x27;s biggest dictionary (Swiss-German) is provided online for free.<p><a href="http:&#x2F;&#x2F;www.schweizerdeutsch-lernen.ch" rel="nofollow">http:&#x2F;&#x2F;www.schweizerdeutsch-lernen.ch</a>
welanesover 8 years ago
Began as a simple Pomodoro timer but is gradually becoming a full task manager - <a href="https:&#x2F;&#x2F;lanes.io" rel="nofollow">https:&#x2F;&#x2F;lanes.io</a>.<p>Less proud of making it than I am of the fact that thousands of people use it to accomplish their goals every day, which is neat.
iamgopalover 8 years ago
I made software that track pour rate of liquid glass at 1800 centigrade using camera and control its pour rate by moving ~1 MW arc electrodes. I was in my teens and a local company need to quick fix it. My first actual earned money. 13 years later, its still working. :D
stevekempover 8 years ago
My git-based DNS hosting site is pretty simple, in terms of code, but it is enormously useful to be able to make changes to DNS with a simple git-push and keep a local history:<p><a href="https:&#x2F;&#x2F;dns-api.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dns-api.com&#x2F;</a><p>In the same vain I put together a little archive for storing bookmarks under revision control:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;skx&#x2F;bookmarks.public&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;skx&#x2F;bookmarks.public&#x2F;</a><p>Finally I put together a small archive of tools which seems to be quite popular for reasons I don&#x27;t fully understand:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;skx&#x2F;sysadmin-util" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;skx&#x2F;sysadmin-util</a>
jshawlover 8 years ago
<a href="https:&#x2F;&#x2F;UpDog.co" rel="nofollow">https:&#x2F;&#x2F;UpDog.co</a> hosts websites with Dropbox. Currently making &lt; 1k &#x2F; m
评论 #12962132 未加载
colandermanover 8 years ago
<a href="http:&#x2F;&#x2F;www.a440.audio&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.a440.audio&#x2F;</a> (Warning: plays audio) I wanted a dead-simple tuning fork; I saw the domain was available so I made it. One-click access to A440 from any bookmark.
Kerrickover 8 years ago
Very niche, but I&#x27;m very proud of having made this: <a href="http:&#x2F;&#x2F;kerrick.github.io&#x2F;mtg-tools&#x2F;#&#x2F;playtest-cards" rel="nofollow">http:&#x2F;&#x2F;kerrick.github.io&#x2F;mtg-tools&#x2F;#&#x2F;playtest-cards</a><p>It allows people to create playtest cards for a strategy card game, so people can test out decks before purchasing cards to play with in a tournament.<p>I made it because my wife is a Twitch streamer, and she needed a way for the card name to be visible even though the usual printed size is quite small. It ends up looking like this: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=3lCQFI9nthE" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=3lCQFI9nthE</a>
mkjover 8 years ago
A 3.3v power supply with a 3.5mm audio socket for bypass current measurement. (well perhaps not <i>most</i> proud, but it&#x27;s cute)<p><a href="https:&#x2F;&#x2F;matt.ucc.asn.au&#x2F;voltbox&#x2F;" rel="nofollow">https:&#x2F;&#x2F;matt.ucc.asn.au&#x2F;voltbox&#x2F;</a>
TheRealPomaxover 8 years ago
A React library called &quot;onclickoutside&quot;, <a href="https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;react-onclickoutside" rel="nofollow">https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;react-onclickoutside</a>, for dealing with clicks from outside a DOM node&#x27;s tree.<p>Sounds like a simple thing to have, but when I wrote it it just didn&#x27;t exist. In half a year it&#x27;s gone from one guy needing a small lib to deal with closing a menu when you click on the page, to a library with loads of optional functionality, fixes and improvements filed by 24 contributor, and over fifteen thousands downloads a day.<p>It&#x27;s probably the most successful piece of software I&#x27;ve written to date.
nvbnover 8 years ago
thefuck - <a href="https:&#x2F;&#x2F;github.com&#x2F;nvbn&#x2F;thefuck" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nvbn&#x2F;thefuck</a><p>I just use it every day and I guess a lot of people too.
评论 #12968828 未加载
johladamover 8 years ago
<a href="https:&#x2F;&#x2F;furnisearch.co&#x2F;" rel="nofollow">https:&#x2F;&#x2F;furnisearch.co&#x2F;</a><p>Definitely different from the ones here since it hasn&#x27;t made me loads of money, but definitely proud of it.<p>The first web application I ever made, which was actually based on one of those Ask HN threads we had 2+ years go about looking for furniture the fit a specific size. I actually did make a few sales, shockingly.<p>At this point, it&#x27;s pretty much dead as I&#x27;ve taken in other projects and independent security consulting engagements. It was extremely useful understanding the entire stack, and I&#x27;ve found it to be something I&#x27;ve been able to use to build a bridge to developers.
okhudeiraover 8 years ago
I&#x27;m happy the following two are getting traffic:<p>- [ByteSize](<a href="https:&#x2F;&#x2F;github.com&#x2F;omar&#x2F;bytesize" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;omar&#x2F;bytesize</a>) (.NET&#x2F;C#) library which is a utility class that makes byte size representation in code easier by removing ambiguity of the value being represented. ByteSize is to bytes what System.TimeSpan is to time.<p>- [PS1 Gen](<a href="http:&#x2F;&#x2F;omar.io&#x2F;ps1gen&#x2F;" rel="nofollow">http:&#x2F;&#x2F;omar.io&#x2F;ps1gen&#x2F;</a>) is a simple bash PS1 generator and reference so you can soup up your command line. I created this after trying to research how to create a cool PS1 string.
cushychickenover 8 years ago
I wrote this script three years ago to grab screenshots from my networked Agilent oscilloscope at work. Ten lines of Python, but I use it every day. It saves me a ton of time moving screencaps from my scope using USB (ugh). More importantly, it spares me the agony of trying to rename them and classify them in a batch, hours after I took the original capture. Definitely the best junky little tool I&#x27;ve ever made.<p><a href="http:&#x2F;&#x2F;cushychicken.github.io&#x2F;agilent-screencap" rel="nofollow">http:&#x2F;&#x2F;cushychicken.github.io&#x2F;agilent-screencap</a><p>I also have some unpublished ones for doing worst case setup&#x2F;hold analysis in point-to-point DRAM interfaces.
darshanover 8 years ago
<a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.darshancomputing.BatteryIndicator" rel="nofollow">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.darshancom...</a><p>When Android was pretty new, I got the myTouch (the second public Android device) and was surprised that there was no way to easily see the exact battery level. I&#x27;d been a hobbyist programmer for quite some time, and it seemed like a problem I might be able to tackle. The result was Android&#x27;s first battery indicator app, which remains by far the most-used piece of software I&#x27;ve ever built, with over 8 million downloads.
chinchangover 8 years ago
Hint.css - <a href="https:&#x2F;&#x2F;kushagragour.in&#x2F;lab&#x2F;hint" rel="nofollow">https:&#x2F;&#x2F;kushagragour.in&#x2F;lab&#x2F;hint</a> It started as a side project but now is the most used CSS tooltip library on the planet :)
kctess5over 8 years ago
It&#x27;s not totally unique, but I made a simple tool I call &quot;watch&quot; that runs terminal commands on file save. You specify a file glob and a command and it runs the command whenever a globed file changes. Also has a few handy flags. I use it ever day to automate my file save-&gt;compile-&gt;run workflow. It&#x27;s amazing how much time you save by never having to up-arrow&#x2F;enter a terminal after every save. Been meaning to update it to use file hooks instead of polling but it works.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;kctess5&#x2F;file_watcher" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kctess5&#x2F;file_watcher</a>
评论 #12963416 未加载
myinitialsaretkover 8 years ago
Nearly every website owner I&#x27;ve worked with is obsessed with users getting 404s from old incoming links. First I wrote a cron to summarize apache logs and email a report, but that involved me building redirects or a cluster of cms changes. Its evolved into a super simple tool to help site owners see user 404s in near real time and setup their own redirects until our team gets around to fixing them. Super simple from a tech pov, but it&#x27;s completely removed a huge set of annoying tasks from my plate.<p>Toying around with productizing it as <a href="https:&#x2F;&#x2F;www.404fyi.com" rel="nofollow">https:&#x2F;&#x2F;www.404fyi.com</a>
tscs37over 8 years ago
<a href="https:&#x2F;&#x2F;bitbucket.org&#x2F;tscs37&#x2F;lhm" rel="nofollow">https:&#x2F;&#x2F;bitbucket.org&#x2F;tscs37&#x2F;lhm</a><p>it&#x27;s a small &quot;webserver&quot; that acts as a sort of proxy between several localhost:&lt;port&gt; applications and a domain name.<p>You need to modify your &#x2F;etc&#x2F;hosts file but then you can access your localhost applications from dedicated domains.<p>Mostly intended for dev purposes, not really production. Like, you could use it to test your website awesome.example.org as if it was in production on your dev-machine while it really only runs on localhost:9999<p>It also copies headers, so no problems when using some custom headers either!<p>(Beware that it uses IPv6)
thecatalinstanover 8 years ago
<a href="https:&#x2F;&#x2F;criollo.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;criollo.io&#x2F;</a><p>I built it because I wanted to able to make websites in Objective-C and I didn&#x27;t like any of the stuff that existed when I started.<p>I&#x27;ve learned a lot making it and enjoyed it. I don&#x27;t know if I would start something like this again. Reading the RFCs and implementing FastCGI and HTTP was a lengthy and tiresome process. I enjoyed it though.<p>Sure, now you have a bazillion Swift server-side frameworks, but at the time Swift didn&#x27;t even exist. Call me a dinosaur, but I like ObjC and the Cocoa stack and I think it deserves its place on the web.
dozzieover 8 years ago
There are several.<p>* cfgen, a config files generator that is fed with config templates and parameters to fill them<p>* CronBuilder, to pull a repository, run building command, and save the results in another repository<p>* flowmon, which shows bandwith usage of different streams, each defined by BPF filter (a.k.a. &quot;tcpdump syntax&quot;)<p>* sftponly, a shell for jailing in chroot accounts meant for data transfer only (for scp, sFTP, and rsync)<p>* xmlrpcd and its spiritual successor HarpCaller, RPC daemons for sysadmins<p>* logdevourer, log parsing daemon<p>These are just the public ones, the ones that were generic enough to be open sourced. I have few others that are&#x2F;were too specific to the environment they were written for.
评论 #12959797 未加载
rolodatoover 8 years ago
A few tiny projects that I feel have provided real value to people. All resulted from scratching my own itch:<p>* dotenv-safe: <a href="https:&#x2F;&#x2F;github.com&#x2F;rolodato&#x2F;dotenv-safe" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rolodato&#x2F;dotenv-safe</a><p>* gitlab-letsencrypt: <a href="https:&#x2F;&#x2F;github.com&#x2F;rolodato&#x2F;gitlab-letsencrypt" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rolodato&#x2F;gitlab-letsencrypt</a><p>* Editor for Volca Keys synthesizers: <a href="https:&#x2F;&#x2F;volcaeditor.com" rel="nofollow">https:&#x2F;&#x2F;volcaeditor.com</a> (work in progress)
tylerjwilk00over 8 years ago
<a href="http:&#x2F;&#x2F;countdownmaker.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;countdownmaker.com&#x2F;</a><p>Create Countdown Timers to an Event in the Future and Share them with others. Includes Timer and Progress Bar.
评论 #12963255 未加载
ssullyover 8 years ago
This is minor, but I used the Random Everything(<a href="https:&#x2F;&#x2F;packagecontrol.io&#x2F;packages&#x2F;Random%20Everything" rel="nofollow">https:&#x2F;&#x2F;packagecontrol.io&#x2F;packages&#x2F;Random%20Everything</a>) sublime package at work relatively frequently. I eventually needed to quickly generate lists of up addresses. I used a small Python script locally for awhile and then finally decided to just make a pull request on the Random Everything package.<p>It was just cool to be able to contribute to a small package I used a lot at the time.
bpicoloover 8 years ago
The first thing I ever made and released I&#x27;m stilled very proud of. Tiny, just a Sublime Text plugin to copy the relative path to an open file from your project root. <a href="https:&#x2F;&#x2F;github.com&#x2F;bpicolo&#x2F;CopyRelativePath" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bpicolo&#x2F;CopyRelativePath</a><p>Up to nearly 2k installs these days! <a href="https:&#x2F;&#x2F;packagecontrol.io&#x2F;packages&#x2F;Copy%20Relative%20Path" rel="nofollow">https:&#x2F;&#x2F;packagecontrol.io&#x2F;packages&#x2F;Copy%20Relative%20Path</a>
eg312over 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;alexadam&#x2F;save-as-ebook" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;alexadam&#x2F;save-as-ebook</a> - Save a web page&#x2F;selection as an eBook
jdc0589over 8 years ago
JsFormat and CaseConversion. I wrote them at a time when a lot of stuff we were building at work wasn&#x27;t really being used by a ton of people, so it was really nice to produce something that actually got used by tens of thousands of people.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;jdc0589&#x2F;JsFormat" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jdc0589&#x2F;JsFormat</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;jdc0589&#x2F;CaseConversion" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jdc0589&#x2F;CaseConversion</a>
lawrencewuover 8 years ago
<a href="http:&#x2F;&#x2F;hellojarvis.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;hellojarvis.io&#x2F;</a> is a Messenger bot that reminds you to do stuff. You can phrase time in many ways, which was quite tricky to do: &quot;in 3 hours&quot;, &quot;on the 25th&quot;, &quot;tomorrow night&quot;, &quot;next wednesday&quot; all work.<p>We currently have almost 25k users and I&#x27;m proud of the fact that people really do find it useful. A friend recently mentioned to me that he used Jarvis to remind him about his dentist appointment.
评论 #12958911 未加载
评论 #12966938 未加载
rileytover 8 years ago
The things I have made that I am most proud of are:<p>* <a href="https:&#x2F;&#x2F;standardresume.co&#x2F;" rel="nofollow">https:&#x2F;&#x2F;standardresume.co&#x2F;</a> - Started because I couldn&#x27;t find a resume that I liked.<p>* <a href="https:&#x2F;&#x2F;amplitudeapp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;amplitudeapp.com&#x2F;</a> - A more advanced artist radio style playlist maker.<p>* <a href="http:&#x2F;&#x2F;rediscover.rile.yt&#x2F;" rel="nofollow">http:&#x2F;&#x2F;rediscover.rile.yt&#x2F;</a> - Automatically save Spotify discover weekly playlists.
评论 #12959099 未加载
评论 #12960059 未加载
评论 #12960060 未加载
Q_the_Noviceover 8 years ago
<a href="http:&#x2F;&#x2F;node-ping.herokuapp.com" rel="nofollow">http:&#x2F;&#x2F;node-ping.herokuapp.com</a> (Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;qawemlilo&#x2F;node-ping" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;qawemlilo&#x2F;node-ping</a>) - This is a very simple tool that monitors the availability of some of my websites and sends me an email if one is down. Hosted on heroku on the free tier, running for 3 years without much maintenance :)<p>(Edited: removed markdown elements)
syngrog66over 8 years ago
<i>Dead By Zombie</i>. might have been the world&#x27;s first commercial <i>true</i> Rogue-like. Why? Played in a terminal, looks&#x2F;works like Rogue, yet I was literally selling copies to customers and promoting it in person at game conventions. might also have been first in Python too: <a href="http:&#x2F;&#x2F;synisma.neocities.org&#x2F;deadbyzombie.html" rel="nofollow">http:&#x2F;&#x2F;synisma.neocities.org&#x2F;deadbyzombie.html</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;mkramlich&#x2F;Dead_By_Zombie" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mkramlich&#x2F;Dead_By_Zombie</a><p><i>The Dread Space Pirate Richard</i>. a comedy ebook. 1st book on Amazon, 2nd being written. sells copies: <a href="https:&#x2F;&#x2F;reddit.com&#x2F;r&#x2F;dspr" rel="nofollow">https:&#x2F;&#x2F;reddit.com&#x2F;r&#x2F;dspr</a><p><i>Software Performance &amp; Scalability Cheatsheet</i>. free download. geek out on it. revise and expand from time to time: <a href="http:&#x2F;&#x2F;synisma.neocities.org&#x2F;perf_scale_cheatsheet.pdf" rel="nofollow">http:&#x2F;&#x2F;synisma.neocities.org&#x2F;perf_scale_cheatsheet.pdf</a><p>lots more in the distant past. (eg. once wrote a pretty decent clone of Empire Deluxe, but with more unit types, and for Linux. shoutout to @WalterBright!)<p>my next one might be Maxitize. but we&#x27;ll see, its very early.
jim_lawlessover 8 years ago
In 1997, I wrote MailSend, a commercial command-line SMTP emailer for Windows. It is now free to use, open-source software.<p><a href="http:&#x2F;&#x2F;www.mailsend-online.com&#x2F;blog&#x2F;mailsend-is-free.html" rel="nofollow">http:&#x2F;&#x2F;www.mailsend-online.com&#x2F;blog&#x2F;mailsend-is-free.html</a><p>There were (and are still) a number of other similar programs with the same name.<p>It was my first experience in working with users world-wide, conversing with them both electronically and through postal mail.
kingkool68over 8 years ago
<a href="https:&#x2F;&#x2F;dummyimage.com" rel="nofollow">https:&#x2F;&#x2F;dummyimage.com</a>
评论 #12962082 未加载
sethleskyover 8 years ago
<a href="https:&#x2F;&#x2F;slackpass.io" rel="nofollow">https:&#x2F;&#x2F;slackpass.io</a><p>It&#x27;s the missing invite system for Slack.<p>Let&#x27;s anyone create invite pages that can accept payment (monthly, one-time) for access to a Slack community.<p>It&#x27;s been a blast to work on. Learned React, Redux, and got into Flow and Tcombs while building it. Interest so far has lead me to realize more people are interested in creating private&#x2F;paid communities online than I had previously expected.
xanderstrikeover 8 years ago
<a href="http:&#x2F;&#x2F;xanderstrike.com&#x2F;responsive&#x2F;" rel="nofollow">http:&#x2F;&#x2F;xanderstrike.com&#x2F;responsive&#x2F;</a><p>My responsive demo, resize the screen ;)<p>Also <a href="https:&#x2F;&#x2F;github.com&#x2F;xanderstrike&#x2F;whatui" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xanderstrike&#x2F;whatui</a>, a dirt simple what.cd web interface similar to Couchpotato or Sickbeard, but without the terrible performance and extra features of Headphones.
评论 #12964347 未加载
aritztgover 8 years ago
Built <a href="https:&#x2F;&#x2F;fsterramaker.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;fsterramaker.com&#x2F;</a> last year. It generates scenaries for Flight Simulator X using updated orthophotos from several sources. Another very simple tool that I use almost every day (dealing xlsx files): <a href="https:&#x2F;&#x2F;github.com&#x2F;aritztg&#x2F;svc" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;aritztg&#x2F;svc</a>
accntover 8 years ago
<a href="http:&#x2F;&#x2F;antigen.sharats.me" rel="nofollow">http:&#x2F;&#x2F;antigen.sharats.me</a><p>I&#x27;m not the original creator but currently maintaining Antigen: A plugin manager for zsh, inspired by oh-my-zsh and vundle.<p>Back in the days I made and found quite useful Dumpr: Command line download tool written in bash. <a href="https:&#x2F;&#x2F;github.com&#x2F;desyncr&#x2F;dumpr" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;desyncr&#x2F;dumpr</a>
评论 #12960151 未加载
kris-sover 8 years ago
I made a very simple CLI util that prints a timestamp and an emoji inside a rectangle, makes separating and scrolling through repetetive terminal output easier. I use it all the time and it&#x27;s stupid and I love it. <a href="https:&#x2F;&#x2F;github.com&#x2F;kris-s&#x2F;learn&#x2F;blob&#x2F;master&#x2F;block.go" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kris-s&#x2F;learn&#x2F;blob&#x2F;master&#x2F;block.go</a>
k2xlover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;k2xl&#x2F;downtime_monitor" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;k2xl&#x2F;downtime_monitor</a> - Simple HTTP monitoring that sends a slack message when site is down. Configured all from a yaml <a href="http:&#x2F;&#x2F;recap.work" rel="nofollow">http:&#x2F;&#x2F;recap.work</a> - Chrome extension that shows salary info of people when browsing linkedin profiles <a href="http:&#x2F;&#x2F;facepalm.bogost.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;facepalm.bogost.com&#x2F;</a> - Silly little app that shows a facepalm picture of Georgia Tech professor Ian Bogost and his latest cynical tweets <a href="http:&#x2F;&#x2F;yofigame.com" rel="nofollow">http:&#x2F;&#x2F;yofigame.com</a> - Mobile word game for iOS and Android <a href="http:&#x2F;&#x2F;www.k2xl.com&#x2F;games&#x2F;boomshine&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.k2xl.com&#x2F;games&#x2F;boomshine&#x2F;</a> - Flash game I made called Boomshine (also on mobile) <a href="http:&#x2F;&#x2F;www.leanbelts.com" rel="nofollow">http:&#x2F;&#x2F;www.leanbelts.com</a> - Six sigma certification for really cheap <a href="http:&#x2F;&#x2F;k2xl.com&#x2F;games&#x2F;obechi&#x2F;" rel="nofollow">http:&#x2F;&#x2F;k2xl.com&#x2F;games&#x2F;obechi&#x2F;</a> - Flash game I made called Obechi (also on mobile) <a href="http:&#x2F;&#x2F;soundcloud.com&#x2F;k2xl" rel="nofollow">http:&#x2F;&#x2F;soundcloud.com&#x2F;k2xl</a> - Some EDM music i wrote <a href="http:&#x2F;&#x2F;k2xl.com&#x2F;games&#x2F;psychopath&#x2F;" rel="nofollow">http:&#x2F;&#x2F;k2xl.com&#x2F;games&#x2F;psychopath&#x2F;</a> - Flash puzzle game I made called Psychopath <a href="http:&#x2F;&#x2F;k2xl.com" rel="nofollow">http:&#x2F;&#x2F;k2xl.com</a> - Personal site with a bunch of flash games I made a long time ago<p>Multiple others I can&#x27;t remember off top of my head
oliver2213over 8 years ago
Definitely not as awesome as some of the others I&#x27;ve seen posted here :), but I made <a href="https:&#x2F;&#x2F;github.com&#x2F;oliver2213&#x2F;showerthoughtMOTD" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;oliver2213&#x2F;showerthoughtMOTD</a> to spice up my message of the day on servers I log into. Usually makes me laugh and occasionally makes me contemplate things I normally wouldn&#x27;t think about.
charlesismover 8 years ago
I spent way too much time on a tiny menulet that just switches Mac audio from stereo to mono.<p><a href="http:&#x2F;&#x2F;charlesism.com&#x2F;monomenulet.html" rel="nofollow">http:&#x2F;&#x2F;charlesism.com&#x2F;monomenulet.html</a><p>It&#x27;s simple, but I think I think I made it nice to use. A couple minor details I added: you can change its keyboard shortcut directly from the menubar, and it flashes the keyboard backlight to get your attention.
jonbri1985over 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;jonbri&#x2F;ticker-log" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jonbri&#x2F;ticker-log</a><p>I got tired of trying to filter my dev-tools console, so I wrote a little tool that shows log output on-screen with some interactions.<p>You can play with it here: <a href="https:&#x2F;&#x2F;jonbri.github.io&#x2F;ticker-log&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jonbri.github.io&#x2F;ticker-log&#x2F;</a>
Lercover 8 years ago
Stackie. It&#x27;s a stack machine texture generator using single character instructions. This lets you produce textures from a very small encoding.<p>For example, this URL contains code for a flame texture.<p><a href="http:&#x2F;&#x2F;fingswotidun.com&#x2F;stackie&#x2F;?code=x1x-*5*dx4**y3*p%2By!-&amp;palette=xy!1%2B*&amp;seed=65" rel="nofollow">http:&#x2F;&#x2F;fingswotidun.com&#x2F;stackie&#x2F;?code=x1x-*5*dx4**y3*p%2By!-...</a>
BHSPitMonkeyover 8 years ago
<a href="https:&#x2F;&#x2F;getprelude.net" rel="nofollow">https:&#x2F;&#x2F;getprelude.net</a><p>A simple, server less, offline-capable web app for practicing reading music. I&#x27;ve always been slow at sight reading, and this lets me plug in a MIDI piano and do drills.<p>It was also a good catalyst project for getting to play with: React, Webpack, Service Workers, Web MIDI, Web Audio, and the Progressive Web Application paradigm.
jacalataover 8 years ago
I built a Windows phone app for PAX that let you have the schedule and maps offline. At the time there was an iOS and and Android app, but not even an unofficial one for Windows. There are more apps now, and PAX has gotten more &quot;professional&quot; a.k.a it has gotten harder every year to access the schedule. This year it wanted me to log in to the Guidebook site to even see it and I decided that was a good cue to stop providing the app so when Microsoft said anything without an age rating would be unpublished i just let it happen (it&#x27;s less necessary now anyway since internet access at PAX has gone from none-whatsoever to pretty decent). I had several hundred users each year, and people emailed me suggestions and requests. Definitely the only individual project I&#x27;ve ever done that had other people relying on me, and it was harder than I thought (one year MSFT didn&#x27;t approve my update with the new schedule until after PAX, so then I built an in-app downloader that fetched the schedule data from my server, etc).
varundeyover 8 years ago
<a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;google-pagespeed-insights&#x2F;edbkhhpodjkbgenodomhfoldapghpddk" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;google-pagespeed-i...</a><p>Ridiculously simple chrome extension I built while learning how to build one. Tells you the Google pagespeed insights score for the website of current tab.
chad-autryover 8 years ago
Probably my largest is <a href="https:&#x2F;&#x2F;github.com&#x2F;chad-autry&#x2F;rototone" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;chad-autry&#x2F;rototone</a> Android app for ringtone nad notification tone play lists.<p>Other than that, I&#x27;ve gotten alot of use out of my dockerized minecraft project <a href="https:&#x2F;&#x2F;github.com&#x2F;chad-autry&#x2F;minecraft-server-container" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;chad-autry&#x2F;minecraft-server-container</a><p>And more recently, in line with what the OP is looking for <a href="https:&#x2F;&#x2F;github.com&#x2F;chad-autry&#x2F;markdown-code-extractor" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;chad-autry&#x2F;markdown-code-extractor</a> is a quick project to extract code from a markdown file(GH READ.md) and create files. I use it to create the yaml files which I otherwise develop&#x2F;comment straight in the READ.md of <a href="https:&#x2F;&#x2F;github.com&#x2F;chad-autry&#x2F;wac-bp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;chad-autry&#x2F;wac-bp</a>
chriswarboover 8 years ago
<a href="http:&#x2F;&#x2F;chriswarbo.net&#x2F;git&#x2F;warbo-utilities&#x2F;branches&#x2F;master&#x2F;system&#x2F;inDir" rel="nofollow">http:&#x2F;&#x2F;chriswarbo.net&#x2F;git&#x2F;warbo-utilities&#x2F;branches&#x2F;master&#x2F;sy...</a> just runs a given command in a given directory, e.g. `inDir ~&#x2F;Pictures convert MyPhoto.jpg MyPhoto.png`<p>Really simple, yet I use it a lot, e.g. for remote mounts where Emacs can slow down if I &quot;cd&quot; into it, or in loops `for DIR in submodules&#x2F;*; do inDir &quot;$DIR&quot; git pull --all; done`<p>When I used to do Web development, I found <a href="http:&#x2F;&#x2F;chriswarbo.net&#x2F;projects&#x2F;repos&#x2F;chrome-duplicate-tab-detector.html" rel="nofollow">http:&#x2F;&#x2F;chriswarbo.net&#x2F;projects&#x2F;repos&#x2F;chrome-duplicate-tab-de...</a> to be super useful. When opening a URL in Chrome, it switches to an existing tab with that URL if there is one.<p>I also made a simple Chrome extension which let me navigate Drupal test output using the left&#x2F;right arrow keys. Can&#x27;t find it now though :(
jaimefjorgeover 8 years ago
<a href="https:&#x2F;&#x2F;www.codacy.com" rel="nofollow">https:&#x2F;&#x2F;www.codacy.com</a><p>I&#x27;ve made this because all the companies that my co-founder and I met had scripts glued together in build tools to get code metrics and static analysis.<p>We ended up discovering a significant amount of people and companies interested in having a nice product constantly running code analysis and linked to Github.
zemover 8 years ago
A simple wordsearch tool for scrabble players that I wrote twice:<p>updawg [<a href="https:&#x2F;&#x2F;github.com&#x2F;martindemello&#x2F;updawg" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;martindemello&#x2F;updawg</a>] had the distinction of being the only wordsearch tool on the nokia n900. featurewise, it was a clone of lexpert, a popular app that ran on a few other mobile platforms. it was a vala&#x2F;gtk&#x2F;hildon wrapper around some open source wordsearch code, and it all just worked. the nice thing was after i wrote i for my own use, another scrabbler bought an n900 and was delighted to find she could get a wordsearch app for it.<p>varix [<a href="https:&#x2F;&#x2F;github.com&#x2F;martindemello&#x2F;varix" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;martindemello&#x2F;varix</a>] is my from-scratch rewrite of the same thing in ocaml, with more powerful searches. it&#x27;s a linux TUI app so i haven&#x27;t really tried to interest anyone else in using it, but i use it all the time and i love it.
joeld42over 8 years ago
I got tired of filling out timecards so I wrote a simple script to print out my timecard for me (I still double-checked and signed it). Word got around and I added some features to default to your hours&#x2F;billing numbers from the previous week for people other departments. It was really cool walking past the timecard tray every week and seeing it evolve from the pile of yellow cardstock timecards with a few folded white paper ones (printed from my script) to eventually almost entirely printed ones. It was something that just took me a few hours on a slow week, and probably ended up saving the company quite a lot of time.<p>Now that I&#x27;m doing contracting work, I did the same thing again when I got tired of invoicing from a spreadsheet. Not that generating an invoice is all that hard or time consuming, it&#x27;s just one of those tasks that takes me a lot of inertia to start, so I would put it off. I&#x27;ll probably clean up and post the invoicing script on github one of these days.
garysielingover 8 years ago
I built <a href="https:&#x2F;&#x2F;www.findlectures.com" rel="nofollow">https:&#x2F;&#x2F;www.findlectures.com</a>, which is categorized list of lectures and speakers, inspired by the faceted search on Newegg and Amazon, which I wish Youtube had.<p>It&#x27;s been a fun project, because I&#x27;ve had to build tools to come up with a lot of quality measures for the dataset.
评论 #12969496 未加载
palerdotover 8 years ago
Hotcold Typing: <a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;hotcold-typing&#x2F;gikgnaajhiofmngkodahgpjnpgacmhlc" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;hotcold-typing&#x2F;gik...</a><p>Learning Touch Typing with instant visual feedbacks.<p>I initially made it for Mozilla Dev Derby, and now released as an Chrome App.
Aardappelover 8 years ago
<a href="http:&#x2F;&#x2F;strlen.com&#x2F;treesheets&#x2F;" rel="nofollow">http:&#x2F;&#x2F;strlen.com&#x2F;treesheets&#x2F;</a> It&#x27;s a cross between an outliner &#x2F; spreadsheet &#x2F; mind-mapper and general note taker. I&#x27;ve spent significantly more hours using it than I&#x27;ve spent programming it, so that&#x27;s a win in my book :)
评论 #12961236 未加载
评论 #12960456 未加载
philmanderover 8 years ago
I&#x27;ve just made this interactive periodic table of elements.<p>It&#x27;s a periodic table that you can interact with like Google maps or similar. Zooming in progressively reveals more information about each chemical weekend element including images, video and Wikipedia content<p><a href="http:&#x2F;&#x2F;periodictablemap.com" rel="nofollow">http:&#x2F;&#x2F;periodictablemap.com</a>
评论 #12965566 未加载
tylerjwilk00over 8 years ago
<a href="http:&#x2F;&#x2F;easydecisionmaker.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;easydecisionmaker.com&#x2F;</a><p>Simple single function tool decision maker. I made this because my co-workers and I always had trouble deciding where to go for lunch. It was kind of a joke but then the traffic kept growing and I now consider it a huge success as a side project.
kapuruover 8 years ago
I&#x27;ve built <a href="https:&#x2F;&#x2F;www.defollow.com" rel="nofollow">https:&#x2F;&#x2F;www.defollow.com</a><p>It tracks your Twitch unfollowers. I would never recommend anybody to care about unfollowers, but I was just always so curious to find out who unfollowed me (and hunt him until he refollows).<p>I also plan to add YouTube support soon. :)<p>Edit: It&#x27;s still a little bit in development.
drejover 8 years ago
May sound trivial, but for me it&#x27;s a simple charting tool.<p>I&#x27;m quite big on QA, but it&#x27;s always been a problem for us, due to lack of tools. We have tons (millions) of time series being churned into proprietary files (neither of which can readily change). We&#x27;ve always had issues analysing these, be it analytically or visually. Two years ago, I wrote a parser in Python, which feeds the data into a browser interface. There, one can select values in a few (&lt;select multiple&gt;) dropdowns - which denote dimensions, compare multiple files across these dimensions, and further manipulate these subsets of data. But the core are simple line charts from these data slices.<p>The whole thing is under 500 SLOC, it&#x27;s blazing fast and it lets users cut through our data in no time. It has helped streamline our verification workflows, catch bugs, and allowed our clients to better understand the large amounts of data we send their way.
ada1981over 8 years ago
<a href="http:&#x2F;&#x2F;AnthonyDavidAdams.com&#x2F;memescope" rel="nofollow">http:&#x2F;&#x2F;AnthonyDavidAdams.com&#x2F;memescope</a> The Memescope is a dynamic kaleidoscope that uses images representing leading news headlines as the source material.<p><a href="http:&#x2F;&#x2F;PlayTheLoveGame.com" rel="nofollow">http:&#x2F;&#x2F;PlayTheLoveGame.com</a> or <a href="http:&#x2F;&#x2F;amzn.to&#x2F;2fSyUXX" rel="nofollow">http:&#x2F;&#x2F;amzn.to&#x2F;2fSyUXX</a> The Love Game started as an app here on HN, then a crowdfunded card game that ended up in Urban Outfitters, Ritz Carlton Hotels &amp; Amazon.<p><a href="http:&#x2F;&#x2F;AnthonyDavidAdams.com&#x2F;spacejournals" rel="nofollow">http:&#x2F;&#x2F;AnthonyDavidAdams.com&#x2F;spacejournals</a> I took those images from NASA &#x2F; JPL and created a series of 17 journals as part of a crowdfund. They are super beautiful and really incredible as a full set.
imronover 8 years ago
Kamlock - <a href="https:&#x2F;&#x2F;www.imralsoftware.com&#x2F;kamlock" rel="nofollow">https:&#x2F;&#x2F;www.imralsoftware.com&#x2F;kamlock</a><p>A software based keyboard and mouse lock for your computer so you can have a small child sitting on your lap (for example during a video call) and not have to worry about them pressing random keys.
hunvreusover 8 years ago
Pipelines [1]<p>Me and a couple colleagues initially built devo.ps[2]. We made a lot of mistakes (over-engineered mostly).<p>We ended up building its successor, Pipelines, as a lightweight Python alternative to tools like Jenkins and it works great so far for us and many of the teams we work with.<p>It doesn&#x27;t solve much; we mostly use it to easily trigger Ansible playbooks (through Slack&#x2F;webhooks or a Web interface) and review failed&#x2F;successful logs of past runs. But it has a few nice features (like prompting users for values and being easily extensible).<p>Also you install it with a simple `pip install pipelines`. No DB, no need for a gazillion dependencies, just Python. Done in 2 minutes and running in 5.<p>1: <a href="https:&#x2F;&#x2F;github.com&#x2F;Wiredcraft&#x2F;pipelines" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Wiredcraft&#x2F;pipelines</a> 2: <a href="http:&#x2F;&#x2F;devo.ps" rel="nofollow">http:&#x2F;&#x2F;devo.ps</a>
ftfishover 8 years ago
<a href="https:&#x2F;&#x2F;simplesharingbuttons.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;simplesharingbuttons.com&#x2F;</a><p>Despite the site being free and open source, people still send me a few bucks each month, and very nice thank-you emails. And there are at least 2-3 sites out there that I&#x27;m personally a fan of that used it.
MasterScratover 8 years ago
My chrome extension that overlays Reddit comments when you go to XKCD.com<p><a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;xkcd%20r&#x2F;kjfdpkjdjiefealdecjlgeogjbklhmgi" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;xkcd%20r&#x2F;kjfdpkjdj...</a><p>Not my most impressive feat but I love it :D
wbradleyover 8 years ago
<a href="http:&#x2F;&#x2F;timedelta.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;timedelta.com&#x2F;</a><p>My wife and I made it so that I could quickly paste timestamps from various log files and see the relative time between then and now. It also allows for a pretty basic relative time entry, like &quot;2 weeks ago&quot;, etc...
Thomas_9over 8 years ago
For me it is Splitons!<p>Splitons is a simple Offline web application to split costs between friends (www.splitons.com).<p>It has been a mobile first development using AngularJs, Bootstrap and font-awesome.<p>Splitons takes advantage of AppCache, websockets and local storage to provide the best user experience possible. There is a clear separation between the Ui and the service thanks to a simple reusable Api.<p>At this moment, the application takes care of about 150 projects, users are regularly providing feedbacks and thanks email. They really enjoyed not having to install another application and how easy it is to share a project.<p>Because it is an open source project (<a href="https:&#x2F;&#x2F;github.com&#x2F;Paraintom&#x2F;Splitons" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Paraintom&#x2F;Splitons</a>), one user sent me a pull request that I accepted to improve the Ui some months ago.<p>Please try and give me a feedback!
评论 #12958244 未加载
jdownerover 8 years ago
I wrote a little tool for working with github gists from the command line, <a href="https:&#x2F;&#x2F;github.com&#x2F;jdowner&#x2F;gist" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jdowner&#x2F;gist</a>. I was pretty happy with how it turned out, and pleased that a few people have found it useful :)
timvdalenover 8 years ago
<a href="https:&#x2F;&#x2F;followww.co&#x2F;" rel="nofollow">https:&#x2F;&#x2F;followww.co&#x2F;</a><p>It shows you all HTTP redirects that a certain URL leads to, with all cookies that are set at each of the steps.<p>I built it to help my online marketeer colleagues get insights in what is hiding behind short URLs. Before building this tool, they routinely came to me with URLs asking me to trace them. The back-end is a websocket API that returns each step as it discovers it and the front-end is an Angular (1.x) application. I also built a small Chrome extension[1] that adds a followww. context menu item to all links on the web.<p>[1]: <a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;followww&#x2F;dmpapbglnlfchgbbnalpcekkfdddagdm" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;followww&#x2F;dmpapbgln...</a>
kislayvermaover 8 years ago
<a href="http:&#x2F;&#x2F;rulette.org" rel="nofollow">http:&#x2F;&#x2F;rulette.org</a><p>This is a deceptively simple rule engine that I built for some side projects but has has since been picked up for many things that the big guns would have been overkill for. Clobbered the first version together in less than 5 days too!
tymmover 8 years ago
<a href="https:&#x2F;&#x2F;simplepush.io" rel="nofollow">https:&#x2F;&#x2F;simplepush.io</a> Easiest way to send notifications to Android from the command line.<p>No registration, unlimited notifications, send messages via curl.<p>I made it because I like simplicity and all other tools were overly complicated (require registration and so on).
xojocover 8 years ago
<a href="https:&#x2F;&#x2F;typed.pw" rel="nofollow">https:&#x2F;&#x2F;typed.pw</a> - Simple way to write online.
评论 #12962147 未加载
Brainixover 8 years ago
Pottery. A Pythonic way to access Redis, the same way that you use Python dicts. I use it in production, and I hope that it&#x27;s useful to other people too: <a href="https:&#x2F;&#x2F;github.com&#x2F;brainix&#x2F;pottery" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;brainix&#x2F;pottery</a>
Chris911over 8 years ago
iStats - <a href="https:&#x2F;&#x2F;github.com&#x2F;Chris911&#x2F;iStats" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Chris911&#x2F;iStats</a><p>Wanted a command line tool to show OS X stats. Browse Stack Overflow and a bunch of forums to find that nothing existed. I believe it is now the go-to tool for this.
znqover 8 years ago
<a href="http:&#x2F;&#x2F;bugfender.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;bugfender.com&#x2F;</a> - A remote debugger for iOS and Android apps.<p>This is one of the internal tools that we built at Mobile Jazz as we always had the problem of being a remote team and therefore physically detached from our clients. Many times they had problems that we couldn&#x27;t reproduce on our devices. With Bugfender we now can get access to their device&#x27;s app logs and figure out what&#x27;s wrong.<p>From being initially just a clunky internal tool, Bugfender is now a whole platform with a nice admin interface and many filtering and search options. The result is great and we&#x27;re having quite some success with as not only we, but also the whole mobile developer community really loves it. And that is what makes us proud! :-)
throwanemover 8 years ago
I wrote a SAME encoder that runs in your browser: <a href="https:&#x2F;&#x2F;github.com&#x2F;aaron-em&#x2F;same-encoder" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;aaron-em&#x2F;same-encoder</a><p>Hardly game-changing, to be sure. I did it for fun and to see whether it was possible at all, and as far as I know nobody actually uses it for anything. But there&#x27;s something about synthesizing audio a byte at a time and playing it back in a web browser that tickles the same sense of magical possibility that I first experienced as a kid learning BASIC on an Apple IIc. Our industry&#x27;s grown up a lot since then, of course, and I&#x27;ve grown up with it - but, every now and again, it&#x27;s delightful to be reminded of what led so many of us into this line of work in the first place.
ryanackleyover 8 years ago
Wrote a plugin for Borland JBuilder (Java IDE from 2002).<p>It would auto-wrap code comments to a specified column number. It would also auto-wrap on delete or backspace. Still miss it because I want it for existing editors but I&#x27;m not interested in learning some random plugin API just to rewrite it.
ensiferumover 8 years ago
Usenet binary grabber: <a href="http:&#x2F;&#x2F;www.ensisoft.com" rel="nofollow">http:&#x2F;&#x2F;www.ensisoft.com</a> (<a href="http:&#x2F;&#x2F;github.com&#x2F;ensisoft&#x2F;newsflash-plus" rel="nofollow">http:&#x2F;&#x2F;github.com&#x2F;ensisoft&#x2F;newsflash-plus</a>)<p>A little history. Back in the day when I started looking into Usenet there were no proper clients for Linux. There was pan but it had huge problems dealing with large volume binary groups. I figured it can&#x27;t be that hard and started working on my own client which slowly evolved into the current 4th major version. Ten years in the making already :)<p>The 3x series was the most successful with perhaps around 50-60k installs. In general the field is very competitive and there are several clients for Windows especially.
jonduarteover 8 years ago
<a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;unsubtitle-for-netflix&#x2F;fhallfieahekmidfbaeobbdiajlmapfg&#x2F;reviews?hl=en" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;unsubtitle-for-net...</a><p>Unsubtitle for Netflix - Sometimes Netflix force subtitles to appear when you&#x27;re watching series. I found it really annoying and decided to create this Chrome extension to disable it.<p><a href="http:&#x2F;&#x2F;www.vua.sh&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.vua.sh&#x2F;</a> - Vua.sh is a simple website that encrypts messages on the client side and stores only the encrypted message. It generates a link that can only be used once, after clicking on the link and reading the message it is destroyed from the database.
mkageniusover 8 years ago
Automation to look for secret API tokens in APKs - <a href="https:&#x2F;&#x2F;android.fallible.co" rel="nofollow">https:&#x2F;&#x2F;android.fallible.co</a><p>Its pretty basic, it reverse engineers code and scans strings.xml and AndroidManifest.xml to look for random strings and print it on the UI.
评论 #12957914 未加载
nicolashahnover 8 years ago
A little tool to check the similarity of two images using PIL, it gives a % difference as well as an diff image:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;nicolashahn&#x2F;python-image-diff" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nicolashahn&#x2F;python-image-diff</a><p>Also a utility I made for myself to graph my bank transactions. For some reason USAA doesn&#x27;t have that feature on its site so I made it for myself. Very bare right now but it does want I need it to, which is to visualize my spending. Eventually want to be able to look at transaction names from within the graph.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;nicolashahn&#x2F;USAA-Transaction-Graph" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nicolashahn&#x2F;USAA-Transaction-Graph</a>
bambaxover 8 years ago
I&#x27;m in the process of producing my first physical object and it&#x27;s exhilarating.<p>I learned a lot about stainless steel (303, 304, 316, 316L...), CNC machining, stamping, polishing, etc. but what&#x27;s really cool is designing something on a computer and receive a metal object some time later that does exactly what you hoped it would do.<p>(For prototyping purposes I first 3D print each design, but the plastic version is waaay less interesting than the metal one.)<p>Should go on sale in 3-4 weeks; super excited.<p>- - -<p>Some time ago I made a rich text to markdown transformation that runs completely client side; it&#x27;s available here<p><a href="http:&#x2F;&#x2F;markitdown.medusis.com" rel="nofollow">http:&#x2F;&#x2F;markitdown.medusis.com</a><p>It would probably need a serious face-lift, but it&#x27;s still used by many, apparently.
alixaxelover 8 years ago
<a href="https:&#x2F;&#x2F;namegrep.com" rel="nofollow">https:&#x2F;&#x2F;namegrep.com</a><p>Super-fast lookups and filtering - 50,000 within second(s), support for regular expressions and the derivated ontologies.<p>People don&#x27;t seem to get it though (even my co-workers struggle with basic regexps).
jftugaover 8 years ago
A simple, multi-threaded IPv4 TCP port scanner for Python 3.5<p><a href="https:&#x2F;&#x2F;github.com&#x2F;jftuga&#x2F;universe&#x2F;blob&#x2F;master&#x2F;tcpscan.py" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jftuga&#x2F;universe&#x2F;blob&#x2F;master&#x2F;tcpscan.py</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;jftuga&#x2F;universe&#x2F;blob&#x2F;master&#x2F;bin&#x2F;tcpscan.exe" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jftuga&#x2F;universe&#x2F;blob&#x2F;master&#x2F;bin&#x2F;tcpscan.e...</a><p>I like this because it is one stand-alone file compared to something like nmap which has to be installed.<p>I have installed Python 3.5 on most of the systems I use. Otherwise, I built a portable windows binary with PyInstaller. It can scan a LAN at about 600 ports&#x2F;sec.
nvitasover 8 years ago
Angular CLI Tools<p><a href="https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;angular-cli-tools" rel="nofollow">https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;angular-cli-tools</a><p>I started with the official Angular CLI (for Angular 2) back when it was still using system.js and it was painfully slow on a windows machine. I realised that 95% of what I needed the official CLI was for generating components&#x2F;modules&#x2F;pipes...etc. So over a weekend a friend and I wrote our own CLI tools that generate components and decided to use a simple webpack seed for our projects. Been using our own CLI ever since for (m)any Angular 2 projects.<p>I heard that the official CLI has gotten better but I don&#x27;t have a reason to go down that route any more.
gamacheover 8 years ago
Fuzzyurl.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;gamache&#x2F;fuzzyurl.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gamache&#x2F;fuzzyurl.js</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;gamache&#x2F;fuzzyurl.ex" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gamache&#x2F;fuzzyurl.ex</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;gamache&#x2F;fuzzyurl.rb" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gamache&#x2F;fuzzyurl.rb</a><p>It&#x27;s a library for parsing, constructing, and wildcard-matching of common-style URLs. Aside from being crazy useful, the fun part is that I wrote it for Ruby, Elixir, and JS with the same basic interface. Kind of like writing a poem that works in three languages. :)
alexgandyover 8 years ago
<a href="https:&#x2F;&#x2F;referhub.co" rel="nofollow">https:&#x2F;&#x2F;referhub.co</a><p>It&#x27;s dramatically reduced the amount of annoying recruiter spam that I get. I&#x27;m proud that it was initially just a test-bed for new technologies, that actually became useful.
评论 #12961065 未加载
halisaurusover 8 years ago
I built the Chrome extension [0] for Pesticide[1]. It toggles the Pesticide CSS in the current tab making it easier to visualize the placement of elements in the DOM. Useful for front end debugging.<p>The extensions first implementation was basically just a ternary operator! Now it&#x27;s got a little more to it, but it&#x27;s still super simple.<p>[0] <a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;pesticide-for-chrome&#x2F;bblbgcheenepgnnajgfpiicnbbdmmooh" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;pesticide-for-chro...</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;mrmrs&#x2F;pesticide" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mrmrs&#x2F;pesticide</a>
Tobias42over 8 years ago
<a href="http:&#x2F;&#x2F;bearbushkas.com" rel="nofollow">http:&#x2F;&#x2F;bearbushkas.com</a><p>I spent most of my free time the last 1.5 years to make this 4-player iPad game together with my brother (developer) and two cousins (graphics).<p>Considering that it was our first Swift and SpriteKit project (my dayjob is programming business applications in Java), I am pretty proud of the outcome. It even got some reviews (one with a 92% rating!).<p>The only problem is, we completely underestimated how hard it is these days to get downloads for an old-fashioned &quot;pay once for the whole thing&quot; game. Currently we are in the process of converting it to a free to play model, hoping that more people try it. Wish us luck!
评论 #12963834 未加载
brettlangdonover 8 years ago
<a href="https:&#x2F;&#x2F;icanhazdadjoke.com" rel="nofollow">https:&#x2F;&#x2F;icanhazdadjoke.com</a><p>Probably not the best example of a &quot;tool&quot;, but it does have an API and a Slack integration. Probably one of the more favorite things I&#x27;ve published.
lifeisstillgoodover 8 years ago
Mods: please rename this title to &quot;Oh god, what have I been doing with my life ?!&quot;
gempirover 8 years ago
Not as cool as most projects here but this is mine: <a href="https:&#x2F;&#x2F;github.com&#x2F;gempir&#x2F;relaybroker" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gempir&#x2F;relaybroker</a><p>It is a proxy for irc bots on twitch.tv because connections can die and more than 1 connection will make things possible like going around rate limiting. Also joining a lot of channels at once is made easier so the user of our proxy needs to worry less about what he is sending when, we handle that.<p>Made it together with 2 friends who of mine we all 3 use it everyday for our bots. It was fun to write and learn go while doing so. I wanna improve it everyday but I&#x27;m never sure where or what.
carapaceover 8 years ago
I don&#x27;t have it on this machine, but I wrote a little Python&#x2F;Tkinter script that wrapped a call to GNU aspell.<p>Select text, activate script (by shortcut button on bar or global control key combo), and a little window pops up with spelling suggestions.
devopsgalover 8 years ago
Earlier this year AWS was running a serverless chatbot contest. We built <a href="http:&#x2F;&#x2F;opsidian.ai&#x2F;" rel="nofollow">http:&#x2F;&#x2F;opsidian.ai&#x2F;</a> a tool to work with AWS from Slack and ended up as one of the finalist.
jankovicsandrasover 8 years ago
ImageTracer: It&#x27;s a Public Domain raster image tracing and vectorizing library, outputting SVG.<p>JavaScript <a href="https:&#x2F;&#x2F;github.com&#x2F;jankovicsandras&#x2F;imagetracerjs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jankovicsandras&#x2F;imagetracerjs</a> or Java <a href="https:&#x2F;&#x2F;github.com&#x2F;jankovicsandras&#x2F;imagetracerjava" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jankovicsandras&#x2F;imagetracerjava</a> or &quot;Android&quot; Java <a href="https:&#x2F;&#x2F;github.com&#x2F;jankovicsandras&#x2F;imagetracerandroid" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jankovicsandras&#x2F;imagetracerandroid</a>
DelTacoover 8 years ago
<a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.TimMendez.SpiderSwing" rel="nofollow">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.TimMendez....</a><p>I made a simple endless swing game for Android with Unity 5. It was my first experience with Unity or C#. I needed units for college, and I was able to have a professor oversee the project for 4 units. I&#x27;m so glad he did because I had a ton of fun making it!<p>Took a quatter to make and I&#x27;m pretty proud of it even though the only users nowadays are friends and family members who keep it installed and accidentally open it, and a couple of Russians :)
FigBugover 8 years ago
I&#x27;ve mad a few:<p>Command line tool for OSX to upload images to imgur: <a href="https:&#x2F;&#x2F;github.com&#x2F;FigBug&#x2F;imguru" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;FigBug&#x2F;imguru</a><p>Copy and paste for Windows command line: <a href="https:&#x2F;&#x2F;github.com&#x2F;FigBug&#x2F;ccopyppaste" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;FigBug&#x2F;ccopyppaste</a><p>Mac App to set Philips Hue bulbs colour temperature to match the sun: <a href="https:&#x2F;&#x2F;itunes.apple.com&#x2F;us&#x2F;app&#x2F;circadian-hue-for-philips-hue&#x2F;id1165687051?mt=12" rel="nofollow">https:&#x2F;&#x2F;itunes.apple.com&#x2F;us&#x2F;app&#x2F;circadian-hue-for-philips-hu...</a>
saammover 8 years ago
<a href="http:&#x2F;&#x2F;puns.samueltaylor.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;puns.samueltaylor.org&#x2F;</a><p>Enter a word, and this site will make up some puns for you based on that word. I&#x27;m way more proud than I have reason to be of this.
Buetolover 8 years ago
An archive of chrome extensions versions: <a href="https:&#x2F;&#x2F;crx.dam.io" rel="nofollow">https:&#x2F;&#x2F;crx.dam.io</a> (I should upload it to archive.org)<p>Also, this small templating library for python: <a href="https:&#x2F;&#x2F;github.com&#x2F;mdamien&#x2F;lys" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mdamien&#x2F;lys</a><p>Also, a chrome extension that display images like firefox do, people seems to like it: <a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;center-images&#x2F;damadkdlkdhpeeehnobhpeifjnmfkkjg" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;center-images&#x2F;dama...</a>
评论 #12959266 未加载
simonmalesover 8 years ago
In 2015 I launched Bitcoin Fax. <a href="https:&#x2F;&#x2F;www.bitcoinfax.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.bitcoinfax.net&#x2F;</a><p>Send a fax, pay for it with Bitcoin. That is all.<p>I like it (and Bitcoin) because you can transact online without signing up.
kazinatorover 8 years ago
A very useful, tiny project I made fairly recently is Tamarind:<p><a href="http:&#x2F;&#x2F;www.kylheku.com&#x2F;cgit&#x2F;tamarind&#x2F;tree&#x2F;README" rel="nofollow">http:&#x2F;&#x2F;www.kylheku.com&#x2F;cgit&#x2F;tamarind&#x2F;tree&#x2F;README</a><p>Tamarind is a CGI-based web service which manages throw-away mail aliases.<p>You log in, and manage a list of generated aliases which instantly go into service when created, and out of service when deleted.<p>It runs on a Debian setup (I use Courier IMAPD + Exim MTA).<p>Tamarind is written in my own programming language, TXR, without any web framework: it includes all the code for processing requests from Apache, and doing session management with cookies, etc.
instakillover 8 years ago
Not a tool or product, but still sorta kinda. For me this year it&#x27;s been making:<p><a href="http:&#x2F;&#x2F;www.partfiction.com&#x2F;courses&#x2F;a-war-on-words&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.partfiction.com&#x2F;courses&#x2F;a-war-on-words&#x2F;</a><p>It&#x27;s not the most polished-off looking thing in the world, but it gave me an excuse to write a short fiction highlighting the importance of Black Lives Matter. It also allowed me to experiment with Greensock to put together some dodgy ass animations to go with the story. And it meant having to hear my own damn voice, urg, for some of the narration.<p>Also I learned a ton about BLM while making this.
medwezysover 8 years ago
<a href="https:&#x2F;&#x2F;pdfcv.com" rel="nofollow">https:&#x2F;&#x2F;pdfcv.com</a> - a tool for creating a CV&#x2F;resume online. It has been running for 5 years, without adding any new features and people still find it useful.
评论 #12958989 未加载
Shadow6363over 8 years ago
I still use <a href="http:&#x2F;&#x2F;seductiveequations.com&#x2F;2015&#x2F;11&#x2F;09&#x2F;water-meter.html" rel="nofollow">http:&#x2F;&#x2F;seductiveequations.com&#x2F;2015&#x2F;11&#x2F;09&#x2F;water-meter.html</a> rather often to casually see how much water I&#x27;ve been using. Helped me to discover when a new water timer I installed outside got stuck open. Similarly, I&#x27;ve been able to see through actual data how much water my new low-flow showerhead just saved me right after I step out of the shower. Wish I had more time to improve it, but despite that, it&#x27;s still remained quite useful.
RogueXover 8 years ago
I use Flipboard for my news and RSS feeds, but really hate how Flipboard forces every feed you add into separate &quot;magazines.&quot; I like all of my news in one magazine, all my tech news in another, etc. Fed up with it, I whipped up a Django-based app that lets me create collections of feeds and then outputs them into single RSS feeds in a Flipboard-friendly format. I can add and remove feeds in a collection from a simple web interface and see the results in my Flipboard app. It&#x27;s not one of my most amazing creations, but it scratches a really big annoying itch and works great.
joslin01over 8 years ago
I made myself a program that downloaded &amp; organized torrent music files; it was customizable so that %a&#x2F;%y - %d meant store underneath &lt;artist name&gt;&#x2F;&lt;year&gt; - &lt;album name&gt;. It was one of first projects I ever coded, and eventually got to point where main thread would lock up cause I was doing so much processing on it. As anyone who does this kinda work knows, main thread processes graphics, so when it would freeze up for 10-20 seconds I really had no idea what was going on and started doing all this crazy stuff before figuring out how to handle threads.
jimmiesover 8 years ago
My hakko soldering station doesn&#x27;t automatically turn off if I leave it on. One time I was leaving town and had to worry about my house fire for the whole weekend. So I made an Arduino&#x2F;msp430 from spare parts to do just that.<p><a href="https:&#x2F;&#x2F;gist.github.com&#x2F;htruong&#x2F;bed170c71983dfcc7c0968174aaed8e2" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;htruong&#x2F;bed170c71983dfcc7c0968174aae...</a><p>Other than that, I also made a Apple ADB to USB converter so I can use my old Apple Extended keyboard II with my new computer. Hard to believe newer keyboards are worse compared to that one.
评论 #12961194 未加载
cvarjasover 8 years ago
I made sortable NMR chemical shift data tables for impurities to improve access to this information for chemists and students: <a href="http:&#x2F;&#x2F;nmrs.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;nmrs.io&#x2F;</a>
burgalonover 8 years ago
BoardingBot <a href="https:&#x2F;&#x2F;boardingbot.boorgle.com" rel="nofollow">https:&#x2F;&#x2F;boardingbot.boorgle.com</a> Is a tool I made few weeks ago over 4 days. I started it as a Facebook chat bot which sends TestFlight invitations and then realized it&#x27;s also worth turning it into a more complete tool which creates a website and invitation request form which automatically sends TestFlight invitations. It was featured in ProductHunt and I was generally surprised with the positive feedback. I&#x27;m wondering if it&#x27;s worth investing more time into it...
guptaneilover 8 years ago
My top 2 are:<p>1) Sherlock, a JavaScript natural language parser for entering events that I hacked the bulk of in a particularly productive all-nighter many years ago. <a href="https:&#x2F;&#x2F;github.com&#x2F;neilgupta&#x2F;Sherlock" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;neilgupta&#x2F;Sherlock</a><p>2) Exceptionally, a super simple Rails API exception handling library that is tiny but has proven very useful on every project I&#x27;ve worked on. <a href="https:&#x2F;&#x2F;github.com&#x2F;neilgupta&#x2F;exceptionally" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;neilgupta&#x2F;exceptionally</a>
peppageover 8 years ago
<a href="https:&#x2F;&#x2F;wanderinglunch.com&#x2F;nyc" rel="nofollow">https:&#x2F;&#x2F;wanderinglunch.com&#x2F;nyc</a> use it to track food trucks around NYC. Very happy it taught me python, nodejs, and now go.
TimLelandover 8 years ago
Weather Extension - <a href="https:&#x2F;&#x2F;weather.timleland.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;weather.timleland.com&#x2F;</a><p>I created a Weather extension using DarkSky.net api. I wanted a quick&#x2F;accurate way to check the weather without ads. I have a Chrome, Firefox and Opera version. Let me know what you think!<p>Chrome version is most popular: <a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;weather&#x2F;iolcbmjhmpdheggkocibajddahbeiglb" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;weather&#x2F;iolcbmjhmp...</a>
_samihasan_over 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;samihasan&#x2F;eskendereyya" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;samihasan&#x2F;eskendereyya</a><p>I developed &quot;Eskéndereyya&quot;, a comprehensive writing system of Arabic in Latin alphabet to help Arabic learners esp. beginners to improve their reading and writing skills in Arabic without the immediate need to be familiar with the Arabic script.<p>Please try it out and let me know what you think.<p>Show HN: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12956885" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12956885</a>
unforswearingover 8 years ago
A couple bash utilities I use daily(ish)<p>lnks: List, Save, or Instapaper your Google Chrome links from the terminal. It uses a small amount of Applescript, so it is OS X&#x2F;MacOS only for now. I&#x27;m working on getting around this. <a href="https:&#x2F;&#x2F;github.com&#x2F;unforswearing&#x2F;lnks" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;unforswearing&#x2F;lnks</a><p>aliaser: a tiny directory traversal&#x2F;command aliasing tool. <a href="https:&#x2F;&#x2F;github.com&#x2F;unforswearing&#x2F;aliaser" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;unforswearing&#x2F;aliaser</a>
mosselmanover 8 years ago
A component like jQuery plugin called Freud for jQuery.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;abuisman&#x2F;jquery-freud" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;abuisman&#x2F;jquery-freud</a><p>I use it so much I nearly forgot I made it myself. With Freud you can apply &#x27;behaviours&#x27; to DOM-elements. What this does is that it enables you to work with your DOM-elements in a more object oriented way.<p>What I use it most for is applying pieces of javascript on the page only when the DOM-elements that I apply freud to are on the page. This way all you get a lot less code in one big js file.
niedzielskiover 8 years ago
Bookmarklets:<p>• Pretty print JSON: <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;niedzielski&#x2F;53c98af986955053aaabcc8a19a62f39" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;niedzielski&#x2F;53c98af986955053aaabcc8a...</a><p>• Zoom in on pixel art (disable image smoothing): <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;niedzielski&#x2F;63becce4640d28caaec1eaa2b9744f90" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;niedzielski&#x2F;63becce4640d28caaec1eaa2...</a><p>For Chromium &#x2F; Chrome. Short bookmarklets are preferable to extensions for privacy and performance concerns.
corysamaover 8 years ago
<a href="http:&#x2F;&#x2F;paulbourke.net&#x2F;geometry&#x2F;polygonise&#x2F;marchingsource.cpp" rel="nofollow">http:&#x2F;&#x2F;paulbourke.net&#x2F;geometry&#x2F;polygonise&#x2F;marchingsource.cpp</a><p>I wrote back in uni some 20+ years ago. Since then I&#x27;ve seen it copy-pasted, remixed, translated to different languages and integrated into little projects hundreds of times. It&#x27;s falling out of favor lately. But, there was a time when it seemed like for each implementation of Marching Cubes, there was a 50:50 chance it was a derivative of that file.
Cyph0nover 8 years ago
I wrote a course scheduler for students at my previous university. It doesn&#x27;t have that many users, but I get a &quot;thank you&quot; every now and then, which is enough motivation for me to keep it updated. In any case, I automated the entire course data update process, so I only need to run a Python script before the start of each semester.<p>It&#x27;s running on the Heroku free tier with a cheap domain, so it only costs me a few cups of coffee every year.<p><a href="http:&#x2F;&#x2F;jadawil.xyz" rel="nofollow">http:&#x2F;&#x2F;jadawil.xyz</a> (sorry for the crappy design!)
robbiemitchellover 8 years ago
Workflow automations at continually chip away at friction and speed up everyone&#x27;s work in three main ways:<p>- Bringing notifications into Slack that aren&#x27;t possible out of the box. This includes some services that only send updates via email, and others that enable webhook subscriptions, which can be parsed, filtered, augmented, and formatted.<p>- Creating Slack slash commands that let you do simple things in Slack instead of opening another browser tab.<p>- Connecting one service to another behind the scenes, assisting with data centralization for all sorts of downstream benefits.
jacksonsabeyover 8 years ago
I&#x27;ve recently released a beta platform and API for tools for working with links: <a href="https:&#x2F;&#x2F;0ut.ca&#x2F;" rel="nofollow">https:&#x2F;&#x2F;0ut.ca&#x2F;</a><p>There&#x27;s currently a Link Shortener, UTM Campaign Builder, Parser and Validators for 15+ RFC implementations for different URI components.<p>I have a lot of continuing work to do, such as better analytics, a user system, and more tools.<p>I haven&#x27;t got any feedback yet, I would love to hear just about anything, it would be encouraging. Feedback about my implementations would be greatly appreciated. Thanks!
zitterbewegungover 8 years ago
I created a uuid generator in racket(then called PLT Scheme) after being told to abstract into a library. It was downloaded thousands of times and I never got a bug report. <a href="https:&#x2F;&#x2F;github.com&#x2F;zitterbewegung&#x2F;uuid-v4" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;zitterbewegung&#x2F;uuid-v4</a> <a href="http:&#x2F;&#x2F;planet.racket-lang.org&#x2F;display.ss?package=uuid-v4.plt&amp;owner=zitterbewegung" rel="nofollow">http:&#x2F;&#x2F;planet.racket-lang.org&#x2F;display.ss?package=uuid-v4.plt...</a>
stpeover 8 years ago
Believe it or not, but back in 2000-2001 WAP (Wireless Application Protocol) was &quot;the future&quot; of mobile internet.<p>I worked at a startup doing mobile games but often business people needed very basic landing pages - so I did the point-and-click Wap Prototype Maker! Screenshot still available here: <a href="http:&#x2F;&#x2F;www.stefan-pettersson.nu&#x2F;site&#x2F;wpm&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.stefan-pettersson.nu&#x2F;site&#x2F;wpm&#x2F;</a><p>I remember I was happy drawing the toolbar icons, because it reminded me of working in Deluxe Paint.
jottoover 8 years ago
After making a React app for a hackathon in August, I was surprised I couldn&#x27;t paste a link on Twitter and see a URL preview, thus began <a href="https:&#x2F;&#x2F;www.prerender.cloud&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.prerender.cloud&#x2F;</a> - middleware that runs your single page app through a chromium browser to generate the HTML markup and return it along with the original JavaScript to the client (so the first browser paint happens quickly from the HTML, then JavaScript takes over after it finishes parsing)
ericwoodover 8 years ago
<a href="http:&#x2F;&#x2F;ericwood.org&#x2F;excel2latex&#x2F;" rel="nofollow">http:&#x2F;&#x2F;ericwood.org&#x2F;excel2latex&#x2F;</a><p>Back when I was in school I hacked this together as a diversion from lab reports and as a convenient tool for myself. You can drag xlsx files onto it and it converts them to LaTeX tables (all done client-side).<p>Even though it has some really glaring flaws (no numerical formatting support), it has a loyal following of grad students from around the world who find it useful and occasionally email me to say thanks. Feels great :)
tomatohsover 8 years ago
<a href="https:&#x2F;&#x2F;screensquid.com" rel="nofollow">https:&#x2F;&#x2F;screensquid.com</a><p>I&#x27;m pretty sure this is best quality user session recorder out there. Just gotta work on the marketing bit :)
cstiglerover 8 years ago
<a href="http:&#x2F;&#x2F;selfcontrolapp.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;selfcontrolapp.com&#x2F;</a><p>SelfControl - a free Mac focus app that helps users block their own access to distracting websites
评论 #12963386 未加载
foray1010over 8 years ago
I built a Chrome extension called `Popup my Bookmarks` (<a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;popup-my-bookmarks&#x2F;mppflflkbbafeopeoeigkbbdjdbeifni" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;popup-my-bookmarks...</a>) to solve my pain from switching from firefox to chrome :)<p>source code: <a href="https:&#x2F;&#x2F;github.com&#x2F;foray1010&#x2F;Popup-my-Bookmarks" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;foray1010&#x2F;Popup-my-Bookmarks</a>
SeriousMover 8 years ago
I made a localization extension for WPF which can take any source of data and turns it into a switchable localization, which is not possible with stock WPF.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;SeriousM&#x2F;WPFLocalizationExtension" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;SeriousM&#x2F;WPFLocalizationExtension</a><p>I&#x27;m pretty proud of it any many users use this extensions, from private to commercial. It&#x27;s free and open source and I never charged for it (sadly). WPF is now dying and my work will eventually die as well...
ashishkover 8 years ago
<a href="https:&#x2F;&#x2F;knife.ai" rel="nofollow">https:&#x2F;&#x2F;knife.ai</a>, which is an email analytics tool.<p>I&#x27;m proud of it because it&#x27;s something I&#x27;ve always wanted to use and create.
tsumniaover 8 years ago
Not as fancy as many of those posted by: <a href="http:&#x2F;&#x2F;landmark-tool.herokuapp.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;landmark-tool.herokuapp.com&#x2F;</a><p>When I was researching face recognition, I absolutely hated the labeling system that we were given, and couldn&#x27;t really find anything better (mind you, this was about 6 years ago). So I started building Landmarker. It let you plot points, identify segments, zoom and rotate.<p>It never served any real purpose besides the few times I&#x27;ve wanted to make vector art.
评论 #12959684 未加载
deviantferoover 8 years ago
I made: <a href="http:&#x2F;&#x2F;github.com&#x2F;deviantfero&#x2F;wpgtk" rel="nofollow">http:&#x2F;&#x2F;github.com&#x2F;deviantfero&#x2F;wpgtk</a><p>An easy to use wallpaper&#x2F;config manager and themer for GNU&#x2F;Linux which takes it&#x27;s colorscheme from the wallpaper and applies it to things like the terminal, tint2, openbox, GTK2&#x2F;3 and optional config files too, so the color scheme affects all the config files specified. It&#x27;s compatible with everything that uses written config files and hex colors!
soulchild37over 8 years ago
<a href="http:&#x2F;&#x2F;upush.xyz&#x2F;" rel="nofollow">http:&#x2F;&#x2F;upush.xyz&#x2F;</a> (No longer functioning)<p>I did a web scrapper which auto login to my university portal to detect any changes on news board (like lecturer post a class cancel notice), if change detected it will send a push notification to a mobile app.<p>Did this app in few weeks because I got pissed by lecturer suddenly canceling class and post the news at last minute. I shared it to my classmates and it jumped to 2200 active users before got shut down.
tommynicholasover 8 years ago
<a href="https:&#x2F;&#x2F;blankslate.io" rel="nofollow">https:&#x2F;&#x2F;blankslate.io</a> - just a blank page you can type on and save your thoughts. I use it every day and love it!
ian0over 8 years ago
A widget that displays basic context sensitive help. I work in payments and we wanted to address user questions without polluting a simple UI and update the content without deployments:<p>[<a href="https:&#x2F;&#x2F;www.whatthefaq.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.whatthefaq.io&#x2F;</a>]<p>A small directory for finding informal household services in Jakarta. Old service, ticking along - still proud of the mobile UI :)<p>[<a href="http:&#x2F;&#x2F;www.bangarif.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.bangarif.com&#x2F;</a>]
Eunover 8 years ago
<a href="https:&#x2F;&#x2F;ifcfg.me" rel="nofollow">https:&#x2F;&#x2F;ifcfg.me</a><p>I know there are a bunch of similar sites outside however I wanted something simple with no ads but all information.
评论 #12976327 未加载
minusthebrandonover 8 years ago
<a href="http:&#x2F;&#x2F;brandonburning.com&#x2F;warmup" rel="nofollow">http:&#x2F;&#x2F;brandonburning.com&#x2F;warmup</a><p>A simple warmup calculator for my workouts. Use it multiple times a week.<p><a href="https:&#x2F;&#x2F;safe-savannah-8578.herokuapp.com" rel="nofollow">https:&#x2F;&#x2F;safe-savannah-8578.herokuapp.com</a><p>When Turntable.fm folded, I was sad. I wanted to learn sockets, so I built this. It&#x27;s like Turntable, but uses YouTube videos instead of actual songs. Bugs galore, but I use it at work almost every day.
lunaruover 8 years ago
Let&#x27;s Encrypt certs hosted: <a href="https:&#x2F;&#x2F;www.clearalias.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.clearalias.com&#x2F;</a><p>Simple story: I&#x27;ve been involved with a lot of SaaS in my career and unless you&#x27;re running the latest and greatest, it can be hard to host customer websites on a plurality of custom domains. This just makes that really simple by hosting it for you.<p>Disclaimer: I posted this earlier today as a Show HN, but posting here as well in case anyone is interested.
andywoodover 8 years ago
Recently, this profiler for multi-threaded Unity apps. It&#x27;s almost the simplest thing that could work, but it&#x27;s surprisingly effective. I&#x27;ve used it almost exclusively to optimize the hell out of the multi-threaded game I&#x27;m working on.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;andy-wood&#x2F;multi-threaded-profiler-unity&#x2F;blob&#x2F;master&#x2F;Profiler.cs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;andy-wood&#x2F;multi-threaded-profiler-unity&#x2F;b...</a>
shaneclevelandover 8 years ago
<a href="https:&#x2F;&#x2F;tasklater.com" rel="nofollow">https:&#x2F;&#x2F;tasklater.com</a><p>Long-term reminders emailed to you. It keeps these tasks out of sight until you need to be reminded.
ThePhysicistover 8 years ago
<a href="https:&#x2F;&#x2F;www.quantifiedcode.com" rel="nofollow">https:&#x2F;&#x2F;www.quantifiedcode.com</a><p>It&#x27;s a hosted code analysis solution for Python. It tracks code quality issues using our own code analyzer.<p>We have developed an AST&#x2F;flow-graph based code analyzer which allows users to write their own code pattern queries using YAML.<p>BTW I have been working on an OS version for the last four months which I will release soon, if you are interested in helping me please write: andreas@quantifiedcode.com
评论 #12962450 未加载
BattyMilkover 8 years ago
I made a mobile game in a day from concept to completion:<p><a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.fraserhart.spacecaver&amp;hl=en" rel="nofollow">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.fraserhart...</a><p><a href="https:&#x2F;&#x2F;itunes.apple.com&#x2F;us&#x2F;app&#x2F;space-beer-cave&#x2F;id1080186646?mt=8" rel="nofollow">https:&#x2F;&#x2F;itunes.apple.com&#x2F;us&#x2F;app&#x2F;space-beer-cave&#x2F;id1080186646...</a>
rockdieselover 8 years ago
<a href="http:&#x2F;&#x2F;statenislandferryschedule.com" rel="nofollow">http:&#x2F;&#x2F;statenislandferryschedule.com</a><p>Proud of it because it&#x27;s the first basic thing I&#x27;ve built from, mostly, the ground up. It&#x27;s just basic HTML and uses Materialize CSS for the styling. I hope to learn enough JavaScript soon to add a dynamic component to it which highlights the next departure times for ease of use, so the visitor doesn&#x27;t have to scroll through every time.
techwizrdover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;techwizrd&#x2F;fishmarks" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;techwizrd&#x2F;fishmarks</a><p>It&#x27;s a pretty simple tool that lets you bookmark and jump to directories. It&#x27;s not that complicated but I use it pretty much constantly and it gives me a strange sense of satisfaction to have a project I can call &quot;done&quot;. Everything I want to add to is merely packaging enhancements so that more people can use it.
roryisokover 8 years ago
does an autohotkey script count?<p><pre><code> ^&#x27;:: ;;; (or ^2 for US keybs) Send me@e.mail return </code></pre> CTRL+@ symbol pastes my email address wherever the cursor is.
relyioover 8 years ago
Disable Facebook&#x27;s &quot;Seen&quot; function:<p><a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;facesnoop&#x2F;kebmejpcciehlicgipgfinbgdbedeoag?hl=en" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;facesnoop&#x2F;kebmejpc...</a><p>Definitely not the one that gives me most pride from a technical standpoint, but it is used by a thousand people every day and that&#x27;s more than enough to make me happy about that small hack.
k3oniover 8 years ago
Pydash <a href="https:&#x2F;&#x2F;github.com&#x2F;k3oni&#x2F;pydash" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;k3oni&#x2F;pydash</a> - web-based monitoring dashboard for linux in Python and Django .<p>Created initially for Raspberry PI, but ported to most linux based OSs. There&#x27;s also a Django app for it <a href="https:&#x2F;&#x2F;github.com&#x2F;k3oni&#x2F;pydash-django-app" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;k3oni&#x2F;pydash-django-app</a>
techstoniaover 8 years ago
<a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.techstonia.pokerquiz" rel="nofollow">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=com.techstonia...</a><p>I built PokerQuiz, which is an android app and (as the name suggests) about poker. It generates random cards for you and opponent and you have to guess your chances of winning. It has another &quot;mode&quot; too, but that&#x27;s a bit too technical.
espitiaover 8 years ago
I built a simple habit tracker for groups of friends to hold each other accountable. Although it has no growth, it&#x27;s been an amazing tool for my friends and I. The app lead a big change in our lives and I am proud of that.<p>link: <a href="https:&#x2F;&#x2F;itunes.apple.com&#x2F;ro&#x2F;app&#x2F;tribes-build-habits-friends&#x2F;id1110368803?mt=8" rel="nofollow">https:&#x2F;&#x2F;itunes.apple.com&#x2F;ro&#x2F;app&#x2F;tribes-build-habits-friends&#x2F;...</a>
sgentleover 8 years ago
The &quot;Can I Use?&quot; CLI is probably the highest attention per unit of effort project I&#x27;ve done: <a href="https:&#x2F;&#x2F;github.com&#x2F;sgentle&#x2F;caniuse-cmd" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sgentle&#x2F;caniuse-cmd</a><p>I also made a firefox extension about 10 years ago that let you restart an animated gif (there&#x27;s a config option to make them only play once). I was surprised to learn people were still using in FF 3.6.
introvertmacover 8 years ago
<a href="http:&#x2F;&#x2F;bmanish001.pythonanywhere.com" rel="nofollow">http:&#x2F;&#x2F;bmanish001.pythonanywhere.com</a><p>I made this simple Instagram image downloader. Just copy image link of any Instagram image and save that in Full HD and size using right click. Still used by many for social media marketing as you can&#x27;t save images from other&#x27;s profile on Instagram, only way is to screenshot which obviously reduce the quality of the image.
clonqover 8 years ago
<a href="https:&#x2F;&#x2F;api.microfabrik.com&#x2F;user" rel="nofollow">https:&#x2F;&#x2F;api.microfabrik.com&#x2F;user</a><p>One of the auto generated microservices backend&#x2F;documentation&#x2F;playground&#x2F;sample code all in one sweet pa(cka)ge.<p>I&#x27;m proud of it because it&#x27;s completely scripted, I can generate&#x2F;deploy any CRUD Restful microservice in under a minute, it&#x27;s Lambda powered and multi-tenant cloud-hosted. A mouthful of buzzwords :)
jacobevelynover 8 years ago
Compute for Humanity<p><a href="https:&#x2F;&#x2F;www.computeforhumanity.org" rel="nofollow">https:&#x2F;&#x2F;www.computeforhumanity.org</a><p>It hasn&#x27;t really taken off like I had hoped, but I still stand by the idea, and I think I really nailed the UX. For something fairly complex there&#x27;s no account to create, no configuration, no installer, just open it once and you&#x27;re done. Anything my 95-year-old grandma can use without help is a success in my book.
评论 #12958627 未加载
评论 #12958014 未加载
darrelldover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;darrell-d&#x2F;tracker" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;darrell-d&#x2F;tracker</a><p>It&#x27;s a simple time tracker. No cloud BS. It just uses local storage to track how long you&#x27;ve been working on any task.<p>I still have some features I&#x27;d like to add (like a countdown timer and clearing individual tasks), but I&#x27;m real happy with it and I&#x27;ve been using it at work to track my project time.
pascalxusover 8 years ago
I&#x27;ve always felt that an entrepreneur&#x27;s toughest job is to find just the right prospects and leads for their new business. So, I created a tool to helps people find highly targeted leads and prospects. You can target users based on location, # of followers, twitter bio, and 7 other filters too. Give it shot:<p><a href="https:&#x2F;&#x2F;www.find70.com&#x2F;?t=hnews" rel="nofollow">https:&#x2F;&#x2F;www.find70.com&#x2F;?t=hnews</a>
jcubicover 8 years ago
I&#x27;ve build <a href="http:&#x2F;&#x2F;leash.jcubic.pl" rel="nofollow">http:&#x2F;&#x2F;leash.jcubic.pl</a> the shell that can be used on shared hosting when you can&#x27;t install aything. Built using my jquery terminal <a href="http:&#x2F;&#x2F;terminal.jcubic.pl" rel="nofollow">http:&#x2F;&#x2F;terminal.jcubic.pl</a> and php if php exec functions are disabled it try to use cgi scripts written in python or perl.
nferrazover 8 years ago
st - simple statistics from the command line<p><a href="https:&#x2F;&#x2F;github.com&#x2F;nferraz&#x2F;st" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nferraz&#x2F;st</a>
评论 #12958695 未加载
kogusover 8 years ago
FindIt. It&#x27;s a simple utility that lets you do find-in-files searches, but with features to require that a file contain any number of terms together, and the ability to exclude files that have an <i>un</i>wanted term. I wrote it for myself and every friend I shared it with ends up pinning it to their taskbar.<p><a href="https:&#x2F;&#x2F;findit.codeplex.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;findit.codeplex.com&#x2F;</a>
tobinharrisover 8 years ago
<a href="http:&#x2F;&#x2F;yuml.me" rel="nofollow">http:&#x2F;&#x2F;yuml.me</a> diagrams as an API.<p>This was scratching and itch, yet get used by 1000s of people every day.
评论 #12980552 未加载
Immortalinover 8 years ago
Lua Newsletter(still WIP): <a href="http:&#x2F;&#x2F;luadigest.immortalin.com" rel="nofollow">http:&#x2F;&#x2F;luadigest.immortalin.com</a><p>Merlot (Rapid website builder, WIP): <a href="https:&#x2F;&#x2F;github.com&#x2F;Immortalin&#x2F;Merlot" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Immortalin&#x2F;Merlot</a><p>Kloudtrader (Trading platform): <a href="http:&#x2F;&#x2F;kloudtrader.com" rel="nofollow">http:&#x2F;&#x2F;kloudtrader.com</a>
评论 #12966902 未加载
wkoszekover 8 years ago
My projects:<p>- Sensorama for iOS: it&#x27;s meant to be an open-source data science platform for obtaining data from your iPhone&#x27;s sensors. And you get the JSON file with data e-mailed to you (and I get a copy too!).<p>Install:<p><a href="https:&#x2F;&#x2F;itunes.apple.com&#x2F;us&#x2F;app&#x2F;sensorama&#x2F;id1159788831?mt=8" rel="nofollow">https:&#x2F;&#x2F;itunes.apple.com&#x2F;us&#x2F;app&#x2F;sensorama&#x2F;id1159788831?mt=8</a><p>Read code:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;wkoszek&#x2F;sensorama-ios" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wkoszek&#x2F;sensorama-ios</a> (main repo)<p><a href="https:&#x2F;&#x2F;github.com&#x2F;wkoszek&#x2F;sensorama-artwork" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wkoszek&#x2F;sensorama-artwork</a> (artwork, scripted: generates all JPEGs from cmd line)<p>I did everything myself: coding and design for it.<p>- LastPass for SSH: <a href="https:&#x2F;&#x2F;github.com&#x2F;wkoszek&#x2F;lastpass-ssh" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wkoszek&#x2F;lastpass-ssh</a> You keep your SSH keys protected with a cryptic pass-phrases and you store them in LastPass.<p>- Asset toolbox: <a href="https:&#x2F;&#x2F;github.com&#x2F;wkoszek&#x2F;asset-toolbox" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wkoszek&#x2F;asset-toolbox</a> My attempt to improve the workflow with asset on iOS. I&#x27;ve used that multiple times to get all the resolutions&#x2F;sizes during random moments of weakness.<p>- Finite Automata Simulator written in QT&#x2F;Graphviz: <a href="https:&#x2F;&#x2F;github.com&#x2F;wkoszek&#x2F;flviz" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wkoszek&#x2F;flviz</a><p>- Network Simulator written in C, with visualisation in Graphviz: <a href="https:&#x2F;&#x2F;github.com&#x2F;wkoszek&#x2F;kmnsim" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wkoszek&#x2F;kmnsim</a><p>- Other stuff from my junkyard: <a href="https:&#x2F;&#x2F;github.com&#x2F;wkoszek" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wkoszek</a> (feel free to let me know what&#x27;s the most interesting, or fiddle with GitHub stars)<p>My next target would be to get some paid online projects done and delivered to users, so that I could pay my phone bill with software.<p>Great thread. Thanks for making it.
Kexothover 8 years ago
Universal Beat [0] - When Apple Watch came out I had an idea for showing day &amp; year progress 0-1000.*<p>Open for feedback!<p>* I&#x27;m aware that Swatch had this for the day only long time ago, it was called `swatch @beats`.<p>[0] - <a href="https:&#x2F;&#x2F;itunes.apple.com&#x2F;us&#x2F;app&#x2F;universal-beat-different-look&#x2F;id1146951890?mt=8" rel="nofollow">https:&#x2F;&#x2F;itunes.apple.com&#x2F;us&#x2F;app&#x2F;universal-beat-different-loo...</a>
评论 #12959837 未加载
评论 #12959577 未加载
roiderover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;andDevW&#x2F;getChromium&#x2F;blob&#x2F;master&#x2F;README.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;andDevW&#x2F;getChromium&#x2F;blob&#x2F;master&#x2F;README.md</a><p>I made this because I was trying to introduce friends to Chromium for Android and loosing most of them at &#x27;unzip&#x27;. It makes installing the official latest build of Chromium reasonably easy.
jmlrover 8 years ago
Threw together a shell function to quickly initialise development environments.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;jamesroutley&#x2F;dev" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jamesroutley&#x2F;dev</a><p>It allows you to quickly switch between different development contexts by:<p>- cd&#x27;ing you to a particular directory - opening your text editor - setting environment variables - setting up VPNs - anything else that can be scripted
_ehtover 8 years ago
Dealing with old archives with hundreds of thousands of user uploaded images I needed a quick way to test for and take action on image integrity.<p>I wrote a PHP CLI script to test directories of images for image integrity and log or take action on found issues. <a href="https:&#x2F;&#x2F;github.com&#x2F;e-ht&#x2F;literate-happiness" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;e-ht&#x2F;literate-happiness</a>
fourseventyover 8 years ago
<a href="http:&#x2F;&#x2F;www.triviacompass.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.triviacompass.com&#x2F;</a><p>Aggregation of bar trivia events in your area.
bpowellover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;bpowell&#x2F;brocker" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bpowell&#x2F;brocker</a><p>The place I work at is not ready to use something like docker, so I made a cloneish of docker for us to use. We are still in the early stages of it right now. Brocker is a combination of docker and kubernetes. Sorry for the bad documentation, I&#x27;m slowly adding more.
carleverettover 8 years ago
<a href="http:&#x2F;&#x2F;alaskabunch.com" rel="nofollow">http:&#x2F;&#x2F;alaskabunch.com</a><p>A polling tool for quickly getting opinions on logo designs, product ideas, etc. I thought other people might like it too, but 5 months after publishing it I&#x27;m still making about 95% of the polls.<p>The 5,000 app users have now basically become my personal soundboard for ideas, which I&#x27;m more than happy to pay for.
heliodorover 8 years ago
My calendar Chrome extension has 300 weekly users. It shows all the months for last year, this year, and next year fitted together into one continuous list.<p><a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;calendar-block&#x2F;adlgciholbhcgjhkgnkcppodnflfodni" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;calendar-block&#x2F;adl...</a>
yumaikasover 8 years ago
I&#x27;m not sure where it would fall, but I&#x27;ve been very satisfied with my blog, <a href="https:&#x2F;&#x2F;junglecoder.com" rel="nofollow">https:&#x2F;&#x2F;junglecoder.com</a>. For a side project, once I got the kinks out, it&#x27;s been surprisingly low maintenance, and it holds up to load pretty well. It&#x27;s not perfect by any means, but it&#x27;s been pretty handy.
wyldfireover 8 years ago
* libfaultinj: a fault injection library for testing. [1]<p>* fuzzpy: a fuzzer for the Python interpreter itself (specifically CPython) [2]<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;androm3da&#x2F;libfaultinj" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;androm3da&#x2F;libfaultinj</a><p>[2] <a href="https:&#x2F;&#x2F;bitbucket.org&#x2F;ebadf&#x2F;fuzzpy" rel="nofollow">https:&#x2F;&#x2F;bitbucket.org&#x2F;ebadf&#x2F;fuzzpy</a>
mrjaegerover 8 years ago
Link with context - <a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;link-with-context&#x2F;ghpdiolckpncfliklbmgiljggbokjban" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;link-with-context&#x2F;...</a><p>Mostly because I wanted to share reddit links with friends, but they didnt make sense without the accompanying title of the post.
patrickdaveyover 8 years ago
I built <a href="https:&#x2F;&#x2F;snowpool.org" rel="nofollow">https:&#x2F;&#x2F;snowpool.org</a> about 8 years ago. It&#x27;s used in New Zealand for carpooling to ski resorts. I&#x27;m awful at marketing though so while there are US and Canadian resorts, it&#x27;s not really used.<p>Still, it&#x27;s nice to have a project which results in a little less carbon going into the atmosphere :)
alantrumover 8 years ago
<a href="https:&#x2F;&#x2F;supermood.io" rel="nofollow">https:&#x2F;&#x2F;supermood.io</a><p>I wanted to make a quick way to motivate me when I don&#x27;t feel to work. Pretty simple idea !<p>But what I&#x27;m the most proud is the generating of quotes. So I passed a csv and then, the quotes are generating almost automatically (regarding the author and keyword). Make it really simple to generate 100 quotes+.
rhodysurfover 8 years ago
Buoy visualization site (WIP) that uses raw spectral energy data from NDBC buoys<p><a href="https:&#x2F;&#x2F;buoyfinder.appspot.com&#x2F;buoy&#x2F;44066" rel="nofollow">https:&#x2F;&#x2F;buoyfinder.appspot.com&#x2F;buoy&#x2F;44066</a><p>Bonus: I made this for my friend and I to log our surf sessions<p><a href="https:&#x2F;&#x2F;swellscore-1093.appspot.com" rel="nofollow">https:&#x2F;&#x2F;swellscore-1093.appspot.com</a>
olalondeover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;olalonde&#x2F;deisdash#deis-dash" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;olalonde&#x2F;deisdash#deis-dash</a><p>I made this in a few days to learn React + Redux and it turns out a bunch of people now use it and have personally thanked me for building it. It&#x27;s a web UI for Deis (an Heroku like PaaS that runs on Kubernetes).
marclaveover 8 years ago
Similar to domainr, but more accurate and faster!<p><a href="http:&#x2F;&#x2F;launchaco.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;launchaco.com&#x2F;</a>
sideprojectover 8 years ago
<a href="https:&#x2F;&#x2F;www.hellobox.co" rel="nofollow">https:&#x2F;&#x2F;www.hellobox.co</a><p>I&#x27;ve been building HelloBox for the good part of last 3 years. Certainly it has been the longest project I&#x27;ve worked on without losing interest and for that I&#x27;m quite proud, since I used to jump from a project to a project. Not planning to stop any time soon either!
dudegetover 8 years ago
I have been working on a multiplayer game as of recently<p><a href="https:&#x2F;&#x2F;puzzlequest.herokuapp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;puzzlequest.herokuapp.com&#x2F;</a><p>move with arrow keys, attack with &quot;A&quot;<p>there&#x27;s a ton to work on and I&#x27;ve been busy with other things, so sadly the game has taken the back seat. Hopefully I&#x27;ll be able to put more time into it next month
boyceover 8 years ago
Nothing like as interesting as your other responses, I think, but I got quite into userscripts (eg for Greasemonkey) when Facebook was trying out different kinds of adverts, in the news feed and sidebar etc. Wrote a few little userscripts to stop them showing up. It was nice to regularly spot something I&#x27;d made was installed in friends&#x27; browsers.
hackathonguyover 8 years ago
I built Eggshell , a BASH script manager for the Mac menu bar. I built it because I really wanted a tool to manage the scripts that start up our dev environment. Got tired of copy pasting them. I&#x27;m not a dev, so it took a few days to figure out how to build. Built with Swift.<p><a href="http:&#x2F;&#x2F;eggshell.pw" rel="nofollow">http:&#x2F;&#x2F;eggshell.pw</a>
评论 #13027255 未加载
cellisover 8 years ago
Create Save Prompt<p><a href="https:&#x2F;&#x2F;packagecontrol.io&#x2F;packages&#x2F;Create%20Save%20Prompt" rel="nofollow">https:&#x2F;&#x2F;packagecontrol.io&#x2F;packages&#x2F;Create%20Save%20Prompt</a><p>Allows you to quickly save a new file to a location in Sublime Text&#x27;s input bar by pressing CMD+S, instead of opening the OS dialog which takes a lot longer (especially on OSX).
samayshamdasaniover 8 years ago
I made to site to teach people how to built the projects that I&#x27;ve built (was on HN two days ago) <a href="https:&#x2F;&#x2F;enlight.ml" rel="nofollow">https:&#x2F;&#x2F;enlight.ml</a><p>I plan to add more projects to teach people to code in this type of way. I think the best way to learn is to actually build small apps and then altering them to make them better.
7eroover 8 years ago
<a href="https:&#x2F;&#x2F;quantummail.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;quantummail.io&#x2F;</a><p>At first I wanted to experiment with building a private email server but then thought I might as well build it for others to use, it doesn&#x27;t really work in decentralizing much, but I thought it would be a start in moving towards secure and private email.
davemackintoshover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;Multicolour&#x2F;multicolour" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Multicolour&#x2F;multicolour</a><p>Really proud of this, saves a lot of time and people tell me they love using it, if you want a REST API with all the features (OAuth, JWT, multiple databases, etc) without the maintenance, it&#x27;s for you
alanbernsteinover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;alanbernstein&#x2F;treemonger" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;alanbernstein&#x2F;treemonger</a><p>A python clone of an old disk space visualizer that I used before I migrated away from windows. Nobody else has used mine, and it&#x27;s very much a work in progress, but it works and I use it frequently.
consolelogover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;mike-schultz&#x2F;materialette" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mike-schultz&#x2F;materialette</a> I made this color palette of material design colors that lives on your OS menubar. I frequently use material design colors, so having it always within reach is a nice time saver.
lewisjoeover 8 years ago
<a href="http:&#x2F;&#x2F;hnlive.tk" rel="nofollow">http:&#x2F;&#x2F;hnlive.tk</a><p>I made this because every time I decide to post something on HN, I hang on for a moment making my mind up on whether it&#x27;s the right time to post on HN.<p>So, I made this live visualization, showing activity levels on HN. Now there&#x27;s this data driven decision instead of a vague hope.
GoToROover 8 years ago
On one map the road was straight, on another it was curved. That&#x27;s why I made <a href="http:&#x2F;&#x2F;comparemaps.drona.ro&#x2F;" rel="nofollow">http:&#x2F;&#x2F;comparemaps.drona.ro&#x2F;</a> to easily compare online maps.<p>It turns out that the curved road went around the hill, while the straight road was a newer one, over the top of the hill...
ngzhianover 8 years ago
Quickview for YouTube! Allows you to quickly view videos from your subscriptions feed page without any clicks.<p><a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;quickview-for-youtube&#x2F;jfocolikmfgljlbblhgpkcjlpehnapkm" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;quickview-for-yout...</a>
nymeriaover 8 years ago
Good question-- I&#x27;d say Nymeria (<a href="https:&#x2F;&#x2F;www.nymeria.io" rel="nofollow">https:&#x2F;&#x2F;www.nymeria.io</a>) at the moment, mostly because it&#x27;s something I took from start to finish (nothing is ever finished), but you probably get the point.<p>It&#x27;s easy to be proud of things you take all the way. Congrats to everyone!
thomasflover 8 years ago
I use my simple little command line tool filewatcher to autorun tests. You supply it with file patterns and shell commands to be run when files matching the patterns is updated, added or deleted. It&#x27;s available via gem install filewatcher. It was a great milestone when most of the code was from other developers pull request.
mschenkover 8 years ago
<a href="http:&#x2F;&#x2F;opensharecount.com" rel="nofollow">http:&#x2F;&#x2F;opensharecount.com</a><p>Restores the little counter next to Twitter&#x27;s &quot;tweet this&quot; button that shows you how often your article has been tweeted. Also available as drop-in replacement for Twitter&#x27;s old undocumented API endpoint that provided this info.
thenomadover 8 years ago
It&#x27;s a very, very simple thing, and needs updating, but my filter bubble busting Twitter bot is something I&#x27;m quite proud of.<p><a href="http:&#x2F;&#x2F;www.strangecompany.org&#x2F;how-to-fight-the-filter-bubble-new-twitter-app-thing&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.strangecompany.org&#x2F;how-to-fight-the-filter-bubble...</a>
osrecover 8 years ago
My company put this together and it seems to get some love on github: <a href="https:&#x2F;&#x2F;osrec.github.io&#x2F;currencyFormatter.js&#x2F;" rel="nofollow">https:&#x2F;&#x2F;osrec.github.io&#x2F;currencyFormatter.js&#x2F;</a><p>Originally built to help an internal project but we later open sourced it. It&#x27;s great to see the stars go up!
bazurbatover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;bazurbat&#x2F;spawn" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bazurbat&#x2F;spawn</a><p>A small script to ease chrooting (or docker running) into a development environment with usual set of workarounds (toggleable) like passing virtual filesystems, SSH&#x2F;X11 env, home directory, etc.
philcoover 8 years ago
FinBot - a free chat bot that answers the question &quot;what should I do with my money&quot; after a few questions. It&#x27;ll tell you how much of your paycheck to allocate to your emergency fund, loans, IRA, 401k, and investments.<p><a href="http:&#x2F;&#x2F;www.yourfinbot.com" rel="nofollow">http:&#x2F;&#x2F;www.yourfinbot.com</a>
nickbnfover 8 years ago
<a href="http:&#x2F;&#x2F;glogg.bonnefon.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;glogg.bonnefon.org&#x2F;</a> a fast log browser born of my frustration looking for patterns and trying to understand bugs from huge logs. It has become not-so-tiny over the years and I see it pop up in a lot of unexpected offices.
secfirstmdover 8 years ago
Umbrella App: Simple digital and physical security lessons for people who travel, activists, aid workers and journalists:<p><a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=org.secfirst.umbrella" rel="nofollow">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=org.secfirst.u...</a>
fishywangover 8 years ago
I have a scripts repository on github served as a collection of years of scratching my own itch: <a href="https:&#x2F;&#x2F;github.com&#x2F;fishy&#x2F;scripts" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fishy&#x2F;scripts</a><p>They are mostly python and shell scripts (with one PHP), and most of them are still useful today :)
adnanhover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;adnanh&#x2F;webhook" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;adnanh&#x2F;webhook</a><p>Simple, yet powerful bridge between http request and shell commands. Useful for running build or deployment scripts, and stuff like that on incoming webhooks. (i.e. github, bitbucket...)
thyseliusover 8 years ago
I combined the best saliency detection frameworks with a aperture kernel to emulate depth of field and bokeh on iPhones with only one camera. (The app is free with watermark <a href="https:&#x2F;&#x2F;appsto.re&#x2F;se&#x2F;c3lxfb.i" rel="nofollow">https:&#x2F;&#x2F;appsto.re&#x2F;se&#x2F;c3lxfb.i</a> )
bradlysover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;bradlys&#x2F;monochromatic-panda" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;bradlys&#x2F;monochromatic-panda</a><p>Google Chrome Extension to download YouTube videos. It was growing in popularity quite well at one point. It still works and gets notice. I use it frequently.
mouldymicover 8 years ago
A small utility to colorize diff from standart input. Uses PyGments and opens a webpage served on localhost.<p>Very simple but I use it daily.<p><a href="https:&#x2F;&#x2F;gist.github.com&#x2F;Antoine-Lassauzay&#x2F;7e0732b6aa272d694622" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;Antoine-Lassauzay&#x2F;7e0732b6aa272d6946...</a>
bengesoffover 8 years ago
On behalf of my friend: <a href="https:&#x2F;&#x2F;autono.ml" rel="nofollow">https:&#x2F;&#x2F;autono.ml</a><p>It is a wrapper over DuckDuckGo which redirects all searches without bangs to Google. It also changes the bang operator (!) to the open square bracket ([) because it is easier to type.<p>Very simple but effective time saver!
cantbecoolover 8 years ago
<a href="http:&#x2F;&#x2F;youtuberanktracker.com" rel="nofollow">http:&#x2F;&#x2F;youtuberanktracker.com</a> It&#x27;s a simple tool to keep track of YouTube video rankings by a keyword. I found it difficult to find a simple service that didn&#x27;t cost a significant amount of money.
评论 #12968141 未加载
ricardobeatover 8 years ago
Flour: <a href="http:&#x2F;&#x2F;ricardo.cc&#x2F;cake-flour&#x2F;" rel="nofollow">http:&#x2F;&#x2F;ricardo.cc&#x2F;cake-flour&#x2F;</a><p>A build tool predating js modules, grunt, ES6. While it hasn&#x27;t been touched for years, I still go back to it from time to time because it&#x27;s so simple to use.
iambenover 8 years ago
<a href="http:&#x2F;&#x2F;www.responsivetester.net" rel="nofollow">http:&#x2F;&#x2F;www.responsivetester.net</a><p>Not sure it&#x27;s the project I&#x27;m most proud of, but as far as a simple tool I use everyday, this is it.<p>One reload shows you the site in multiple sized iframes, so you can quickly test breakpoints.
artur_maklyover 8 years ago
<a href="http:&#x2F;&#x2F;JuicyCanvas.com" rel="nofollow">http:&#x2F;&#x2F;JuicyCanvas.com</a><p>We enable anyone to easily create their one-of-a-kind Art, T-shirts, Lifestyle products via &quot;Remixing&quot; Copyrighted works. Products are printed on-demand. No minimums.<p>Think &quot;Forking&quot; for IRL design.
评论 #12961041 未加载
ZachSaucierover 8 years ago
Just Read: <a href="https:&#x2F;&#x2F;github.com&#x2F;ZachSaucier&#x2F;Just-Read" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ZachSaucier&#x2F;Just-Read</a><p>It&#x27;s a simple Chrome extension to help put just the actual web article content into a customizable and distraction-free layout.
coreymaassover 8 years ago
<a href="https:&#x2F;&#x2F;Timerdoro.com" rel="nofollow">https:&#x2F;&#x2F;Timerdoro.com</a> - A productivity timer where you can build your own timers to work for Pomodoro, eye strain, GTD, meetings, whatever. Averages about 50 visits&#x2F;day, with half being repeat users.
qzncover 8 years ago
I fixed my prediction market last weekend: <a href="https:&#x2F;&#x2F;github.com&#x2F;qznc&#x2F;prema" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;qznc&#x2F;prema</a><p>It used Mozilla Persona for authentication, which is now gone. Switched to Github OAuth, which went surprisingly well.
NoCanDoover 8 years ago
<a href="https:&#x2F;&#x2F;www.kaputniks.org&#x2F;passgen&#x2F;gen.php" rel="nofollow">https:&#x2F;&#x2F;www.kaputniks.org&#x2F;passgen&#x2F;gen.php</a><p>Basic, but my first dive into krypto and security. Droped it a while after. Not that interesting. Still using this link for random pwds.
cameronrohaniover 8 years ago
<a href="http:&#x2F;&#x2F;launchaco.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;launchaco.com&#x2F;</a><p>I hate how long it takes me to find a name for my new projects so I made launchaco. It&#x27;s super simple but has saved me so much time when ever exploring names for new projects.
teainthedarkover 8 years ago
<a href="http:&#x2F;&#x2F;puretea.co" rel="nofollow">http:&#x2F;&#x2F;puretea.co</a><p>Answer a quiz, discover new tea
mpingover 8 years ago
Observideo, annotating videos tool for social sciences students. The norm is either excel or very costly software, this simple tool saves hours of manual tagging. <a href="https:&#x2F;&#x2F;observideo.com" rel="nofollow">https:&#x2F;&#x2F;observideo.com</a>
codemonkeychuckover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;charlesdaniel&#x2F;s3_uploader" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;charlesdaniel&#x2F;s3_uploader</a><p>It&#x27;s supposed to be a simple S3 file uploader GUI for non-techy people... &#x27;proud&#x27; is questionable :)
评论 #12960407 未加载
jkapturover 8 years ago
<a href="http:&#x2F;&#x2F;diff.so" rel="nofollow">http:&#x2F;&#x2F;diff.so</a><p>It&#x27;s a simple diff-as-you-type tool. I realized that I often had two strings (test output, code samples, etc.) and wanted to compare them in as few keystrokes as possible, from any computer.
hypertextheroover 8 years ago
Not really proud as I just hacked other people&#x27;s work together to make it, but I use it often when cooking pasta :)<p><a href="https:&#x2F;&#x2F;www.simongriffee.com&#x2F;pastaclock&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.simongriffee.com&#x2F;pastaclock&#x2F;</a>
rhubarbcustardover 8 years ago
<a href="https:&#x2F;&#x2F;www.hearingaidknow.com&#x2F;audiogram-creator" rel="nofollow">https:&#x2F;&#x2F;www.hearingaidknow.com&#x2F;audiogram-creator</a><p>This tool allows people to record hearing test results. Gets quite a lot of use from professionals and academics.
cgagover 8 years ago
I wrote a cloc (count lines of code) competitor in rust that&#x27;s pretty fast: <a href="https:&#x2F;&#x2F;github.com&#x2F;cgag&#x2F;loc" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cgag&#x2F;loc</a> (turns out perl is pretty easy to beat).
angel_of_deathover 8 years ago
<a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;ccfeljbgeogamkgilfkibiaenpdpbldb" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;ccfeljbgeogamkgilf...</a><p>A simple google chrome extension for UFC fans.
Mtinieover 8 years ago
Here&#x27;s my simple contribution.<p>A hyper specific tool, to be sure, but useful if you are trying to code sign Qt apps on the Mac.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;brossi&#x2F;qt-codesigner" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;brossi&#x2F;qt-codesigner</a>
xd1936over 8 years ago
A Google Calendar-powered in&#x2F;out board for our office, that replaces the magnet and whiteboard system that we used to have.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;xd1936&#x2F;inout2" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xd1936&#x2F;inout2</a>
EllipticCurveover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;MauriceGit&#x2F;Repeat_History" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;MauriceGit&#x2F;Repeat_History</a><p>Use it daily when working with Linux to execute old commands as alternative to ctrl+r, AWESOME tool :)
paulrosenzweigover 8 years ago
<a href="http:&#x2F;&#x2F;datafart.com" rel="nofollow">http:&#x2F;&#x2F;datafart.com</a><p>When I was learning Go a few years ago, I build a simple way to generate line graphs from the command line by piping to a cURL command. A few people still actually use it.
wrigglerover 8 years ago
<a href="https:&#x2F;&#x2F;www.storeslider.com" rel="nofollow">https:&#x2F;&#x2F;www.storeslider.com</a><p>I got bored of trawling eBay so decided to make my own tool to make it faster. StoreSlider has been going for a few years now and has been really useful.
deedubayaover 8 years ago
<a href="https:&#x2F;&#x2F;www.hireloop.io" rel="nofollow">https:&#x2F;&#x2F;www.hireloop.io</a> - Put an end to job appliant overload, with clearer 2-way communication between you (the hiring manager) and your applicants. No more ghosting.
评论 #12962276 未加载
danieldkover 8 years ago
Perhaps not proud, but written in no-time and got quite popular:<p><a href="https:&#x2F;&#x2F;wiki.centos.org&#x2F;PackageManagement&#x2F;Yum&#x2F;Priorities" rel="nofollow">https:&#x2F;&#x2F;wiki.centos.org&#x2F;PackageManagement&#x2F;Yum&#x2F;Priorities</a>
parover 8 years ago
Meta Meme <a href="https:&#x2F;&#x2F;appsto.re&#x2F;us&#x2F;iwO9fb.i" rel="nofollow">https:&#x2F;&#x2F;appsto.re&#x2F;us&#x2F;iwO9fb.i</a><p>Really simple but fun meme maker. It makes &#x27;new style&#x27; memes, as opposed to the old image macros on Reddit.
madrasmanover 8 years ago
<a href="http:&#x2F;&#x2F;www.nuggetsapp.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.nuggetsapp.com&#x2F;</a><p>It helps you remember the things you read and learn by sending you timely email reminders based on spaced repetition (memory theory).
w1nterover 8 years ago
<a href="http:&#x2F;&#x2F;sourcecast.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;sourcecast.io&#x2F;</a><p>Lets you share the content of a text file and stream changes to everyone who&#x27;s watching.<p>Useful for live coding demos, teaching programming, etc.<p>Works without installation.
roryisokover 8 years ago
ok, stretching things a little, but Poe (<a href="http:&#x2F;&#x2F;getpoe.com" rel="nofollow">http:&#x2F;&#x2F;getpoe.com</a>) started out as a single-function tool - a distraction free writing app, for the windows store, back in 2012 when there were none. It was basically just notepad with a hidden interface back then.<p>Now it has word-count goals, writing timers, built in resources and custom theme support. I&#x27;m working on a follow up with lots of incremental improvements and new features.<p>I&#x27;m proud because people love it. They give it amazing reviews that I feel like I don&#x27;t deserve. People are super nice about it.
sugarygrindover 8 years ago
Clips safeway digital coupon with simple bookmarklet <a href="https:&#x2F;&#x2F;github.com&#x2F;nishnet2002&#x2F;Safeway-Just-for-u" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nishnet2002&#x2F;Safeway-Just-for-u</a>
mgunlogsonover 8 years ago
I built a cuckoo filter library in Java that nobody uses :) <a href="https:&#x2F;&#x2F;github.com&#x2F;MGunlogson&#x2F;CuckooFilter4J" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;MGunlogson&#x2F;CuckooFilter4J</a>
webjacover 8 years ago
<a href="http:&#x2F;&#x2F;servpaid.com" rel="nofollow">http:&#x2F;&#x2F;servpaid.com</a><p>I wanted a simple frontend for Stripe to charge whatever amount. As a web designer and developer this is what I use to get paid, work as a charm.
评论 #12962315 未加载
jmarbachover 8 years ago
<a href="https:&#x2F;&#x2F;concorde.io" rel="nofollow">https:&#x2F;&#x2F;concorde.io</a> - We help you find the cheapest flights to hundreds of destinations worldwide, ranked by cost per mile, with just a few clicks.
arbugeover 8 years ago
<a href="https:&#x2F;&#x2F;addue.com" rel="nofollow">https:&#x2F;&#x2F;addue.com</a><p>Online marketing tools - conversion tracking, etc. Rather unique in the way these as are defined as &quot;rules&quot; which can be concatenated.
MereInterestover 8 years ago
An in-terminal interface for performing polynomial fits of a small number of data points. I use it for calibrating gamma-ray detectors, and so it has lists of the energies of some common calibration sources.
voiceclonrover 8 years ago
<a href="http:&#x2F;&#x2F;www.voiceclonr.com" rel="nofollow">http:&#x2F;&#x2F;www.voiceclonr.com</a><p>Text to speech engine I built a while back. It was a fun project because I got to do some front end programming with React.
senkoover 8 years ago
Cookie-banner, a small, customizable JS-based cookie-info banner for complying with EU cookie law: <a href="http:&#x2F;&#x2F;cookiebanner.eu&#x2F;" rel="nofollow">http:&#x2F;&#x2F;cookiebanner.eu&#x2F;</a>
pvorbover 8 years ago
<a href="https:&#x2F;&#x2F;npm-stat.com" rel="nofollow">https:&#x2F;&#x2F;npm-stat.com</a><p>It lets you look up download statistics for packages on npm. You can pick a date range, or aggregate all downloads for an author.
bvrltover 8 years ago
Genius Scan (<a href="http:&#x2F;&#x2F;dl.tglapp.com&#x2F;genius-scan" rel="nofollow">http:&#x2F;&#x2F;dl.tglapp.com&#x2F;genius-scan</a>) because it helps millions of people save some time every month.
xemover 8 years ago
We&#x27;re a bunch of web devs out there doing &quot;JavaScript code-golfing&quot;, for fun. The goal is to make mini apps, or mini-games, with the smallest possible source code.<p>Here are some handy apps &#x2F; cool demos that we&#x27;ve made: (the full list is here: <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;xem&#x2F;206db44adbdd09bac424" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;xem&#x2F;206db44adbdd09bac424</a>)<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;miniSpeechSynthesis" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;miniSpeechSynthesis</a> (73b+ speech synthetizer)<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;miniSpeechRecognition" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;miniSpeechRecognition</a> (100b+ speech recognition)<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;codegolf&#x2F;period1k" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;codegolf&#x2F;period1k</a> (1kb periodic table)<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;miniPi" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;miniPi</a> (compute Pi in ~256b!)<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;MiniRegexTester" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;MiniRegexTester</a> (170b regex tester)<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;miniBookmarklets" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;miniBookmarklets</a> (tiny bookmarklets)<p>- <a href="http:&#x2F;&#x2F;xem.github.io&#x2F;MiniShadertoyLite&#x2F;" rel="nofollow">http:&#x2F;&#x2F;xem.github.io&#x2F;MiniShadertoyLite&#x2F;</a> (512b shadertoy clone)<p>- <a href="http:&#x2F;&#x2F;xem.github.io&#x2F;MiniShadertoy&#x2F;" rel="nofollow">http:&#x2F;&#x2F;xem.github.io&#x2F;MiniShadertoy&#x2F;</a> (1kb shadertoy clone)<p>- <a href="http:&#x2F;&#x2F;xem.github.io&#x2F;miniBeautifier&#x2F;" rel="nofollow">http:&#x2F;&#x2F;xem.github.io&#x2F;miniBeautifier&#x2F;</a> (1kb js beautifier)<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;miniUnicode" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;miniUnicode</a> (Unicode slideshows in 64b and up)<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;miniKeyCode" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;miniKeyCode</a> (JS KeyCode finder in less than 128b)<p>- <a href="http:&#x2F;&#x2F;xem.github.io&#x2F;miniJSperf&#x2F;" rel="nofollow">http:&#x2F;&#x2F;xem.github.io&#x2F;miniJSperf&#x2F;</a> (a JSperf clone in less than 300b)<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;sheet" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;sheet</a> (a spreadsheet app in 221 bytes)<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;hex" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;hex</a> (hexadecimal viewer and editor in 243+ bytes)<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;miniURI" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;miniURI</a> (file-to-dataURI converter in 99 bytes)<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;miniCodeEditor" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;miniCodeEditor</a> (HTML&#x2F;CSS&#x2F;JS editor in 156+ bytes)<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;braille-art" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;braille-art</a> (drawing with braille on Twitter in less than 1k)<p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;miniMinifier" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;xem&#x2F;miniMinifier</a> (HTML&#x2F;CSS&#x2F;JS minifiers in 128+ bytes)<p>- <a href="http:&#x2F;&#x2F;js13kgames.com&#x2F;entries&#x2F;26-games-in-1" rel="nofollow">http:&#x2F;&#x2F;js13kgames.com&#x2F;entries&#x2F;26-games-in-1</a> (26 games in 13kb)
评论 #12962058 未加载
pr0x1m4over 8 years ago
A simple electron based font&#x2F;glyph viewer.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Pr0x1m4&#x2F;CharacterMap-Desktop" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Pr0x1m4&#x2F;CharacterMap-Desktop</a>
alecsmart1over 8 years ago
<a href="http:&#x2F;&#x2F;wtsic.com" rel="nofollow">http:&#x2F;&#x2F;wtsic.com</a> What time should I call? - A simple tool to help convert your client&#x27;s time zone to your time zone.
tbrownawover 8 years ago
I have a thing that puts my RSS feeds into an IMAP folder. Not &quot;emails them to me&quot;, but actually connects as an IMAP client and stores them in a folder that&#x27;s not my inbox.
xxkylexxover 8 years ago
<a href="https:&#x2F;&#x2F;bitwarden.com" rel="nofollow">https:&#x2F;&#x2F;bitwarden.com</a> - Free, open source password manager for iOS, Android, Chrome, Firefox, Opera, and the web.
therecover 8 years ago
<a href="http:&#x2F;&#x2F;www.madmapper.com" rel="nofollow">http:&#x2F;&#x2F;www.madmapper.com</a><p>It&#x27;s a video mapping application that started as a super simple tool, this is why artist love it.
sghiassyover 8 years ago
<a href="http:&#x2F;&#x2F;qboconverter.com" rel="nofollow">http:&#x2F;&#x2F;qboconverter.com</a><p>I created it because I use Quickbooks a lot and many banks don&#x27;t support the QBO file format.<p>Small, simple and free
yuvadamover 8 years ago
I built a simple CIDR&#x2F;IP range calculator as an exercise learning React, came out very nicely I think<p><a href="http:&#x2F;&#x2F;cidr.xyz&#x2F;" rel="nofollow">http:&#x2F;&#x2F;cidr.xyz&#x2F;</a>
miraclepandaover 8 years ago
I&#x27;m working on <a href="https:&#x2F;&#x2F;appure.io" rel="nofollow">https:&#x2F;&#x2F;appure.io</a> - tool to generate app store&#x2F;google play screenshots for mobile apps.
john_macover 8 years ago
<a href="https:&#x2F;&#x2F;virwire.com" rel="nofollow">https:&#x2F;&#x2F;virwire.com</a><p>I&#x27;m chronic news junkie and wanted a perpetual drip of viral news on my phone. Addiction satisfied :)
hpoydarover 8 years ago
<a href="https:&#x2F;&#x2F;slashtz.com" rel="nofollow">https:&#x2F;&#x2F;slashtz.com</a> Natural language time zone converter&#x2F;calculator. Works with web, Slack and HipChat.
rompicover 8 years ago
<a href="http:&#x2F;&#x2F;cliq.at" rel="nofollow">http:&#x2F;&#x2F;cliq.at</a><p>it provides the possibility to easily visualize internal informal networks. Especially simple using mobile phones.
martinplluover 8 years ago
A ridiculously simple personal wiki: <a href="https:&#x2F;&#x2F;github.com&#x2F;martinpllu&#x2F;wik" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;martinpllu&#x2F;wik</a>
everlingover 8 years ago
<a href="http:&#x2F;&#x2F;cinetrii.com" rel="nofollow">http:&#x2F;&#x2F;cinetrii.com</a><p>A search engine that attempts to find thematic lineage between films. Warning: not mobile friendly.
stevekrouseover 8 years ago
<a href="http:&#x2F;&#x2F;woofjs.com" rel="nofollow">http:&#x2F;&#x2F;woofjs.com</a><p>WoofJS is a simple JS canvas library and IDE I built for my students so they can learn JavaScript.
franzeover 8 years ago
<a href="http:&#x2F;&#x2F;lalo.li&#x2F;" rel="nofollow">http:&#x2F;&#x2F;lalo.li&#x2F;</a> (simple voice message service) - coded mostly offline in a hut in bolivia
olragonover 8 years ago
Export Font Awesome to inline image or mouse cursor<p><a href="https:&#x2F;&#x2F;beryl-seed.hyperdev.space&#x2F;" rel="nofollow">https:&#x2F;&#x2F;beryl-seed.hyperdev.space&#x2F;</a>
dingusover 8 years ago
A simple timer. The colors represent an hour block of time. It’s designed for your peripheral vision, put it on a secondary screen. Just drag or use the keyboard.
rspeerover 8 years ago
ftfy (fixes text for you): <a href="https:&#x2F;&#x2F;github.com&#x2F;LuminosoInsight&#x2F;python-ftfy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;LuminosoInsight&#x2F;python-ftfy</a><p>Auto-detects Unicode mistakes (particularly mojibake), and if there&#x27;s enough information left to fix them, it fixes them.<p>Particularly useful for Web scraping and dealing with Unicode that was incorrectly exported from Excel (which is nearly all Unicode exported from Excel).
DanHultonover 8 years ago
Simple &quot;product&quot;, though the utility is strictly limited: <a href="http:&#x2F;&#x2F;www.ipaidthemost.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.ipaidthemost.com&#x2F;</a><p>Pay more than the person before you and you get... to be the person that paid the most. That&#x27;s it. Well, you get a message on the front page along with your name, but still.<p>People tend to react positively to it, though I can&#x27;t for the life of me figure out how to market it. I&#x27;ve tried Reddit&#x2F;Facebook ads, mentioning on relevant Subreddits and such, and nothing has really taken off. Maybe someday I&#x27;ll figure it out.
hackerkidover 8 years ago
Wikifeedia - A newsfeed for Wikipedia.<p><a href="http:&#x2F;&#x2F;www.vishnuks.com&#x2F;Wikifeedia&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.vishnuks.com&#x2F;Wikifeedia&#x2F;</a>
harrisreynoldsover 8 years ago
<a href="http:&#x2F;&#x2F;www.easele.com" rel="nofollow">http:&#x2F;&#x2F;www.easele.com</a><p>This is something I am working on now. Simple graphic tool for adding text to images.
dthakurover 8 years ago
<a href="https:&#x2F;&#x2F;expiryalerts.com" rel="nofollow">https:&#x2F;&#x2F;expiryalerts.com</a><p>Notifies you (via email, slack or text), before your domain&#x27;s cert expires.
joelanmanover 8 years ago
Recently started making <a href="http:&#x2F;&#x2F;www.git-browser.com" rel="nofollow">http:&#x2F;&#x2F;www.git-browser.com</a> - browse repos by thumbnail.
burkemw3over 8 years ago
<a href="http:&#x2F;&#x2F;mowatly.herokuapp.com" rel="nofollow">http:&#x2F;&#x2F;mowatly.herokuapp.com</a><p>A list of movies I want to see and streaming options for them.
neonbatover 8 years ago
<a href="https:&#x2F;&#x2F;hexlist.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hexlist.com&#x2F;</a> which my brother and i use to make lists of links.
zazpoweredover 8 years ago
<a href="https:&#x2F;&#x2F;senzu.io&#x2F;investing" rel="nofollow">https:&#x2F;&#x2F;senzu.io&#x2F;investing</a><p>A simple tool to compare different investment platforms
jaimebueltaover 8 years ago
ffind <a href="https:&#x2F;&#x2F;github.com&#x2F;jaimebuelta&#x2F;ffind" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jaimebuelta&#x2F;ffind</a><p>A very simple search tool for the command line, aiming to replace very common cases. It&#x27;s pretty minimal, but I use it every single day and love it... it unsurprisingly 9i developed it) fits very well my daily flow (90% of the times based in vim, at and ffind)
cosmolevover 8 years ago
Shows you the page from Google&#x27;s cache: <a href="http:&#x2F;&#x2F;fromcache.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;fromcache.com&#x2F;</a>
AneesAhammedover 8 years ago
<a href="https:&#x2F;&#x2F;getglimpses.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getglimpses.com&#x2F;</a> A simple journal app for Windows.
mbrookesover 8 years ago
git-pull-request - CLI tool for insanely easy check out of contributor PRs from github:<p><a href="https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;git-pull-request" rel="nofollow">https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;git-pull-request</a><p>Code is hacky, but hey, 350 downloads a month for something I threw together, and have never promoted...<p>Proud? Not really, but thought someone here might find it useful.
gazover 8 years ago
<a href="http:&#x2F;&#x2F;www.seeyourvisitors.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.seeyourvisitors.com&#x2F;</a>
pucinatorsover 8 years ago
<a href="http:&#x2F;&#x2F;fooltools.net" rel="nofollow">http:&#x2F;&#x2F;fooltools.net</a><p>MP3 file cutter (still rough around the edges)
raivoover 8 years ago
Baby tracking apps to scratch my own itch, so to speak: Poopendar, Boobendar, Napendar All on the Apple App Store.
tuomasjover 8 years ago
Create a invoice and print it. If you got to that site, first and only thing you get is the invoice form.<p>www.tinyinvoice.net
Blahahover 8 years ago
getpapers - <a href="https:&#x2F;&#x2F;github.com&#x2F;ContentMine&#x2F;getpapers" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ContentMine&#x2F;getpapers</a><p>Command-line tool for mass-downloading scientific literature that matches a search query. The crazy thing is that it didn&#x27;t exist already.
endgameover 8 years ago
msrss - Merge and scrub RSS feeds, so certain clients can consume them without barfing. (I&#x27;m looking at you, gnus.)<p><a href="https:&#x2F;&#x2F;bitbucket.org&#x2F;endgame&#x2F;msrss&#x2F;wiki&#x2F;Home" rel="nofollow">https:&#x2F;&#x2F;bitbucket.org&#x2F;endgame&#x2F;msrss&#x2F;wiki&#x2F;Home</a>
hapibenover 8 years ago
<a href="http:&#x2F;&#x2F;gemfly.findings.co" rel="nofollow">http:&#x2F;&#x2F;gemfly.findings.co</a>
matttheatheistover 8 years ago
I built a device that turns your phone into an FM receiver... For those of you who like the radio!<p>www.enrad.io
pkstnover 8 years ago
<a href="https:&#x2F;&#x2F;redom.js.org" rel="nofollow">https:&#x2F;&#x2F;redom.js.org</a>
Shubham23596over 8 years ago
Locateonspot is an simple app to find family and car you can take it up as simple product
damian_nover 8 years ago
sassifyit - <a href="http:&#x2F;&#x2F;www.sassifyit.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.sassifyit.com&#x2F;</a><p>Converts CSS hex colour codes in to well named Sass colour variables f.x #fafafa -&gt; $alabaster or #a6a6a6 -&gt; $silver-chalice
jasoncchildover 8 years ago
A suite of internal autocad automation tools for an electronics manufacturer.
dmritard96over 8 years ago
simple tool: a handy json comparison tool <a href="https:&#x2F;&#x2F;github.com&#x2F;ChannelIQ&#x2F;jsoncompare" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ChannelIQ&#x2F;jsoncompare</a>
sametmaxover 8 years ago
0bin.net: encrypted pastebin, open source, written in Python.
roryisokover 8 years ago
I&#x27;m bookmarking this thread =) so many useful things
david90over 8 years ago
makeappicon.com<p>A handy icon resizer, yet it&#x27;s a simple script but it&#x27;s benefiting many dev and designers now ;)
vram22over 8 years ago
Well, I wouldn&#x27;t say &quot;most proud&quot;, but here are some I had fun doing:<p>An IBM developerWorks article: Developing a Linux command-line utility (selpg)<p><a href="http:&#x2F;&#x2F;jugad2.blogspot.in&#x2F;2014&#x2F;09&#x2F;my-ibm-developerworks-article.html" rel="nofollow">http:&#x2F;&#x2F;jugad2.blogspot.in&#x2F;2014&#x2F;09&#x2F;my-ibm-developerworks-arti...</a><p>It&#x27;s a tutorial on how to write a Linux command-line utility in C. Was up on the IBM dW site for long; now archived. Got some stars etc. Code and article text now available via (links in) the above post on my blog. Uses as a case study &#x2F; demo, a real-life utility I wrote for a client, to print only selected pages from a text file, specified by line number range or page range (form-feed-delimited pages, a common industry format for line printers). It was for a very large company with huge print jobs, so if the paper jammed in mid-job, this utility could save them a lot of time and paper, by letting them print only the un-printed pages. They might still be using it several years after it was written. I had also shared it on the HP-UX mailing list, and people said it was useful.<p>This post shows how to use that utility (selpg) with xtopdf (another project of mine, for PDF generation from Python):<p>Print selected text pages to PDF with Python, selpg and xtopdf on Linux<p><a href="http:&#x2F;&#x2F;jugad2.blogspot.in&#x2F;2014&#x2F;10&#x2F;print-selected-text-pages-to-pdf-with.html" rel="nofollow">http:&#x2F;&#x2F;jugad2.blogspot.in&#x2F;2014&#x2F;10&#x2F;print-selected-text-pages-...</a><p>PySiteCreator was a bit innovative and fun to do. It lets you create simple web sites by writing them purely in Python. I designed it to impose as few requirements or constraints on the user as I could, so that it would be more generally useful, i.e. more like a library than a framework, though it is a sort of framework, since it calls code you write.<p>Early release of PySiteCreator - v0.1<p><a href="http:&#x2F;&#x2F;jugad2.blogspot.in&#x2F;2009&#x2F;11&#x2F;early-release-of-pysitecreator-v01.html" rel="nofollow">http:&#x2F;&#x2F;jugad2.blogspot.in&#x2F;2009&#x2F;11&#x2F;early-release-of-pysitecre...</a><p>That post describes the ways it can be used. I originally created it with the goal of creating simple wikis using Python, but then realized that it generalized to any web site, so changed the name from DSLWiki (a DSL for wikis) to PySiteCreator :)<p>And while this one - pipe_controller - is not really a tool or product (it is an experiment), I enjoyed seeing what I could do with it - like running a pipe incrementally and swapping pipe components at runtime. There are few posts describing those experiments, in reverse chronological order, starting from this last post:<p>Swapping pipe components at runtime with pipe_controller:<p><a href="http:&#x2F;&#x2F;jugad2.blogspot.in&#x2F;2012&#x2F;10&#x2F;swapping-pipe-components-at-runtime.html" rel="nofollow">http:&#x2F;&#x2F;jugad2.blogspot.in&#x2F;2012&#x2F;10&#x2F;swapping-pipe-components-a...</a><p>Edit: I&#x27;m working a few other products, some for sale, some free, so anyone interested in checking them out, is welcome to follow me for email updates here on Gumroad:<p><a href="https:&#x2F;&#x2F;gumroad.com&#x2F;vasudevram&#x2F;follow" rel="nofollow">https:&#x2F;&#x2F;gumroad.com&#x2F;vasudevram&#x2F;follow</a><p>(There are a few small free utilities in early versions there now too.)<p>I only send out a few updates a month (if that), and only if I have a new product or an update to an existing one to announce.<p>Edited for typos &#x2F; re-wording.
评论 #12962105 未加载
tptacekover 8 years ago
Probably nsping.
mystyle19over 8 years ago
PPD courses
evantahlerover 8 years ago
actionherojs.com
rgunover 8 years ago
provakil.com
brilliantcodeover 8 years ago
<a href="http:&#x2F;&#x2F;saasful.com" rel="nofollow">http:&#x2F;&#x2F;saasful.com</a><p>Successful. That&#x27;s what I want for my SaaS developers. Whatever your core product is, it&#x27;s always going to need<p>- billing integration with Stripe<p>- user authentication (for your customers)<p>- access control (so you can drop in support)<p>You can pull this off (of course!) but do you really want to deal with this portion at all? Wouldn&#x27;t you rather focus on driving traffic, writing blogs, adding new features to your core product with the time that you would spend on maintaining the non-product portions?<p>Here&#x27;s how we are doing it:<p>- We would be your go-to resource for all of your SaaS website issues, fixes, CSS changes, anything related!<p>- SaaS website never enters your cognitive load, we are keeping it up!<p>- Send us an email at hi@saasful.com and we&#x27;ll work on any request you send us in 48 hours. This is nice because months down the road you want to quickly change CSS<p>- Never deal with hiring from freelancer.com!<p>This is the tool that my devs and I have been working on this quarter. Would love some feedbacks.<p>edit: Care to explain the drive by downvotes? The thread is about sharing what tools we are working on right? Or did I not do it properly? Please let me know!
评论 #12962318 未加载
评论 #12962733 未加载
bbcbasicover 8 years ago
<a href="https:&#x2F;&#x2F;dealomni.com" rel="nofollow">https:&#x2F;&#x2F;dealomni.com</a> which helps you find deals near you.<p>Proud because of what I didn&#x27;t do. I was pragmatic. Avoided fancy nosql databases and funky languages and just bashed out some JS and said stuff it ... no server side!
67726eover 8 years ago
I would guess my most used project would be an HTTP header editor for Chrome[0]. According to the developer dashboard it has close to 4,000 weekly users and I don&#x27;t think I&#x27;ve had to do anything to it in over a year and a half. That so many folks would use my software is cool.<p>[0] - <a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;header-editor&#x2F;pkokmcnklmgbepioackopoknkdlhefjl" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;header-editor&#x2F;pkok...</a>
susamover 8 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;susam&#x2F;uncap" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;susam&#x2F;uncap</a><p>Map Caps Lock key to Escape key, or any to any key, on Windows systems.<p>I am very happy about it because my wife (then girlfriend) was the first user of this little tool and she still uses it everyday. She likes that this tool is unobtrusive and it silently remaps Caps Lock to Escape which is very convenient while using Vim.<p>From the download count I know that there are more people using it now but I don&#x27;t know who they are.
coldshowerover 8 years ago
I took Carl Jung&#x27;s Association Method and turned it into a simple psychoanalytical tool using cards. Works like a charm: <a href="https:&#x2F;&#x2F;www.thegamecrafter.com&#x2F;games&#x2F;critical-stimulus" rel="nofollow">https:&#x2F;&#x2F;www.thegamecrafter.com&#x2F;games&#x2F;critical-stimulus</a><p>Downloadable, printable version is here: <a href="https:&#x2F;&#x2F;payhip.com&#x2F;b&#x2F;TFIi" rel="nofollow">https:&#x2F;&#x2F;payhip.com&#x2F;b&#x2F;TFIi</a>
lowryover 8 years ago
A bash script that uses only builtins to truncate your PS1 to a fraction of the width of your terminal window.