-
Updated
Feb 6, 2022 - JavaScript
education
Here are 6,140 public repositories matching this topic...
-
Updated
Feb 6, 2022
-
Updated
Jan 30, 2022
-
Updated
Jan 30, 2022 - JavaScript
-
Updated
Feb 5, 2022 - JavaScript
-
Updated
Aug 2, 2021 - CSS
-
Updated
Feb 6, 2022 - 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
Jan 30, 2022 - CSS
-
Updated
Jan 27, 2022 - JavaScript
-
Updated
Oct 11, 2021 - Jupyter Notebook
-
Updated
Feb 4, 2022 - C
-
Updated
Jan 19, 2022 - SCSS
-
Updated
Dec 17, 2021 - C
-
Updated
Jan 15, 2022 - 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
Jan 30, 2022 - Python
-
Updated
Sep 23, 2021 - Python
-
Updated
Feb 2, 2022
-
Updated
Sep 15, 2021
-
Updated
Dec 11, 2021
-
Updated
Jun 12, 2019
-
Updated
Feb 6, 2022 - Java
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:
- Ask for around three to four Enum classes (fro
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."


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