danablanc
Backend developer @ Healthy.io. Excited about technology and making the world a better place!
Israel
Pinned Repositories
4-in-a-row
4 in a row game including AI
Chess
Chess game written in C and SDL. Includes AI and two modes: GUI and console (terminal)
FibonacciHeap
Fibonacci heap implementation in Java
play-samples
Rock-Paper-Scissors-Ver1
Advanced rock–paper–scissors board game. University project done in pairs with @ArielKarp
Rock-Paper-Scissors-Ver2
Advanced rock–paper–scissors board game. This project focused on interfaces and AI. University project done in pairs with @ArielKarp
TAU-OS-EX1
Handling signals assignment
TAU-OS-EX2
Inter process communication using shared memory and data pipes
TAU-OS-EX5
Client/server architecture, a printable characters counting server.
WAVL
WAVL tree data structure implementation in Java
danablanc's Repositories
danablanc/Chess
Chess game written in C and SDL. Includes AI and two modes: GUI and console (terminal)
danablanc/4-in-a-row
4 in a row game including AI
danablanc/FibonacciHeap
Fibonacci heap implementation in Java
danablanc/play-samples
danablanc/Rock-Paper-Scissors-Ver1
Advanced rock–paper–scissors board game. University project done in pairs with @ArielKarp
danablanc/Rock-Paper-Scissors-Ver2
Advanced rock–paper–scissors board game. This project focused on interfaces and AI. University project done in pairs with @ArielKarp
danablanc/TAU-OS-EX1
Handling signals assignment
danablanc/TAU-OS-EX2
Inter process communication using shared memory and data pipes
danablanc/TAU-OS-EX5
Client/server architecture, a printable characters counting server.
danablanc/WAVL
WAVL tree data structure implementation in Java
danablanc/TAU-OS-EX3
A message slot is a character device file through which processes communicate using multiple message channels
danablanc/TAU-OS-EX4
Program that simulates RAID 4/5 recovery process. The program recieves the name of an output file and a list of input files, and creates the output file by XORing all input files.