Overview
Comment: | add dotorg |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a250db5fda1848adaf28408d73ef988a |
User & Date: | lexi on 2019-06-11 22:01:15 |
Other Links: | manifest | tags |
Context
2019-06-24
| ||
09:24 | updates check-in: d425e8a7c7 user: lexi tags: trunk | |
2019-06-11
| ||
22:01 | add dotorg check-in: a250db5fda user: lexi tags: trunk | |
2019-05-02
| ||
07:54 | ipdates check-in: 588ff265a6 user: lexi tags: trunk | |
Changes
Modified badbiobot.ml from [3931f272bd] to [af1138a642].
167 168 169 170 171 172 173 174 |
| _ as c, ' ' -> loop (i+1) (acc^^c) false | c1, c2 -> if not tps && Random.int 3 = 0 then loop (i+2) ((acc^^c2)^^c1) true else loop (i+2) ((acc^^c1)^^c2) tps in loop 0 "" false let () = Random.self_init(); print_string (scramble (eval top)) |
| > |
167 168 169 170 171 172 173 174 175 |
| _ as c, ' ' -> loop (i+1) (acc^^c) false | c1, c2 -> if not tps && Random.int 3 = 0 then loop (i+2) ((acc^^c2)^^c1) true else loop (i+2) ((acc^^c1)^^c2) tps in loop 0 "" false (* let () = Random.self_init(); print_string (scramble (eval top)) *) let () = Random.self_init(); print_string(eval top) |
Modified botsoc.scm from [35628b9670] to [40c72117b1].
302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 |
(" was " (one-of "developed" "designed" "created" ) (@ (" by ") (" for ") ( (: (" by " (group))) (one-of " to address the needs of " " in the class interest of ")))) (" only " (one-of "centers" "uplifts" "liberates" "cares about" "addresses the needs of")) ((one-of " only" "") (one-of " centers " " cares about ") (? "the " (one-of "needs" "struggles" "voices" "experiences" "suffering" "struggle") " of ")) |
| |
302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 |
(" was " (one-of "developed" "designed" "created" )
(@ (" by ")
(" for ")
( (: (" by " (group)))
(one-of " to address the needs of "
" in the class interest of "))))
(" only " (one-of "centers" "uplifts" "liberates"
"cares about" "addresses the needs of") " ")
((one-of " only" "") (one-of " centers " " cares about ")
(? "the " (one-of "needs"
"struggles"
"voices"
"experiences"
"suffering"
"struggle") " of "))
|
Added dotorg.scm version [cb986d11dc].
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 |
(include "lib/lisp-macro.scm") (include "lib/bot.scm") (import (chicken process-context)) (rule (maybe x) (x) ("")) (rule (maybe_ x) (x " ")) (rule (maybe* x) ((x)) ("")) (rule (maybe_* x) ((x) " ") ("")) (define cat string-append) (define-macro (* . body) (let ([sg (car body)] [pl (cadr body)]) `(if (eq? *n 'sg) ,sg ,pl))) (rule (language) ("brainfuck") ("JavaScript") ("ECMAscript") ("FORTRAN") ("COBOL") ("Delphi") ("Visual Basic") ("assembly") ("QBasic") ("vimscript") ("bash") ("shell") ("C++") ("Java") ("Node") ("WebAssembly") ("Scheme") ("Clojure") ("ASP.NET") ("Pascal")) (rule (bigotry) ("ECMAphobia") (prefix (one-of "phobia" "misia")) ((language) "-" (one-of "phobia" "misia"))) (rule (prefix) ("neo") ("neo-") ("retro") ("hypno") ("meta") ("retro") ("psycho") ("post") ("diablo") ("crypto") ("erotic ")) (rule (noun) ("freedom") ("courage") ("pride") ("hate") ("fascism") ("whiteness") ("orgone")) (rule (adj) ("retro") ("male") ("white") ("decentralized") ("non-profit") ("for-profit") ("anti-" (@ ((clade 'sg)) ((noun)))) ((clade 'sg) (one-of "-phobic" "-misic"))) (rule (trans) ("alienware") ("process") ("capitalist") ("charset") ("digital") ("POSIX")) (rule (axis) ("stunning and brave") ("furry") ("cyberqueer") ((one-of "strongly" "statically" "dynamically") "-typed") ("trans" (trans)) ("read-only") ("spinlocked")) (rule (kin) ("latin-1") ("Shift JIS") ("KOI8-R") ("POSIX") ("FAT32") ("ext2") ("ext3") ("ZFS") ("systemd-") ("other") ("GNU") ("Stallman") ("Torvalds") ("cyber") ("intel") ("x86-") ("RISC") ("PowerPC-") ("sudoer") ("null") ("void") ("root")) (rule (tyranny) ("FurAffinity") ("North Korea") ("the USSR") ("Canada") ("Minecraft") ("Pewdiepie") ("T-Series") ("Buzzfeed") ("VICE") ("Fortnite")) (rule (environment) ("VR") ("Minecraft") ("YouTube") ("4chan")) (rule (job) ("journalist") ("meme technician") ("plumber") ("electrician") ("masseuse") ("beautician") ("stylist") ("janitor") ("heating engineer") ("camgirl") ("carpenter")) (rule (clade *n) ((* "depth-groveler" "depth-grovelers")) ((* "latin✘" "latin✘s")) ((* "latin@" "latin@s")) ((* "transradical" "transradicals")) ((* "biracial" "biracials")) ((* "bisexual" "bisexuals")) ((* "bimetallic" "bimetallics")) ((* "orphan" "orphans")) ((* "gamer" "gamers")) ((* "male feminist" "male feminists")) ((maybe (cat (tyranny) " ")) (maybe (prefix)) (* "refugee" "refugees")) ((environment) " " (job) "s") ((* "HTML #000" "HTML #000s")) ((* "NPC" "NPCs")) ((kin) "kin")) (rule (value) ((clade 'sg) " pride") ((clade 'sg) " " (noun))) (rule (faction) ("Jordan Peterson") ("radical centrist") ("epic gamer") ("leftbook") ("memelord") ) (rule (orgtype) ("commune") ("think tank") ("superPAC") ("co-op") ("collective") ("for-profit") ((one-of "death squad" "militia" "brigade")) ((one-of "defense" "private military") " " "contractor") ("non-profit")) (rule (org) ((maybe_* adj) (maybe_* faction) (maybe (prefix)) (orgtype))) (rule (woke-product) ((org) " for " (clade 'pl)) ((clade 'sg) " " (language) " " (maybe (prefix)) (orgtype))) (display (string-append (woke-product) "\n")) |