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
| team = { | |
| name : "", | |
| desc : "", | |
| logo : "", | |
| members : [ player ], | |
| matches : [], | |
| contact : { | |
| twitter : "", | |
| twitch : "", | |
| fb : "" |
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
| "use strict"; | |
| var stack = [], | |
| input = require("./sample.js").split("\n"), | |
| solve = function(v1) { | |
| if(typeof stack[v] === number) { | |
| }stack[] | |
| return val; |
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
| "use strict"; | |
| var input = require("./input.js"), | |
| g = [], | |
| gs = 1000, | |
| x, y, | |
| count = 0, | |
| gridlington = function(size) { | |
| var arr = []; |
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
| "use strict"; | |
| var input = require("./input.js"), | |
| g = [], | |
| gs = 1000, | |
| x, y, | |
| count = 0, | |
| gridlington = function(size) { | |
| var arr = []; |
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 names = document.querySelector("pre").innerHTML.trim(), | |
| niceCount = 0; | |
| function vowelCheck(name) { | |
| var count = name.match(/[aeiou]/gi); | |
| return count && count.length >= 3; | |
| } | |
| function doubleCheck(name) { | |
| return /(.)\1/.test(name); |
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 names = document.querySelector("pre").innerHTML.trim(), | |
| niceCount = 0; | |
| function vowelCheck(name) { | |
| var count = name.match(/[aeiou]/gi); | |
| return count && count.length >= 3; | |
| } | |
| function doubleCheck(name) { | |
| return /(.)\1/.test(name); |
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
| // include this: https://blueimp.github.io/JavaScript-MD5/js/md5.js | |
| var input = "yzbqklnj", | |
| found = false, | |
| suffix = 1; | |
| while(found === false) { | |
| // noprotect | |
| if(window.md5(input + suffix++).indexOf("000000") === 0) { | |
| found = --suffix; |
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 dirs = "v>v<vvv<<vv^v<v>vv>v<<<^^^^^<<^<vv>^>v^>^>^>^>^><vvvv<^>^<<^><<<^vvvv>^>^><^v^><^<>^^>^vvv^<vv>>^>^^<>><>^>vvv>>^vv>^<><>^<v^>^>^><vv^vv^>><<^><<v>><>^<^>>vvv>v>>>v<<^<><^<v<>v>^^v^^^<^v^^>>><^>^>v<>^<>>^>^^v^><v<v>>><>v<v^v>^v<>>^><v>^<>v^>^<>^v^^^v^^>>vv<<^^><^<vvv>^>^^<^>>^^^^^v^<v>vv<>>v^v<^v^^<><^<^vv^><>><><>v>vvv^vv^^<<><<vvv><<^v^><v<>vvv^<^>vvvv^>^>>^v^<v^vv<^^v<>v>vv^<>><v<<<^v^<<><v<^<^<><^^^>^>>v>^>v^<>v><^<^<v^>^^vv<^^<>v^v^vv<>>>>v^v<>><^^v>vv^^>v^v>v<vv>>v>><v^v^v>vv>^^>^v><<vv^v^^vv<^v><^<<v<v^>vv^^^<v^>v>v^^^>><^^<v^<^>>v><vv<v^^>^^v>>v^^^<^^v>^v>><^<^<>>v<<^^vv>^^^v<^<^<v<v^^vv>^vv^>>v^><v>><<<>^vv^<^<>v^^<<<v<^>^><><v^^>>^^^<^vv<^^^>><^^v>^^v^<v^v^>^^<v>^<^v<^<<<<^<v^>v^<^^<>^^>^><<>>^v><>><^<v><^^^>>vv>^><vv>^^^^^v^vvv><><^<^>v>v^v^>^><><^<^><>v<<vv<^>><>^v^^v>^<<<>^v^>^<<v^vv<>v^<v^^vv><<v^<>>>^<v>vv>v>>>^<^>><vv<>>>>v<v>>>^v>v><>>vvv<^^><<^>^>v<^vvvv<v><vv<><^^^v^^^>v^v<>v<^^v>>><>v<v^>>v><v^>>^^<v<<<^<v<><^^v><<v^><<<<^vv<^<>^><vv<<<<^>>>^v>^v>vv>^v<>v>v<v><^>>v>>^>^><^<v^v^ |
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
| module.exports = [ | |
| function(r,s,c) { | |
| log("1"); | |
| c(); | |
| }, | |
| function(r,s,c) { | |
| c(); | |
| log("2"); | |
| c(); | |
| }, |
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
| .border-x(@args) { | |
| border-top: @args; | |
| border-bottom: @args; | |
| } | |
| .border-y(@args) { | |
| border-right: @args; | |
| border-left: @args; | |
| } | |
| .margin-x(@args) { | |
| margin-top: @args; |