Skip to content
#

education

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

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
boonh
boonh commented Jun 4, 2021

With the following code:
s1 = chord_degree(:i, :C3, :major, 5, invert:1)
the expected output should be (ring 52, 55, 59, 60, 62)
Whereas what SPi does (ring 52, 55, 59, 62, 60)

With this code:
s1 = chord_degree(:i, :C3, :major, 4, invert:2)
The expected output should be (ring 55, 59, 60, 64)
But when s1 = chord_degree(:i, :C3, :major, 5, invert:2)
Whereas what SPi does (ring 55, 59, 62,

oppia
vojtechjelinek
vojtechjelinek commented Oct 1, 2021

We used constants.ENABLE_ACCOUNT_DELETION and constants.ENABLE_ACCOUNT_EXPORT while we were implementing the deletion and export features. Right now these constants are always set to true and no longer needed, thus they can be fully removed from the codebase.

Steps to work on this issue:

  1. Pick one of the constants.
  2. Search the constant in the codebase and remove it from everywhere.

本文介绍的是利用学生、教职工身份可以享受到的相关学生优惠、教育优惠或教师优惠的权益,但也希望各位享受权利的同时不要忘记自己的义务,不要售卖、转手自己的学生优惠、教育优惠的资格,使得其他同学无法受益。

  • Updated Jun 15, 2021

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