#
learn
Here are 1,479 public repositories matching this topic...
Learning operating system development using Linux kernel and Raspberry Pi
c
education
raspberry-pi
arm
tutorial
kernel
resource
linux-kernel
assembler
osdev
operating-system
learn
armv8
raspberry-pi-3
raspberry-pi-os
-
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.
python
java
sql
algorithms
cpp
dbms
jupyter-notebook
operating-system
data-structures
learn
leetcode-solutions
interview-questions
aptitude
dsa
computer-network
contributte
interviewbit-solutions
babbar
faang-questions
-
Updated
May 29, 2022 - Jupyter Notebook
“连续六年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。<<Rust语言圣经>>拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,甚至还有JS程序员关注的 WASM 和 Deno 等专题。这可能是目前最用心的 Rust 中文学习教程/书籍
javascript
rust
learning
course
study
book
wasm
rust-lang
chinese
learn
programming-courses
rust-book
rust-learning
deno
rust-study
rust-course
rust-learn
-
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
learning
front-end
web-development
handbook
learn
learn-js
front-end-development
web-development-tools
learn-react
front-end-developer
front-end-web-development
learn-javascript
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!
react
javascript
tutorial
reactjs
exercise
learn
tutorial-exercises
learn-react
react-fundamentals
learn-reactjs
guided-exercises
-
Updated
May 13, 2022 - JavaScript
Common data structures and algorithms in Rust
rust
education
algorithm
algorithms
cookbook
data-structures
codeforces
learn
programming-contests
competition-programmers
-
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
3
parkhabit
commented
Mar 22, 2018
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
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
question
Further information is requested
Open
Table of Contents?
Learn PureScript with this "clone and play" repository
-
Updated
May 22, 2022 - PureScript
ruby
rails
vim
markdown
elixir
phoenix
journal
notes
coursera
learn
software-engineering
note-taking
learning-notes
software-design
lifelong-learning
-
Updated
Mar 16, 2022 - Elixir
A collection of free courses about programming 📖
react
programming-language
learning
education
course
study
learn-to-code
courses
free
learn
hacktoberfest
programming-courses
free-courses
-
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