-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
242 changed files
with
540 additions
and
20,650 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "Bombitek"] | ||
path = Bombitek | ||
url = https://github.com/titi0267/Bombitek |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# ASM | ||
|
||
| Language | Duration | Concept | Mark | Author | | ||
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------: | :-------------: | :---------------------------------: | :--------------------------------------: | | ||
| [](https://user-images.githubusercontent.com/5421823/62779160-4d8fff00-baaa-11e9-8534-d3f17248b073.png) | 3 weeks | ASM programming |  | [@titi0267](https://github.com/titi0267) | | ||
|
||
### Description | ||
|
||
Create a dynamic ELF library to replace the standard C library you use every day on your system. | ||
|
||
### Launch | ||
|
||
On linux: | ||
|
||
- Install nasm package to compile | ||
|
||
- `make` to generate the library |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Panoramix | ||
|
||
| Language | Duration | Concept | Mark | Author | | ||
| :-----------------------------------------------------------------: | :------: | :---------------------------: | :-----------------------------------: | :--------------------------------------: | | ||
| [](https://c.org/en/) | 2 Weeks | Threads and mutex programming |  | [@titi0267](https://github.com/titi0267) | | ||
|
||
### Description | ||
|
||
In this village the druid prepares a cooking pot of magic potions. | ||
|
||
The villagers get a serving of potion and then procede to beat roman soldiers. | ||
|
||
When the pot is empty, the villager wakes up the druid and waits until the druid has refilled the pot. | ||
|
||
### Launch | ||
|
||
On linux: | ||
|
||
- `make` to generate the binary | ||
|
||
- `./panoramix` to launch | ||
|
||
# Plazza | ||
|
||
| Language | Duration | Concept | Mark | Authors | | ||
| :-----------------------------------------------------------------: | :------: | :-------------------------------------------------------------------------------: | :-----------------------------------: | :------------------------------------------------------------------------------------------: | | ||
| [](https://c.org/en/) | 1 month | Load balancing, process and thread synchronization and communication. programming |  | [@titi0267](https://github.com/titi0267) <br> [@ludovic-str](https://github.com/ludovic-str) | | ||
|
||
### Description | ||
|
||
Realize a simulation of a pizzeria, which is composed of the reception that accepts new commands, of several kitchens, themselves with several cooks, themselves cooking several pizzas. | ||
|
||
### Launch | ||
|
||
On linux: | ||
|
||
- `make` to generate the binary | ||
|
||
- `./plazza cooking_time_nbr cooks_per_kitchen_nbr time_in_ms_to_replace_ingredient_stock` to launch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Marvin | ||
|
||
| Language | Duration | Concept | Mark | Author | | ||
| :---------------------------------------------------------------------------: | :------: | :-------------------: | :---------------------------------: | :------------------------------------------------------------------------------------------: | | ||
| [](https://docker.org/en/) | 1 month | Jenkins configuration |  | [@titi0267](https://github.com/titi0267) <br> [@SylvianBurn](https://github.com/SylvianBurn) | | ||
|
||
### Description | ||
|
||
Automating the everyday developer tasks with Jenkins. | ||
|
||
# Octopus | ||
|
||
| Language | Duration | Concept | Authors | | ||
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------: | :-------------------: | :------------------------------------------------------------------------------------------: | | ||
| <img src="https://raw.githubusercontent.com/github/explore/c3d26100a68707ea04c5acc8d743777ba34ce34f/topics/vm-box/vm-box.png" width="50" height="50" alt="vm-box logo"> | 1 month | Ansible configuration | [@titi0267](https://github.com/titi0267) <br> [@SylvianBurn](https://github.com/SylvianBurn) | | ||
|
||
### Description | ||
|
||
Configuration of multiple virtual machines with Ansible. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Wolfram | ||
|
||
| Language | Duration | Concept | Mark | Author | | ||
| :-----------------------------------------------------------------------------: | :------: | :-----: | :---------------------------------: | :--------------------------------------: | | ||
| [](https://haskell.org/en/) | 2 Weeks | Haskell |  | [@titi0267](https://github.com/titi0267) | | ||
|
||
### Description | ||
|
||
Implement Wolfram’s elementary cellular automaton in the terminal. | ||
|
||
See the [official Wolfram rules](https://en.wikipedia.org/wiki/Elementary_cellular_automaton) for more informations. | ||
|
||
# Image Compressor | ||
|
||
| Language | Duration | Concept | Mark | Author | | ||
| :-----------------------------------------------------------------------------: | :------: | :-------------------------: | :---------------------------------: | :------------------------------------------------------------------------------------------: | | ||
| [](https://haskell.org/en/) | 1 month | K-Means algorithm & Haskell |  | [@titi0267](https://github.com/titi0267) <br> [@ludovic-str](https://github.com/ludovic-str) | | ||
|
||
### Description | ||
|
||
Compress images by clustering the colors. | ||
|
||
More details about [K-Means](https://en.wikipedia.org/wiki/K-means_clustering) clustering algorithm. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.