freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
-
Updated
Jan 25, 2022 - JavaScript
{{ message }}
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
A book series on JavaScript. @YDKJS on twitter.
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
Short JavaScript code snippets for all your development needs
24 Lessons, 12 Weeks, Get Started as a Web Developer
FCC China open source codebase and curriculum. Learn to code and help nonprofits.
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
Hi
We are using this issue to focus on documentation! Documentation is essential for new learners and experienced programmers alike. It helps make our community inclusive by extending a friendly hand to those that are less familiar with p5.js. It also helps us find the bugs and issues with the code itself, because we test and try things out as we document.
[There are several ways to con
Short CSS code snippets for all your development needs
Pragmatic, balanced FP in JavaScript. @FLJSBook on twitter.
Source code for Hacker101.com - a free online web and mobile security class.
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Learning operating system development using Linux kernel and Raspberry Pi
A curated collection of common interview questions to help you prepare for your next interview.
Attempting to create a buffer with a duration that is not a number greater than 0, with either:
buffer(:foo, 0) # or -1, ... etc
or
with_fx :record, buffer: [:foo, 0] do # or -1, ... etc
...
end
(or [:foo, 'some text'], etc)
Produces an error similar to the following:
Runtime Error: [buffer 8, line 4] - SonicPi::PromiseTimeoutError
Thread death!
Promise time
Short Python code snippets for all your development needs
Learning Vim and Vimscript doesn't have to be hard. This is the guide that you're looking for
A list of resources for those interested in getting started in bug bounties
A kickstarter guide to writing ES6
AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.
Describe the bug
Currently some enum classes are in SCREAMING_SNAKE_CASE, which is wrong naming style, correct one is PascalCase for the enum name and then UPPERCASE for the Keys, because we want to be consistent throughout the codebase according to coding style guide.
Instructions:
Add a description, image, and links to the education topic page so that developers can more easily learn about it.
To associate your repository with the education topic, visit your repo's landing page and select "manage topics."
There is free_programming_books in simplified Chinese, I wonder if I can add Traditional Chinese version