ahester57

undefined's photo
No Language

ipfs-private-swarm

 49  5
Tutorials using IPFS in a private setting. (from 2018)
C

ConcurrentUnixProcesses

 2  1
(C) Concurrent Processes in Unix. Uses: message queues, semaphores, interrupt handling.

OSSimulator

 1  0
(C) An Operating System Simulator

Recursive-Descent

 1  0
(C) A Recursive Descent Parser. Uses tree project and lexical analyzer project to build a parse tree of a source file.

WAR

 1  0
(C) A simulaltion of the card game, war.
C++

frequency_filter

 0  1
(C++) OpenCV Filtering in the Frequency Domain Using Fourier Transforms

style_transfer

 0  1
(C++) Artistic Style Transfer Using OpenCV
Java

TALQ

 2  0
(Android) A Team-Based Learning quiz app.

BieberVSClowns

 1  0
(Java) A particularly weird game. Justin Beiber and his crew fight evil clowns.

ChessAndroid

 1  0
(Android/Java) A computer plays chess against itself. They are not very smart, yet...

TrappinNCrappin

 0  1
(Android) The Stash Exchange. A silly app I started this past summer.
JavaScript

form

 1  0
Dapp for IoT device info storage. (Don't use this)

IoTContracts

 1  2
(Solidity) Ethereum Smart Contracts

nDimensionalRedvsBlue

 1  0
(Freestyle Javascript) An n-Dimensional random walk simulation.
Python

ai_workshop

 1  0
(Python) Simulated annealing process to determine the optimal weight values for an artificial neuron.

evolution-program-binary-knapsack

 1  0
(Python) An Evolution Program w/ various forms of selection and crossover to solve the binary knapsack problem.

hash_python

 1  0
(Python) SHA256 tests

PiArduinoSerial

 1  0
Raspberry Pi 3 to Arduino Zero Serial USB Communication Example

pypoke

 1  0
(Python) A simple command line interface wrapping the veekun pokedb.
Shell

solana-on-multipass

 2  0
Set up a local cloud to simulate a Solana test network.

mintnet

 0  1
An open, proof of authority, Ethereum network with 5 second block times and no gas costs.
Solidity

private-chain

 17  2
(Solidity/Shell/Nodejs) Running a private chain using geth, and some example smart contracts.
TeX

PerceptronPy

 1  0
(Python) Perceptron Learning Algorithm