Live data from Hacker News

Screenshot Saturday

news.ycombinator.com

11–20 of 135 posts

Re: Screenshot Saturday

#11

After the huge success [1] of SoundCloud Instant [2], I started working something else using the SoundCloud API. For the purpose of surprise, I'll just leave the screenshot here: http://i.imgur.com/PP4LN2J.jpg The prototype is ready and it does what it's supposed to, but it's not ready to be released yet. If you'd like to know when it's ready, you can join my (new) email list: http://eepurl.com/SRIPT [1] https://twit…

So it plays 6 songs at the same time? Neat.

C'mon, what does it do? :)

Re: Screenshot Saturday

#12
A QA test case management tool integrated with Github Issues.

http://imgur.com/a/0oqGO

Designed to be easy to navigate with the keyboard and replace the spreadsheets I normally use on projects.

If anyone out there needs something like this please shoot me an email. Planning on launching a V1 this weekend.

Re: Screenshot Saturday

#13
I'm working on a music and member management system for my university's radio station [1] as part of an independent study. I'm cheating and using FlatUI [2] for the interface. Using Bookshelf.js + MySQL/Express/Angular/Node

Screenshots here: http://imgur.com/a/uw8I1#0

[1]: http://www.wrct.org/ [2]: http://designmodo.github.io/Flat-UI/

Re: Screenshot Saturday

#14
I'm working on my first (major) project -- an app that will show live winning probabilities for each team in ongoing NBA games. I'm hoping to get it done before this year's NBA playoffs are over.

I just started, and I'm scraping JSON play-by-play data. This is my first experience with databases, so hopefully it works out well.

http://i.imgur.com/1OafJuj.png

Re: Screenshot Saturday

#15
It's Easter break in Australia - 4 days weekend.

I'm working on http://www.hackathonwatch.com It's a hackathon discovery site - it helps you discover new hackathons.

http://imgur.com/CQU4TGU

I've been working on it for several months, but did not really get a chance to add "watch/monitor" feature.

[1]: optimize contractor work flow to increase my ROI

[2]: adding "watch/monitor" feature

Re: Screenshot Saturday

#16
post #14

I'm working on my first (major) project -- an app that will show live winning probabilities for each team in ongoing NBA games. I'm hoping to get it done before this year's NBA playoffs are over. I just started, and I'm scraping JSON play-by-play data. This is my first experience with databases, so hopefully it works out well. http://i.imgur.com/1OafJuj.png

Where can we follow this?

Re: Screenshot Saturday

#17
UPDATE: WOW! Thanks, currently there are more users than the whole week. :D

I've been working on a minimalistic game collection site with Flash and HTML5 games: http://playszone.com/

Why to play here?

    - Big images that actually shows the real game at almost 1:1 scale;
    - Social integration: when you like an item, like on facebook, share on facebook
      or tweet about it, it will be stored on my server. (You have to be logged in 
      in order to work.) 
      - Why this is cool? - You have a feel of accomplishment as you will always try to do all the social tasks. 
      - Where exactly is this? - Everytime you play a game, you have a right navigation with 
      6 buttons. Those are the buttons. 
      (The only problem is the like button which takes a lot longer to get accounted)
    - No ads, at least not in my site. The flash games and some html5 games comes bundled with ads (Any way to remove them?).
    - Minimalist UI, which can be closed (Click on the 3 bars at top right of the page).
    - Played games have an watermark (Only for logged in.).
Interesting views:

- Main: http://playszone.com

- In game (flash) Road of Fury: http://playszone.com/games/id:5334632f8984d74232b8925d/road-...

- In game 2 (flash) The Peacekeeper: http://playszone.com/games/id:5339d19cc6af0b434c2dc9d2/the-p...

- In game (non-flash): http://playszone.com/games/id:5332e034775c56a02cc4a1cf/flapp...

- Submit game: http://playszone.com/submit-game

- Login or register: http://playszone.com/login-or-register

- Categories: http://playszone.com/games

Login required:

- Manage games: http://playszone.com/manage-games

Technology used:

    - Node.js + Express
    - MongoDB + Mongoose
    - Server side rendering with React.js
Anyway, I find very very very hard to promote such a site. :/

Re: Screenshot Saturday

#18
I'm working on a mini-spreadsheet app for Android. The core idea is to keep notes in a key-value format and do basic spreadsheet functions. I have a prototype but not sure if anyone wants it and if I should invest more time to finish it. Here's a screenshot: https://docs.google.com/file/d/0B17zGMpsqZu-clk1RkNfSnNxLXc/.... So, anyone wants this?

Re: Screenshot Saturday

#19
http://a.pomf.se/fbbmlu.png

I'm busy adding splay tree[1] support to OlegDB[2]. The idea is to use them for searching/cursor iteration. If you haven't seen them before they're basically binary trees with the caveat that newly inserted elements are at the top of the tree. Of course, segfaults abound until I get it working...

[1] - http://en.wikipedia.org/wiki/Splay_tree

[2] - https://olegdb.org/

Post reply on HN