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
;; Arduino LED blink | |
;; | |
;; Based on the example at http://www.ulisp.com/show?1LG8 | |
;; | |
;; 2017, Frederico Munoz <[email protected]> | |
(defun b (x s d) | |
"Slowly increases and decreases the blinking interval in a loop" | |
(pinmode 13 t) |
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
name: redis | |
director_uuid: f5d1f979-c7d4-443b-a24b-8479536eaeed | |
releases: | |
- name: redis | |
version: latest | |
stemcells: | |
- alias: trusty | |
os: ubuntu-trusty | |
version: latest |
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
### DOCKER ALIAS | |
## Sound options for RHEL7 OpenClient | |
snd_opts="--device /dev/snd \ | |
-e PULSE_SERVER=unix:${XDG_RUNTIME_DIR}/pulse/native \ | |
-v ${XDG_RUNTIME_DIR}/pulse/native:${XDG_RUNTIME_DIR}/pulse/native:Z \ | |
--group-add $(getent group audio | cut -d: -f3)" | |
x11_opts="-e DISPLAY=unix$DISPLAY \ | |
--ipc=host \ | |
-v /dev/dri/:/dev/dri/:Z \ |
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
alias ragekill="ps -eo pcpu,comm,pid | sort -k1 -n|awk 'END {print(\"killed\", \$2); system(\"kill -9 \" \$3)}'" |
OlderNewer