forked from CodingTrain/website-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving Programing with Text Videos and Adding Some (CodingTrain#2761)
* started updating programming with text playlist * workflow video * moving regex videos * moving chatbots * moving chrome extensions * updating links
- Loading branch information
1 parent
13b32be
commit cb91384
Showing
39 changed files
with
385 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
_Courses/programming-with-text/2-regular-expressions/index.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: "Introduction" | ||
video_number: 1.1 | ||
date: 2016-09-09 | ||
video_id: HRANU6KtNEs | ||
|
||
links: | ||
- title: "Programing from A to Z, Fall 2016 Syllabus" | ||
url: https://github.com/shiffman/A2Z-F16/blob/gh-pages/README.md | ||
- title: "Nick Montfort Website" | ||
url: https://nickm.com/ | ||
- title: "Allison Parrish decontextualize blog (Old Version)" | ||
url: http://www.decontextualize.com/index-old.html | ||
- title: "Allison Parrish decontextualize blog (Latest)" | ||
url: http://www.decontextualize.com/ | ||
- title: "Tracery Library" | ||
author: "Kate Compton" | ||
url: https://github.com/galaxykate/tracery | ||
- title: "Addie Wagenknecht Website" | ||
url: http://www.placesiveneverbeen.com/ | ||
- title: "Girls vs Git Project" | ||
author: "Addie Wangenknecht" | ||
url: https://github.com/wheresaddie/girlsvsgit | ||
- title: "Lynn Cherny Website" | ||
url: http://www.ghostweather.com/bio.html | ||
- title: "Darius Kazemi aka Tiny Subversions Website" | ||
url: http://tinysubversions.com/ | ||
- title: "Eyeo Festival Vimeo" | ||
url: https://vimeo.com/eyeofestival | ||
- title: "ITP NYU Website" | ||
url: https://tisch.nyu.edu/itp | ||
--- | ||
|
||
In this introduction video I talk about my goals for this playlist that accompanies a course I teach at ITP (http://itp.nyu.edu). I show an outline of things I'd like to cover and also discuss the inspirations for the course. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: "My Workflow" | ||
video_number: 1.2 | ||
date: 2016-09-09 | ||
video_id: d3OcFexe9Ik | ||
remake: /more/workflow/1-introduction | ||
|
||
links: | ||
- title: "Node.js" | ||
url: https://nodejs.org/en/ | ||
- title: "Atom Text Editor" | ||
url: https://atom.io/ | ||
- title: "Atom Beautify" | ||
url: https://atom.io/packages/atom-beautify | ||
- title: "Atom Live-Server" | ||
url: https://atom.io/packages/atom-live-server | ||
- title: "NPM (node package manager)" | ||
url: https://www.npmjs.com/ | ||
- title: "http-server (npm package)" | ||
url: https://www.npmjs.com/package/http-server | ||
- title: "p5.js Library" | ||
url: https://p5js.org/ | ||
- title: "p5.js Web Editor" | ||
url: https://editor.p5js.org/ | ||
- title: "CodePen" | ||
url: https://codepen.io/ | ||
--- | ||
|
||
In this video, I demonstrate the tools that I use in my coding environment for this course. There are many alternatives to this particular setup, but in case you are at a loss for what to use, here's a reasonable option. The tools I am showing you (node.js, atom, p5.js) are free. |
5 changes: 4 additions & 1 deletion
5
...-with-text/10-chatbots/10.2-rivescript.md → .../programming-with-text/10.2-rivescript.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
...h-text/10-chatbots/10.3-text-to-speech.md → ...gramming-with-text/10.3-text-to-speech.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
...xt/10-chatbots/10.4-speech-recognition.md → ...ming-with-text/10.4-speech-recognition.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
...11-chrome-extensions/11.1-introduction.md → ...rogramming-with-text/11.1-introduction.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
...11-chrome-extensions/11.2-bookmarklets.md → ...rogramming-with-text/11.2-bookmarklets.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
...chrome-extensions/11.3-content-scripts.md → ...ramming-with-text/11.3-content-scripts.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
...ome-extensions/11.4-background-scripts.md → ...ming-with-text/11.4-background-scripts.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
...rome-extensions/11.6-pop-ups-messaging.md → ...mming-with-text/11.6-pop-ups-messaging.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.