Category
code snippets that can be imported in your program to speed up development
Uuidv4 generator
from whiteheadbanger
Modules
This module provides a function that can generate a UUID version 4, ensuring random uniqueness.
Grsa
from irtsa-dev
Modules
A simple implementation of RSA Key Generation in greyscript for the game Grey Hack. Comes with included encryption and decryption functions.
Bltings
from irtsa-dev
Modules
Adds more functions into greyscript from Grey Hack to utilize in scripts by either extending existing object/classes or adding as standalone functions similar to "builtin" functions.
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.
Mail lib
from roupi
Modules
wrapper to the metamail standard api.
Thor cli api tool
from roupi
Modules
api to make building cli programs easier (clone of Thor ruby gem) ALPHA VERSION
List lib
from roupi
Modules
map each to_list select and reject functions
Scan class
from roupi
Modules
scan class module
Nmap class
from roupi
Modules
nmap class module
Convert memory_scan into a map
from roupi
Modules
converts scan_address output to a map easier to process