Skip to content

Instantly share code, notes, and snippets.

View abenkovskii's full-sized avatar

Андрей Беньковский abenkovskii

View GitHub Profile

Trhere are no such things as obstacles, no such thing as imposibilities. When a problem presents itself you use your head and your fists, and remove the problem. If you can not punch you kick, and if you can not kick you bite, and you do not unclench your jaws until that thing that was a problem is a problem no more.
-- Sayings of Garkul the Devourer, Tales of Maj'Eyal

Q: What is a tree?
A: A tree is an UpsideDown UpsideDown Tree.
Q: What does upside down mean?
A: UpsideDown means UpsideDown UpsideDown UpsideDown.
Q: Who are you?
A: I am UpsideDown UpsideDown InverseCaps rIGHTtOlEFT RETREVNi
if (not NotFooBar) {
// un undo stuff
}
gedit saveas dailogue default selected input is worng

Form here https://chat.stackoverflow.com/transcript/message/34751025#34751025

Telling a cat not to be chaotic evil is like telling the sun to stop producing high quantities of radiation. You never know if it'll listen, but you'll regret it if it does.

The internet is a giant dump of information, misinformation, understanding, missunderstanding and missconceptions. There will always be someone wrong on the internet.

include io.asm
stack segment stack
dw 128 dup (?)
stack ends
tolower macro s, callback
tolower_setvar macro val
tolower_append macro c
tolower_setvar <val&&&c>
#include <string>
#include <iostream>
#include <algorithm>
#include <iterator>
#include <cctype>
using std::string;
using std::istream;
using std::find;
using std::begin;