Created
March 31, 2014 05:32
-
-
Save j2labs/9885889 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Round 29: Last hurrah before we're officially old. | |
Hello Hackers. | |
Thank you NYU for hosting the meetup. That was our first time at NYU and the space was great. | |
## Projects | |
### Gabe Ghearing | |
Atari makes a iPad game controller called Duo and you can only use a Duo with Atari games. A whole controller, for just their games. Cmon. Gabe solved that though. | |
* [cmon](https://www.youtube.com/watch?v=SP_9zH9Q44o) | |
* [code](https://github.com/gabebear/AtariDuoHack) | |
### Sterling Walker | |
NYC Open Data publishes restaurant inspection data but the file's formatting wouldn't pass inspection, so Sterlin walked over to her computer and wrote a parser in Ruby that outputs JSON. | |
* [code](https://github.com/ajosepha/map_game/blob/master/app/models/restaurant.rb) | |
### Samy Bahra | |
Samy wrote a hash table in C that out performs Google Dense Hash. It doesn't require locking and is light on memory. | |
* [code](http://concurrencykit.org/cgit/cgit.cgi/ck/tree/src/ck_hs.c) | |
### Jim Grandpre | |
Jim wrote code that controls a receipt printer to slowly print out every image in xkcd.com/1190. A receipt printer isn't exactly the best in printing technology, so Jim had to figure out how to get around those weaknesses too. | |
Mind sharing a link for the code, Jim? | |
* [xkcd 1190's story](https://en.wikipedia.org/wiki/Time_(xkcd)) | |
### Amy Hanlon | |
Amy figured out how to quote Harry Potter by replacing Python's import statement with 'accio', which you can see is also 1 less character to type. Magic! | |
* [blog post](http://mathamy.com/import-accio-bootstrapping-python-grammar.html) | |
* [code](https://github.com/amygdalama/nagini) | |
### Vadim Graboys | |
Snapchat for powerpoint! Someone give this guy a million dollars! | |
* [dot com](snapppt.com) | |
* [code](https://github.com/vadimg/snapppt) | |
### Dan Foreman-Mackey | |
Dan built a thing to help him find where he should get coffee in the morning based on how lazy he's feeling or how much he cares about getting great coffee. Also, it works for pizza! | |
* [dot com](http://coffee.dfm.io) | |
* [code](https://github.com/dfm/coffee-map) | |
### Dave Justice | |
This project lets a user upload sounds to a server which then uses the PaulStretch algorithm to slow them down. | |
* [code](https://github.com/meandavejustice/extreme-sound-stretch/) | |
### Zed Shaw | |
Zed wrote the Learn X The Hard Way books and spoke to us about many of the things he's learned from that. A great one is help new coders feel comfortable asking questions, making mistakes, and learning by doing. | |
* [dot com](http://learncodethehardway.org/) | |
## Announcements | |
### Round 30 - The Deliverator | |
We're always looking for spaces, so if you've got space for 100+ people and are willing to host, please let us know! | |
### Going to some other place? | |
There are 1300 people you'd probably get along with that are part of Hack And Tell: Berlin. There's 230 in San Francisco. 300 in Melbourne. | |
You should reach out to them if you're traveling: [dot org](http://hackandtell.org/) | |
## Fin | |
Adios, hackers. | |
Andrew & James |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment