Daniel's CS1 Work Site

This site represents work that I have done in support of my efforts to learn to program in the CS1 course at SUNY Oswego during the Fall 2019 semester. The materials will be temporally organized for the most part. Links to external sites that pertain to computer programming, problem solving, Java, Web development, and related matters will be placed after the personally created artifacts.

Course Work

Lab1 "Hello World! Hello You!" A first set of programming examples and exercises designed to establish a framework for learning to program. HelloWorld code + HelloWorld demo | HelloYou code + HelloYou demo

Lab2 "Hello Painter! Hello Composer!" A first set of programming examples and exercises designed to show painting and composing BlueDot code + BlueDot demo | Dorothy code + Dorothy demo | BasicsListener code + BasicsListener demo | Melody code + Melody demo | Target code + Target demo

Lab3 "Establishing a CS1 Work Site" Setting up a Web site to house programs and demos and a few miscellaneous links.

Lab4 "Expressions and Shapes World Problem Solving" Code for arithmetic expressions and methods on shapes ExpressionsThing code + ExpressionThing demo | ShapeThing code + ShapeThing demo |

Lab5 "An interpreter featuring loop forever and selection" code for interpreting commands painting circles Interpreter1 code + Interpreter2 code + Interpreter3 code + color dot image + input box image + error image + help image +

Lab6 "Functions and Commands with Balloons" code for interpreting commands painting circles SurfaceAreaOfCube code + SurfaceareaOfCube Demo + Balloons Code + Balloons image + AlternativeBalloons Code + Alt balloons image

Lab7 "String operations" code for editing and printing strings StringOps code + StringOps Demo + StringThing Code + StringThing Demo

Lab8 "Array Play" code for playing with arrays primes code + primes demo + Streets Code + Streets Demo + ReverseCopy code + Caught up original Lyrics + Reversed Lyrics

Lab9 "Array list Play" code for playing with array lists primes list code + primes list demo + Streets list Code + Streets list Demo + ReverseCopy list code + flossin original Lyrics + Reversed Lyrics

Lab9b "list processing with streams" code for playing with streams. Array list Processing code + Array list processing demo + Stream Array List processing Code+ Stream array list processing Demo +

Lab10 "establishing and using classes" code for establishing and using classes Code for Die Class + Roller code + Roller Demo

Lab11 "Modeling objects with classes" code for playing with classes Code for person Class + code for person interface + personDemo1 Code + personDemo2 Code + personDemo1 execution + personDemo2 execution

Lab12 "Grapheme to Color Synthesia" code for playing with parallel arrays. code for grapheme to synesthesia + screenshot of program running

Programming Assignment 1: Microworld Problem Solving" Programs to create images in the Nonrepresentational Painting World (NPW) and sonic sequences the Modular Melody World (MMW). RedCross code + RedCross demo | KanizsaSquare code + KanizsaSquare demo | Dots code + Dots demo | ThreeFigureMinuetThing code + ThreeFigureMinuetThing demo | MinuetFigureListener code + MinuetFigureListener demo | AfterJSB code + AfterJSB demo

Programming Assignment 2:Done! Because you can see this website

Programming Assignment 3: Shapes World Problem Solving " programs to solve shape relating problems WorkArea code + WorkArea demo + WhiteArea Code + WhiteArea demo + YellowSpace code + YellowSpace Demo + ShippingContainer code + ShippingContainer Demo

Programming Assignment 4: nonrepresentational artistic expressions " programs to solve nonrepresentational artistic expressions TextRectangles + TextRectangleDemo | CircleOfSquares + CircleOfSquaresDemo | HirstSquares + HirstSquaresDemo | HirstDots + HirstDotsDemo | SimpleDots + SimpleDotsDemo | Invention1 + Invention1Demo | Invention2 + Invention2Demo | Stella + StellaDemo

Programming Assignment 5: Three List Interpreters" programs to make array and an array list interpreter Numberlist code + Numberlist demo + wordlist Code + wordlist demo + WordList (arraylist) code + WordList (arraylist) Demo +

Programming Assignment 6: Chromesthesia" programs to explain the cognitive phenomena of Chromesthesia with stepwise refinement
Initial given program, comes with demonstration screenshots showing all pitches available being used Chromesthesia0 + Pitch0 + 0 Screenshot1 0 Screenshot2
Version 1 of program. Includes new notes A, B, F, G in all pitches as demonstrated in screenshots Chromesthesia1 + Pitch1 + 1 Screenshot 1 1 Screenshot 2
Version 2 of program. Includes extended duration functionality, AGAIN command, updated Colors for pitches. Screenshots demonstrate.
Chromesthesia2 + Pitch2 + 2 screenshot 1 + 2 screenshot 2 + 2 screenshot 3 + 2 screenshot 4

Various external sites relating to course content

Java Notes | Think Java: How to Think Like a Computer Scientist | Java Examples | Oracle's Java SE Tutorial | WWW Consortium