00:11:33 <esolangs> [[Talk:Nopfunge]] https://esolangs.org/w/index.php?diff=145547&oldid=137986 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+23)
00:17:31 -!- Lord_of_Life has quit (Ping timeout: 244 seconds).
00:19:17 -!- Lord_of_Life has joined.
00:44:06 <b_jonas> in Magic: the Gathering, TIL that the rules for layering of p/t changing effects got changed so p/t adjustment from counters is no longer in a separate layer. I think they changed it because they wanted to print instants like Unleash Fury that double a creature's power, and wanted to allow it to double the effect of counters.
00:49:22 <b_jonas> also TIL that they printed a spider with "treetop" in its name, which seems wrong, "treetop" is supposed to mean elves that can only be blocked by flying creatures
01:18:25 -!- amby has quit (Quit: so long suckers! i rev up my motorcylce and create a huge cloud of smoke. when the cloud dissipates im lying completely dead on the pavement).
01:20:08 <esolangs> [[+!]] N https://esolangs.org/w/index.php?oldid=145548 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+372) Created page with "'''+!''' (pronounced "Plus-bang") is a [[:category:Two-dimensional languages|two-dimensional]] [[esoteric programming language]] by [[User:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff]]. == Co
01:24:59 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145549&oldid=145548 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+326)
01:32:37 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145550&oldid=145549 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+789)
01:32:45 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145551&oldid=145550 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (-1)
01:38:54 <esolangs> [[Segmentation Fault]] https://esolangs.org/w/index.php?diff=145552&oldid=131176 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+23) /* Interpreter */
01:46:43 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145553&oldid=145551 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+0) /* Commands */
01:58:37 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145554&oldid=145553 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+133) /* Input and output */
01:59:09 -!- Thelie has quit (Remote host closed the connection).
01:59:50 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145555&oldid=145554 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+148)
02:00:05 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145556&oldid=145555 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+0) Added categories
02:01:56 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145557&oldid=145556 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+89)
02:04:09 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145558&oldid=145557 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+61) /* Commands */
02:04:51 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145559&oldid=145558 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+40)
02:05:03 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145560&oldid=145559 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+5)
02:07:20 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145561&oldid=145560 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+1) /* Commands */
02:23:22 -!- molson has quit (Remote host closed the connection).
04:02:12 -!- TheZipCreator has joined.
04:39:59 -!- wWwwW has joined.
04:54:29 <wWwwW> ok. on the esoalng idea i had. i think i have the data *sections* for it but im not sure its good tho(memory is an infinite array of bytes). but heres the list:
04:55:27 <wWwwW> * the place where the interpreter starts reading
04:55:27 <wWwwW> * the place where the interpreter stops reading
04:55:28 <wWwwW> * the place the interpreter starts
05:25:43 <esolangs> [[Nopstacle]] https://esolangs.org/w/index.php?diff=145562&oldid=138802 * Ais523 * (+16) /* See also */ +[[Turn Left]]
05:26:14 <esolangs> [[Turnfunge]] https://esolangs.org/w/index.php?diff=145563&oldid=131172 * Ais523 * (+16) /* See also */ +[[Turn Left]]
05:27:20 <wWwwW> ALSO i got an idea on how to make 0L(its very boring i think but like fuck it works). basically all it is you make the boundaries of the program and then the pointer bounces on them. thats it. i might have to add some more stuff before it works but like. lol
05:29:25 <ais523> how is that TC? you would at least need sloping walls, and I don't think that's enough on its own
05:30:03 <wWwwW> yes yes. its just a concept. and yes slopes.
05:30:03 <ais523> you might potentially be able to end up in the Conedy computational class but that probably isn't TC
05:32:59 <wWwwW> i think it'll have a counter assigned to each parralel line(boundary) and if the lower one is boucned it increments and if upper is it decrements.
05:33:30 <wWwwW> and if it hits two lines at the same time
05:33:43 <wWwwW> it checks for 0 and boucnes on left or right based on that
05:35:10 <wWwwW> that *may* be enough
05:37:50 <ais523> I agree that that might be enough
05:38:08 <wWwwW> when it does a V it decrements and when a A(upside down v) it increments
05:38:54 <ais523> you could make it symmetrical like this: if you hit a corner on the left or right edge, it bounces depending on whether the top or bottom edge has been hit more often, and vice versa
05:40:00 <wWwwW> ok so every corner and its parralel is a counter and then if its in a corner it hits the left or right edge like that
05:40:34 <wWwwW> if you hit the lower parralel its a -1 while the upper is +1
05:40:39 <wWwwW> then its basically bf
05:41:11 <wWwwW> the biggest problem is like
05:41:18 <wWwwW> to make the program intepretable
05:43:23 <ais523> right, specifying the program is difficult
05:44:11 <wWwwW> it would prop be an image
05:44:32 <wWwwW> (ascii art isnt powerfull enough i think and is hard to specify)
05:47:46 <ais523> it would have to be a vector image (e.g. svg)
05:48:06 <ais523> raster formats like png don't have enough information to know whether you're hitting exactly on a corner
05:48:08 <wWwwW> yea you should do that
05:48:46 <wWwwW> should i just make like an article?
05:50:20 <ais523> you can, although you might want to make sure you understand the details first
05:50:32 <ais523> e.g. where does the program start executing
05:50:52 <wWwwW> (it would properally be the middle of the program
05:51:02 <wWwwW> where does the DvD logo start? (lol)
06:02:14 <esolangs> [[User talk:ZCX islptng]] https://esolangs.org/w/index.php?diff=145564&oldid=145502 * ColorfulGalaxy's CA discoveries * (+352) /* My life viewer patterns stopped working */ new section
07:07:39 -!- tromp has joined.
07:17:28 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
07:49:44 -!- wWwwW has quit (Quit: Client closed).
07:50:54 -!- Guest60 has joined.
07:51:37 -!- Guest60 has quit (Client Quit).
07:57:53 -!- tromp has joined.
08:25:29 <esolangs> [[User:XKCD Random Number]] https://esolangs.org/w/index.php?diff=145565&oldid=145523 * Ractangle * (+23) /* Trampolines */
08:29:05 <esolangs> [[Special:Log/move]] move * Ractangle * moved [[Dead fish +- +.]] to [[Dead fish ]]
08:32:54 -!- wWwwW has joined.
08:34:36 <wWwwW> int-e: yayimhere/gggfr/xff
08:42:19 <esolangs> [[User:Ractangle]] https://esolangs.org/w/index.php?diff=145568&oldid=145459 * Ractangle * (+10) /* Esolangs */
08:47:00 -!- ais523 has quit (Quit: quit).
09:10:25 <int-e> wWwwW: The space was unintentional. (It never is in my case, I know how to avoid it in irssi.)
09:21:54 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
09:59:09 <esolangs> [[User:XKCD Random Number]] https://esolangs.org/w/index.php?diff=145569&oldid=145565 * PrySigneToFry * (+91)
09:59:21 <esolangs> [[CJProg]] https://esolangs.org/w/index.php?diff=145570&oldid=145496 * MihaiEso * (+17) /* Categories */
10:22:04 <esolangs> [[User:XKCD Random Number]] https://esolangs.org/w/index.php?diff=145571&oldid=145569 * MihaiEso * (+38) /* Poetic */
10:37:07 -!- tromp has joined.
10:49:44 <esolangs> [[Calc]] https://esolangs.org/w/index.php?diff=145572&oldid=145470 * Userwatt * (+12) adding </pre> to the example program
11:06:57 <esolangs> [[3 (AndrewBayly)]] https://esolangs.org/w/index.php?diff=145573&oldid=145321 * ColorfulGalaxy's CA discoveries * (+155) ----) (Notability
11:08:06 <esolangs> [[4]] https://esolangs.org/w/index.php?diff=145574&oldid=108036 * ColorfulGalaxy's CA discoveries * (+100) ----
11:20:30 -!- lambdabot has quit (Remote host closed the connection).
11:22:05 -!- lambdabot has joined.
11:22:25 -!- TheZipCreator has quit (Quit: Client closed).
11:22:39 -!- int-e has quit (Quit: Lost terminal).
11:24:02 -!- int-e has joined.
11:30:38 -!- tromp has quit (Read error: Connection reset by peer).
11:30:46 <esolangs> [[User:Hakerh400/Conjectures]] M https://esolangs.org/w/index.php?diff=145575&oldid=144773 * Hakerh400 * (-1)
11:32:32 -!- __monty__ has joined.
12:01:27 -!- Sgeo has quit (Read error: Connection reset by peer).
12:23:40 -!- chiselfuse has quit (Remote host closed the connection).
12:40:26 <esolangs> [[Free Esolang]] https://esolangs.org/w/index.php?diff=145576&oldid=142550 * ZachChecksOutEsolangs * (+233)
12:42:30 <esolangs> [[Free Esolang]] https://esolangs.org/w/index.php?diff=145577&oldid=145576 * ZachChecksOutEsolangs * (-94)
13:21:34 <esolangs> [[BFP]] N https://esolangs.org/w/index.php?oldid=145578 * Orange7Official * (+1578) Created page with "BFP (short for Brainfuck Pro) is a variant and enhacment of [[Brainfuck]], a famous [[esoteric programming language]] by [[Urban Mller]]. == Commands == Here are the commands: * '''>E''' ''Moves the cell cursor to the right.'' * '''W<''' ''Moves the cell cursor to t
13:23:44 <esolangs> [[User talk:Ractangle]] https://esolangs.org/w/index.php?diff=145579&oldid=145366 * Orange7Official * (+228) /* YOU KNEW I WAS THE ORANGE 7 FROM THE PROGRESSMOD95 WIKI???!?!?!?!?!? */ new section
13:24:00 <esolangs> [[User talk:Ractangle]] https://esolangs.org/w/index.php?diff=145580&oldid=145579 * Orange7Official * (+228) /* YOU KNEW I WAS THE ORANGE 7 FROM THE PROGRESSMOD95 WIKI???!?!?!?!?!? */ new section
13:24:07 <esolangs> [[User talk:Ractangle]] https://esolangs.org/w/index.php?diff=145581&oldid=145580 * Orange7Official * (-228) /* YOU KNEW I WAS THE ORANGE 7 FROM THE PROGRESSMOD95 WIKI???!?!?!?!?!? */
13:33:55 -!- chiselfuse has joined.
13:44:14 -!- amby has joined.
13:49:18 <esolangs> [[User talk:ColorfulGalaxy's CA discoveries]] https://esolangs.org/w/index.php?diff=145582&oldid=145398 * ColorfulGalaxy's CA discoveries * (+386) /* BokaBB fuse */ new section
13:51:47 -!- FreeFull has quit.
14:06:43 <esolangs> [[PyFuck (shirAko)]] M https://esolangs.org/w/index.php?diff=145583&oldid=144718 * ShirAko * (+0) corected small mistake
14:12:01 -!- slavfox has quit (Ping timeout: 265 seconds).
14:25:24 <esolangs> [[User:ColorfulGalaxy's CA discoveries/Rules]] https://esolangs.org/w/index.php?diff=145584&oldid=145405 * ColorfulGalaxy's CA discoveries * (+3777)
14:36:54 <esolangs> [[User:ColorfulGalaxy's CA discoveries/Rules]] https://esolangs.org/w/index.php?diff=145585&oldid=145584 * ColorfulGalaxy's CA discoveries * (+154) ----
14:44:53 -!- wWwwW has quit (Quit: Ping timeout (120 seconds)).
14:45:51 -!- wWwwW has joined.
14:46:38 <esolangs> [[User:ColorfulGalaxy's CA discoveries/Rules]] https://esolangs.org/w/index.php?diff=145586&oldid=145585 * ColorfulGalaxy's CA discoveries * (+87)
14:49:41 <esolangs> [[User:ColorfulGalaxy's CA discoveries/Rules]] https://esolangs.org/w/index.php?diff=145587&oldid=145586 * ColorfulGalaxy's CA discoveries * (+85) ----) (Converter
14:51:17 <esolangs> [[User:ColorfulGalaxy's CA discoveries/Rules]] M https://esolangs.org/w/index.php?diff=145588&oldid=145587 * ColorfulGalaxy's CA discoveries * (+5)
14:57:28 <esolangs> [[User:ColorfulGalaxy's CA discoveries/Rules]] https://esolangs.org/w/index.php?diff=145589&oldid=145588 * ColorfulGalaxy's CA discoveries * (+92) ----) (Clean reflector found
15:04:29 -!- lynndotpy has quit (Quit: bye bye).
15:05:22 -!- lynndotpy has joined.
15:06:42 <esolangs> [[User talk:ColorfulGalaxy's CA discoveries]] https://esolangs.org/w/index.php?diff=145590&oldid=145582 * ZCX islptng * (+117) /* this is not a bug */ new section
15:14:25 <esolangs> [[User:ColorfulGalaxy's CA discoveries/Rules]] https://esolangs.org/w/index.php?diff=145591&oldid=145589 * ColorfulGalaxy's CA discoveries * (+100) ----) (7 cells
15:16:03 <esolangs> [[User talk:ZCX islptng]] https://esolangs.org/w/index.php?diff=145592&oldid=145564 * ColorfulGalaxy's CA discoveries * (+292)
15:17:53 -!- wWwwW has quit (Ping timeout: 256 seconds).
15:18:34 <esolangs> [[User talk:ZCX islptng]] https://esolangs.org/w/index.php?diff=145593&oldid=145592 * ColorfulGalaxy's CA discoveries * (+212) /* My life viewer patterns stopped working */ LifeWiki soups stopped working as well
15:19:39 <esolangs> [[User talk:ColorfulGalaxy's CA discoveries]] https://esolangs.org/w/index.php?diff=145594&oldid=145590 * ZCX islptng * (+70)
15:21:14 -!- slavfox has joined.
15:40:40 <esolangs> [[User talk:ZCX islptng]] https://esolangs.org/w/index.php?diff=145595&oldid=145593 * ColorfulGalaxy's CA discoveries * (+297) /* My life viewer patterns stopped working */
15:41:37 <esolangs> [[User talk:ZCX islptng]] https://esolangs.org/w/index.php?diff=145596&oldid=145595 * ColorfulGalaxy's CA discoveries * (+72) /* My life viewer patterns stopped working */
15:43:21 <esolangs> [[User:ColorfulGalaxy's CA discoveries/Rules]] https://esolangs.org/w/index.php?diff=145597&oldid=145591 * ColorfulGalaxy's CA discoveries * (+94)
15:48:31 <esolangs> [[User:ColorfulGalaxy's CA discoveries/Rules]] https://esolangs.org/w/index.php?diff=145598&oldid=145597 * ColorfulGalaxy's CA discoveries * (+90) ----) (Duplicator
16:09:39 -!- b_jonas has quit (*.net *.split).
16:09:41 -!- myname has quit (*.net *.split).
16:20:47 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145599&oldid=145561 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+390)
16:21:14 -!- b_jonas has joined.
16:21:14 -!- myname has joined.
16:21:28 -!- sprocket has quit (*.net *.split).
16:21:28 -!- FireFly has quit (*.net *.split).
16:21:29 -!- citrons has quit (*.net *.split).
16:21:29 -!- Melvar has quit (*.net *.split).
16:21:29 -!- sprout has quit (*.net *.split).
16:21:29 -!- pikhq has quit (*.net *.split).
16:21:29 -!- integral has quit (*.net *.split).
16:21:29 -!- slavfox has quit (*.net *.split).
16:21:31 -!- isabella has quit (*.net *.split).
16:21:31 -!- mich181189 has quit (*.net *.split).
16:21:32 -!- ProofTechnique_ has quit (*.net *.split).
16:21:33 -!- Artea has quit (*.net *.split).
16:21:35 -!- simcop2387 has quit (*.net *.split).
16:21:35 -!- korvo has quit (*.net *.split).
16:21:35 -!- GregorR has quit (*.net *.split).
16:21:35 -!- HackEso has quit (*.net *.split).
16:21:35 -!- mcfrdy has quit (*.net *.split).
16:21:36 -!- Hooloovoo has quit (*.net *.split).
16:21:37 -!- perlbot has quit (*.net *.split).
16:21:39 -!- drakonis has quit (*.net *.split).
16:21:40 -!- JAA has quit (*.net *.split).
16:21:40 -!- rodgort has quit (*.net *.split).
16:21:41 -!- oren has quit (*.net *.split).
16:23:50 <esolangs> [[User talk:Ractangle]] https://esolangs.org/w/index.php?diff=145600&oldid=145581 * Ractangle * (-62) /* IEO-fork section */
16:24:24 -!- visilii has quit (*.net *.split).
16:24:25 -!- j4cbo has quit (*.net *.split).
16:24:25 -!- errilaz has quit (*.net *.split).
16:24:27 -!- dcreager has quit (*.net *.split).
16:24:44 <esolangs> [[User talk:Ractangle]] https://esolangs.org/w/index.php?diff=145601&oldid=145600 * Ractangle * (+197) /* YOU KNEW I WAS THE ORANGE 7 FROM THE PROGRESSMOD95 WIKI???!?!?!?!?!? */
16:27:37 -!- slavfox has joined.
16:27:37 -!- Artea has joined.
16:27:37 -!- sprocket has joined.
16:27:37 -!- simcop2387 has joined.
16:27:37 -!- FireFly has joined.
16:27:37 -!- korvo has joined.
16:27:37 -!- GregorR has joined.
16:27:37 -!- citrons has joined.
16:27:37 -!- Melvar has joined.
16:27:37 -!- isabella has joined.
16:27:37 -!- mich181189 has joined.
16:27:37 -!- sprout has joined.
16:27:37 -!- integral has joined.
16:27:37 -!- pikhq has joined.
16:27:37 -!- HackEso has joined.
16:27:37 -!- ProofTechnique_ has joined.
16:27:37 -!- mcfrdy has joined.
16:27:50 -!- visilii has joined.
16:27:50 -!- j4cbo has joined.
16:27:50 -!- errilaz has joined.
16:27:50 -!- dcreager has joined.
16:27:55 -!- lambdabot has quit (Remote host closed the connection).
16:27:56 -!- Hooloovoo has joined.
16:27:56 -!- perlbot has joined.
16:27:56 -!- drakonis has joined.
16:28:01 -!- lambdabot has joined.
16:28:01 -!- JAA has joined.
16:28:01 -!- rodgort has joined.
16:28:01 -!- oren has joined.
16:28:03 -!- leah2 has quit (*.net *.split).
16:28:03 -!- moony has quit (*.net *.split).
16:28:04 -!- zemhill has quit (*.net *.split).
16:28:04 -!- ^[ has quit (*.net *.split).
16:28:04 -!- shachaf has quit (*.net *.split).
16:28:05 -!- fizzie has quit (*.net *.split).
16:28:05 -!- Soni has quit (*.net *.split).
16:28:07 -!- leah2 has joined.
16:28:07 -!- moony has joined.
16:28:07 -!- zemhill has joined.
16:28:07 -!- ^[ has joined.
16:28:07 -!- shachaf has joined.
16:28:07 -!- fizzie has joined.
16:28:07 -!- Soni has joined.
16:28:15 -!- V has quit (*.net *.split).
16:28:15 -!- gAy_Dragon has quit (*.net *.split).
16:28:15 -!- xelxebar has quit (*.net *.split).
16:28:16 -!- APic has quit (*.net *.split).
16:28:16 -!- MizMahem has quit (*.net *.split).
16:28:17 -!- V has joined.
16:28:17 -!- gAy_Dragon has joined.
16:28:17 -!- xelxebar has joined.
16:28:17 -!- APic has joined.
16:28:17 -!- MizMahem has joined.
16:30:02 -!- lambdabot has quit (*.net *.split).
16:30:05 -!- lambdabot has joined.
16:30:20 -!- lambdabot has quit (*.net *.split).
16:30:24 -!- V has quit (*.net *.split).
16:30:24 -!- gAy_Dragon has quit (*.net *.split).
16:30:24 -!- xelxebar has quit (*.net *.split).
16:30:24 -!- APic has quit (*.net *.split).
16:30:25 -!- MizMahem has quit (*.net *.split).
16:30:26 -!- leah2 has quit (*.net *.split).
16:30:26 -!- moony has quit (*.net *.split).
16:30:26 -!- zemhill has quit (*.net *.split).
16:30:26 -!- ^[ has quit (*.net *.split).
16:30:27 -!- shachaf has quit (*.net *.split).
16:30:27 -!- fizzie has quit (*.net *.split).
16:30:27 -!- Soni has quit (*.net *.split).
16:30:28 -!- Hooloovoo has quit (*.net *.split).
16:30:29 -!- perlbot has quit (*.net *.split).
16:30:30 -!- drakonis has quit (*.net *.split).
16:30:30 -!- JAA has quit (*.net *.split).
16:30:31 -!- rodgort has quit (*.net *.split).
16:30:32 -!- oren has quit (*.net *.split).
16:30:32 -!- visilii has quit (*.net *.split).
16:30:32 -!- j4cbo has quit (*.net *.split).
16:30:33 -!- errilaz has quit (*.net *.split).
16:30:34 -!- dcreager has quit (*.net *.split).
16:30:35 -!- sprocket has quit (*.net *.split).
16:30:35 -!- FireFly has quit (*.net *.split).
16:30:36 -!- citrons has quit (*.net *.split).
16:30:36 -!- Melvar has quit (*.net *.split).
16:30:36 -!- sprout has quit (*.net *.split).
16:30:36 -!- pikhq has quit (*.net *.split).
16:30:36 -!- integral has quit (*.net *.split).
16:30:37 -!- slavfox has quit (*.net *.split).
16:30:38 -!- isabella has quit (*.net *.split).
16:30:38 -!- mich181189 has quit (*.net *.split).
16:30:39 -!- ProofTechnique_ has quit (*.net *.split).
16:30:40 -!- Artea has quit (*.net *.split).
16:30:41 -!- simcop2387 has quit (*.net *.split).
16:30:41 -!- korvo has quit (*.net *.split).
16:30:41 -!- GregorR has quit (*.net *.split).
16:30:41 -!- HackEso has quit (*.net *.split).
16:30:41 -!- mcfrdy has quit (*.net *.split).
16:30:42 -!- b_jonas has quit (*.net *.split).
16:30:44 -!- myname has quit (*.net *.split).
16:30:44 -!- chiselfuse has quit (*.net *.split).
16:30:46 -!- Ae has quit (*.net *.split).
16:30:46 -!- ManDeJan has quit (*.net *.split).
16:30:46 -!- Bowserinator has quit (*.net *.split).
16:30:47 -!- dnm has quit (*.net *.split).
16:30:47 -!- krychu_ has quit (*.net *.split).
16:30:48 -!- m5zs7k has quit (*.net *.split).
16:30:49 -!- Noisytoot has quit (*.net *.split).
16:30:49 -!- user3456 has quit (*.net *.split).
16:30:49 -!- dbohdan has quit (*.net *.split).
16:30:50 -!- amby has quit (*.net *.split).
16:30:50 -!- Lord_of_Life has quit (*.net *.split).
16:30:51 -!- wryl has quit (*.net *.split).
16:30:51 -!- ursa-major has quit (*.net *.split).
16:30:54 -!- tetsuo-cpp has quit (*.net *.split).
16:30:54 -!- sknebel has quit (*.net *.split).
16:30:54 -!- yuu has quit (*.net *.split).
16:31:23 -!- lambdabot has joined.
16:31:23 -!- MizMahem has joined.
16:31:23 -!- APic has joined.
16:31:23 -!- xelxebar has joined.
16:31:23 -!- gAy_Dragon has joined.
16:31:23 -!- V has joined.
16:31:23 -!- Soni has joined.
16:31:23 -!- fizzie has joined.
16:31:23 -!- shachaf has joined.
16:31:23 -!- ^[ has joined.
16:31:23 -!- zemhill has joined.
16:31:23 -!- moony has joined.
16:31:23 -!- leah2 has joined.
16:31:23 -!- oren has joined.
16:31:23 -!- rodgort has joined.
16:31:23 -!- JAA has joined.
16:31:23 -!- drakonis has joined.
16:31:23 -!- perlbot has joined.
16:31:23 -!- Hooloovoo has joined.
16:31:23 -!- dcreager has joined.
16:31:23 -!- errilaz has joined.
16:31:23 -!- j4cbo has joined.
16:31:23 -!- visilii has joined.
16:31:23 -!- mcfrdy has joined.
16:31:23 -!- ProofTechnique_ has joined.
16:31:23 -!- HackEso has joined.
16:31:23 -!- pikhq has joined.
16:31:23 -!- integral has joined.
16:31:23 -!- sprout has joined.
16:31:23 -!- mich181189 has joined.
16:31:23 -!- isabella has joined.
16:31:23 -!- Melvar has joined.
16:31:23 -!- citrons has joined.
16:31:23 -!- GregorR has joined.
16:31:23 -!- korvo has joined.
16:31:23 -!- FireFly has joined.
16:31:23 -!- simcop2387 has joined.
16:31:23 -!- sprocket has joined.
16:31:23 -!- Artea has joined.
16:31:23 -!- slavfox has joined.
16:31:23 -!- yuu has joined.
16:31:23 -!- sknebel has joined.
16:31:23 -!- dbohdan has joined.
16:31:23 -!- tetsuo-cpp has joined.
16:31:23 -!- ursa-major has joined.
16:31:23 -!- user3456 has joined.
16:31:23 -!- Ae has joined.
16:31:23 -!- ManDeJan has joined.
16:31:23 -!- Bowserinator has joined.
16:31:23 -!- dnm has joined.
16:31:23 -!- krychu_ has joined.
16:31:23 -!- Noisytoot has joined.
16:31:23 -!- wryl has joined.
16:31:23 -!- m5zs7k has joined.
16:31:23 -!- Lord_of_Life has joined.
16:31:23 -!- chiselfuse has joined.
16:31:23 -!- amby has joined.
16:31:23 -!- b_jonas has joined.
16:31:23 -!- myname has joined.
16:38:49 <esolangs> [[User talk:ColorfulGalaxy's CA discoveries]] https://esolangs.org/w/index.php?diff=145602&oldid=145594 * Ractangle * (+207)
16:42:57 <esolangs> [[2 Bits, 1 Byte]] https://esolangs.org/w/index.php?diff=145603&oldid=140311 * Ractangle * (+24) /* Operations */
16:44:05 -!- chiselfuse has quit (*.net *.split).
16:44:17 <esolangs> [[User:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff]] https://esolangs.org/w/index.php?diff=145604&oldid=144629 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+29)
16:45:09 <esolangs> [[User:Ractangle]] https://esolangs.org/w/index.php?diff=145605&oldid=145568 * Ractangle * (+3) /* Esolangs */
16:47:21 -!- chiselfuse has joined.
16:48:04 -!- Ae has quit (*.net *.split).
16:48:05 -!- ManDeJan has quit (*.net *.split).
16:48:06 -!- Bowserinator has quit (*.net *.split).
16:48:06 -!- dnm has quit (*.net *.split).
16:48:07 -!- krychu_ has quit (*.net *.split).
16:49:16 -!- Ae has joined.
16:49:16 -!- ManDeJan has joined.
16:49:16 -!- Bowserinator has joined.
16:49:16 -!- dnm has joined.
16:49:16 -!- krychu_ has joined.
16:52:05 -!- tetsuo-cpp has quit (*.net *.split).
16:52:06 -!- sknebel has quit (*.net *.split).
16:52:06 -!- yuu has quit (*.net *.split).
16:52:48 -!- tetsuo-cpp has joined.
16:52:48 -!- sknebel has joined.
16:52:48 -!- yuu has joined.
16:55:40 -!- amby has quit (*.net *.split).
16:55:41 -!- Lord_of_Life has quit (*.net *.split).
16:55:41 -!- wryl has quit (*.net *.split).
16:55:42 -!- ursa-major has quit (*.net *.split).
16:55:49 -!- tetsuo-cpp has quit (Ping timeout: 244 seconds).
16:56:19 -!- tetsuo-cpp has joined.
16:56:47 -!- amby has joined.
16:56:47 -!- Lord_of_Life has joined.
16:56:47 -!- wryl has joined.
16:56:47 -!- ursa-major has joined.
16:57:53 -!- m5zs7k has quit (*.net *.split).
16:57:54 -!- Noisytoot has quit (*.net *.split).
16:57:54 -!- user3456 has quit (*.net *.split).
16:57:55 -!- dbohdan has quit (*.net *.split).
16:58:12 -!- amby has quit (Write error: Broken pipe).
16:58:24 -!- amby has joined.
16:59:00 -!- m5zs7k has joined.
16:59:00 -!- Noisytoot has joined.
16:59:00 -!- user3456 has joined.
16:59:00 -!- dbohdan has joined.
17:13:54 <esolangs> [[Esolang:Sandbox]] https://esolangs.org/w/index.php?diff=145606&oldid=144642 * A casual user * (+37)
18:16:08 <esolangs> [[+!]] M https://esolangs.org/w/index.php?diff=145607&oldid=145599 * PythonshellDebugwindow * (+50) Categories
18:20:00 <esolangs> [[BFP]] M https://esolangs.org/w/index.php?diff=145608&oldid=145578 * PythonshellDebugwindow * (+182) Formatting, categories
18:24:20 <esolangs> [[Pair]] M https://esolangs.org/w/index.php?diff=145609&oldid=93138 * PythonshellDebugwindow * (+67) Category
18:30:22 <esolangs> [[;]] https://esolangs.org/w/index.php?diff=145610&oldid=143487 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (-14) /* Python */
18:36:28 <esolangs> [[User:Ractangle/Sandbox]] https://esolangs.org/w/index.php?diff=145611&oldid=145467 * Ractangle * (-13) /* Stuff to continue */
18:36:53 <esolangs> [[Special:Log/move]] move * Ractangle * moved [[JS-CODE]] to [[2.210*]]
18:38:17 <esolangs> [[2.210*]] https://esolangs.org/w/index.php?diff=145614&oldid=145612 * Ractangle * (-439)
18:39:18 <esolangs> [[2.210*]] https://esolangs.org/w/index.php?diff=145615&oldid=145614 * Ractangle * (+0)
19:16:09 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145616&oldid=145607 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+378)
19:16:36 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145617&oldid=145616 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+64)
19:17:03 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145618&oldid=145617 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (-9)
19:17:54 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145619&oldid=145618 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (-1)
19:20:53 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145620&oldid=145619 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+28) /* The ! command */
19:21:35 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145621&oldid=145620 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (-34)
19:57:08 -!- molson has joined.
19:58:15 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145622&oldid=145621 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (-49)
20:03:54 <esolangs> [[FGCITYTNMANCE]] N https://esolangs.org/w/index.php?oldid=145623 * Ractangle * (+128) Created page with "'''FGCITYTNMANCE''' (or '''For Gods Chirst I Tell You To Not Make A No Code Esolang''') is an esolang made by [[User:Ractangle]]"
20:05:57 <esolangs> [[FGCITYTNMANCE]] https://esolangs.org/w/index.php?diff=145624&oldid=145623 * Ractangle * (+39)
20:06:27 <esolangs> [[FGCITYTNMANCE]] https://esolangs.org/w/index.php?diff=145625&oldid=145624 * Ractangle * (+42)
20:07:34 <esolangs> [[FGCITYTNMANCE]] https://esolangs.org/w/index.php?diff=145626&oldid=145625 * Ractangle * (+30) /* Syntax */
20:07:44 <esolangs> [[Talk:My-new-esolang.txt]] https://esolangs.org/w/index.php?diff=145627&oldid=140046 * Bogdan192848 * (+47)
20:08:26 <esolangs> [[User talk:Ais523]] https://esolangs.org/w/index.php?diff=145628&oldid=144450 * Ractangle * (+2) /* delete account */
20:10:47 <esolangs> [[User:Yayimhere]] https://esolangs.org/w/index.php?diff=145629&oldid=144399 * Ractangle * (+0) /* esolangs */
20:11:17 <esolangs> [[User:Yayimhere]] https://esolangs.org/w/index.php?diff=145630&oldid=145629 * Ractangle * (-11) /* esolangs */
20:14:15 <esolangs> [[Empty Program]] https://esolangs.org/w/index.php?diff=145631&oldid=143629 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+0) main function in C must be 'int'
20:25:25 -!- Everything has joined.
20:27:24 <esolangs> [[Talk:Brainfuck]] M https://esolangs.org/w/index.php?diff=145632&oldid=142947 * Bogdan192848 * (+408)
20:32:38 <esolangs> [[1 bytes :3]] https://esolangs.org/w/index.php?diff=145633&oldid=144800 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+68)
20:32:51 <esolangs> [[1 bytes :3]] https://esolangs.org/w/index.php?diff=145634&oldid=145633 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (-4) /* XKCD Random Number */
20:33:17 <esolangs> [[1 bytes :3]] https://esolangs.org/w/index.php?diff=145635&oldid=145634 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (-9) /* Hello world! */
20:33:34 <esolangs> [[1 bytes :3]] https://esolangs.org/w/index.php?diff=145636&oldid=145635 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+1) /* Hello world! */
20:33:49 <esolangs> [[1 bytes :3]] https://esolangs.org/w/index.php?diff=145637&oldid=145636 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+21) /* Hello, World! */
20:34:10 -!- Sgeo has joined.
20:34:29 <esolangs> [[Inputfish]] https://esolangs.org/w/index.php?diff=145638&oldid=116901 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+50) /* External resources */
20:34:51 <esolangs> [[How to learn this language]] https://esolangs.org/w/index.php?diff=145639&oldid=144276 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+31) /* Interpreter */
20:54:15 <esolangs> [[A Triple Sharp]] M https://esolangs.org/w/index.php?diff=145640&oldid=129097 * ColorfulGalaxy's CA discoveries * (+4)
20:54:42 <esolangs> [[C]] M https://esolangs.org/w/index.php?diff=145641&oldid=135645 * ColorfulGalaxy's CA discoveries * (+21)
21:05:40 -!- craigo has joined.
21:10:17 <esolangs> [[Talk:Brainfuck]] https://esolangs.org/w/index.php?diff=145642&oldid=145632 * Ractangle * (+236) /* Might Bf will destroy other programing languages? */
21:11:40 <esolangs> [[+!]] https://esolangs.org/w/index.php?diff=145643&oldid=145622 * Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff * (+83) /* Input and output */
22:01:09 <esolangs> [[Filename "xxx" doesn't seem to be a valid filename. Please check if the filename your trying to execute is written correctly]] https://esolangs.org/w/index.php?diff=145644&oldid=144332 * Ractangle * (+5) /* Syntax */
22:02:29 <esolangs> [[Filename "xxx" doesn't seem to be a valid filename. Please check if the filename your trying to execute is written correctly]] https://esolangs.org/w/index.php?diff=145645&oldid=145644 * Ractangle * (+163) /* See also */
22:13:30 <esolangs> [[IEO]] N https://esolangs.org/w/index.php?oldid=145646 * Ractangle * (+39) Redirected page to [[Interpret Esolangs Online]]
22:27:37 -!- craigo has quit (Quit: Leaving).
22:29:41 -!- craigo has joined.
23:22:00 -!- __monty__ has quit (Quit: leaving).
23:29:55 -!- ais523 has joined.
23:56:48 -!- Everything has quit (Quit: leaving).