I hereby claim:
- I am shaneriley on github.
- I am shaneriley (https://keybase.io/shaneriley) on keybase.
- I have a public key whose fingerprint is 0C11 260D 4BC2 7784 5025 E030 0B35 879A 83D3 EED3
To claim this, I am signing this object:
| <select name="state"> | |
| <option>AK</option> | |
| <option>AL</option> | |
| <option>AR</option> | |
| <option>AZ</option> | |
| <option>CA</option> | |
| <option>CO</option> | |
| <option>CT</option> | |
| <option>DC</option> | |
| <option>DE</option> |
| pico-8 cartridge // http://www.pico-8.com | |
| version 4 | |
| __lua__ | |
| player = {} | |
| player.x = 5 | |
| player.y = 5 | |
| player.sprite = 0 | |
| player.speed = 2 | |
| function move() |
| console.clog = function() { | |
| var format = "font: normal 18px 'Comic Sans MS', Chalkboard; color: purple;"; | |
| if (arguments.length > 1) { | |
| console.log("%c" + arguments[0], format, [].slice.call(arguments, 1)); | |
| } | |
| else { | |
| console.log("%c" + arguments[0], format); | |
| } | |
| }; |
| module UiHelper | |
| def dummy_image(width, height, background=nil, text=nil) | |
| background = background ? "/#{background}" : "" | |
| text = text ? "/#{text}" : "" | |
| content_tag :img, nil, alt: "", "data-src" => "/placeholder/#{width}x#{height}#{background}#{text}" | |
| end | |
| def lorem_paragraph(quantity = 3) | |
| Faker::Lorem.paragraphs(quantity).join | |
| end |
| #!/bin/sh | |
| # script for optimizing images in a directory (recursive) | |
| # pngcrush & jpegtran settings from: | |
| # http://developer.yahoo.com/performance/rules.html#opt_images | |
| # pngcrush | |
| for png in `find $1 -iname "*.png"`; do | |
| echo "crushing $png ..." | |
| pngcrush -rem alla -reduce -brute "$png" temp.png |
| sudo nmap -sP 10.0.1.0/24 | awk '/^Nmap/ { printf $5" " } /MAC/ { print }' - | grep Raspberry |
I hereby claim:
To claim this, I am signing this object:
| [][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]+!![]+!![]]+([][[]]+[])[+[]]+([][[]]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(![]+[])[!+[]+!![]+!![]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(+{}+[])[+!![]]+([]+[][(![]+[])[!+[]+!![]+!![]]+([]+{})[+!![]]+(!![]+[])[+!![]]+(!![]+[])[+[]]][([]+{})[!+[]+!![]+!![]+!![]+!![]]+([]+{})[+!![]]+([][[]]+[])[+!![]]+(![]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+[]]+([]+{})[!+[]+!![]+!![]+!![]+!![]]+(!![]+[])[+[]]+([]+{})[+!![]]+(!![]+[])[+!![]]]((!![]+[])[+!![]]+([][[]]+[])[!+[]+!![]+!![]]+(!![]+[])[+[]]+([][[]]+[])[+[]]+(!![]+[])[+!![]]+([][[]]+[])[+!![]]+([]+{})[!+[ |
| #!/bin/sh | |
| # script for optimizing images in a directory (recursive) | |
| # pngcrush & jpegtran settings from: | |
| # http://developer.yahoo.com/performance/rules.html#opt_images | |
| # pngcrush | |
| for png in `find $1 -iname "*.png"`; do | |
| echo "crushing $png ..." | |
| pngcrush -rem alla -reduce -brute "$png" temp.png |
| (102092 Mar 26 1994 official.answers.thru.12.3) | |
| <-------------------------------------------------------------------------------> | |
| N O T I C E ! ! ! ! ! ! ! ! ! ! ! | |
| This is NOT the FAQ list. This is a compilation of other answers from the | |
| Snark (David Howell) and other persons of note, and are more of less official. | |
| Use at you own risk. | |