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
const EloCalc = require('elo-calculator'); | |
const elo = new EloCalc({}); | |
// let names = [ | |
// 'Brice Shatzer', | |
// 'Bryce Dorn', | |
// 'Danny Cheng', | |
// 'Jamie Levinson', | |
// 'Joe Duran', | |
// 'Mike Parent', |
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
const EloCalc = require('elo-calculator'); | |
const elo = new EloCalc({}); | |
// let names = [ | |
// 'Brice Shatzer', | |
// 'Bryce Dorn', | |
// 'Danny Cheng', | |
// 'Jamie Levinson', | |
// 'Joe Duran', | |
// 'Mike Parent', |
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 amazon_assoc_ir_f_call_associates_ads = function(d) { | |
var b = "", c, a; | |
if (typeof JSON !== "undefined") { | |
a = JSON.stringify(d); | |
} else { | |
if (typeof amzn_assoc_utils !== "undefined") { | |
a = amzn_assoc_utils.stringify(d); | |
} else { | |
return; | |
} |
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
2 Abrade | |
2 Aether Hub | |
2 Chandra, Torch of Defiance | |
2 Field of Ruin | |
1 Fling | |
7 Forest | |
2 Ghalta, Primal Hunger | |
2 Hashep Oasis | |
3 Heart of Kiran | |
2 Heroic Intervention |
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
//... | |
import com.kinja.mantle.model.BlogSalesMetadata | |
//... | |
@template("tiger.section.head.standard") | |
final case class Standard( | |
//... | |
blogSalesObj: Option[BlogSalesMetadata])(implicit request: RequestPlus[_]): Standard = { | |
object Standard { |
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
<!DOCTYPE html> | |
<html> | |
<body> | |
<h1>My First Heading</h1> | |
<p>My first paragraph.</p> | |
<script> | |
console.log('hello') | |
</script> | |
</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
#! /usr/bin/env ruby | |
# This script can be used to parse and dump the information from | |
# the 'html/contact_info.htm' file in a Facebook user data ZIP download. | |
# | |
# It prints all cell phone call + SMS message + MMS records, plus a summary of each. | |
# | |
# It also dumps all of the records into CSV files inside a 'CSV' folder, that is created | |
# in whatever the working directory of the program is when executed. | |
# |
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
{ | |
"id": 1820116214, | |
"authorIds": ["5876237249237788313"], | |
"authors": [{ | |
"id": "5876237249237788313", | |
"screenName": "bshatzer", | |
"displayName": "Brice's Display Name", | |
"defaultBlogId": 1636458960, | |
"defaultBlog": null, | |
"avatar": { |