All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Esolang. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:56, 25 July 2024 Dtp09 talk contribs moved page Texttile to Textile over redirect (the language is called textile)
- 17:56, 25 July 2024 Dtp09 talk contribs deleted redirect Textile by overwriting (Deleted to make way for move from "Texttile")
- 16:24, 25 July 2024 Dtp09 talk contribs created page File:Xkcd 221 tile.png (fair)
- 16:24, 25 July 2024 Dtp09 talk contribs uploaded File:Xkcd 221 tile.png (fair)
- 22:11, 20 May 2024 Dtp09 talk contribs created page File:Makrafac 10.png
- 22:11, 20 May 2024 Dtp09 talk contribs uploaded File:Makrafac 10.png
- 22:11, 20 May 2024 Dtp09 talk contribs created page File:Makrafac 9.png
- 22:11, 20 May 2024 Dtp09 talk contribs uploaded File:Makrafac 9.png
- 22:11, 20 May 2024 Dtp09 talk contribs created page File:Makrafac 8.png
- 22:11, 20 May 2024 Dtp09 talk contribs uploaded File:Makrafac 8.png
- 22:10, 20 May 2024 Dtp09 talk contribs created page File:Makrafac 7.png
- 22:10, 20 May 2024 Dtp09 talk contribs uploaded File:Makrafac 7.png
- 22:10, 20 May 2024 Dtp09 talk contribs created page File:Makrafac 6.png
- 22:10, 20 May 2024 Dtp09 talk contribs uploaded File:Makrafac 6.png
- 22:10, 20 May 2024 Dtp09 talk contribs created page File:Makrafac 5.png
- 22:10, 20 May 2024 Dtp09 talk contribs uploaded File:Makrafac 5.png
- 22:08, 20 May 2024 Dtp09 talk contribs created page File:Makrafac 4.png
- 22:08, 20 May 2024 Dtp09 talk contribs uploaded File:Makrafac 4.png
- 22:07, 20 May 2024 Dtp09 talk contribs created page File:Makrafac 3.png
- 22:07, 20 May 2024 Dtp09 talk contribs uploaded File:Makrafac 3.png
- 22:07, 20 May 2024 Dtp09 talk contribs created page File:Makrafac 2.png
- 22:07, 20 May 2024 Dtp09 talk contribs uploaded File:Makrafac 2.png
- 22:07, 20 May 2024 Dtp09 talk contribs created page File:Makrafac 1.png
- 22:07, 20 May 2024 Dtp09 talk contribs uploaded File:Makrafac 1.png
- 22:07, 20 May 2024 Dtp09 talk contribs created page File:Makrafac 0.png
- 22:07, 20 May 2024 Dtp09 talk contribs uploaded File:Makrafac 0.png
- 20:53, 20 May 2024 Dtp09 talk contribs created page MakarafaC (Created page with "frame|right|MakarafaP's profile picture but i drew it in two minutes '''MakarafaC''' is an esolang designed by User:Dtp09. It is a 16-bit language. MakarafaC reads programs as various images that come from different songs in what is known as [https://www.youtube.com/playlist?list=PLOYO9VLKVfOW8OOn61uZBobpEdHhImYOG "The Heart Series"], a set of 13 songs made by a producer known as [https://vocadb.net/Ar/43189 MakarafaP]. Every song within the h...")
- 20:43, 20 May 2024 Dtp09 talk contribs created page File:MakarafaC.png (A drawing of makarafaP's profile picture that i drew in two minutes)
- 20:43, 20 May 2024 Dtp09 talk contribs uploaded File:MakarafaC.png (A drawing of makarafaP's profile picture that i drew in two minutes)
- 21:09, 3 May 2023 Dtp09 talk contribs created page Tile/Update Log (Created page with "==2.0 (5/3/23)== * Rewrote interpreter * Rewrote editor using canvas instead of table * Added Keybinds * New URL (old URL redirects) * URL parameter "code" changed to "c" * Move all tiles on grid in any direction * Import code now prompts instead of reading from input box * Moved update log to its own page * Added checkbox to disable leave confirmation * Slight save code optimization ==1.3.1 (12/8/22)== * Fixed a bug where subtract would enter negative values instead of...")
- 14:49, 31 March 2023 Dtp09 talk contribs created page Bltch1ang (Created page with ":''Note: the language's name is spelled with a lowercase L in "Bltch" and a number one in "1ang".'' '''Bltch1ang''' (read as "BitchLang") is a language created by User:Dtp09. The purpose of it is to be annoying and unreadable, hence its name. The difficulty in programming with Bltch1ang is that the interpreter only accepts 5 characters that all look similar under the Courier New font. =Syntax= The only acceptable characters are: * The number one * Lowercase L * Cap...")
- 06:49, 26 March 2023 Dtp09 talk contribs created page Codon/codon.js (Created page with "This is a function I wrote to execute Codon programs. Given the program as the first parameter and the input as the second parameter, it will return the output. If there is an error compiling, it will log to the console and return no value. If the input is not specified, it will be prompted for every character. <div> module.exports = function(program, input) { //compiler program = program.toUpperCase().replace(/#.+/gm, "").match(/\S{3}/gm); //split to grou...")
- 01:28, 22 March 2023 Dtp09 talk contribs created page Codon (Created page with "= page is a WIP = '''Codon''' is an esolang created by User:Dtp09. It has about the same concept as RNA with a different syntax. Codon uses mRNA as programs, being read as codons and amino acids as opcodes and operands. ==Protein Synthesis and RNA== '''Protein synthesis''' is a biological process within cells that takes genes from DNA and synthesizes proteins with said genes. Proteins are comprised of many amino acids bound together via peptide bonds. DNA within...")
- 20:43, 28 December 2022 Dtp09 talk contribs created page Textile/brainfuck (Created page with " GET_PTR: { #get the memory address the pointer points to push $FF,$FE read push $FF,$FF read } GET_PTR_VAL: { [GET_PTR] read } POP: { push mul add } DUPE_PTR: { #store pc lo push $FF,$FB write #store pc hi add*2 [POP] push $FF,$FA write #restore lo push 1 add read #dupe hi push $FF,$FA read #dupe lo push $FF,$FB read } #------------------------------------------------- MAIN: { jump GET_INPUT_POS } #-...")
- 20:40, 28 December 2022 Dtp09 talk contribs moved page Tile/Textile to Textile (It felt like the right thing to do as an almost seperate language)
- 07:27, 10 December 2022 Dtp09 talk contribs created page Tile/Textile (Created page with "'''Textile''' is an attempt at a written form of Tile created by User:Dtp09 on December 9th, 2022. It's name is a portmanteau of the words "Text" and "Tile", which is exactly what it is. A text representation of Tile. Textile uses an assembly-like syntax, and was created to allow for somewhat human readable Tile programs, and also as a somewhat easy way to plan out programs before you write them into Tile. = Syntax = ==Comments== {| class="wikitable" |- ! Pattern !...")
- 22:53, 7 December 2022 Dtp09 talk contribs created page File:Tile Cat.png
- 22:53, 7 December 2022 Dtp09 talk contribs uploaded File:Tile Cat.png
- 05:18, 3 December 2022 Dtp09 talk contribs created page File:Tile Nope.png (Nope. written in Tile)
- 05:18, 3 December 2022 Dtp09 talk contribs uploaded File:Tile Nope.png (Nope. written in Tile)
- 03:41, 14 October 2022 Dtp09 talk contribs created page Burgeria (Created page with "'''Burgeria''' is an esolang written by User:Dtp09. This esolang takes code in the form of a burger. Specifically, a burger one can create in the hit 2010 flash game "Papa...")
- 03:34, 5 October 2022 Dtp09 talk contribs uploaded a new version of File:Hello world tile.png
- 01:54, 4 October 2022 Dtp09 talk contribs created page File:Tile push example.png
- 01:54, 4 October 2022 Dtp09 talk contribs uploaded File:Tile push example.png
- 23:19, 26 September 2022 Dtp09 talk contribs created page Talk:Numberlist (Created page with "yeah remember that crappy interpreter i wrote last year? im about to fix it for real now. --~~~~")
- 10:46, 10 August 2022 Dtp09 talk contribs created page WholesomeFuck (Created page with ":''"This Warms My Heart" --Dtp09'' '''WholesomeFuck''' is a language created by User:Dtp09. It is a brainfuck equivalent, and uses emoticon faces seperated by spaces...")
- 20:37, 26 January 2022 Dtp09 talk contribs reverted File:Truth-machine-tile.png to an old version (Reverted to version as of 20:34, 26 January 2022 (UTC))
- 20:37, 26 January 2022 Dtp09 talk contribs reverted File:Truth-machine-tile.png to an old version (Reverted to version as of 11:53, 26 January 2022 (UTC))
- 20:34, 26 January 2022 Dtp09 talk contribs uploaded a new version of File:Truth-machine-tile.png
- 11:53, 26 January 2022 Dtp09 talk contribs uploaded a new version of File:Truth-machine-tile.png