/some_little_progs

Some useful scripts for my personal use, and little programs

Primary LanguageJavaScript

todo:

a meal selector

some_little_progs 📝

Some useful scripts and little programms

ASM

  • helloworld.asm 💾
    • First steps in ASM 64 bits.

bash

  • free_space 🆓
    • 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
    

C

  • One-printf-FizzBuzz 3️⃣ 5️⃣
    • A FizzBuzz in C, whith one only printf().
  • Quinn 👩‍⚕️
    • My first attempt to code a quine. Realy cool to do

Docker

  • HTML_TEST_PAGE 🐳
    • A Dockerfile to set an Nginx config, to test html pages on localhost

JS