Pinned Repositories
AdventOfCode2020
These are my solutions for Advent of Code 2020 written in Nim. Last Update: Day 25
AdventOfCode2021
Solutions for Advent of Code 2021, written in Go
AVR-AM2320-Single-Wire
AM2320 temperature and humidity sensor interface for AVR ATtiny85 through Single Wire
Cryptopals-Crypto-Challenges
Cryptopals Cryptochallenges solutions written in C
docker_koel
Docker image for koel with HTTPS
docker_ttrss
Docker deployment of Tiny Tiny RSS with HTTPS
p2p_distributed_file_system
P2P distributed file system project developed for undergrad distributed systems class
riscv-cores
Repository of RISC-V architecture soft-cores written while practicing computer architecture and Verilog
TCPTransfer
TCP direct file transfer written in java
VerilogTests
A repository for some modules I made while learning Verilog
jgesc's Repositories
jgesc/p2p_distributed_file_system
P2P distributed file system project developed for undergrad distributed systems class
jgesc/AdventOfCode2020
These are my solutions for Advent of Code 2020 written in Nim. Last Update: Day 25
jgesc/Cryptopals-Crypto-Challenges
Cryptopals Cryptochallenges solutions written in C
jgesc/docker_koel
Docker image for koel with HTTPS
jgesc/riscv-cores
Repository of RISC-V architecture soft-cores written while practicing computer architecture and Verilog
jgesc/TCPTransfer
TCP direct file transfer written in java
jgesc/AVR-AM2320-Single-Wire
AM2320 temperature and humidity sensor interface for AVR ATtiny85 through Single Wire
jgesc/VerilogTests
A repository for some modules I made while learning Verilog
jgesc/AdventOfCode2021
Solutions for Advent of Code 2021, written in Go
jgesc/docker_ttrss
Docker deployment of Tiny Tiny RSS with HTTPS
jgesc/huffman-coding
An implementation of Huffman Coding Compression written in C
jgesc/jgesc
jgesc/Minesweeper_CSP
Solving minesweeper as a Constraint Satisfaction Problem
jgesc/MinesweeperAPI
Minesweeper game with controls exposed through an HTTP API for research purposes. Written with simplicity and portability in mind with vanilla Python 3, it has no external dependencies.
jgesc/perlin2d
Perlin noise 2D implementation written in C
jgesc/SHA256
An implementation of the SHA-256 hashing algorithm
jgesc/tinyhttp.h
A tiny HTTP server made for educational purposes
jgesc/Voxels