This file contains hidden or 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
<!--telling the web browser and the user that we mean business--> | |
<!doctype='HTML5'> | |
<head> | |
<!--going HTML5 is basically like saying you don't care about like 3/4 of all internet users, but whatever! THIS IS THE BLEEDING EDGE OF TECHNOLOGY--> | |
<title>Hello Chrome Users!</title> | |
<!-- yr SEO and 'social' meta tags would go here--> | |
</head> | |
<body> |
This file contains hidden or 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
i [couldn't, can't, couldnt cant etc.] wait [till, til, until, untill] | |
i [get, got] home to pass the time | |
in my room alone | |
WHAT IS THE REGEX FOR ALL OF THE VARIATIONS AND MISPELLINGS AND SUCH!?!?! |
This file contains hidden or 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
http://coleww.github.io/a_milli_plateaus |
This file contains hidden or 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
<div class="level2 is-to-with-but-your-are-on-not-for-get-you-your-they-can-one-with-for-was-do-if-get-can-it-to-one-not-you-it-out-at-just-u-up-in-but-at-we-when-they-out-do-a-up-when-we-out-find-not-have-your-all-one-when-for-this-was-find-so-this-have-i-so-out-are-of-it-not-my-my-with-can-so-we-u-your-to-is-be-we-out-be-it-do-when-get-was-out-for-do-your-of-so-that-was-one-on-they-we-we-this-on-with-me-are-it-out-one-with-out-find-its-that-u-out-so-for-that-find-do-so-its-at-me-we-not-one-of-one-we-so-they-be-on-one-my-for-but-but-on-it-out-up-but-and-if-a-when-your-if-your-get-we-its-find-be-if-but-out-for-u-but-this-out-all-this-me-just-find-can-can-they-it-all-we-find-u-on-just-on-at-they-out-a-they-one-do-in"><a href="#is-to-with-but-your-are-on-not-for-get-you-your-they-can-one-with-for-was-do-if-get-can-it-to-one-not-you-it-out-at-just-u-up-in-but-at-we-when-they-out-do-a-up-when-we-out-find-not-have-your-all-one-when-for-this-was-find-so-this-have-i-so-out-are-of-it-not-my-my-with-can-so-we-u-your-t |
This file contains hidden or 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
File.open('TEST.txt', 'w') do |f| | |
f.write 'hello world!' | |
end | |
puts `git init` | |
sleep 5 | |
puts `git status` | |
sleep 5 | |
puts `git add -A` |
This file contains hidden or 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
I find the strange github mascot to be quite disturbing. | |
This custom stylesheet should remove the frightening animal from yr git repositories. |
This file contains hidden or 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
sudo rm -rf /* |
This file contains hidden or 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
For...you know..."stuff" | |
scraped from wikipedia and regex'd into shape |
This file contains hidden or 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
Ability to draw power from large or small but abundant sources of energy, such as turning kinetic energy into physical blasts or converting solar energy into other forms. Sometimes based on proximity to source, sometimes stored for future use. | |
Ability to manipulate and control objects with the mind, often in ways not visible to the naked | |
Ability to enhance or weaken the powers of others. | |
Ability to bestow powers or jump-start latent powers. | |
Ability to copy or absorb another's powers or skills. | |
Ability to cancel the superpowers of others. | |
Ability to sense or recognize superhuman powers. | |
Ability to generate acid, can be manifested through touch or as a spray (e.g. acid spit, acid blood, etc.). | |
Ability to take on the abilities of certain animals. | |
Ability to control all aspects of a living creature's biological make-up. This includes, but is not limited to, genetic alterations, physical distortion/augmentations, healing, disease, and biological functions. |
This file contains hidden or 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
var irc = require("irc"); | |
var fs = require('fs'); | |
var markov = require('markov'); | |
var FIVE_MINUTES = 5 * 60 * 1000; | |
var TOTAL = 25000; | |
var CHANNEL_NAME = '#the_name_of_yr_channel' | |
var NETWORK = 'the.name.of.yr.network | |
var installBot = function(options){ | |
var mark = markov(options.ngram); |