Skip to content

Commit

Permalink
Add links for qxsck & Skyhigh173 (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin authored Nov 3, 2024
1 parent c8c2a10 commit b89f305
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extensions/Skyhigh173/bigint.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Name: BigInt
// ID: skyhigh173BigInt
// Description: Math blocks that work on infinitely large integers (no decimals).
// By: Skyhigh173
// By: Skyhigh173 <https://scratch.mit.edu/users/Skyhigh173/>
// License: MIT
// Context: BigInt is short for "Big Integer" which can be infinitely big. "number" refers to normal numbers that have limits.

Expand Down
2 changes: 1 addition & 1 deletion extensions/Skyhigh173/json.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Name: JSON
// ID: skyhigh173JSON
// Description: Handle JSON strings and arrays.
// By: Skyhigh173
// By: Skyhigh173 <https://scratch.mit.edu/users/Skyhigh173/>
// License: MIT

(function (Scratch) {
Expand Down
2 changes: 1 addition & 1 deletion extensions/qxsck/data-analysis.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Name: Data Analysis
// ID: qxsckdataanalysis
// Description: Blocks to compute means, medians, maximums, minimums, variances, and modes.
// By: qxsck
// By: qxsck <https://scratch.mit.edu/users/qxsck/>
// License: MIT

(function (Scratch) {
Expand Down
2 changes: 1 addition & 1 deletion extensions/qxsck/var-and-list.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Name: Variable and list
// ID: qxsckvarandlist
// Description: More blocks related to variables and lists.
// By: qxsck
// By: qxsck <https://scratch.mit.edu/users/qxsck/>
// License: MIT

(function (Scratch) {
Expand Down

0 comments on commit b89f305

Please sign in to comment.