. dot
| - path
\ / turn
& end
`` comment
< > v ^ rotate
+ cross
( ) bouncer
* cloner
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
| @@@@@@@ | |
| @@ ##### @@ TMIDL DEVELOPER DOCUMENTATION | |
| @@@@@ # @@@@@ VERSION 1.0 | |
| @@@@@ (@) @@@@@ FIRST REVISION | |
| @@@@@ # @@@@@ | |
| @@@@ # @@@@ | |
| @@@@@@@ | |
| TMIDL (Turing Machine Instruction Description Language), pronounced "T-middle", |
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
| #!/bin/bash | |
| ###################### | |
| # ProgressArchiver95 # | |
| # by Luihum#1287 # | |
| # Version 1.01 # | |
| # Oct 3, 2021 # | |
| ###################### | |
| # Root is required on Android 11 | |
| # Use in Termux | |
| # please don't complain about bad code |
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
| _G._OSVERSION="OpenLoader 0.2EE+"local component=component or require('component')local computer=computer or require('computer')local unicode=unicode or require('unicode')local a=component.list("eeprom")()computer.getBootAddress=function()return component.invoke(a,"getData")end;computer.setBootAddress=function(b)return component.invoke(a,"setData",b)end;local c=component.list("gpu")()local d,e;local f=component.list('screen')()for b in component.list('screen')do if#component.invoke(b,'getKeyboards')>0 then f=b end end;local g=function()end;if c and f then component.invoke(c,"bind",f)d,e=component.invoke(c,"getResolution")component.invoke(c,"setResolution",d,e)component.invoke(c,"setBackground",0x000000)component.invoke(c,"setForeground",0xFFFFFF)component.invoke(c,"fill",1,1,d,e," ")g=function()component.invoke(c,"fill",1,1,d,e," ")end end;local h=1;local function i(j)if c and f then component.invoke(c,"set",1,h,j)if h==e then component.invoke(c,"copy",1,2,d,e-1,0,-1)component.invoke(c,"fill",1,e,d,1," ")else |