autrin
Ethics, freedom, inclusion, diversity, simplicity, kindness, respect, transparency, trust, Interested in learning and exploring a variety of work with computers
USA
Pinned Repositories
ISU_Pulse
An Android application that is being developed in java
8-puzzle
Solving 8-puzzle using BFS, IDS, and 3 kinds of A* with minimum number of actions (AI)
CardGameDesign
Architecture and design patterns
Gomoku
A game-playing agent capable of playing Five-in-a-Row (Gomoku) (AI)
xv6-riscv
Adding queue-based round-robin and stride schedulers that achieve fair-share scheduling to xv6
gobackn
Error Detection and Go-Back-N ARQ Protocol
ArchivedMessageReconstruction
to reconstruct/unzip a message archived with a binary-tree based algorithm. The program should ask for a single filename at the start: "Please enter filename to decode: ", decode the message in the file and print it out to the console.
CycleSort
Implementing cycle sort in the LEG subset of the ARMv8 ISA.
EscapeTruck
A strategy game where vehicles must be moved on a grid so that an ice cream truck reaches an escape location. The goal is to compute one of the shortest plans to solve the puzzle.
FindYourTech
A shopping website
autrin's Repositories
autrin/gobackn
Error Detection and Go-Back-N ARQ Protocol
autrin/ISU_Pulse
An Android application that is being developed in java
autrin/xv6-riscv
Adding queue-based round-robin and stride schedulers that achieve fair-share scheduling to xv6
autrin/xv6-riscv-fork
Xv6 for RISC-V
autrin/CardGameDesign
Architecture and design patterns
autrin/UDP-socket-programming
A simple UDP Forwarder
autrin/TCP-Socket-Programming
simple TCP client-server application that mimics the behavior of the ruptime command
autrin/k-anonymity_l-diversity
A k-anonymity and l-diversity problem with the Adult data
autrin/EscapeTruck
A strategy game where vehicles must be moved on a grid so that an ice cream truck reaches an escape location. The goal is to compute one of the shortest plans to solve the puzzle.
autrin/Pokeman
A pokemon game
autrin/Sorters
Selection sort, insertion sort, merge sort, and quicksort
autrin/Gomoku
A game-playing agent capable of playing Five-in-a-Row (Gomoku) (AI)
autrin/8-puzzle
Solving 8-puzzle using BFS, IDS, and 3 kinds of A* with minimum number of actions (AI)
autrin/graphcast
Learning skillful medium-range global weather forecasting
autrin/FindYourTech
A shopping website
autrin/CycleSort
Implementing cycle sort in the LEG subset of the ARMv8 ISA.
autrin/knightsTours
Knight's tours program
autrin/WildlifeOfThePlain
This project simulates interactions among different forms of life in a plain.
autrin/ArchivedMessageReconstruction
to reconstruct/unzip a message archived with a binary-tree based algorithm. The program should ask for a single filename at the start: "Please enter filename to decode: ", decode the message in the file and print it out to the console.
autrin/Hangman
Letter guessing game
autrin/Monopoly
Model of a Monopoly-like game.