YaK:: temporaria | [Changes] [Calendar] [Search] [Index] [PhotoTags] |
http://www.etalabs.net/sh_tricks.html
https://github.com/littlekernel/lk/wiki
strick@fortran:~$ head *.ftn ==> inf.ftn <== 10 GOTO 10; PRINT *, 42; END ! WWW.YAK.NET/INF *20 GOTO 10; PRINT *, 42; END ! GITHUB.COM/STRICKYAK/INF ==> inf2.ftn <== 10 PRINT *, 42; END ! YAK.NET/INF (STRICKYAK) ==> one.ftn <== 10 write(6, *) 42 ; stop; goto 10; end ==> two.ftn <== 10 print *, 42 ; stop; goto 10; end |
$('.content').style.hyphens = 'none'; |
What I was trying to remember: https://www.lexaloffle.com/pico-8.php and https://en.wikipedia.org/wiki/CHIP-8
Forth & LLVM: https://releases.llvm.org/2.0/docs/Stacker.html ; https://github.com/Reschivon/movForth ; https://www.youtube.com/watch?v=a6UKYeMiFyQ ; https://github.com/strickyak/gforth-transpiler
$ cat -n .config/autostart/x-keys-def-strick 1 [Desktop Entry] 2 Name=Swap 3 Exec=xmodmap -e "keycode 166 = Prior" && xmodmap -e "keycode 167 = Next" && xmodmap -e "keycode 66 = Control_L" && setxkbmap -option ctrl:nocaps 4 Terminal=false 5 Type=Application $ chmod +x .config/autostart/x-keys-def-strick |
[ /etc/rc.local ]
set +e /usr/sbin/sshd & ( while sleep 30 ; do su pi /bin/bash -c 'cd ; bash run.sh >/tmp/beacon.log 2>&1 ' ; done >/tmp/b.log 2>&1) & ( while sleep 40 ; do su XXXXX /bin/bash -c 'cd ; ssh -v -n -i XXXXkey -RXXXX:127.0.0.1:22 XXX@XXXXXX /home/XXXXX/sleep999999999 >XXXXkey.log 2>&1 ' ; done >/tmp/f.log 2>&1 ) & |
https://peter.bourgon.org/go-best-practices-2016/#repository-structure
RTL-SDR ; Raspberry Pi 3 B ;rtl_fm -f 88.5e6 -M wbfm -s 200000 -r 44100 | paplay --rate=44100 --format=s16le --channels=1 --device=alsa_output.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-stereo --raw
rtl_fm -l 40 -M fm -f 147555000 -s 80000 -r 8000 | paplay --rate=8000 --format=s16le --channels=1 --device=alsa_output.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-stereo --raw rtl_fm -l 40 -M fm -f 145230000 -s 80000 -r 8000 | paplay --rate=8000 --format=s16le --channels=1 --device=alsa_output.usb-C-Media_Electronics_Inc._USB_Audio_Device-00.analog-stereo --raw
|
https://wiki.firestormviewer.org/fs_amd Everything Is Blue
https://www.atlassian.com/git/tutorials/git-submodule GIT SUBMODULE tutorial ( also: git config --global submodule.recurse true )
https://docs.microsoft.com/en-us/windows/wsl/install-win10
http://www.civilwarsignals.org/pages/tele/wurules1866/92code.html
(last modified 2024-06-25) [Login] |