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
/* https://golang.org/pkg/net/http/#example_FileServer */ | |
package main | |
import ( | |
"log" | |
"net/http" | |
) | |
func main() { |
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
https://pjreddie.com/darknet/yolo/ |
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
#!bin/sh | |
# tested with st 0.8.1 (c) 2010-2016 st engineers (st.suckless.org) on OpenBSD 6.4 (openbsd.org) | |
echo -e '08 - 0F (bright) \033[7m\033[30;1m \033[31;1m \033[032;1m \033[033;1m \033[034;1m \033[035;1m \033[036;1m \033[037;1m \033[0m' | |
echo -e '00 - 07 (normal) \033[7m\033[30m \033[31m \033[032m \033[033m \033[034m \033[035m \033[036m \033[037m \033[0m' |
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
# screen wrapper | |
function screen | |
# TODO port: bass source $SOURCMEPATH/screen.sh \; screen $argv | |
if [ (count $argv) -eq 0 ]; or [ "$argv" = "ls" ] | |
command screen -ls\ | |
| head -n -1 | tail -n +2\ | |
| awk -F'.' '{print $2}'\ | |
| sed 's/\s*(Attached)/*/' | sed 's/\s*(Detached)//' | |
else if [ (count $argv) -eq 1 ] | |
if command screen -rd "$argv" |
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
/* flattened dark | |
* | |
black color0 #073642 color8 #002b36 | |
red color1 #dc322f color9 #cb4b16 | |
green color2 #859900 color10 #586e75 | |
yellow color3 #b58900 color11 #657b83 | |
blue color4 #268bd2 color12 #839496 | |
magenta color5 #d33682 color13 #6c71c4 | |
cyan color6 #2aa198 color14 #93a1a1 | |
white color7 #eee8d5 color15 #fdf6e3 |
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
var test = "iframe#youtube_player_placeholder"; | |
function parseyt(iframe_selector) { | |
var take = document.querySelector(iframe_selector).src.split('%2C'); | |
var list = []; | |
list[0] = take[0].match("playlist=(.{11})")[1]; | |
for ( var i = 1 ; i < take.length - 1 ; i++ ) { |
- TEST
test
test
test
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
Homebrew build logs for xdotool on macOS 10.11.6 | |
Build date: 2017-05-05 18:56:09 |
NewerOlder