Here are
1,441 public repositories
matching this topic...
1000+ Hand-Crafted Go Examples, Exercises, and Quizzes
100 numpy exercises (with solutions)
Updated
Apr 26, 2021
Python
A series of ReactJS coding challenges with a variety of difficulties.
Updated
Apr 23, 2021
SCSS
Small scale machine learning projects to understand the core concepts . Give a Star 🌟 If it helps you. BONUS: Interview Bank coming up..!
Updated
Apr 1, 2021
Python
Learn the Zig programming language by fixing tiny broken programs.
Learn Python Regular Expressions step by step from beginner to advanced levels
Updated
Mar 24, 2021
Python
Example based guide to mastering GNU awk
Updated
May 3, 2021
Shell
Learn you how to write your first bash script
Updated
Dec 25, 2017
JavaScript
Code and exercises from Bartosz Milewski's Basics of Haskell Tutorial
Updated
Jan 10, 2021
Haskell
Exercises and code snippets to share with my students
Updated
Apr 5, 2018
Python
Learning Go Book in mmark
Some exercises to practice whiteboard interview questions in PHP.
[Course] Code for Introduction to Node.js
Updated
May 12, 2021
JavaScript
计算机网络:自顶向下方法 (原书第七版)陈鸣译 课后习题参考答案(中文版+英文版);计算机系统基础(第2版)袁春风 课后习题参考答案;操作系统教程(第5版)费翔林 课后习题参考答案;数据结构(用C++描述)殷人昆)课后习题参考答案;算法设计与分析 黄宇 课后习题参考答案;
Updated
Sep 28, 2017
Jupyter Notebook
Examples and exercises based on some of the features of jigsaw in JDK9/Jigsaw (Early Access builds)
Updated
Jun 17, 2018
Java
Examples and exercises for Practices of the Python Pro from Manning Books 🐍 📘
Updated
Feb 8, 2021
Python
Exercises for the Analysis of Knowledge Graphs
Updated
Apr 3, 2020
Jupyter Notebook
Example based guide to mastering GNU grep and ripgrep
Updated
Apr 19, 2021
Shell
Lunatech course - "Moving forward from Scala 2 to Scala 3"
Updated
Apr 26, 2021
Scala
Samples for the openSAP course "Building Apps with the ABAP RESTful Application Programming model (RAP)."
This repository provides everything you need to get started with Python for (social science) research.
Updated
Jun 19, 2020
Jupyter Notebook
Задания и примеры из книги "Python для сетевых инженеров"
Updated
Mar 16, 2021
Python
🔬 Where students practice and receive automated and human feedback
Updated
May 11, 2021
Ruby
Rust in Action book exercises
Updated
Mar 25, 2018
Rust
Python 3 - Curso em Vídeo
Updated
Mar 5, 2021
Python
100 bài luyện tập xử lý ngôn ngữ tự nhiên
Updated
Aug 17, 2019
Python
Source code and solutions of exercises to The C Programming Language 2nd Edition by Brian W. Kernighan and Dennis M. Ritchie
Improve this page
Add a description, image, and links to the
exercises
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
exercises
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Until now, Artemis assumed the default branch in git is master.
Since many different systems are in the process of renaming the default branch from master to main, Artemis should also get independent and rather read the default branch from the git configuration.
Needed changes: replace all places in which
masteris "hard coded" and try to retrieve the default branch from the git configuratio