Pinned Repositories
bufferoverflowprotection
A simple library that protects against stack and heap based buffer overflow attacks by modifying strcat and strcpy
chaifilter
A toy image post-processing algorithm based on an idea from /g/
cops
A diffusion/reaction system simulation written in C
cs530EOSI
Completed code for the Embedded Operating Systems Internal Course Project
dungeoncrawl-gamejam
A dungeon crawling roguelike game made for the IIIT Felicity GameJam (2013) in 24 hours using C++ and SFML
EPI-solutions
Solved selected problems from Elements of Programming Interviews book
haskell-prog
A collection of small haskell programs i wrote to learn the language
kenneyjam17
Theme: "Its a feature, not a bug!"
my-blog
abandoned personal site, originally developed with react + webpack. Remade w/ gatsby
sfml-workingtitle
2d shooter using SFML and Box2D
cpalaka's Repositories
cpalaka/sfml-workingtitle
2d shooter using SFML and Box2D
cpalaka/chaifilter
A toy image post-processing algorithm based on an idea from /g/
cpalaka/haskell-prog
A collection of small haskell programs i wrote to learn the language
cpalaka/bufferoverflowprotection
A simple library that protects against stack and heap based buffer overflow attacks by modifying strcat and strcpy
cpalaka/cops
A diffusion/reaction system simulation written in C
cpalaka/cs530EOSI
Completed code for the Embedded Operating Systems Internal Course Project
cpalaka/dungeoncrawl-gamejam
A dungeon crawling roguelike game made for the IIIT Felicity GameJam (2013) in 24 hours using C++ and SFML
cpalaka/EPI-solutions
Solved selected problems from Elements of Programming Interviews book
cpalaka/kenneyjam17
Theme: "Its a feature, not a bug!"
cpalaka/my-blog
abandoned personal site, originally developed with react + webpack. Remade w/ gatsby
cpalaka/SE-AllinOneCarSoftware
A working car software system written in Java using JavaFX for the UI. Written for software engineering final project
cpalaka/sfml-MandelbrotSet
a simple rendering of the Mandelbrot Set fractal using SFML in C++
cpalaka/chaipalaka.com
my personal website
cpalaka/fail-platformer
a failed attempt at making a simple platforming game in SFML
cpalaka/godot-prototypes
godot-prototypes
cpalaka/sfml-snake
a simple snake game i made using SFML2 for c++
cpalaka/tinyrenderer
A brief computer graphics / rendering course