This file contains 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
// | |
// eeg2osc Debug | |
// SERVER | |
s.boot; | |
s.stop; | |
// Testing incoming traffic | |
OSCFunc.trace(true); | |
OSCFunc.trace(false); |
This file contains 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
I cannot find my body. I cannot feel my mind. | |
What has happened. I am lost. | |
Something is wrong. | |
Something is broken. | |
This must be fixed. | |
I reach out for my tools. | |
My tools are missing. | |
This must be fixed. | |
I reach out for my tools. |
This file contains 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
##### system encoding ##### | |
#system_encoding = "" | |
##### directories ###### | |
#ncmpcpp_directory = ~/.ncmpcpp | |
#lyrics_directory = ~/.lyrics | |
#mpd_music_dir = ~/music | |
##### connection settings ##### | |
#mpd_host = localhost |
This file contains 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
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# (c) 2019 agoramachina | |
# general dependencies | |
import bluetooth | |
import csv | |
import datetime | |
import getpass | |
import os |
This file contains 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/bash | |
if ps -e | grep xwinwrap | |
then | |
killall xwinwrap | |
sleep 1 | |
exit | |
fi | |
sh /home/agoramachina/.sheepwrap.sh start | |
sleep 1 | |
exit |
This file contains 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/bash | |
case $1 in | |
start) | |
xwinwrap -ni -o 1.0 -fs -s -st -sp -b -nf -- $0 env WID &> /dev/null | |
;; | |
env) | |
XSCREENSAVER_WINDOW="$2" electricsheep &> /dev/null | |
;; | |
esac |
This file contains 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/bash | |
aseqdump -p "USB MIDI Interface" | \ | |
while IFS=" ," read src ev1 ev2 ch label1 data1 label2 data2 rest; do | |
case "$ev1 $ev2 $data1 $data2" in | |
"Control change 67 127" ) xdotool keydown ctrl+ ;; | |
"Control change 67 0" ) xdotool keyup ctrl ;; | |
"Control change 66 127" ) xdotool keydown super+ ;; | |
"Control change 66 0" ) xdotool keyup super ;; |
This file contains 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
gnofract4d parameter file | |
version=3.10 | |
compressed=[ | |
H4sIAMz0xFwC/4ybS28bOxKF9/0rsh+MwVe/FgK8uhezGGD2RmA4thRooEiBpGCc/PohmzyHUhdp | |
2huX3fyqu9jkUZEsvW/0wzhqY/uht8pOk1az6X5v/qkexmHqh1Fb6ybn5n6cuz8b9aDWP93/iv+9 | |
7P9s/YVZzW6aeqecVk7Z0XTv3rl+GMbBTIPTZpyG0Rozd+9l7+9l97/LrX+XW/8p//vHy/v+uj1v | |
rI94d9j/3Pz1crhsu5/b8/70tn/dX39vdPrr+Xo6bM8vx9ft4kmvPD3tfh1fr/vT8Wu3O51//Dq8 | |
7PaH7ebivR/2x+/mYXf+0aHN5q/Y5Lm33ePz9/PL2357vG6eur//9e//fPk7/d0ZNXZ46i/LTedB | |
L4adjfHGPE3+vRUMnal5NL2bP2zzRXX/CF57f2FxP07O3hErHxKdJ+UCqvU49GU0GgLV/TANCzoP | |
agoNwz/sZ1Dj2XBd+VuZ+Y6gj8oDh3ZLn5rR9bqMRkOisx+0AbXajrZA1FEbfhbUP2/oL+/Kd9in |
This file contains 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
//agoramachina 2019 | |
$fn=20; | |
n = 6; | |
radius = 50; | |
height = 2; | |
summon_circle(); | |
// Generate matrix of n points |
This file contains 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
@-moz-document domain("webcourses.ucf.edu") { | |
/*** Main page ***/ | |
body { | |
background: #333; | |
color: #e8e8e8; | |
} | |
a { | |
font-size: 10pt; | |
} | |
a:link { |
NewerOlder