A Pen by Captain Anonymous on CodePen.
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
| def has_search_term(string_to_search): | |
| patterns = re.compile(r'(?:%s)' % '|'.join(list_of_terms)) | |
| return bool(patterns.search(string_to_search)) |
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="page"> | |
| <div class="row"> | |
| <div class="hex"> | |
| <div class="hexTop"></div> | |
| <div class="hexBottom"></div> | |
| </div> | |
| <div class="hex-2"> | |
| <div class="hexTop"></div> |
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="zenefits"> | |
| <div class="piece wing-back"></div> | |
| <div class="head"> | |
| <div class="piece head-1"></div> | |
| <div class="piece head-2"></div> | |
| <div class="piece head-3"></div> | |
| </div> | |
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="zenefits-logo"> | |
| <div class="piece wing-back"></div> | |
| <div class="piece head"></div> | |
| <div class="piece wing-front-1"></div> | |
| <div class="piece wing-front-2"></div> | |
| <div class="piece tail"></div> | |
| </div> |
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 id="logo"></div> |
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="zenefits-logo"> | |
| <div class="piece wing-back"></div> | |
| <div class="piece head"></div> | |
| <div class="piece wing-front-1"></div> | |
| <div class="piece wing-front-2"></div> | |
| <div class="piece tail"></div> | |
| </div> |
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
| !(navigator.userAgent.toLowerCase().indexOf('chrome') > -1) ? null : (function() { | |
| var args = [], eightBitHack = [], coordinates = ["nodcnp", "tl9ehx", "tl9fad", "tl9fad", "tl9fhh", "tl9fj9", "zik0z9", "zik0zh", "zik0zj", "zik0zh", "zik0z9", "tl9fj9", "tl9fhh", "tl9fad", "tl9fad", "tl9ehx", "nodcnp"]; | |
| for (var row = coordinates.length; row--;) { | |
| var decompressedRow = parseInt(coordinates[row], 36).toString(4).split(''); | |
| coordinates[row] = decompressedRow.splice(1, decompressedRow.length-1); | |
| for (var cell = coordinates[row].length; cell--;) { | |
| var dot = parseInt(coordinates[row][cell]); | |
| var color = dot === 3 ? '#c32733' : dot === 2 ? '#1155cc' : dot ? '#fff' : null; | |
| args.unshift("border: 8px solid color;".replace('color', color)); | |
| eightBitHack.unshift("%c"); |
I hereby claim:
- I am aristretto on github.
- I am aristretto (https://keybase.io/aristretto) on keybase.
- I have a public key ASBofRw6rNNtjFFEtA8sK6SzeNOHIzknNlZL5pNjg-i6ZAo
To claim this, I am signing this object:
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
| console.warn('foo'); | |
| function bar() { | |
| console.log('bar!'); | |
| }; |
OlderNewer