Ezequiel92 / julia_apps

Collection of single-file apps written in Julia, as a learning exercise.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ‘¨β€πŸ’» Julia apps

Collection of single-file apps written in Julia, as a learning exercise.

  • Each folder has a .jl file which is a self-contained script and can be run as is.
  • The .toml files in each folder contain the dependencies for all the scripts.
  • The functions within each app are documented using docstrings.
  • An example of how to use the app is written at the end of each .jl file.

πŸ’» Apps

😷 COVID-19.jl: Makes an interactive plot (as a .html file) of the evolution of some variable (e.g. total number of cases) for a given country. The data is taken from Our World in Data.

πŸ€– MNISTNet.jl: Julia implementation of the simple neural network of Neural Network From Scratch, with some modifications and additions.

πŸ“š WishlistScrapper.jl: A Web scrapper for any Book Depository public wishlist. It saves the data as a JSON file.

Output

  • For the apps that generate some kind of output, it will be stored in the output/ directory within each app folder.

⚠️ Warning

This code is written for my personal use and as an exercise, thus it may break at any moment. Use it at your own risk.

About

Collection of single-file apps written in Julia, as a learning exercise.

License:GNU General Public License v3.0


Languages

Language:Julia 100.0%