Skip to content

Instantly share code, notes, and snippets.

View lastforkbender's full-sized avatar
🎯
Focusing

ROBERT CECIL lastforkbender

🎯
Focusing
  • Row4
  • Milkyway
View GitHub Profile
@lastforkbender
lastforkbender / cxvmep.py
Created May 17, 2024 02:29
7-digit cXV Menorah Encoded Palindrome
# This palindrome function included of the Staqtapp1.2 hybrid env-var python library:
# https://github.com/lastforkbender/staqtapp
def outerLoopCxvEncodedMenorahPalindrome(tetBase: int, vssvAddr: str) -> str:
# Returns semi-proper outer-halfloop encoded 7-digit cXV Menorah type palindrome int.
@lastforkbender
lastforkbender / spice35.py
Created May 29, 2024 05:57
Merged encapsulations of count length rotations.
# spice35.py
# https://github.com/lastforkbender/staqtapp
import math
import random
class Diumiance:
__slots__ = ()
@lastforkbender
lastforkbender / ICRS.py
Last active May 31, 2024 02:08
Collatz seq palindrome merge or break algirithm
# COLLATZ SEQUENCES, PALINDROME MERGE OR BREAK ALGORITHM MODULE, ICRS.py
# https://github.com/lastforkbender/staqtapp
from collections import deque
import math
import random
@lastforkbender
lastforkbender / catbox9O9.py
Created May 31, 2024 16:20
Dynamic escape functions using generated nesting.
# Example of dynamic escape functions using generated nesting.
import random
@lastforkbender
lastforkbender / R_2D2.py
Last active June 2, 2024 13:44
Extracts mirroring palindromes from collatz seq primes
# This __slots__ enabled classing extracts inner mirroring palindromes from primes
# inside a collatz sequence from the initial palindrome dimensions that are primes.
# It then prints out a menorah base outer dimensional loop conditional palindromes
# using merge palindrome greater distances of a palindrome joined addr string. The
# conditionals distances scan of the joined addr palindromes string is from LtoR -
# a RtoL; already is satisfied by the initial palindrome primes that were mapped.
@lastforkbender
lastforkbender / PyRvdCollatz.py
Last active June 12, 2024 23:45
RVD Collatz Breaker Slots Class
# This slots performance class will show you how to do rvd calculations on a collatz seq
# and which numbers cause a endless loop(aka magic) with rvd constant totals re-entered.
# Is very important in understanding how one would go about finding other constants to
# set a specific shifting algorithm, where collatz conjecture passes behind loop shifter
# 9 or entangles the next sequence number of 9's by *3 to a new added spanning to +1's.
# With Menorah type rvd constants counts then would only require two unique palindrome
# numbers for each found pair looping, however still require lots of computer power.
@lastforkbender
lastforkbender / forkvar.py
Last active July 2, 2024 13:40
Forkvar class builds a advances initial conditions list
# This class example shows how to build a forkvar for initial conditions mapping.
# Uses three different list gate types: ANOD, ORT and NORT. [If dotMax is greater
# than the @kNum then the initial condition set list is not reversed, else is.]
# Can be used in IIT theory closed set comparison, where each n is a distance to
# a previous state of the set comparison(s) after each object replaced or cached,
# dependent upon the type symbol list used @symLst and object states convergence.
@lastforkbender
lastforkbender / watchmdial.py
Created July 16, 2024 11:51
A dimensional retained array count recycle repeater
from collections import deque
import math
import time
class Watch_MDial:
@lastforkbender
lastforkbender / atlas_reserved
Created August 18, 2024 11:51
Performs a specific analog conversion upon a enum string
def char_to_enum(c):
char_enum_map = {'^': 1, '/': 2, '<': 3, '>': 4}
return char_enum_map.get(c, -1)
class Node:
def __init__(self, key, value, x, y, z):
self.key = key
self.value = value
self.x = x
self.y = y
@lastforkbender
lastforkbender / staqtapp.py
Created August 25, 2024 21:07
Hybrid VFS ENV-VAR Lib for Python OS builds or other
#QPython 3SE / Row4 / staqtapp.py (4,953 lines) / 4:15 Sat, Aug 24
##]This py module's authentic/original coding is secured by AHS holographic checksum[##