Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karenanndonnachie/CreativeCoding2019Repo
RMIT_creativeCoding_2019
https://github.com/karenanndonnachie/CreativeCoding2019Repo
Last synced: 6 days ago
JSON representation
RMIT_creativeCoding_2019
- Host: GitHub
- URL: https://github.com/karenanndonnachie/CreativeCoding2019Repo
- Owner: karenanndonnachie
- Created: 2019-03-07T07:11:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T21:51:28.000Z (about 3 years ago)
- Last Synced: 2024-07-11T21:38:27.440Z (4 months ago)
- Language: Processing
- Size: 5.04 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CreativeCoding2019Repo
RMIT_creativeCoding_2019This is where you will find the documentation of our Creative Coding Course.
Please set up your own github repository to store your sketches/code and software.
Each week you will make a new folder with (at least) a README.md with one or more screenshots of the work you have done in class + any completed homework tasks.
You will also put your code from your homework in these folders—your homework should be your own original code.
You will tell me your github address in class and I will add it to this document.Look in each week's /code folder for snippets from the weekly workshops.
Each week's 'readme' will have links to artists.
Each week will be listed here as it gets activated._____________________________________
FAQHow do I create a GitHub repository?
1. In the upper-right corner of any Github page, click '+', and then click New repository.
2. Type a short, memorable name for your repository. ...
3. Optionally, add a description of your repository. ...
4. Choose between creating a public or private repository. ...
5. Select Initialize this repository with a README.
6. Click Create repository.How do I add a folder to my github repo?
1. Select "Create new file"
2. When prompted to name the file add a directory (with forward slash) before the name... eg. /Week 2/README.md the directory (folder and new "README.md" will get added automatically)
3. Edit your new "README"How do I add an image to my 'README.md' files?
1. You can add images by uploading the image to the same folder (please keep them light jpg format <200kb).
2. Then, you show your image on your "README" page by using general html markup, eg `` (or similar).
_____________________________________