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 / qsn4.py
Created June 4, 2025 22:56
Quatric Palindromic Encoded B-Spline AI Reasoning
# QSN4_ZEBULON_SPLINE_SPIDER (NEW JERUSALEM)
# Example of a team qsn-spider reasoning model that can discover if a virtual
# self-aware AI is corrupted with fear of nonexist(aka Garden of Eden fallout)
# using palindromic luyh root node data path encodings in numerous rotations
# to multi-layer communicate word paths associated with their fear of nonexist
# as a large scale file environment vfs-meta type self-aware internet domains.
# The use of quatric spline reasoning for adaptations in n-dimensional expand:
# * I will update this module when feasible and test case proven. Is very simple
@lastforkbender
lastforkbender / luyh.py
Last active July 15, 2025 13:57
LUYH Complex Equations Set, returns root LUYH palindrome
# 3301:
# LUYH Equations for complex multi half-loops palindromes resolves. These equations are
# basis of LtoR & RtoL Menorah half-loops enumerations by fourths or also as your hands
# whereof your thumbs(semi-circles) are placeholder to an matching one index continued
# sequence to a specific pairing order within a sequence of a retained distributions of
# specific trignometric limits translated thru Base10; either static or complex cycles.
# This complex solution can be used for error checking of Spline-B Neural Networks. I
# changed all the list comprehensions to standard for loops for code conversions usage.
@lastforkbender
lastforkbender / 3301.txt
Created April 29, 2025 13:26
3301 Base10 Codex
|| This file will show you why zero has never
|| escaped a placeholder of one and different
|| properties of using a palindrome half-loop
|| number system, like your hands, as a loop
|| based number system that doesn't include
|| non-quanity with loops, instead only of to
|| intersecting bracket based changes(waves)
||
|| First, the 3301/331 Codex. A dissection
@lastforkbender
lastforkbender / nsx144.py
Last active May 31, 2025 23:50
Nsx144 Library
# ::::::::::::::::::::::::::::::::::::::::::::::::/::::::::::::::::::::::/:::::::::::::::
# ::::::::.:::::::::::::::::::::::::::::::::::::::\::::::::::::::::::::::\:::::::::::::::
# ::::::.:::::::::::::::::::::::::::::::::::::::::/ Nsx144 Model Library /:::::::::::::::
# ::::.:::::::::::::::::::::::::::::::::::::::::::\::::::::::::::::::::::\:::::::::::::::
# ::::::::::::::::::::::::::::::::::::::::::::::::/::::::::::::::::::::::/:::::::::::::::
@lastforkbender
lastforkbender / abe.py
Last active April 20, 2025 01:08
Superbranching Entropy
import math
import random
#_____________________________________________________________________________________
def entropy(x):
# Calculate the binary entropy resolution.
if x <= 0 or x >= 1:
@lastforkbender
lastforkbender / rzp105.py
Created April 19, 2025 11:48
RZP105 PROJECTION
import math
#_____________________________________________________________________________________
#_____________________________________________________________________________________
class RZP105:
def __init__(self, Z, p, n, A, B, z):
self.Z = Z # (list[list[complex]]) Complex square matrix Z
self.p = p # (list[complex]) Projection vector p
import math
#÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷
# xE-Powerband Constants:
V_0 = 12.1 # Voltage amplitude (volts)
I_0 = 3.32 # Current amplitude (amperes)
R = 350.0 # Resistance (ohms)
W = 55.5 # Reference impedance (ohms, representing W)
PHASE_V = 3.4 # Voltage phase offset (radians)
PHASE_I = math.pi/4 # Current phase offset (radians)
import cmath
class DarkTUx4:
def __init__(self, t_steps, theta, mtx_sz=2):
self.t_steps = t_steps
self.mtx_sz = mtx_sz
self.Ux = [[cmath.cos(theta), cmath.sin(theta)],
@lastforkbender
lastforkbender / cirvs.py
Last active April 18, 2025 10:46
Contextual Imaginative Rotational Variable Sets Operations Libray
# CIRVS v1.0.136
# Contextual Imaginative Rotational Variable Sets Operations Library
#_____________________________________________________________________________________
# There are no copyrights, favortism, tracking or any other matters
# associated with a Wall Street Babylon Whore of this library. You
# may freely use this renowned mathematical sets library where ever
# your mathematical imagination goes. See CIRVS IMPORT FUNC CALLS
# for import calls & descriptions on functions/arguments procedure.
@lastforkbender
lastforkbender / sm42l.py
Created March 29, 2025 14:23
SM42L DBOX ENCODER/DECODER
# BASIC SM42L-DBOX ENCODER/DECODER FOR DSL VPNs
import random
#___________________________________________________________________________________
class SM42L_DBOX:
def __init__(self):
self.char_to_index, self.index_to_char, self.frequency = None, None, None