-
Yale University
- New Haven, Connnecticut
-
15:25
(UTC -05:00)
-
Xedni-Calculus Public
Coding the 2000 paper 'Analysis of the Xedni Calculus Attack' in Python
-
Computation of Discrete Logarithms in Prime Fields (Gaussian Integers Method extended to Eisenstein Integers Method)
-
FactoringWithTwoLargePrimes Public
Cuda/Python code for the paper Factoring with Two Large Primes by Lenstra and Manasse
-
Online-Softmax-Paper- Public
Unofficial LeetArxiv Implementation of the Online Softmax Paper
-
Coding the 2004 paper 'A Low-Memory Parallel Version of Matsuo, Chao and Tsujii's Algorithm' by Pierrick Gaudry and Eric Schost
-
Quasi-Quantum-Assembly Public
The Quasi Quantum Assembly Programming Language
-
-
Coding the 2008 paper Elliptic Divisibility Sequences and The Elliptic Curve Discrete Logarithm Problem
Python UpdatedNov 8, 2025 -
ChebyshevPolynomials Public
Working with Chebyshev polynomials in C and Python
Jupyter Notebook UpdatedNov 5, 2025 -
-
Unofficial LeetArxiv Implementation of the paper Scalable Diffusion Models with Transformers
-
-
Unofficial LeetArxiv implementation of the paper 'The Discrete Logarithm Problem over Prime Fields can be Transformed to a Linear Multivariable Chinese Remainder Theorem' in C code
C MIT License UpdatedOct 30, 2025 -
Sinkhorn-Solves-Sudoku Public
Unofficial implementation of the paper 'Sinkhorn Solves Sudoku' in C with Python starter code
C UpdatedOct 21, 2025 -
Semaev Summation Polynomials for Index Calculus on an Elliptic Curve like Satoshi' Wallet
-
whisper.cpp Public
Forked from ggml-org/whisper.cppPort of OpenAI's Whisper model in C/C++
C++ MIT License UpdatedOct 15, 2025 -
NetlifyPugExpress2025 Public
Get Express and HTML with routing working on Netlify
HTML UpdatedSep 28, 2025 -
-
Cuda-Big-Integer-Library Public
Writing a Big Integer library to add and multiply 256 bit numbers for LeetArxiv.
-
ChebyshevKAN-vs-MLP Public
Comparing Chebyshev Polynomial Kolmogorov Arnold Networks to Multilayer Perceptrons on Nonlinear tasks
-
-
km-MatrixProfiler Public
Kibicho's Montecarlo Matrix Profiler : A Number-Theoretic Profiler for Optimizing Matrix Multiplications
C MIT License UpdatedJul 19, 2025 -
KibichoSDL Public
SDL Layout Library used by Murage Kibicho for LeetArxiv Visuals
C UpdatedJul 19, 2025 -
Target-Propagation Public
Target Propagation : A Biologically Plausible Neural Network Training Algorithm
Jupyter Notebook UpdatedJul 13, 2025 -
Implementing the 1991 paper that introduced Wu's algorithm
-
-
MurageKibichoExpressNetlify Public
My setup for deploying html pages to netlify
JavaScript UpdatedJun 23, 2025 -
-
-
The Factorial Number System is an alternative to Base-10 and binary Base-2 for computers. It's great for ordering permutations.