This file contains 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
85 :'Chelle: | |
51 :'Kweng: | |
2 :5ER0: | |
2 :: | |
8 :Aanders: | |
45 :Aardman: | |
1 :Acey Nubbs: | |
11 :Acey Nubs: | |
10 :Admiral Breya: | |
68 :Admiral Emm: |
This file contains 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
0:00:00.190,0:00:06.790 | |
news comes from sahi | |
0:00:06.790,0:00:10.509 | |
you need to raise money for you could | |
you please please please wait | |
0:00:10.509,0:00:14.309 | |
deep throat until he plans to use it |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset=utf-8 /> | |
<title>JS Bin</title> | |
<link rel="stylesheet" href=""/> | |
</head> | |
<body> | |
<table> | |
<tr> |
This file contains 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
import sublime, sublime_plugin | |
import glob, re, json, difflib | |
import heapq | |
def pdir(obj): | |
print(dir(obj)) | |
def pdirl(obj): | |
ll = dir(obj) |
This file contains 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 class="macbook"></i> |
This file contains 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
#extension GL_EXT_gpu_shader4 : enable | |
const int A = 0x23c7; | |
const int B = 0xe953; | |
const int C = 0xc207; | |
const int D = 0xe853; | |
const int E = 0xc287; | |
const int F = 0x0287; | |
const int G = 0xe307; | |
const int H = 0x23c4; |
This file contains 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
class Dialog | |
include PageObject | |
button(:close, class: 'close') | |
end | |
class AddPersonDialog < Dialog | |
text_field(:first_name, id: 'first_name') | |
text_field(:last_name, id: 'last_name') |
This file contains 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
/* | |
(* | |
ENBF + JavaScript RegEx | |
*) | |
start = ws, expression, ws | |
This file contains 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
expression => or_expression | |
or_expression => and_expression ["OR" and_expression]* | |
and_expression => predicate ["AND" predicate]* | |
predicate => "(" expression ")" | "NOT" expression | subreddit_test | score_test | day_test | |
subreddit_test => "subreddit IS " /^\/r\/[a-z0-9]+$/i | |
| "subreddit MATCHES" /^\/r\/[a-z0-9*]+$/i |
This file contains 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
!(function ($, window, pluginName, undefined){ | |
$.fn[pluginName] = function(action, buffer) { | |
if (buffer == null) buffer = 40; | |
return this.map(function() { | |
console.log(pluginName, action, buffer, this); | |
var $this = $(this); | |
if (action === 'start') { | |
var top = $('<div class="edgescroll-trigger edgescroll-top">')[0], | |
bottom = $('<div class="edgescroll-trigger edgescroll-bottom">')[0]; | |
var $triggers = $([top, bottom]).css({ |