Standard escape codes are prefixed with Escape:
- Ctrl-Key:
^[ - Octal:
\033 - Unicode:
\u001b - Hexadecimal:
\x1B - Decimal:
27
| // Source - https://stackoverflow.com/a/46471739 | |
| // Posted by Bimo, modified by community. See post 'Timeline' for change history | |
| // Retrieved 2025-11-25, License - CC BY-SA 3.0 | |
| public struct IoCmd_t { | |
| public Key key; | |
| public bool printable; | |
| public char character; | |
| public bool shift; | |
| public bool ctrl; |
Original link: http://www.concentric.net/~Ttwang/tech/inthash.htm
Taken from: http://web.archive.org/web/20071223173210/http://www.concentric.net/~Ttwang/tech/inthash.htm
Reformatted using pandoc
Thomas Wang, Jan 1997
last update Mar 2007
| cpercep.c: The CPercep Functions v0.9: 2002-02-10 | |
| Adam D. Moss: adam@gimp.org <http://www.foxbox.org/adam/code/cpercep/> | |
| This code module concerns itself with conversion from a hard-coded | |
| RGB colour space (sRGB by default) to CIE L*a*b* and back again with | |
| (primarily) precision and (secondarily) speed, oriented largely | |
| towards the purposes of quantifying the PERCEPTUAL difference between | |
| two arbitrary RGB colours with a minimum of fuss. | |
| Motivation One: The author is disheartened at the amount of graphics |
| ^(\w+)([+#~])([0-9]{8,64})$ | |
| ^(\w+)\.(\w+)$ |
I hereby claim:
To claim this, I am signing this object:
| # /usr/share/BasiliskII/keycodes | |
| # | |
| # Basilisk II (C) 1997-2005 Christian Bauer | |
| # | |
| # This file is used to translate the (server-specific) scancodes to | |
| # Mac keycodes depending on the window server being used. | |
| # | |
| # The format of this file is as follows: | |
| # | |
| # sdl <driver string> |
| #!/bin/bash | |
| # This script will help you to set Hiawatha Server. | |
| # Tested on Devuan 8 32/64bit. Debian Jessie supported as well. | |
| # Script author ZEROF <zerof at backbox dot org> | |
| # If you like Linux and security join http://backbox.org | |
| # Script version 0.6c | |
| # This script is distributed under a DO WHAT THE F*** YOU WANT TO PUBLIC LICENSE. | |
| # http://www.wtfpl.net/txt/copying/ | |
| clear | |
| function banner () |
| ["my game by increpare"] |
| {"canvasses":[[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"],[7168,"0"]],"texts":["","","","","","","","","","","","","","","","","","","","","","","","",""],"verbs":[[["",0],["",0],["",0],["",0],["",0],["",0]],[["",0],["",0],["",0],["",0],["",0],["",0]],[["",0],["",0],["",0],["",0],["",0],["",0]],[["",0],["",0],["",0],["",0],["",0],["",0]],[["",0],["",0],["",0],["",0],["",0],["",0]],[["",0],["",0],["",0],["",0],["",0],["",0]],[["",0],["",0],["",0],["",0],["",0],["",0]],[["",0],["",0],["",0],["",0],["",0],["",0]],[["",0],["",0],["",0],["",0],["",0],["",0]],[["",0],["",0],["",0],["",0],["",0],["",0]],[["",0],["",0],["",0],["",0],["",0],["",0]],[["",0],["",0],["",0],["",0],["",0],["",0]],[["",0],["",0],["",0],["",0],["",0],["",0]],[["",0],["",0],["",0],["",0],["",0],["",0]],[["",0],["",0],["",0],[" |