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 / jitst_cpx.py
Created July 1, 2026 04:30
NJIT / 64bit整数用の混合ハッシュ
# _.-=-._ _________________
# .' \\\\ // '. / !/ Mmmmmm!!
# / .-.-. \/ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄
# | .' _ '. |
# | / (_) \ |
# \ | .___ . | /
# '._\ \_/ /_.'
# /`-.___.-`\\
# / / | \ \\
# /__/ | \__\\
----------------------------------------------------------------------------------
# RD2/1331/frostman_measure.py
from __future__ import annotations
import os
import math
import logging
import itertools
from dataclasses import dataclass, field
from typing import Sequence
@lastforkbender
lastforkbender / fbk_secntg
Created June 23, 2026 15:17
FBK - SECNTG EDITOR
# /-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/
# \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\
# / FBK / SECNTG EDITOR / / PYQT5 APP /
import os
import re
import sys
import json
import math
import base64
@lastforkbender
lastforkbender / fbk_pmas.py
Created June 22, 2026 22:56
FBK - Py Module Advanced Signature
# /-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/
# \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\
# / FBK / PY MODULE ADV-SIGNATURE / / PYQT5 APP /
import sys
import os
import json
import math
import hashlib
import base64
@lastforkbender
lastforkbender / kariaian.py
Created June 19, 2026 07:04
Kariaian / IRS
# kariaian.py
import sys, os, struct, zlib, io, threading, hashlib, time, math, copy
from pathlib import Path
import numpy as np
from PIL import Image, ImageFilter, ImageEnhance, ExifTags
import cv2
from scipy import ndimage
from scipy.ndimage import gaussian_filter, uniform_filter
from skimage import restoration, filters, morphology, exposure
@lastforkbender
lastforkbender / cp_asi_sir
Created June 18, 2026 23:02
Cecil’s Pocketbook ASI Self-Improvement Rate Algorithm
___________________________________
Cecil's Pocketbook ASI Self-
Improvement Rate Algorithm
___________________________________
• Layer 1 - Agent Population
Differential
@lastforkbender
lastforkbender / RDF_TYX_GENEITY.PY
Created June 14, 2026 14:04
Extract, frame, canonicalize, sign, encrypt filename, wrap keys, emit turtle
#!/usr/bin/env python3
"""
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
RDF_TYX_GENEITY.PY
>>> Extract, frame, canonicalize, sign, encrypt filename, wrap keys, emit turtle
#//////////////////////////////////////////////////////////////////////////////////////////////
# cea.py / !!! Co-Evolutionary Auto-Encoder !!!
#//////////////////////////////////////////////////////////////////////////////////////////////
import os
import json
@lastforkbender
lastforkbender / bspline_sa_v3.py
Created June 11, 2026 14:59
B-Spline NN/SA - Structural Vibrational Analysis
"""
bspline_sa_v3.py / self-aware b-spline nn for structural vibrational analytics
___________________________________________________________________________________________
@lastforkbender
lastforkbender / cecils_bspline_gomoku.py
Last active June 9, 2026 21:55
Cecil’s B-Spline Gomoku Training
# cecils_bspline_gomoku
# Large scalability issues fixed & prevents gradient explosions
import os
import math
import time
import json
import random
from dataclasses import dataclass