learn
Here are 1,479 public repositories matching this topic...
Learning operating system development using Linux kernel and Raspberry Pi
-
Updated
Feb 16, 2022 - C
A bunch of links to blog posts, articles, videos, etc for learning Rust
-
Updated
Mar 25, 2022
This repository contains all the DSA (Data-Structures, Algorithms, 450 DSA by Love Babbar Bhaiya, FAANG Questions), Technical Subjects (OS + DBMS + SQL + CN + OOPs) Theory+Questions, FAANG Interview questions, and Miscellaneous Stuff (Programming MCQs, Puzzles, Aptitude, Reasoning). The Programming languages used for demonstration are C++, Python, and Java.
-
Updated
May 29, 2022 - Jupyter Notebook
“连续六年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。<<Rust语言圣经>>拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,甚至还有JS程序员关注的 WASM 和 Deno 等专题。这可能是目前最用心的 Rust 中文学习教程/书籍
-
Updated
May 29, 2022 - Rust
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
A curated list of resources for devs and designers. Join me on devcord.com if you are up for a chit chat :)
-
Updated
Mar 26, 2022 - Vue
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
May 13, 2022 - JavaScript
Common data structures and algorithms in Rust
-
Updated
May 23, 2022 - Rust
Solutions for various coding/algorithmic problems and many useful resources for learning algorithms and data structures
-
Updated
Mar 22, 2022 - Python
-
Updated
Apr 9, 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
May 22, 2022 - PureScript
-
Updated
Mar 16, 2022 - Elixir
A collection of free courses about programming
-
Updated
Feb 13, 2022 - TypeScript
A curated list of high-quality codebases to read and study. Read more code!
-
Updated
Oct 25, 2018
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