The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
- Image from https://www.archlinux.org/
The official installation guide (https://wiki.archlinux.org/index.php/Installation_Guide) contains a more verbose description.
| // convert map[string]string to map[string]int | |
| // original code: http://stackoverflow.com/a/24973180/1606462 | |
| func ss2si(ss map[string]string) (map[string]int, error) { | |
| si := make(map[string]int) | |
| for k, v := range ss { | |
| i, err := strconv.Atoi(v) | |
| if err != nil { | |
| return si, err | |
| } | |
| si[k] = i |
| license: mit |
| license: mit |
| /* | |
| Tampermonkey (user)script to remove grayscale color for any websites. | |
| ## How to use? | |
| 1. Install tampermonkey chrome extension (https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo) | |
| 2. Open RAW version of this gist (https://gist.github.com/adkdev/911e38e15caf3f542ac87c9ab59bac95/raw/6577444b54c21f2427a0a578e9f67b2c07bfa51e/nograyscale.user.js) | |
| 3. Click install. | |
| 4. Open any website. | |
| */ |
| #!/bin/bash | |
| for dd in `seq 20 1 31` | |
| do | |
| dd=$(printf %02.0f $dd) | |
| for hh in `seq 0 1 23` | |
| do | |
| hh=$(printf %02.0f $hh) | |
| echo ~/scripts/parser.sh 2016 08 $dd $hh | |
| ~/scripts/parser.sh 2016 08 $dd $hh |
| grep -rnw '/path/to/somewhere/' -e "pattern" |
| # This file has been auto-generated by i3-config-wizard(1). | |
| # It will not be overwritten, so edit it as you like. | |
| # | |
| # Should you change your keyboard layout somewhen, delete | |
| # this file and re-run i3-config-wizard(1). | |
| # | |
| # i3 config file (v4) | |
| # | |
| # Please see http://i3wm.org/docs/userguide.html for a complete reference! |