Categories
Bank grabber
from nev626
Scripts
Self-Made script for get all the bank info on the server
draft_script.src
Greyscript compiler (gsc)
from olipro
Programs
This is a tool for compiling scripts with multi-level dependencies. It performs de-duplication of dependencies, relying on you inserting a special comment in your source files.
gsc.src Util.src
Unit testing & mocking library
from olipro
Modules
These two scripts allow you to write unit tests and mock classes or global functions. An example of some tests is included.
Example.src MiniTest.src MiniMock.src
Lazy scripts
from lazybones
Programs
ipgen script and ls script so far.
ls.src ipgen2.0.src
Mail lib
from roupi
Modules
wrapper to the metamail standard api.
mail.src
Img viewer
from roupi
Programs
site to render a img given a string containing the img pixel rgb values
index.html
Website changer
from roupi
Scripts
not my script but from keke: from: https://www.youtube.com/watch?v=XUO7A_lQy28
web_changer.src findHackShop.src
Tail
from bobrossrtx
Scripts
Tail - Output file contents as it changes Tail is a program that originates from UNIX, and is used to output the file contents as it changes to the terminal.
tail.src
Lzw compression
from roupi
Programs
lib to compress a string into a smaller a string.
lzw.src encoder.src test.src example.txt
Igs
from roupi
Programs
interactive greyscript, or greyscript repl (Read-eval-print loop)
build.src meta.src igs.src