Standard escape codes are prefixed with Escape
:
- Ctrl-Key:
^[
- Octal:
\033
- Unicode:
\u001b
- Hexadecimal:
\x1B
- Decimal:
27
// This will open up a prompt for text to send to a console session on digital ocean | |
// Useful for long passwords | |
(function () { | |
window.sendString = function (str) { | |
f(str.split("")); | |
function f(t) { | |
var character = t.shift(); | |
var i=[]; | |
var code = character.charCodeAt(); | |
var needs_shift = character.match(/[A-Z!@#$%^&*()_+{}:\"<>?~|]/); |
Note: | |
to keep this list automatically updated, | |
I turned it into a repo which is automatically updated via cron. | |
see https://github.com/ychaouche/spamassassin-rules-description | |
AC_BR_BONANZA Too many newlines in a row... spammy template | |
ACCESSDB Bericht zou gevangen zijn door accessdb | |
ACCESSDB Ce message aurait �t� bloqu� par accessdb | |
ACCESSDB Mensagem teria sido pega pela accessdb | |
ACCESSDB Message would have been caught by accessdb |