Note:
Follow Foone @ Mastodon: digipres.club - Foone 🏳️ ⚧️ (@[email protected])
Archived from https://twitter.com/Foone/status/1572260363764400129The ending of the actual story is marked with [(END)]
Try themes at: Customize - xypnox.com
{
@BEGIN (primarily CMU) with @END, used humorously in writing to indicate a context or to remark on the surrounded text. From the SCRIBE command of the same name. For example: @Begin(Flame)
Predicate logic is the only good programming language. Anyone who would use anything else is an idiot. Also, computers should be tredecimal instead of binary. @End(Flame)
ANGLE BRACKETS (primarily MIT) n. Either of the characters "<" and ">". See BROKET.
AOS (aus (East coast) ay-ahs (West coast)) [based on a PDP-10 increment instruction] v. To increase the amount of something. "Aos the campfire." Usage: considered silly. See SOS.
I hereby claim:
- I am xypnox on github.
- I am xypnox (https://keybase.io/xypnox) on keybase.
- I have a public key ASAJxN1EdigyMwF7qW4LVNSjpYaIelBk502RLYFnIpdjHQo
To claim this, I am signing this object:
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
// out:gmail-dark.css,sourcemap:false,compress:false | |
/* ==UserStyle== | |
//TO GET FULL CUSTOMIZATION OF THIS STYLE, PLEASE ADD IT FROM THE GITHUB PAGE AS USERCSS | |
@name New Gmail Dark Theme Tweaks - Gmail 2018 | |
@namespace Jack Buehner | |
@homepageURL https://github.com/jackbuehner/gmail-dark-modifications | |
@supportURL https://github.com/jackbuehner/gmail-dark-modifications/issues/ | |
@updateURL https://raw.githubusercontent.com/jackbuehner/gmail-dark-modifications/master/gmail-dark.less.user.css | |
@version 2.5.1 |
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 | |
gstatus=`git status --porcelain | head -n 20` | |
if [ ${#gstatus} -ne 0 ] | |
then | |
git add --all | |
git commit -m "Auto Commit" -m "$gstatus" | |
git push |
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
{ | |
"glossary": { | |
"title": "example glossary", | |
"GlossDiv": { | |
"title": "S", | |
"GlossList": { | |
"GlossEntry": { | |
"ID": "SGML", | |
"SortAs": "SGML", | |
"GlossTerm": "Standard Generalized Markup Language", |
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
#navigator-toolbox { | |
-moz-appearance: none; | |
background-color: #0f111a00 !important; | |
border-top: none; | |
} | |
.browser-toolbar:not(.titlebar-color), | |
#tabbrowser-tabs:not([movingtab]) | |
> .tabbrowser-arrowscrollbox | |
> .tabbrowser-tab | |
> .tab-stack |
NewerOlder