Pinned Repositories
42-asm-library
๐ some C library functions reimplemented on assembly language
42-C-library
C library
42-cpp-piscine
๐๐ปโโ๏ธ diving in c++
42-dining-philosophers
๐งถ multithreading on the example of dining philosophers problem
42-kubernetes-cluster
๐ฆ kubernetes cluster: nginx, pma, wp, mysql, grafana, ftps, influxdb
42-own-bash
๐ฅ create own shell (minibash)
42-raycasting-game
๐ฎ raycasting game inspired by Wolfenstein 3D
42-STL
๐ reimplement vector and stack containers (map in progress)
crypto-trade-bot
๐ค trading robot on Kraken Futures
go-snippets
โ๏ธ some small Go programs
cgriceld's Repositories
cgriceld/42-C-library
C library
cgriceld/42-raycasting-game
๐ฎ raycasting game inspired by Wolfenstein 3D
cgriceld/crypto-trade-bot
๐ค trading robot on Kraken Futures
cgriceld/42-asm-library
๐ some C library functions reimplemented on assembly language
cgriceld/42-cpp-piscine
๐๐ปโโ๏ธ diving in c++
cgriceld/42-dining-philosophers
๐งถ multithreading on the example of dining philosophers problem
cgriceld/42-kubernetes-cluster
๐ฆ kubernetes cluster: nginx, pma, wp, mysql, grafana, ftps, influxdb
cgriceld/42-own-bash
๐ฅ create own shell (minibash)
cgriceld/42-STL
๐ reimplement vector and stack containers (map in progress)
cgriceld/go-snippets
โ๏ธ some small Go programs
cgriceld/42-lemp-server
๐ณ simple LEMP web-server in Docker
cgriceld/42-printf-C
reinventing the wheel : recode printf
cgriceld/42-read-line
one line to rule them all : reads one line from fd
cgriceld/cgriceld