Pinned Repositories
arguelles
Bachelors-Thesis-Mathematics
My Thesis in Mathematics
block-explorer
A small prototype project that parses blocks. User to learn how to de-serialize blocks
blockchain-implementation
blockshell
🎉 Minimal Blockchain Learning CLI
CryptoBot
dachrillz.github.io
My webpage
Lispy
An implementation of LISP in Python 3
MiniJava
A subset of Java implemented in Python. Thanks to appel's "modern compiler implementation in Java"
Python-Rags
A small library that was written in a course on Computer Science
dachrillz's Repositories
dachrillz/CryptoBot
dachrillz/MiniJava
A subset of Java implemented in Python. Thanks to appel's "modern compiler implementation in Java"
dachrillz/Python-Rags
A small library that was written in a course on Computer Science
dachrillz/arguelles
dachrillz/Bachelors-Thesis-Mathematics
My Thesis in Mathematics
dachrillz/block-explorer
A small prototype project that parses blocks. User to learn how to de-serialize blocks
dachrillz/blockchain-implementation
dachrillz/blockshell
🎉 Minimal Blockchain Learning CLI
dachrillz/dachrillz.github.io
My webpage
dachrillz/BlogPostNeuralNetworks
dachrillz/bowhead
PHP trading bot framework
dachrillz/CarCase
dachrillz/chainlink
node of the decentralized oracle network, bridging on and off-chain computation
dachrillz/dachrillz-rewrite.github.io
dachrillz/Decentralised-Crappy-Game
dachrillz/dots
dotfiles for my local setup
dachrillz/fabricnetgenerator
Hyperledger Fabric Network Generator - A simple tool to craft a hyperledger fabric network byond "byfn"
dachrillz/github-actions-for-ci
dachrillz/HackAssembly
Assembly written for the Hack machine
dachrillz/hello-github-actions
dachrillz/ion
DID Method implementation using the Sidetree protocol on top of Bitcoin
dachrillz/KaggleProblems
My collection of various solutions to problems I solved at Kaggle
dachrillz/Lispy2
My second implementation of Lisp. Done using Python3
dachrillz/Mini-C-Compiler
A very minimal C to learn how to bootstrap up a Compiler
dachrillz/MQTT.js
The MQTT client for Node.js and the browser
dachrillz/My-First-Compiler
Thanks to http://www.stephendiehl.com/llvm/
dachrillz/pharma-chaincode
dachrillz/sidetree
Sidetree Specification and Reference Implementation
dachrillz/SimpleC
A compiler written in Java for a small subset of the C language. Mostly done in order to learn how compilers work! :)
dachrillz/SimulatedComputer
A simple simulation of a computer written in C.