learn
Here are 1,388 public repositories matching this topic...
Learning operating system development using Linux kernel and Raspberry Pi
-
Updated
Dec 17, 2021 - C
Currently, when entering epic mode the README is frozen in the last level of the tower. When you're trying to fine-tune the score for a level other than the last one, it would be helpful if we had the README for that level available. The proposal is that when entering epic mode, the README is updated with all levels, one following the other.
Example:
# Starbolt - beginnerA bunch of links to blog posts, articles, videos, etc for learning Rust
-
Updated
Jan 26, 2022
Deprecated, please use the TypeScript-Website repo instead
-
Updated
Aug 1, 2020 - JavaScript
2018 edition of our front-end development handbook
-
Updated
Jul 30, 2019 - JavaScript
“连续六年成为全世界最受喜爱的语言,无GC也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS未来基石" — 工作之余的第二语言来试试Rust吧。<<Rust语言圣经>>拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,甚至还有JS程序员关注的WASM和Deno等专题。这可能是目前最用心的Rust中文学习教程/书籍
-
Updated
Feb 10, 2022 - Rust
Application that will help you learn React fundamentals. Install this application locally - there's tutorial, code snippets and exercises. The main objective of this project is to help you get off the ground with React!
-
Updated
Oct 23, 2021 - JavaScript
A curated list of resources for devs and designers. Join me on devcord.com if you are up for a chit chat :)
-
Updated
Jan 22, 2022 - Vue
Common data structures and algorithms in Rust
-
Updated
Aug 14, 2021 - Rust
Solutions for various coding/algorithmic problems and many useful resources for learning algorithms and data structures
-
Updated
Dec 3, 2021 - Python
-
Updated
Jan 25, 2022
An overview of Elm syntax and features
-
Updated
Apr 27, 2018 - Elm
A simple stack-based virtual machine that runs C in the browser.
-
Updated
Jun 22, 2019 - JavaScript
As a first time Pheonix user I followed the Step 1 in the readme and created the app, but when checking to see if I had done it properly I received the following error message numerous times, filling my terminal.
[error] Postgrex.Protocol (#PID<0.363.0>) failed to connect: ** (Postgrex.Error) FATAL 3D000 (invalid_catalog_name): database "chat_dev" does not exist
I understand that
Table of Contents?
Learn PureScript with this "clone and play" repository
-
Updated
Jan 14, 2022 - PureScript
-
Updated
Nov 11, 2021 - Elixir
A collection of free courses about programming
-
Updated
Jan 14, 2022 - TypeScript
Improve this page
Add a description, image, and links to the learn topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the learn topic, visit your repo's landing page and select "manage topics."


We have a lot of
is_prime(or similar) functions: https://github.com/TheAlgorithms/Python/search?p=4&q=is_prime, https://github.com/TheAlgorithms/Python/search?q=isPrime, data_structures/hashing/number_theory/prime_numbers, etc. Shall we use one common function for that exactly identical