-
Updated
Dec 22, 2021 - JavaScript
education
Here are 6,005 public repositories matching this topic...
-
Updated
Dec 13, 2021
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
-
Updated
Nov 15, 2021 - JavaScript
-
Updated
Dec 21, 2021 - JavaScript
-
Updated
Aug 2, 2021 - CSS
-
Updated
Dec 22, 2021 - Jupyter Notebook
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
-
Updated
Nov 15, 2021 - CSS
-
Updated
Nov 11, 2021 - JavaScript
-
Updated
Oct 11, 2021 - Jupyter Notebook
-
Updated
Dec 10, 2021 - SCSS
-
Updated
Dec 22, 2021 - C
-
Updated
Dec 17, 2021 - C
-
Updated
Sep 20, 2021 - JavaScript
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
-
Updated
Sep 23, 2021 - Python
-
Updated
Nov 15, 2021 - Python
-
Updated
Nov 27, 2021
-
Updated
Sep 15, 2021
-
Updated
Dec 11, 2021
-
Updated
Jun 12, 2019
-
Updated
Dec 22, 2021 - Java
Background
Currently, we have 100% test coverage of our backend code. However, for many backend code files, this coverage is partly from the file's associated test files and partly from test files for other backend code. For example, consider the following files:
-
util.pydef parse_int(string_input): return int(string_input) def int_to_str(number):
Improve this page
Add a description, image, and links to the education topic page so that developers can more easily learn about it.
Add this topic to your repo
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