comments or whatever the fuck
#+material path/to/material.mat
| interface ICondition: | |
| def RenameThisHasWornOut() as bool | |
| interface IAffectsStrength: | |
| def DetermineStrength(currentStrength as int) as int | |
| interface IAffectsDexterity: | |
| def DetermineDexterity(currentDexterity as int) as int | |
| interface IAffectsStrengthCondition(ICondition, IAffectsStrength): |
| interface ICondition: | |
| def RenameThisHasWornOut() as bool | |
| interface IAffectsStrength(): | |
| def DetermineStrength(currentStrength as int) as int | |
| interface IAffectsDexterity(): | |
| def DetermineDexterity(currentDexterity as int) as int | |
| interface IAffectsStrengthCondition(ICondition, IAffectsStrength): |
| Debugger entered--Lisp error: (wrong-type-argument arrayp nil) | |
| child-of-class-p(ede-proj-target-makefile-program ede-target) | |
| eieio-persistent-validate/fix-slot-value(ede-proj-project :targets (list (ede-proj-target-makefile-program "cybi" :name "cybi" :path "" :source (quote ("error.c" "lex.c" "main.c" "parse.c" "parser.c")) :auxsource (quote ("bool.h" "error.h" "lex.h" "parse.h" "parser.h")) :configuration-variables (quote (("-Werror -Wall -Wextra -std=c89 -pedantic-errors -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition -g")))))) | |
| eieio-persistent-convert-list-to-object((ede-proj-project "cybi-project" :file "Project.ede" :name "cybi-project" :targets (list (ede-proj-target-makefile-program "cybi" :name "cybi" :path "" :source (quote ("error.c" "lex.c" "main.c" "parse.c" "parser.c")) :auxsource (quote ("bool.h" "error.h" "lex.h" "parse.h" "parser.h")) :configuration-variables (quote (("-Werror -Wall -Wextra -std=c89 -pedantic-errors -Wmissing-prototypes -Wstrict-prototypes -Wold-style-de |
| # pkgadd util-linux#2.25.1-1.pkg.tar.gz -u | |
| usr/bin/chfn | |
| usr/bin/chsh | |
| usr/man/man1/chfn.1.gz | |
| usr/man/man1/chsh.1.gz | |
| pkgadd: listed file(s) already installed (use -f to ignore and overwrite) |
| pub add -> (x, y) -> x + y, | |
| pub sub -> (x, y) -> x - y, | |
| pub vector -> (type, dim) -> array (type, dim), | |
| pub vec3 -> vector (float32, 3), | |
| pub something -> module ( | |
| pub foo -> print "HAHA", | |
| pub bar -> (name) print ("Hello %s", name) |
| void DownloadOperation::step() { | |
| #define BUFFSIZE 200 | |
| char buf[BUFFSIZE]; | |
| std::streamsize readamount = this->httpstream.rdbuf()->sgetn(buf, BUFFSIZE); | |
| if(readamount != 0)) { | |
| this->outfile.write(buf, readamount); | |
| } | |
| if(this->httpstream.eof()) { | |
| status_mutex.lock(); |
| void DownloadOperation::step() { | |
| #define BUFFSIZE 200 | |
| char buf[BUFFSIZE]; | |
| std::streamsize readamount = this->httpstream.rdbuf()->sgetn(buf, BUFFSIZE); | |
| if(!this->httpstream.eof()) { | |
| this->outfile.write(buf, readamount); | |
| } else { | |
| status_mutex.lock(); | |
| this->completed = true; | |
| status_mutex.unlock(); |
| CONDOM(1) EUNUCH Programmer's Manual CONDOM(1) | |
| NAME | |
| condom - Protection against viruses and prevention of child | |
| processes | |
| SYNOPSIS | |
| condom [options] [processid] |
| // WARNING ALERT WARNING ALERT WARNING ALERT WARNING ALERT WARNING ALERT WARNING | |
| // WARNING ALERT WARNING ALERT WARNING ALERT WARNING ALERT WARNING ALERT WARNING | |
| // WARNING ALERT WARNING ALERT WARNING ALERT WARNING ALERT WARNING ALERT WARNING | |
| song = al_load_audio_stream(songpath, 1, 1); // Change the values here for buffers and samples | |
| // WARNING ALERT WARNING ALERT WARNING ALERT WARNING ALERT WARNING ALERT WARNING | |
| // WARNING ALERT WARNING ALERT WARNING ALERT WARNING ALERT WARNING ALERT WARNING | |
| // WARNING ALERT WARNING ALERT WARNING ALERT WARNING ALERT WARNING ALERT WARNING |