From 3bff112922453057e57b0cb228ec0a9ff680db9c Mon Sep 17 00:00:00 2001 From: Microondas Date: Wed, 15 May 2024 00:19:28 +0200 Subject: [PATCH 1/3] Julia implementation --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f3119b7..eed6203a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [HTML/CSS](#html-and-css) - [Java](#java) - [JavaScript](#javascript) +- [Julia](#julia) - [Kotlin](#kotlin) - [Lua](#lua) - [OCaml](#ocaml) @@ -216,7 +217,11 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Build a TicTacToe Game with JavaScript](https://medium.com/javascript-in-plain-english/build-tic-tac-toe-game-using-javascript-3afba3c8fdcc) - [Build a Simple Weather App With Vanilla JavaScript](https://webdesign.tutsplus.com/tutorials/build-a-simple-weather-app-with-vanilla-javascript--cms-33893) - [Build a Todo List App in JavaScript](https://github.com/dwyl/javascript-todo-list-tutorial) - +## Julia: +-[Creating software packages with Julia](https://jaantollander.com/post/how-to-create-software-packages-with-julia-language/) +-[Deep learning with Julia: Train a Model using a Neural Network](https://www.freecodecamp.org/news/deep-learning-with-julia/) +-[Your first web app with Julia and Genie.jl](https://www.freecodecamp.org/news/how-to-build-web-apps-in-julia/) +-[Machine learning: How to Build and Deploy a Trained AI Model as a Web Service](https://www.freecodecamp.org/news/machine-learning-using-julia/) ## HTML and CSS: - [Build A Loading Screen](https://medium.freecodecamp.org/how-to-build-a-delightful-loading-screen-in-5-minutes-847991da509f) @@ -526,6 +531,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Write yourself a Git](https://wyag.thb.lt/) - [A Python implementation of a Python bytecode runner](https://www.aosabook.org/en/500L/a-python-interpreter-written-in-python.html) - [Create a Voice assistant using Python](https://www.geeksforgeeks.org/voice-assistant-using-python/) +- [Create a Matrix Screensaver in Python](https://medium.com/@ericvanrees/create-a-matrix-digital-rain-screensaver-with-python-pt-1-ae11e661edef) ## Go: @@ -669,3 +675,4 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Enlight](https://enlight.nyc/) - [Hack Club Workshops](https://hackclub.com/workshops/) - [CodeCrafters](https://codecrafters.io/) +- [Full Stack Open](https://fullstackopen.com/en/) From d161db06589db372136fdcb1b56230fe8992da3c Mon Sep 17 00:00:00 2001 From: Microondas Date: Wed, 15 May 2024 00:22:06 +0200 Subject: [PATCH 2/3] asdasdasd --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eed6203a..5af6b932 100644 --- a/README.md +++ b/README.md @@ -218,10 +218,10 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Build a Simple Weather App With Vanilla JavaScript](https://webdesign.tutsplus.com/tutorials/build-a-simple-weather-app-with-vanilla-javascript--cms-33893) - [Build a Todo List App in JavaScript](https://github.com/dwyl/javascript-todo-list-tutorial) ## Julia: --[Creating software packages with Julia](https://jaantollander.com/post/how-to-create-software-packages-with-julia-language/) --[Deep learning with Julia: Train a Model using a Neural Network](https://www.freecodecamp.org/news/deep-learning-with-julia/) --[Your first web app with Julia and Genie.jl](https://www.freecodecamp.org/news/how-to-build-web-apps-in-julia/) --[Machine learning: How to Build and Deploy a Trained AI Model as a Web Service](https://www.freecodecamp.org/news/machine-learning-using-julia/) +-[Creating software packages with Julia](https://jaantollander.com/post/how-to-create-software-packages-with-julia-language) +-[Deep learning with Julia: Train a Model using a Neural Network](https://www.freecodecamp.org/news/deep-learning-with-julia) +-[Your first web app with Julia and Genie.jl](https://www.freecodecamp.org/news/how-to-build-web-apps-in-julia) +-[Machine learning: How to Build and Deploy a Trained AI Model as a Web Service](https://www.freecodecamp.org/news/machine-learning-using-julia) ## HTML and CSS: - [Build A Loading Screen](https://medium.freecodecamp.org/how-to-build-a-delightful-loading-screen-in-5-minutes-847991da509f) From 2559c44d25eada5b088c24f437a90fad616bfa12 Mon Sep 17 00:00:00 2001 From: Microondas Date: Wed, 15 May 2024 00:23:21 +0200 Subject: [PATCH 3/3] asdasd --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5af6b932..fb0772e2 100644 --- a/README.md +++ b/README.md @@ -218,10 +218,10 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Build a Simple Weather App With Vanilla JavaScript](https://webdesign.tutsplus.com/tutorials/build-a-simple-weather-app-with-vanilla-javascript--cms-33893) - [Build a Todo List App in JavaScript](https://github.com/dwyl/javascript-todo-list-tutorial) ## Julia: --[Creating software packages with Julia](https://jaantollander.com/post/how-to-create-software-packages-with-julia-language) --[Deep learning with Julia: Train a Model using a Neural Network](https://www.freecodecamp.org/news/deep-learning-with-julia) --[Your first web app with Julia and Genie.jl](https://www.freecodecamp.org/news/how-to-build-web-apps-in-julia) --[Machine learning: How to Build and Deploy a Trained AI Model as a Web Service](https://www.freecodecamp.org/news/machine-learning-using-julia) +- [Creating software packages with Julia](https://jaantollander.com/post/how-to-create-software-packages-with-julia-language) +- [Deep learning with Julia: Train a Model using a Neural Network](https://www.freecodecamp.org/news/deep-learning-with-julia) +- [Your first web app with Julia and Genie.jl](https://www.freecodecamp.org/news/how-to-build-web-apps-in-julia) +- [Machine learning: How to Build and Deploy a Trained AI Model as a Web Service](https://www.freecodecamp.org/news/machine-learning-using-julia) ## HTML and CSS: - [Build A Loading Screen](https://medium.freecodecamp.org/how-to-build-a-delightful-loading-screen-in-5-minutes-847991da509f)