Skip to content

Instantly share code, notes, and snippets.

@bryantp
bryantp / JSON
Created August 16, 2013 17:54
api.reddit.com/r/learnprogramming
{"kind": "Listing", "data": {"modhash": "n4a0dpx8yo65e7ed871aae57d3431fd7b9c9e1dda32f2d8122", "children": [{"kind": "t3", "data": {"domain": "self.learnprogramming", "banned_by": null, "media_embed": {}, "subreddit": "learnprogramming", "selftext_html": "<!-- SC_OFF --><div class=\"md\"><p>The website in question pulls information from our SAP system and brings it to a searchable format everyone on the network can access. We are a project based company so every morning I would like to run a report telling me where each project stands. This is my first project so I KNOW I sound like a noob, I'm just looking to be pointed in the right direction. Below is a screen shot of the UI <a href=\"http://i.imgur.com/uA42mDH.png\">http://i.imgur.com/uA42mDH.png</a></p>\n</div><!-- SC_ON -->", "selftext": "The website in question pulls information from our SAP system and brings it to a searchable format everyone on the network can access. We are a project based compan
2014-03-23 14:33:04 [INFO] Starting minecraft server version 1.6.4
2014-03-23 14:33:04 [INFO] ++++++++++++++++++++++++++++++++++++++++++++++++++
2014-03-23 14:33:04 [INFO] Found FMLCH.tickStart()...
2014-03-23 14:33:04 [INFO] Pattern found ...
2014-03-23 14:33:04 [INFO] Trying to inject tick profiler...
2014-03-23 14:33:04 [INFO] Successful injection !
2014-03-23 14:33:04 [INFO] Found FMLCH.tickEnd()...
server {
listen 80 default_server;
listen [::]:80 default_server ipv6only=on;
root /var/www/html;
index index.php index.html index.htm;
server_name your_domain.com;
location / {