Jeremy'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 establish a framework for learning to program. BlueDot code + BlueDot demo | Dorothy code + Dorothy demo | BasicsListener code + BasicsListener demo | Melody code + Melody demo | Target code + Target demo

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

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" Expression thing code + Expression thing Demo | Shapes thing code + Shapes thing Demo |

Lab5 "An Interpreter featuring loop forever and selection" interpreter1 | interpreter2 | interpreter3 | Input Dialog Box | Green Dot | Error Message Dialog Box | Help Dialog Box |

Programming Assignment 3: Shapes World Problem Solving" Work Area code + Work Area Demo | Shipping Container Code + Shipping Container Demo | White Area code + White Area Demo | Yellow Space code + Yellow Space Demo |

Lab6 "Functions and Commands" Surface Area of Cube code + Surface Area of Cube Demo | balloons code + Balloons Demo | Alternate Balloons code + Alternate Balloons Demo |

Lab7 "String Thing" String Thing code + Sting Thing Demo | Sting Ops Code + Sting Ops Demo |

Lab8 "Array Play" Primes code + Primes Demo | Streets Code + Streets Demo | Reverse copy Code + Music lyric Demo + Music lyric Reversed Demo|

Lab9a "Simple List Processing" Primes code + Primes Demo | Streets Code + Streets Demo | Reverse copy Code + Music lyric Demo + Music lyric reversed Demo|

Programming Assignment 4: Nonrepresentational Artistic Expressions" Programs to create images in the Nonrepresentational Painting World (NPW) and sonic sequences the Modular Melody World (MMW). Text Rectange code + Text Rectange demo | Circle of Squares code + Circle of Squares demo | Hirst Dots code + Hirst Dots demo | Hirst Squares code + Hirst Squares demo | Invention 1 code + Invention 1 demo | Invention 2 code + Invention 2 demo | Simple Dots code + Simple Dots demo | Stella code + Stella demo |

Lab9b "List Processing with Streams " ArrayList Processing code + ArrayList Processing Demo | Stream ArrayList Processing Code + Stream ArrayList Processing Demo |

Programming Assignment 5:Three List Interpreters" Number List code + Number List demo | Word List code + Word List demo | Word ArrayList code + Word ArrayList demo |

Lab 10 "Establish and use Classes" Die code | Roller Code + Roller Demo |

Lab 12 "Grapheme to Color Synesthesia" Grapheme to Color Synesthesia code + Grapheme to Color Synesthesia demo |

Lab 13 "Chromesthesia" Chromesthesia code | Pitch code | input box | Canvas with note

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