Here are
1,750 public repositories
matching this topic...
1000+ Hand-Crafted Go Examples, Exercises, and Quizzes
100 numpy exercises (with solutions)
Updated
Jan 31, 2022
Python
A series of ReactJS coding challenges with a variety of difficulties.
Learn the Zig programming language by fixing tiny broken programs.
Learn Python Regular Expressions step by step from beginner to advanced levels
Updated
Jan 6, 2022
Python
Small scale machine learning projects to understand the core concepts . Give a Star 🌟 If it helps you. BONUS: Interview Bank coming up..!
Updated
Jan 21, 2022
Python
Example based guide to mastering GNU awk
Updated
Dec 28, 2021
Shell
Learn you how to write your first bash script
Updated
Dec 25, 2017
JavaScript
vAPI is Vulnerable Adversely Programmed Interface which is Self-Hostable API that mimics OWASP API Top 10 scenarios in the means of Exercises.
Code and exercises from Bartosz Milewski's Basics of Haskell Tutorial
Updated
Jan 10, 2021
Haskell
Learning Go Book in mmark
Exercises and code snippets to share with my students
Updated
Sep 5, 2021
Python
Some exercises to practice whiteboard interview questions in PHP.
[Course] Code for Introduction to Node.js
Updated
Sep 21, 2021
JavaScript
计算机网络:自顶向下方法 (原书第七版)陈鸣译 课后习题参考答案(中文版+英文版);计算机系统基础(第2版)袁春风 课后习题参考答案;操作系统教程(第5版)费翔林 课后习题参考答案;数据结构(用C++描述)殷人昆)课后习题参考答案;算法设计与分析 黄宇 课后习题参考答案;
Updated
Sep 28, 2017
Jupyter Notebook
Examples and exercises for Practices of the Python Pro from Manning Books 🐍 📘
Updated
Jul 27, 2021
Python
Examples and exercises based on some of the features of jigsaw in JDK9/Jigsaw (Early Access builds)
Updated
Nov 24, 2021
Java
Mejora tu lógica de programación y aprende mucho más resolviendo estos ejercicios.
Exercises for the Analysis of Knowledge Graphs
Updated
Apr 3, 2020
Jupyter Notebook
Example based guide to mastering GNU grep and ripgrep
Updated
Nov 22, 2021
Shell
Samples for the openSAP course "Building Apps with the ABAP RESTful Application Programming model (RAP)."
Learn System Design step by step
This repository provides everything you need to get started with Python for (social science) research.
Updated
Jun 19, 2020
Jupyter Notebook
Lunatech course - "Moving forward from Scala 2 to Scala 3"
Updated
Jul 10, 2021
Scala
Задания и примеры из книги "Python для сетевых инженеров"
Updated
Jan 16, 2022
Python
SQL data analysis & visualization projects using MySQL, PostgreSQL, SQLite, Tableau, Apache Spark and pySpark.
Updated
Nov 1, 2021
Jupyter Notebook
🐍 Short, introductory guide for the Python programming language 📗 ⚡
Updated
Dec 28, 2021
Python
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.
Not my exception, the naming is a bit ambiguous: This exception gets thrown if the provided password doesn't match the requirements (registration, etc.)
Originally posted by @julian-christl in ls1intum/Artemis#4508 (comment)
As this is not a 401, a better name should be chosen and implemented. E.g. "InvalidFormPasswordException" or something along the li