Based on https://www.reddit.com/r/datasets/comments/3bxlg7/i_have_every_publicly_available_reddit_comment/
Generated using the script attached to this gist
| [alias] | |
| email-guess = !. ~/.git-scripts/email-guess.sh |
| var posts = new wp.api.collections.Posts(); | |
| posts.fetch().done(function() { | |
| var post = posts.first().attributes; | |
| // ... | |
| }); |
| module.exports = Math.random(); |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| </head> | |
| <body> | |
| <div style="height: 1584018px;"> | |
| Inspect my layout | |
| </div> | |
| </body> | |
| </html> |
| [diff] | |
| tool = kdiff3 | |
| [difftool "kdiff3"] | |
| cmd = 'c:\\Program Files\\kdiff3\\kdiff3' $LOCAL $REMOTE | |
| keepBackup = false | |
| trustExitCode = true | |
| keepTemporaries = false | |
| [merge] | |
| tool = kdiff3 | |
| [mergetool "kdiff3"] |
| var user; | |
| var balance; | |
| getCurrentUser() | |
| .then(function (currentUser) { | |
| user = currentUser; | |
| return getBalance(user); | |
| }) | |
| .then(function (userBalance) { | |
| balance = userBalance; |
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <style> | |
| body { | |
| font: 10px sans-serif; | |
| } | |
| .chord { | |
| fill-opacity: .67; |
Based on https://www.reddit.com/r/datasets/comments/3bxlg7/i_have_every_publicly_available_reddit_comment/
Generated using the script attached to this gist
| $ ./topthree.sh | |
| ./out/RC_2007-10.json | reddit.com 88601 | politics 34088 | programming 16162 | |
| ./out/RC_2007-11.json | reddit.com 223377 | politics 88473 | programming 32838 | |
| ./out/RC_2007-12.json | reddit.com 195181 | politics 112025 | programming 31726 | |
| ./out/RC_2008-01.json | reddit.com 234405 | politics 144953 | programming 39374 | |
| ./out/RC_2008-02.json | reddit.com 247924 | politics 109893 | programming 31063 | |
| ./out/RC_2008-03.json | reddit.com 207092 | politics 83375 | programming 34642 | |
| ./out/RC_2008-04.json | reddit.com 140944 | politics 64532 | programming 40958 | |
| ./out/RC_2008-05.json | reddit.com 149251 | politics 74204 | pics 44095 | |
| ./out/RC_2008-06.json | reddit.com 125032 | politics 74453 | pics 40568 |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> | |
| </head> | |
| <body> | |
| <h1>Will's page </h1> | |
| My name is <b>Will</b>. I am <font size="+1" color="red">11</font> years old. | |
| <p>This is a new paragraph. </p> | |
| </body> | |
| </html> |