duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
| $(function(){ | |
| connect = function() { | |
| ws = new WebSocket("ws://" + window.location.host + "/ws"); | |
| ws.onopen = function(e) { | |
| console.log("onopen", arguments); | |
| }; | |
| ws.onclose = function(e) { |
| #!/bin/bash | |
| BRIGHTNESS=/sys/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0/brightness | |
| CURRENT_VALUE=$(cat $BRIGHTNESS) | |
| value=$(echo $1 | grep -E -o '[[:digit:]]+') | |
| if [[ $# -ne 1 ]] | |
| then | |
| echo "$0 +VALUE | -VALUE | VALUE" |