Skip to content

Instantly share code, notes, and snippets.

View mcnemesis's full-sized avatar
💭
v:TEA|h:{know some u:code poetry?}|g!:_*\0/*_

Nemesis Fixx Da JWL mcnemesis

💭
v:TEA|h:{know some u:code poetry?}|g!:_*\0/*_
View GitHub Profile
@mcnemesis
mcnemesis / rspg.tea
Last active March 11, 2026 06:55
RSPG: Random Secure Password Generator | a modern password generator based on the Password Quality Theory and Laws by Joseph Willrich Lutalo
#!/usr/bin/tttt -fc
v:vABOUT:{
#####--[ RSPG v1.2 ]--#####
Random Secure Password Generator is a robust computer algorithm meant to facilitate the generation of high quality passwords that are sometimes not only provably hard to crack,
but which are also quite easy for the human to memorize.
The theory (such as PQR Laws) and specifications underlying RSPG are in the TEA TAZ as well as the PQR Law paper.
Copyright 2026 Fut. Prof. JWL (Nuchwezi Research)
}
#---[CONSTANTS]
@mcnemesis
mcnemesis / decimal_code_to_genetic_sequence.tea
Created February 25, 2026 16:42
GENETICS: DECIMAL to GENETIC CODE v1 : simple TEA program to convert from base-10 sequences into genetic code
#----[ DECIMAL to GENETIC CODE ENCODER v1 ]
#############################################
# The program maps any decimal sequence to
# corresponding genetic code sequence
# symbols spanning the Base-na (A,C,G,T,U).
# REFERENCE: based on a transformer in book
# "Applying Transformatics in GENETICS" (2026)
#############################################
v:vINPUT
d!:[0-9, <>] # just digits and delimiters
@mcnemesis
mcnemesis / genetic_code_to_decimal_sequence.tea
Created February 25, 2026 15:47
GENETICS: GENETIC to DECIMAL CODE v1 : a basic TEA program to convert from DNA or RNA sequences into corresponding decimal sequences
#----[ DNA to DECIMAL DECODER v1 ]
#################################
# The program maps any legitimate
# genetic code sequence of
# symbols spanning the Base-na (A,C,G,T,U)
# to their corresponding digit
# equivalents in base-10
#################################
v:vINPUT
z!: # pre-process: capitalize
@mcnemesis
mcnemesis / the_sir_game.tea
Last active January 23, 2026 16:53
TEACH SPELLING: The SIR GAME v3 | a simple game fit for kids, and those learning spelling in English.
v:vDESCRIPTION:{
###############################
# [new] SIR GAME v3:
# by Fut. Prof. JWL @ Nuchwezi Research
###############################
WELCOME to a simple game fit for kids, and those learning spelling in English. THE RULES: playing is simple:
You shall see a word with a MISSING lett?r, and if you guess it right, you score. You can also quit the game anytime if you like.}
#------[ DEFINE CONSTANTS ]
v:vDELIM:{
@mcnemesis
mcnemesis / advanced_mathematics_computer.tea
Last active January 13, 2026 11:15
AMC: Advanced Mathematics Computer is a TEA program that supports anyone to evaluate and reduce any basic and advanced mathematical expressions to their terminal values as either numbers or boolean literals.
v:vDESCRIPTION:{
###############################
# ADVANCED MATHEMATICS COMPUTER:
# AMC v3.1
###############################
This program is meant to help you quickly reduce mathematical expressions to their numerical or boolean values. You might also think of it as a simple advanced calculator.}
#------[ DEFINE CONSTANTS ]
v:vDELIM:{
#####################
@mcnemesis
mcnemesis / sms_text_minifier.tea
Created January 5, 2026 16:28
SMS-TEXT MINIFIER: [creatively] compress long texts into minified versions for saving on data and transfer costs
#====================================
# SMS-TEXT MINIFIER v3
#----|what it is|-------------------
# A bsc TXT/SMS mnifyr
#====================================
v:vMSG | v:vMSG_ORIG
#----|THE CONSTANTS|-------------------
v:vDELIM:{
***********************
@mcnemesis
mcnemesis / personality_calculator.tea
Last active January 3, 2026 18:20
Personality Calculator v2 | Based on modern astrology wisdom and mathematics, compute someone's personality based on just their date of birth.
#+++++++++++++++++++++++++++++++++++++++++++++++++
#+ PERSONALITY CALCULATOR (PC) v3
#-------------------------------------------------
#+ This program is based on western astrology
#+ And is meant to help predict or compute a
#+ person's personality trait and character
#+ based on just their Bithdate information.
#+ THEORY: Gary et. al (1994):
#+ https://openlibrary.org/books/OL1102071M/The_Secret_Language_of_Birthdays
#+++++++++++++++++++++++++++++++++++++++++++++++++
@mcnemesis
mcnemesis / statistical_analyst.tea
Last active December 27, 2025 16:54
STATISTICAL ANALYSIS TOOL (SAT) v.3 | Performing three kinds of statistical analysis on arbitrary sequences of numeric data, using TEA
#########################################
# STATISTICAL ANALYSIS TOOL (SAT) v.3
#---------------------------------------
# An interactive program for analyzing
# numeric data using 3 analysis modes:
# descriptive/visual, exploratory and predictive.
# #######################################
# NOTE: for predictive analysis using
# option(3) non-linear regression, our
# implementation defaults to a model of
@mcnemesis
mcnemesis / generating_random_data_from_TEA_DATA_SCHEMA_specifications.tea
Created December 18, 2025 14:15
STRUCTURED DYNAMIC DATA GENERATOR v.1 | based on parsing and processing TEA Data Templates (TDT)
#########################################
# STRUCTURED DYNAMIC DATA GENERATOR v.1
#----------------------------------------
# Can parse TEA Data Templates(TDT)
# and generate random data based on
# specification and embedded TEA code.
# Details on TDT syntax in the TEA TAZ Book
#########################################
#----| Sample Data Specification |------
@mcnemesis
mcnemesis / lucky_101_game.tea
Created December 9, 2025 17:06
The LUCKY 101 Brain Game | TEA language standard example applications
################################
####| LUCKY 101 GAME v.1 |####
################################
# This game is a simple, but rewarding
# brain-game that rewards & teaches basic
# pattern-matching skills and following instructions!
# ------| HOW TO PLAY? |-------------------
# Essentially, player is shown a field
# with multiple sequences of adjacent numbers
# and their objective should be to identify