The Wayback Machine - https://web.archive.org/web/20211123002919/https://github.com/topics/education
Skip to content
#

education

Here are 5,834 public repositories matching this topic...

eshellman
eshellman commented Oct 29, 2021

We currently have 1 listings from "techtopia" and "linuxtopia" These appear to be derivatives of the "Essentials" series published by ebookfrenzy, which lists the author as Neil Smyth. https://www.google.com/search?tbo=p&tbm=bks&q=inauthor:%22Neil+Smyth%22 https://www.ebookfrenzy.com/

Based on the number of titles listed by Mr. Smyth, I suspect little original effort goes into them.

The sit

lmccart
lmccart commented May 9, 2018

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

sonic-pi
ethancrawford
ethancrawford commented Nov 16, 2021

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
oppia
sajalasati
sajalasati commented Oct 9, 2021

This issue will track the type annotation process of all the core/domain/*_domain.py (and their test files). To get started, ask to be assigned to any unclaimed task. Tasks are claimed by adding the username of the claimer to the end of the task, e.g. @example.

Note: Main code file and its test file must be type-annotated together.

The general procedure to add type annotations is a

Improve this page

Add a description, image, and links to the education topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the education topic, visit your repo's landing page and select "manage topics."

Learn more