This file contains hidden or 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
| * What musical instrument does Ketroc play? The ketar. | |
| * What type of animal did Ketroc's cave man ancestor ride around on? A Ketrannosaurus Rekt. | |
| * What is Ketroc's favourite shape? The ketrangle. | |
| * Which Terran unit does Ketroc enjoy not building the most? The Siege Ketank. | |
| * What's Studiofortress' favorite B-52s song? ketroc lobster. |
This file contains hidden or 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
| void testo( | |
| std::function<void(std::string str, int len)> a, | |
| std::function<void(int i)> b | |
| ) { | |
| } | |
| void testo( | |
| std::function<void(int i)> a, |
This file contains hidden or 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
| @-moz-document domain(www.reddit.com) { | |
| html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video { | |
| -webkit-backface-visibility: hidden; | |
| -webkit-perspective: 1000; | |
| -webkit-transform: translate3d(0, 0, 0); | |
| text-rendering: optimizeSpeed; | |
| -webkit-font-smoothing: never; | |
| -moz-font-smoothing: never; |
This file contains hidden or 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
| [Settings] | |
| Grid=1 | |
| [Hotkeys] | |
| Music= | |
| Sound= | |
| ToggleWorldPanel= | |
| CameraMoveUp=W,Up | |
| CameraMoveDown=S,Down | |
| CameraMoveLeft=E,Left |
This file contains hidden or 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
| -- the animals in my zoo | |
| Animal = { id, name } | |
| -- a way to describe an animal | |
| Description = { id, option_num, name } | |
| -- example descriptions | |
| Descriptions = | |
| -- size |
OlderNewer