Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add sonic pi #97

Merged
merged 2 commits into from
Nov 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion _data/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,14 @@ python:
description:
de: Python is eine Allzweckprogramiersprache.
en: Python is an all purpose programming language.
es: Python es un potente lenguaje de programación que se puede usar para muchas cosas
es: Python es un potente lenguaje de programación que se puede usar para muchas cosas.
ruby:
name: Ruby
url: https://www.ruby-lang.org
description:
de: Ruby is eine Allzweckprogramiersprache.
en: Ruby is an all purpose programming language.
es: Ruby es un potente lenguaje de programación que se puede usar para muchas cosas.
javascript:
name: JavaScript
url: https://www.javascript.com/
Expand Down
10 changes: 9 additions & 1 deletion _data/tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,15 @@ pymove3d:
- syntax
- 3d


sonic-pi:
title: Sonic Pi
description:
en: Learn to code creatively by composing or performing music in an incredible range of styles from Classical & Jazz to Grime & EDM.
de: Lerne kreativ Programmieren indem Du Musik komponierst und dazu verschiedene Stile von Klassik, Jazz, Grime und EDM benutzt.
url: http://sonic-pi.net/
categories:
- ruby
- music



5 changes: 4 additions & 1 deletion potsdam.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@
structure:
- hamstermodell
- go-tour
- try-ruby
- regex-tutorial
- project-euler
- cyber-dojo
- id: ruby
structure:
- sonic-pi
- try-ruby
- id: websites
structure:
- meine-erste-webseite
Expand Down