Course material for a ~10 hours introductionary course for Julia. Topics: Introduction, Parallel Programming, Data Science

Overview

Development

We use Franklin.jl to generate the lecture material. To do so, simply activate the environment, use Franklin and run the local server:

activate .
using Franklin
serve()

or run julia start.jl for the main directory.

To update the material edit the md files in pages/. The main landing page can be found in index.md.

To add a new subpage, create a new md file and save it at the appropriate place within the subdirectory structure pages/. Additionally the file needs to be added to the navigation bar which can be achieved by updating _layout/pgwrap.html.

Have a look at the documentation of Franklin.jl for more information (use the search box to easily find what you are looking for). Additionally you may consult the demos page.

Publishing

After pushing the published website will automatically be built and deployed at noxthot.github.io/ss22_julia_workshop (this might need a couple of minutes).

You might also like...

Homework Assignments for Visualization for Data Science, Fall 2022, University of Utah

Homeworks for Utah's Vis for Data Science Course In subfolders in this directory you will find the homeworks for CS 6630 / CS 5630 / DS 4630 – Visuali

Nov 14, 2022

GHD Snippets - A Data Science Snippet Library

GHD Snippets - A Data Science Snippet Library

GHD Snippets - A Data Science Snippet Library View The website : https://ghd-snippets.vercel.app I recently started learning PyTorch. One of my main i

Oct 24, 2022

Resolve parallel promises in key-value pairs whilst maintaining type information

async-kv Resolves promises in key-value pairs maintaining type information. Prerequisites NodeJS 12 or later Installation npm i async-kv yarn add asyn

Feb 17, 2022

Parallel/concurrent async work, optionally using multiple threads or processes

parallel-park Parallel/concurrent async work, optionally using multiple processes Usage parallel-park exports two functions: runJobs and inChildProces

Mar 1, 2022

🚀 A script to boost hours in Steam games.

🚀 A script to boost hours in Steam games.

Steam-HourBoost Where can I find the file to add my games? Follow the path below: /steam-hourboost/steam-boost/steam-games.json Where can I find app-i

Jul 14, 2022

A collection of opening hours-related utilities.

A collection of opening hours-related utilities.

Opening-Hours-Utils A collection of opening hours-related utilities. tl;dr Install by executing npm install @wojtekmaj/opening-hours-utils or yarn add

Jan 7, 2023

A jQuery plugin that creates a countdown timer in years, months, days, hours and seconds in the form a bunch of rotating 3d cubes

CountdownCube is a jQuery plugin that is in the form of a bunch of rotating 3D cubes. It uses CSS transitions to create the 3D rotating cube effects.

Mar 6, 2022

🍔 Access hours and menus from MC's caf

The Caf at MC The Caf is a webapp that acts as an easy way to access hours and the menu from the cafeteria. It's a Next.js project bootstrapped with c

Nov 5, 2022

Create parallel reality of your Substrate network.

Chopsticks Create parallel reality of your Substrate network. Install Make sure you have setup Rust environment (= 1.64). Clone repository with submo

Dec 15, 2022
Owner
GregorE
Loves to do backend development in C++, script in bash, batch and Python, data wrangling and analysis, promote DevOps culture and improve processes.
GregorE
A simple static type checker that enforces C-style programming in Julia

SimpleTypeChecker is an experimental Julia package designed to enforce C-style programming in Julia language. Note : it won't save you if your codes a

null 21 May 23, 2023
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more

Apache MXNet (incubating) for Deep Learning Apache MXNet is a deep learning framework designed for both efficiency and flexibility. It allows you to m

The Apache Software Foundation 20.2k Jan 5, 2023
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Use this app to track and prioritize the topics you need to study during your job search

Interview Skills Grid Use this app to track and prioritize the topics you need to study during your job search. Try it for yourself! --> Interview Ski

R Boyle Software 6 Apr 13, 2022
List of awesome people offering their time for free to have a "coffee chat" with others about different topics, mostly in a mentorship kind of way.

Coffee Chat List of awesome people offering their time for free to have a "coffee chat" with others about different topics, mostly in a mentorship kin

Frédéric Harper 91 Dec 12, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
Uma aplicação pomodoro conectada com a API do Spotify, para tornar o seu estudo mais dinâmico. Topics Stars

Demo | Tecnologias | Iniciando | Projeto | Layout | Demo ?? Tecnologias Esse projeto foi feito com as seguintes tecnologias. NextJS Next Auth TypeScri

Sophia Gallindo 26 Aug 9, 2022
Provides a KafkaJS-compatible handler for processing messages that facilitates publishing to delayed-retry or dead-letter topics

kafkajs-async-retry This module handles retries and dead-lettering for messages from a Kafka topic without blocking the processing of subsequent messa

Shutterstock 5 Dec 5, 2022