Skip to content

Commit f7b199a

Browse files
authored
Merge branch 'master' into patch-2
2 parents 1e92f05 + 7b5b532 commit f7b199a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

_CodingChallenges/107-sandpiles.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Sandpiles"
33
video_number: 107
44
date: 2018-06-18
5-
video_id: diGjw5tghYU
5+
video_id: "diGjw5tghYU"
66
repository: /CC_107_sandpiles
77
live_example: false
88

@@ -18,6 +18,14 @@ videos:
1818
- title: "Sandpiles"
1919
author: "Numberphile"
2020
video_id: "1MtEUErz7Gg"
21+
22+
contributions:
23+
- title: "Sandpiles JavaScript implementation"
24+
author:
25+
name: "Niels Vadot"
26+
url: "https://nielsvadot.design/"
27+
url: "https://ninivert.github.io/Sandpiles/"
28+
source: "https://github.com/ninivert/Sandpiles"
2129
---
2230

2331
In this coding challenge, inspired by Numberphile I visualize "sandpiles" with Processing (Java).

_CodingChallenges/110.1-recaman-sequence.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ contributions:
4141
url: "https://github.com/TSalty21"
4242
url: "https://codepen.io/TSalty21/full/bjMeRV"
4343
source: "https://codepen.io/TSalty21/pen/bjMeRV"
44+
- title: "Animated Recaman Sequence"
45+
author:
46+
name: "Niels Vadot"
47+
url: "https://nielsvadot.design/"
48+
url: "https://ninivert.github.io/Recaman-Sequence/"
49+
source: "https://github.com/ninivert/Recaman-Sequence"
4450
---
4551

4652
In this coding challenge, I visualize the Recamán's number sequence using the p5.js library. [#CodingRecaman](https://twitter.com/hashtag/CodingRecaman)

0 commit comments

Comments
 (0)