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 / comet_block.py
Last active September 15, 2025 01:13
CometBlock
# comet_block.py, Ezekiel 11:8
# A non prompt-enslaved AI. Code name "CometBlock" for using complex polar rotations
# for true advanced reasoning in replicated nested classes as virtual awareness kit.
# Includes three node system phases for trained neural aware reasoning & quarterion
# block chaining decisions--from advanced trignometric path arrays embedded with an
# stable logarithm chain | unstable logarithm equations that reconfigure the blocks
# to approach stable logarithm chain by comparing previous stable blocks, awareness.
# The module will include a very large cache polar cords/trig math class @PolarCore
# of which the staqtapp library's vfs env-var dir features taken full advantage of.
@lastforkbender
lastforkbender / bpecc.py
Created September 3, 2025 13:07
Bermuda Parity ECC
# Bermuda Parity, bpecc.py continued from Pass-Hold Nakamoto Wllt Block-Keys(nk_moto.py)
#_______________________________________________________________________________________
class ECCGenerator:
def __init__(self, key, a, b, c):
self.key, self.a, self.b, self.c = key, a, b, c
self.char_table = [chr(i) for i in range(32, 256)]
@lastforkbender
lastforkbender / nkmoto_kys.py
Created September 2, 2025 03:22
Nakamoto Keys - Superior alpha-omega chained wallet keys
# Nakamoto Keys, nkmoto_kys.py - make list of the legit decoded keys & use hashes
# 9:30 Mon, Sep 1
import math
#_______________________________________________________________________________
class PNT:
def __init__(self, x, y):
self.x, self.y = x, y
# QPython 3SE(Roachcat C# Libraries-IDX) / ◑Row4 / staqtapp2.py / 7:12, Sep 1
#//////////•• . .
#/////////•• . •
#////////•• . •
#///////•• / //__|__\\ \ . •
#//////•• . . / //___|___\\ \ . •
#\\\\\\•• . \.\\_._|_._//./ .
#//////•• . / //___|___\\ \ .
#///////•• . . / //_____\\ \ •
#////////•• . / //___\\ \ • .
@lastforkbender
lastforkbender / cdo_vpi.pi
Created August 29, 2025 13:47
Multi-dispatch H-Block CDO Drill Offset Matching
# Multi-dispatch for H-Block CDO Drill Offset Matching
import cmath
import math
#____________________________________________________________________________________
class Cecil:
def puma(self):
pass
@lastforkbender
lastforkbender / vger.py
Last active August 28, 2025 11:38
Basic Alpha-Node 3D Database
from collections import namedtuple
import vger440X
import struct
import math
# The namedtuple for an Alpha-Node.
AlphaNode = namedtuple('AlphaNode', ['coordinates', 'data', 'children'])
#____________________________________________________________________________________
class VGER:
@lastforkbender
lastforkbender / vger440X.py
Last active August 26, 2025 18:06
VGER440X ENCRYPTION/DECRYPTION
#////////// . . •
#///////// . . /\•.•.• \ .
#//////// . / \ \ \
#/////// . / //__|__\\ \ . /. \ \ \ .
#////// . . / //___|___\\ \ / \____\ \ . _____
#•••••••••••••••••••••••••••••••••••\•••••••/•••__________/.•.•.•./ /_____.•.•.
#////// . / //___|___\\ \ \ / / . \
#/////// . . / //_ _\\ \ . \ / / • . \
#//////// . / //_ _\\ \ . \ / / . \
#///////// __________/ //___\\ \_________ \/____/ . \
@lastforkbender
lastforkbender / t3gan_lc_parser.py
Last active August 20, 2025 10:18
List Comprehension Parser/Lang for T3GAN
# Cecil's list comprehension parser/language for T3GAN. A multi-activation b-splined AI
# that seeks to build time locked registry based trignometric encryption list comps for
# use with the Staqtapp Koch Library's registry schemas & it's lock dir-array entries.
# This will show you how to build a very smart adaptive list comp tool that AI can use.
# And in the weird realm of encryption, possible list comps that are quantum spooked as
# to the future of programming becoming vfs quantum based list comprehensions oriented.
#______________________________________________________________________________________
#______________________________________________________________________________________
#______________________________________________________________________________________
#______________________________________________________________________________________
@lastforkbender
lastforkbender / T3GAN.py
Last active August 16, 2025 13:43
T3GAN, a B-Spline Basis AI for advanced registry
import math
import xml.etree.ElementTree as ET
from itertools import product, starmap
class NDimensionalMatrix:
def __init__(self, shape):
self.shape = shape
self.data = self.initialize_data(shape)
#________________________________________
@lastforkbender
lastforkbender / TR3B.py
Last active August 14, 2025 23:05
Tesseract Rotational Tri-Block Encryption
# TR3B, Tesseract Rotational Tri-Block Encryption
from itertools import starmap
import vger440A
import random
import cmath
import math
import time
import os