a meal selector
Some useful scripts and little programms
- helloworld.asm 💾
- First steps in ASM 64 bits.
- First steps in ASM 64 bits.
- free_space 🆓
- A script adapt from 42ToolBox to free some space on my MacBook.
- A script adapt from 42ToolBox to free some space on my MacBook.
- backup42cursusGit 🪝
- A script to automaticly git push my work when i'm at school (in case of wild error), with cron, every 30 minutes. Need to be an exe (chmod a+x backup42cursusGit.sh). Line in the crontab -e:
*/30 * * * * ~/some_little_progs/bash/backup42cursusGit.sh
- One-printf-FizzBuzz 3️⃣ 5️⃣
- A FizzBuzz in C, whith one only printf().
- A FizzBuzz in C, whith one only printf().
- Quinn 👩⚕️
- My first attempt to code a quine. Realy cool to do
- My first attempt to code a quine. Realy cool to do
- HTML_TEST_PAGE 🐳
- A Dockerfile to set an Nginx config, to test html pages on localhost
- A Dockerfile to set an Nginx config, to test html pages on localhost
- quote-generator 📜
- A little program in JavaScript that generates (in French) sentences a manager can say. First prog in JS, for a friend, pretty fun to do.
- A little program in JavaScript that generates (in French) sentences a manager can say. First prog in JS, for a friend, pretty fun to do.
- pong 🕹️
- Just a little classic pong, with the help of p5.js, a free and open source graphic library. Two players, W S and
↕️ to play.
- Just a little classic pong, with the help of p5.js, a free and open source graphic library. Two players, W S and
- breakout 🕹️
- Breakout, use the mouse to play.
- Breakout, use the mouse to play.
- meteo app ☀️
- A meteo app, with the help of this tutorial: https://github.com/Ziratsu/AppMeteoJavaScript
- API: https://openweathermap.org/
- improvement points: change svg; add humidity, pression, useful stuffs
https://vectorpaint.yaks.co.nz/
https://svgartista.net/
- imageViewer 🖼️
- A gallery with Lightbox