- search in title
intitle:"hello world" - must include
+"hello world" - or operator
"hello | world"
Example
intitle:"GANG BEASTS" +"ハニスト | あにまーれ | シュガリリ"
intitle:"hello world"+"hello world""hello | world"Example
intitle:"GANG BEASTS" +"ハニスト | あにまーれ | シュガリリ"
| body { | |
| font-size: 12px; | |
| line-height: 1.5; | |
| } | |
| #page { | |
| max-width: 500px; | |
| margin: 15px; | |
| word-wrap: break-word; | |
| } | |
| h1 { |
| #!/bin/sh | |
| # generate lua class diagram in graphviz format | |
| # example: ./lua-class.sh *.lua > class.gv | |
| echo "digraph hierarchy {" | |
| echo "\tsize = \"5,5\"" | |
| echo "\tnode[shape=record,style=filled,fillcolor=gray95]" | |
| echo "\tedge[dir=back,arrowtail=empty]" | |
| grep "^function" "$@" |\ |
| /* css font definition for Anderson Grotesk | |
| * from https://www.behance.net/gallery/58071711/ANDERSON-GROTESK-A-free-font-family | |
| */ | |
| @font-face { | |
| font-family: 'Anderson Grotesk'; | |
| font-style: normal; | |
| font-weight: 300; | |
| src: url(./AndersonGrotesk-Light.otf) format('opentype'); | |
| } |
| #!/bin/bash | |
| tmp=/tmp/yt.html | |
| url="$1" | |
| if [ -z "$url" ]; then | |
| echo "USAGE: $0 URL" | |
| exit 1 | |
| fi |
| #!/bin/sh | |
| # | |
| if [ $# -ne 2 ]; then | |
| echo usage: clear_color.sh IN_FILE OUT_FILE | |
| exit 1 | |
| fi | |
| convert "$1" -transparent "#"`magick "$1" -format "%[hex:p{0,0}]" info:` "$2" |
Problem: Firefox mobile out of memory
Solution: lower HTML build heap size to 32 MB
Problem: HTML build sound cracking
Solution: Ask user to enable hardware acceleration
| [ -〿]|[ -ゟ]|[゠-ヿ]|[ - ]|[一- ] |