IFD:Computational Thinking/Sources-15May17: Difference between revisions

From Medien Wiki
(Created page with "Computer Hardware CS101 - Stanford https://web.stanford.edu/class/cs101/hardware-1.html Bits and Bytes CS101 - Stanford https://web.stanford.edu/class/cs101/bits-bytes.html...")
 
No edit summary
 
Line 1: Line 1:
Computer Hardware
Computer Hardware<br />
CS101 - Stanford
CS101 - Stanford<br />
https://web.stanford.edu/class/cs101/hardware-1.html
https://web.stanford.edu/class/cs101/hardware-1.html<br />
 
<br />
Bits and Bytes
Bits and Bytes<br />
CS101 - Stanford
CS101 - Stanford<br />
https://web.stanford.edu/class/cs101/bits-bytes.html
https://web.stanford.edu/class/cs101/bits-bytes.html<br />
 
<br />
Using Variables in Processing
Using Variables in Processing<br />
Physical Programming - RMIT School of Architecture
Physical Programming - RMIT School of Architecture<br />
http://www.openobject.org/physicalprogramming/Using_Variables_in_Processing
http://www.openobject.org/physicalprogramming/Using_Variables_in_Processing<br />
 
<br />
Language Reference (API)
Language Reference (API)<br />
Processing
Processing<br />
https://processing.org/reference/
https://processing.org/reference/<br />
 
<br />
Processing Examples: Logical Operators
Processing Examples: Logical Operators<br />
https://processing.org/examples/logicaloperators.html
https://processing.org/examples/logicaloperators.html<br />
 
<br />
Processing Examples: Variables
Processing Examples: Variables<br />
https://processing.org/examples/variables.html
https://processing.org/examples/variables.html<br />
 
<br />
Processing Examples: Functions
Processing Examples: Functions<br />
https://processing.org/examples/functions.html
https://processing.org/examples/functions.html<br />
 
<br />
p5.js: Get Started
p5.js: Get Started<br />
https://p5js.org/get-started/
https://p5js.org/get-started/<br />
 
<br />
''The Nature of Code''
''The Nature of Code''<br />
Daniel Schiffmann
Daniel Schiffmann<br />
http://natureofcode.com/book/introduction/
http://natureofcode.com/book/introduction/<br />
http://natureofcode.com/book/chapter-1-vectors/
http://natureofcode.com/book/chapter-1-vectors/<br />
 
<br />
Processing.js Quick Start
Processing.js Quick Start<br />
(may things may be deprecated here)
(may things may be deprecated here)<br />
http://processingjs.org/articles/jsQuickStart.html
http://processingjs.org/articles/jsQuickStart.html<br />
 
<br />
Procoding
Procoding<br />
audiocommander.de
audiocommander.de<br />
http://procoding.audiocommander.de/
http://procoding.audiocommander.de/<br />
 
<br />
JSFiddle
JSFiddle<br />
https://jsfiddle.net/
https://jsfiddle.net/<br />
 
<br />
Sublime Text
Sublime Text<br />
https://www.sublimetext.com/
https://www.sublimetext.com/<br />
 
<br />
Esoteric Language Database: Brainfuck
Esoteric Language Database: Brainfuck<br />
http://esolangs.org/wiki/Brainfuck
http://esolangs.org/wiki/Brainfuck<br />
 
<br />
 
<br />
Processing Examples: Statements and Comments
Processing Examples: Statements and Comments<br />
https://processing.org/examples/statementscomments.html
https://processing.org/examples/statementscomments.html<br />
 
<br />
Processing Examples: Logical Operators
Processing Examples: Logical Operators<br />
https://processing.org/examples/logicaloperators.html
https://processing.org/examples/logicaloperators.html<br />
 
<br />
Processing Examples: setup() and draw()
Processing Examples: setup() and draw()<br />
https://processing.org/examples/setupdraw.html
https://processing.org/examples/setupdraw.html<br />
 
<br />
Processing Examples: Variables
Processing Examples: Variables<br />
https://processing.org/examples/variables.html
https://processing.org/examples/variables.html<br />
 
<br />
Processing Examples: True/False
Processing Examples: True/False<br />
https://processing.org/examples/truefalse.html
https://processing.org/examples/truefalse.html<br />
 
<br />
Processing Examples: Characters and Strings
Processing Examples: Characters and Strings<br />
https://processing.org/examples/charactersstrings.html
https://processing.org/examples/charactersstrings.html<br />
 
<br />
Processing Reference: String
Processing Reference: String<br />
https://processing.org/reference/String.html
https://processing.org/reference/String.html<br />
 
<br />
Processing Examples: Variable Scope
Processing Examples: Variable Scope<br />
https://processing.org/examples/variablescope.html
https://processing.org/examples/variablescope.html<br />
 
<br />
Processing Examples: Datatype Conversion
Processing Examples: Datatype Conversion<br />
https://processing.org/examples/datatypeconversion.html
https://processing.org/examples/datatypeconversion.html<br />
<br />

Latest revision as of 13:07, 2 June 2017

Computer Hardware
CS101 - Stanford
https://web.stanford.edu/class/cs101/hardware-1.html

Bits and Bytes
CS101 - Stanford
https://web.stanford.edu/class/cs101/bits-bytes.html

Using Variables in Processing
Physical Programming - RMIT School of Architecture
http://www.openobject.org/physicalprogramming/Using_Variables_in_Processing

Language Reference (API)
Processing
https://processing.org/reference/

Processing Examples: Logical Operators
https://processing.org/examples/logicaloperators.html

Processing Examples: Variables
https://processing.org/examples/variables.html

Processing Examples: Functions
https://processing.org/examples/functions.html

p5.js: Get Started
https://p5js.org/get-started/

The Nature of Code
Daniel Schiffmann
http://natureofcode.com/book/introduction/
http://natureofcode.com/book/chapter-1-vectors/

Processing.js Quick Start
(may things may be deprecated here)
http://processingjs.org/articles/jsQuickStart.html

Procoding
audiocommander.de
http://procoding.audiocommander.de/

JSFiddle
https://jsfiddle.net/

Sublime Text
https://www.sublimetext.com/

Esoteric Language Database: Brainfuck
http://esolangs.org/wiki/Brainfuck


Processing Examples: Statements and Comments
https://processing.org/examples/statementscomments.html

Processing Examples: Logical Operators
https://processing.org/examples/logicaloperators.html

Processing Examples: setup() and draw()
https://processing.org/examples/setupdraw.html

Processing Examples: Variables
https://processing.org/examples/variables.html

Processing Examples: True/False
https://processing.org/examples/truefalse.html

Processing Examples: Characters and Strings
https://processing.org/examples/charactersstrings.html

Processing Reference: String
https://processing.org/reference/String.html

Processing Examples: Variable Scope
https://processing.org/examples/variablescope.html

Processing Examples: Datatype Conversion
https://processing.org/examples/datatypeconversion.html