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
$ grunt --gruntfile /home/roni/web/the-shelf/Gruntfile.js serve | |
Running "clean:server" (clean) task | |
Cleaning .tmp...OK | |
Running "bowerInstall:app" (bowerInstall) task | |
Running "concurrent:server" (concurrent) task | |
Running "copy:styles" (copy) task |
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
ScrollLock:: | |
switch := !switch | |
If (switch) | |
usePlaybackDevice(1) | |
else | |
usePlaybackDevice(4) | |
return | |
usePlaybackDevice(device) { | |
Run, mmsys.cpl |
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
<style> | |
.guide-container{ | |
height: 450px; | |
width: 750px; | |
overflow-x: scroll; | |
overflow-y: hidden; | |
direction: rtl; | |
} |
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
#!/bin/sh | |
# This shell script is PUBLIC DOMAIN. You may do whatever you want with it. | |
TOGGLE=$HOME/.toggle | |
if [ ! -e $TOGGLE ]; then | |
touch $TOGGLE | |
xrandr --output HDMI2 --auto --left-of VGA1 | |
pactl set-card-profile 0 output:hdmi-stereo-extra2 | |
else |
NewerOlder