Wind:
a physics-based flight simulator


Cloth:
a mass spring cloth simulation


EventHorizon:
a 2D newtonian gravity sandbox.


http-server:
the socket server serving you this very webpage.

    server_start()                        process_connection()
    +------------+     connection thread  +------------------------+
    |            |   +------------------->|                        |
    |  socket()  |   |                    |  recv_request()        |
    |  bind()    |   |                    |  http_parse()          |
    |  listen()  |   |                    |  http_handle_request() |---+
    |            |   |                    |                        |   |    requested data
--->|  accept()  |   |               +--->|  send_response()       |------------------------------>
    |  pthread() |---+               |    |                        |   |
    |            |                   |    +------------------------+   |
    +------------+                   |                                 |
                                     |     http_handle_request()       |
                                     |    +--------------------+       |       
                                     |    |                    |<------+    content
                                     |    |  http_validate()   |            +---------------------+
                                     |    |  http_route()      | route      |                     |  
                                     |    |  http_fill_body()  |-------+--->|  content_sendfile() |
                                     |    |  http_format()     |       |    |                     |
                                     +----|                    |       +--->|  content_readfile() |
                                          +--------------------+       |    |                     |
                                                                       +--->|  content_error()    |
                                                                       |    |                     |
                                                                       +--->|  content_perlin()   |
                                                                       |    |                     |
                                                                       +--->|  content_sha256()   |
                                                                            |                     |
                                                                            |         ...         |
                                                                            |                     |
                                                                            +---------------------+
                

spotify-archiver:
get an ascii hardcopy of any public spotify playlist

$ ./spotify-archiver.js gabriel.racz metal

+----------------------------------------------------------------+---------------------+
| Track                                                          | Artist              | 
+----------------------------------------------------------------+---------------------+
| Sabbath Bloody Sabbath - 2014 Remaster                         | Black Sabbath       | 
| Snowblind - 2014 Remaster                                      | Black Sabbath       | 
| Hand of Doom - 2012 - Remaster                                 | Black Sabbath       | 
| The Trooper - 2015 Remaster                                    | Iron Maiden         | 
| Planet Caravan - 2012 - Remaster                               | Black Sabbath       | 
| Solitude - 2014 Remaster                                       | Black Sabbath       | 
| Under the Sun - 2014 Remaster                                  | Black Sabbath       | 
| Paranoid - 2012 - Remaster                                     | Black Sabbath       | 
| Supernaut - 2014 Remaster                                      | Black Sabbath       | 
| N.I.B.                                                         | Black Sabbath       | 
| A Bit of Finger / Sleeping Village / Warning - 2013 Remaster   | Black Sabbath       | 
| Megalomania - 2013 Remaster                                    | Black Sabbath       | 
| Wheels of Confusion / The Straightener - 2014 Remaster         | Black Sabbath       | 
| Sweet Leaf - 2014 Remaster                                     | Black Sabbath       | 
| Spiral Architect - 2013 Remaster                               | Black Sabbath       | 
| Hole in the Sky - 2014 Remaster                                | Black Sabbath       | 
| The Thrill of it All - 2013 Remaster                           | Black Sabbath       | 
| Fade To Black (Remastered)                                     | Metallica           | 
| Hallowed Be Thy Name - 2015 Remaster                           | Iron Maiden         | 
| Nothing Else Matters                                           | Metallica           | 
| The Day That Never Comes                                       | Metallica           | 
| The Unforgiven                                                 | Metallica           | 
| War Pigs                                                       | Black Sabbath       | 
| Buried Alive                                                   | Avenged Sevenfold   | 
| Wherever I May Roam                                            | Metallica           | 
| To Live Is to Die (Remastered)                                 | Metallica           | 
| Orion (Remastered)                                             | Metallica           | 
| Welcome Home (Sanitarium) (Remastered)                         | Metallica           | 
| Through the Fire and Flames                                    | DragonForce         | 
| Master of Puppets (Remastered)                                 | Metallica           | 
| Fear of the Dark - 2015 Remaster                               | Iron Maiden         | 
| Wasting Love - 2015 Remaster                                   | Iron Maiden         | 
| Revelations - 2015 Remaster                                    | Iron Maiden         | 
| Prodigal Son - 2015 Remaster                                   | Iron Maiden         | 
| Aces High - 2015 Remaster                                      | Iron Maiden         | 
| Into the Void - 2014 Remaster                                  | Black Sabbath       | 
| Prowler - 2015 Remaster                                        | Iron Maiden         | 
| A National Acrobat - 2013 Remaster                             | Black Sabbath       | 
| Sabbra Cadabra - 2013 Remaster                                 | Black Sabbath       | 
| The Call Of Ktulu (Remastered)                                 | Metallica           | 
| Red Tide Rising                                                | Orange Goblin       | 
| The Wolf Bites Back                                            | Orange Goblin       | 
| Bfg Division                                                   | Mick Gordon         | 
| Apokatastasis Panton                                           | Deathspell Omega    | 
| Initiation                                                     | Green Lung          | 
| Electric Funeral - 2012 - Remaster                             | Black Sabbath       | 
| The Stage                                                      | Avenged Sevenfold   | 
| Coming Home                                                    | Avenged Sevenfold   | 
+----------------------------------------------------------------+---------------------+
                
nazgul