├── Module 1 └── Student Information │ ├── Student Information.gpj │ └── classes │ └── StudentInfoCard.class ├── Module 12 ├── 12.10 Discussion Based Assignment .docx ├── 12.7.doc ├── Challenge Exam Project.pptx └── Magpie Project │ ├── Magpie2.class │ ├── Magpie2.java │ ├── MagpieRunner2.class │ ├── MagpieRunner2.java │ ├── Magpie_Chatbot_Lab_Questions_12_09.rtf │ ├── Screen Shot 2015-02-23 at 11.51.05 AM.png │ ├── Screen Shot 2015-02-23 at 11.51.53 AM.png │ ├── StringExplorer.class │ └── StringExplorer.java ├── Module 13 ├── 13.1 │ ├── Equilateral.class │ ├── Equilateral.java │ ├── IsoscelesRight.class │ ├── IsoscelesRight.java │ ├── Triangle.class │ ├── Triangle.java │ ├── TriangleTester.class │ └── TriangleTester.java ├── 13.2 │ ├── Forest.class │ ├── Forest.java │ ├── Mountain.class │ ├── Mountain.java │ ├── Terrain.class │ ├── Terrain.java │ ├── TestTerrain.class │ ├── TestTerrain.java │ ├── WinterMountain.class │ └── WinterMountain.java ├── 13.3 │ ├── Circle.class │ ├── Circle.java │ ├── Cylinder.class │ ├── Cylinder.java │ ├── Oval.class │ ├── Oval.java │ ├── OvalCylinder.class │ ├── OvalCylinder.java │ ├── TestPoly.class │ └── TestPoly.java ├── 13.4 │ ├── Box3.class │ ├── Box3.java │ ├── Cube3.class │ ├── Cube3.java │ ├── Rectangle3.class │ ├── Rectangle3.java │ ├── testNew.class │ └── testNew.java └── 13.5 │ ├── Magpie4.class │ ├── Magpie4.java │ ├── MagpieRunner4.class │ └── MagpieRunner4.java ├── Module 14 ├── 14.05 │ ├── AnnualFuelUseTesterV2.java │ ├── AnnualFuelUseV2.java │ └── CatapultTesterV2.java ├── 14.07 │ ├── CiphertextScanner.class │ ├── CiphertextScanner.java │ ├── Key and Decoded message.txt │ ├── PlaintextScanner.class │ ├── PlaintextScanner.java │ ├── Tester.class │ ├── Tester.java │ ├── ciphertext.txt │ ├── plaintext.txt │ └── secretmessage.txt ├── 14.10 │ └── 14.10 Discussion.docx ├── 14.11 │ ├── Questions.docx │ ├── classes │ │ ├── ColorChooser.java │ │ ├── DigitalPicture.class │ │ ├── DigitalPicture.java │ │ ├── FileChooser.class │ │ ├── FileChooser.java │ │ ├── ImageDisplay.class │ │ ├── ImageDisplay.java │ │ ├── IntArrayWorker.class │ │ ├── IntArrayWorker.java │ │ ├── IntArrayWorkerTester.class │ │ ├── IntArrayWorkerTester.java │ │ ├── Picture.class │ │ ├── Picture.java │ │ ├── PictureExplorer$1.class │ │ ├── PictureExplorer$2.class │ │ ├── PictureExplorer$3.class │ │ ├── PictureExplorer$4.class │ │ ├── PictureExplorer$5.class │ │ ├── PictureExplorer$6.class │ │ ├── PictureExplorer$PictureExplorerFocusTraversalPolicy.class │ │ ├── PictureExplorer.class │ │ ├── PictureExplorer.java │ │ ├── PictureFrame.class │ │ ├── PictureFrame.java │ │ ├── PictureTester.java │ │ ├── Pixel.class │ │ ├── Pixel.java │ │ ├── SimplePicture.class │ │ ├── SimplePicture.java │ │ ├── doc │ │ │ ├── ColorChooser.html │ │ │ ├── DigitalPicture.html │ │ │ ├── FileChooser.html │ │ │ ├── ImageDisplay.html │ │ │ ├── IntArrayWorker.html │ │ │ ├── IntArrayWorkerTester.html │ │ │ ├── Picture.html │ │ │ ├── PictureExplorer.html │ │ │ ├── PictureFrame.html │ │ │ ├── PictureTester.html │ │ │ ├── Pixel.html │ │ │ ├── SimplePicture.html │ │ │ ├── allclasses-frame.html │ │ │ ├── allclasses-noframe.html │ │ │ ├── constant-values.html │ │ │ ├── deprecated-list.html │ │ │ ├── help-doc.html │ │ │ ├── index-all.html │ │ │ ├── index.html │ │ │ ├── logfile.txt │ │ │ ├── overview-tree.html │ │ │ ├── package-frame.html │ │ │ ├── package-list │ │ │ ├── package-summary.html │ │ │ ├── package-tree.html │ │ │ ├── resources │ │ │ │ └── inherit.gif │ │ │ ├── serialized-form.html │ │ │ └── stylesheet.css │ │ ├── leftArrow.gif │ │ ├── outputAngles.txt │ │ ├── package.bluej │ │ └── rightArrow.gif │ └── images │ │ ├── 640x480.jpg │ │ ├── 7inX95in.jpg │ │ ├── CumberlandIsland.jpg │ │ ├── KatieFancy.jpg │ │ ├── Thumbs.db │ │ ├── arch.jpg │ │ ├── barbaraS.jpg │ │ ├── beach.jpg │ │ ├── beautiful.jpg │ │ ├── blue-mark.jpg │ │ ├── blueMotorcycle.jpg │ │ ├── butterfly1.jpg │ │ ├── caterpillar.jpg │ │ ├── collage.jpg │ │ ├── femaleLionAndHall.jpg │ │ ├── flower1.jpg │ │ ├── flower2.jpg │ │ ├── gorge.jpg │ │ ├── jenny-red.jpg │ │ ├── kai.jpg │ │ ├── kitten2.jpg │ │ ├── koala.jpg │ │ ├── moon-surface.jpg │ │ ├── msg.jpg │ │ ├── redMotorcycle.jpg │ │ ├── robot.jpg │ │ ├── seagull.jpg │ │ ├── smallkai.jpg │ │ ├── snowman.jpg │ │ ├── swan.jpg │ │ ├── temple.jpg │ │ ├── thruDoor.jpg │ │ ├── wall.jpg │ │ ├── water.jpg │ │ └── whiteFlower.jpg ├── 14.2 │ ├── MorseCode.class │ ├── MorseCode.java │ ├── MorseCodeTester.class │ ├── MorseCodeTester.java │ ├── Screen Shot 2015-03-23 at 2.01.09 PM.png │ ├── Screen Shot 2015-03-23 at 2.01.18 PM.png │ ├── morsecodemessage.txt │ └── morsecodereference.txt ├── 14.3 │ ├── CaesarCipher.class │ ├── CaesarCipher.java │ └── Screen Shot 2015-03-23 at 2.06.10 PM.png ├── 14.6 │ ├── PrimeNumbers.class │ ├── PrimeNumbers.java │ ├── PrimeNumbersTester.class │ ├── PrimeNumbersTester.java │ └── Screen Shot 2015-03-24 at 9.41.39 AM.png ├── AnnualFuelUseV2.java └── CatapultV2.java ├── Module 15 ├── 15.1 │ ├── Homework.class │ ├── Homework.java │ ├── MyEnglish.class │ ├── MyEnglish.java │ ├── MyJava.class │ ├── MyJava.java │ ├── MyMath.class │ ├── MyMath.java │ ├── MyScience.class │ ├── MyScience.java │ ├── testHomework.class │ └── testHomework.java ├── 15.3 │ ├── Homework2.class │ ├── Homework2.java │ ├── MyEnglish2.class │ ├── MyEnglish2.java │ ├── MyJava2.class │ ├── MyJava2.java │ ├── MyMath2.class │ ├── MyMath2.java │ ├── MyScience2.class │ ├── MyScience2.java │ ├── Processing.class │ ├── Processing.java │ ├── TestHomework2.class │ └── TestHomework2.java ├── 15.4 │ ├── Homework3.class │ ├── Homework3.java │ ├── MyEnglish3.class │ ├── MyEnglish3.java │ ├── MyJava3.class │ ├── MyJava3.java │ ├── MyMath3.class │ ├── MyMath3.java │ ├── MyScience3.class │ ├── MyScience3.java │ ├── TestHomework3.class │ └── TestHomework3.java ├── 15.5 │ ├── Car.class │ ├── Car.java │ ├── InventoryDemo.class │ ├── InventoryDemo.java │ ├── Product.class │ ├── Product.java │ ├── Tool.class │ ├── Tool.java │ ├── Truck.class │ ├── Truck.java │ ├── Vehicle.class │ └── Vehicle.java └── 15.7 │ └── Questions.rtf ├── Module 16 ├── 16.1 │ ├── Candidate.class │ ├── Candidate.java │ ├── TestCandidate.class │ └── TestCandidate.java ├── 16.2 │ ├── Candidate2.class │ ├── Candidate2.java │ ├── TestCandidate2.class │ └── TestCandidate2.java ├── 16.3 │ ├── Candidate3.class │ ├── Candidate3.java │ ├── TestCandidate5.class │ ├── TestCandidate5.java │ ├── TestCandidate6.class │ └── TestCandidate6.java ├── 16.4 │ ├── Candidate4.class │ ├── Candidate4.java │ ├── Screen Shot 2015-05-18 at 12.25.15 AM.png │ ├── Screen Shot 2015-05-18 at 12.25.41 AM.png │ ├── TestCandidate7.class │ ├── TestCandidate7.java │ ├── TestCandidate8.class │ └── TestCandidate8.java ├── 16.5 │ ├── Screen Shot 2015-05-18 at 10.32.30 AM.png │ ├── Screen Shot 2015-05-18 at 10.32.38 AM.png │ ├── Student.class │ ├── Student.java │ ├── TestStudent.class │ └── TestStudent.java └── 16.6 │ ├── Picture-Lab-master-2.zip │ └── Picture-Lab-master │ ├── .gitignore │ ├── Picture Lab Student Guide_updated_Sept_2014.pdf │ ├── Questions.md │ ├── README.md │ ├── classes │ ├── ColorChooser.java │ ├── DigitalPicture.java │ ├── FileChooser.java │ ├── ImageDisplay.java │ ├── IntArrayWorker.java │ ├── IntArrayWorkerTester.java │ ├── Picture.java │ ├── PictureExplorer.java │ ├── PictureFrame.java │ ├── PictureTester.java │ ├── Pixel.java │ ├── SimplePicture.java │ ├── doc │ │ ├── ColorChooser.html │ │ ├── DigitalPicture.html │ │ ├── FileChooser.html │ │ ├── ImageDisplay.html │ │ ├── IntArrayWorker.html │ │ ├── IntArrayWorkerTester.html │ │ ├── Picture.html │ │ ├── PictureExplorer.html │ │ ├── PictureFrame.html │ │ ├── PictureTester.html │ │ ├── Pixel.html │ │ ├── SimplePicture.html │ │ ├── allclasses-frame.html │ │ ├── allclasses-noframe.html │ │ ├── constant-values.html │ │ ├── deprecated-list.html │ │ ├── help-doc.html │ │ ├── index-all.html │ │ ├── index.html │ │ ├── logfile.txt │ │ ├── overview-tree.html │ │ ├── package-frame.html │ │ ├── package-list │ │ ├── package-summary.html │ │ ├── package-tree.html │ │ ├── resources │ │ │ └── inherit.gif │ │ ├── serialized-form.html │ │ └── stylesheet.css │ ├── leftArrow.gif │ ├── outputAngles.txt │ ├── package.bluej │ └── rightArrow.gif │ └── images │ ├── 640x480.jpg │ ├── 7inX95in.jpg │ ├── CumberlandIsland.jpg │ ├── KatieFancy.jpg │ ├── Thumbs.db │ ├── arch.jpg │ ├── barbaraS.jpg │ ├── beach.jpg │ ├── beautiful.jpg │ ├── blue-mark.jpg │ ├── blueMotorcycle.jpg │ ├── butterfly1.jpg │ ├── caterpillar.jpg │ ├── collage.jpg │ ├── femaleLionAndHall.jpg │ ├── flower1.jpg │ ├── flower2.jpg │ ├── gorge.jpg │ ├── jenny-red.jpg │ ├── kai.jpg │ ├── kitten2.jpg │ ├── koala.jpg │ ├── moon-surface.jpg │ ├── msg.jpg │ ├── redMotorcycle.jpg │ ├── robot.jpg │ ├── seagull.jpg │ ├── smallkai.jpg │ ├── snowman.jpg │ ├── swan.jpg │ ├── temple.jpg │ ├── thruDoor.jpg │ ├── wall.jpg │ ├── water.jpg │ └── whiteFlower.jpg ├── Module 17 ├── 04 AP CS Projects │ ├── AP CS Exam Review │ │ ├── Curves.class │ │ └── Curves.java │ ├── Archive │ │ ├── BinarySearch.java │ │ ├── Book.java │ │ ├── Galaga.java │ │ ├── Graphic.java │ │ ├── MainDriver.java │ │ ├── Mergesort.java │ │ ├── Periodical.java │ │ ├── PlayerShip.java │ │ ├── PreCommented Galaga │ │ │ ├── Attempt1.java │ │ │ ├── Attempt2.java │ │ │ ├── BeeShip.java │ │ │ ├── BossShip.java │ │ │ ├── ButterflyShip.java │ │ │ ├── EnemyBullet.java │ │ │ ├── Galaga.java │ │ │ ├── PlayerBullet.java │ │ │ ├── PlayerShip.java │ │ │ ├── RGBColor.java │ │ │ ├── Sprite.java │ │ │ ├── StarTest.java │ │ │ └── Stars.java │ │ ├── RGBImage.java │ │ ├── ReadingMaterial.java │ │ ├── Reference.java │ │ └── Stars.java │ ├── Banking │ │ ├── Account.class │ │ ├── Account.java │ │ ├── Banking.class │ │ └── Banking.java │ ├── Broadway.ttf │ ├── Chapter 1 │ │ └── Project3 │ │ │ ├── Chapter1Project3.class │ │ │ └── Chapter1Project3.java │ ├── End of Year Project │ │ ├── BinarySearch.class │ │ ├── BinarySearch.java │ │ ├── Book.class │ │ ├── Book.java │ │ ├── BookList.class │ │ ├── BookList.java │ │ ├── MainDriver.class │ │ ├── MainDriver.java │ │ ├── MergeSort.class │ │ ├── MergeSort.java │ │ ├── Mystery.class │ │ ├── Mystery.java │ │ ├── Periodical.class │ │ ├── Periodical.java │ │ ├── ReadingMaterial.class │ │ ├── ReadingMaterial.java │ │ ├── Reference.class │ │ └── Reference.java │ ├── Galaga.doc │ ├── Galaga.java │ ├── Galaga │ │ ├── Attempt1$gameControlListener.class │ │ ├── Attempt1.class │ │ ├── Attempt1.java │ │ ├── Attempt2$gameControlListener.class │ │ ├── Attempt2.class │ │ ├── Attempt2.java │ │ ├── BeeShip.class │ │ ├── BeeShip.java │ │ ├── BossShip.class │ │ ├── BossShip.java │ │ ├── ButterflyShip.class │ │ ├── ButterflyShip.java │ │ ├── EnemyBullet.class │ │ ├── EnemyBullet.java │ │ ├── Galaga Stuff.psd │ │ ├── Galaga$gameControlListener.class │ │ ├── Galaga.class │ │ ├── Galaga.java │ │ ├── PlayerBullet.class │ │ ├── PlayerBullet.java │ │ ├── PlayerShip.class │ │ ├── PlayerShip.java │ │ ├── RGBColor.class │ │ ├── RGBColor.java │ │ ├── Sprite.class │ │ ├── Sprite.java │ │ ├── StarTest$StarListener.class │ │ ├── StarTest.class │ │ ├── StarTest.java │ │ ├── Stars.class │ │ └── Stars.java │ ├── Graphics Fun │ │ ├── Curves$1.class │ │ ├── Curves.class │ │ ├── Curves.java │ │ ├── Star$LocalMouseListener.class │ │ ├── Star$LocalMouseMotionListener.class │ │ ├── Star.class │ │ ├── Star.java │ │ ├── b1.gif │ │ ├── b2.gif │ │ ├── enemy1.gif │ │ ├── enemy2.gif │ │ ├── ex.gif │ │ ├── java.policy.applet │ │ ├── ship.gif │ │ ├── ssg1.class │ │ ├── ssg1.java │ │ ├── ssg11106529715921.html │ │ └── ssg11106530207171.html │ ├── Java Programs │ │ └── HelloWorld │ │ │ ├── HelloWorld.class │ │ │ └── HelloWorld.java │ ├── LeapYear │ │ ├── LeapYear.class │ │ └── LeapYear.java │ ├── Lincoln │ │ ├── Lincoln.class │ │ └── Lincoln.java │ ├── Logic of a Merge sort.doc │ ├── MBCS │ │ ├── 3species.dat │ │ ├── BoundedEnv.class │ │ ├── BoundedEnv.java │ │ ├── Ch2Exercise1.class │ │ ├── Ch2Exercise1.java │ │ ├── Ch2Exercise2.class │ │ ├── Ch2Exercise2.java │ │ ├── DarterFish.class │ │ ├── DarterFish.java │ │ ├── Environment.class │ │ ├── Environment.java │ │ ├── Fish.class │ │ ├── Fish.java │ │ ├── FishModsForChap3.txt │ │ ├── Fish_Original.class │ │ ├── Fish_Original.java │ │ ├── MBSGUI.class │ │ ├── MBSGUI.java │ │ ├── SimpleMBSDemo1.class │ │ ├── SimpleMBSDemo1.java │ │ ├── SimpleMBSDemo2.class │ │ ├── SimpleMBSDemo2.java │ │ ├── SimpleMBSDemo2_Original.class │ │ ├── SimpleMBSDemo2_Original.java │ │ ├── Simulation.class │ │ ├── Simulation.java │ │ ├── SlowFish.class │ │ ├── SlowFish.java │ │ ├── UnboundedEnv.class │ │ ├── UnboundedEnv.java │ │ ├── UnboundedEnvDataFiles │ │ │ ├── 3species.dat │ │ │ ├── boundaryFish.dat │ │ │ ├── darter.dat │ │ │ ├── darterAndNormalFish.dat │ │ │ ├── fish.dat │ │ │ ├── manyFish.dat │ │ │ ├── onefish.dat │ │ │ └── slowAndNormalFish.dat │ │ ├── boundaryFish.dat │ │ ├── darter.dat │ │ ├── darterAndNormalFish.dat │ │ ├── fish.dat │ │ ├── fullEnv.dat │ │ ├── manyFish.dat │ │ ├── onefish.dat │ │ ├── slowAndNormalFish.dat │ │ └── test.dat │ ├── Mergesort.class │ ├── PalindromeTester │ │ ├── PalindromeTester.class │ │ └── PalindromeTester.java │ ├── RGBColor.java │ ├── Rick │ │ ├── Conrec.class │ │ ├── Conrec.java │ │ ├── Main$1.class │ │ ├── Main.class │ │ ├── Main.java │ │ ├── MyClass.class │ │ ├── MyClass.java │ │ ├── Render.class │ │ └── Render.java │ ├── Semester Exam │ │ ├── BinarySearch.class │ │ ├── BinarySearch.java │ │ ├── Book.class │ │ ├── Book.java │ │ ├── MergeSort.class │ │ ├── MergeSort.java │ │ ├── ShaheinPointOfSaleTerminal.class │ │ ├── ShaheinPointOfSaleTerminal.java │ │ ├── Terminal.class │ │ ├── Terminal.java │ │ ├── Terminal3.class │ │ ├── Terminal3.java │ │ └── inventory.dat │ ├── Sprite.java │ ├── Stars.java │ ├── StringManipulations │ │ ├── StringManipulations.class │ │ └── StringManipulations.java │ ├── StudentData │ │ ├── Address.class │ │ ├── Address.java │ │ ├── Student.class │ │ ├── Student.java │ │ ├── StudentBody.class │ │ └── StudentBody.java │ ├── VowelCounter │ │ ├── VowelCounter.class │ │ ├── VowelCounter.java │ │ └── keyboard.zip │ ├── galaga.png │ ├── galaga2.png │ ├── khaab.ram │ ├── star.zip │ ├── star │ │ └── program │ │ │ ├── Star$LocalMouseListener.class │ │ │ ├── Star$LocalMouseMotionListener.class │ │ │ ├── Star.class │ │ │ ├── b1.gif │ │ │ ├── b2.gif │ │ │ ├── enemy1.gif │ │ │ ├── enemy2.gif │ │ │ ├── ex.gif │ │ │ ├── game.html │ │ │ ├── readme.txt │ │ │ ├── ship.gif │ │ │ ├── source │ │ │ └── Star.java │ │ │ ├── star - good.htm │ │ │ ├── star.html │ │ │ └── template │ │ │ ├── myProgram.html │ │ │ └── myProgram.java │ └── z temp │ │ ├── BinarySearch.java │ │ ├── Book.java │ │ ├── MergeSort.java │ │ ├── ShaheinPointOfSaleTerminal.java │ │ └── Terminal2.java ├── 17.2 │ ├── Movie2.class │ ├── Movie2.java │ ├── Screen Shot 2015-05-18 at 10.53.52 AM.png │ ├── Screen Shot 2015-05-18 at 10.53.59 AM.png │ ├── TestMovie2.class │ └── TestMovie2.java ├── 17.3 │ ├── Movie3.class │ ├── Movie3.java │ ├── Screen Shot 2015-05-18 at 11.11.18 AM.png │ ├── Screen Shot 2015-05-18 at 11.11.21 AM.png │ ├── TestMovie3.class │ └── TestMovie3.java ├── 17.4 │ ├── Movie4.class │ ├── Movie4.java │ ├── Screen Shot 2015-05-18 at 11.15.45 AM.png │ ├── Screen Shot 2015-05-18 at 11.15.48 AM.png │ ├── TestMovie4.class │ └── TestMovie4.java ├── 17.5 │ ├── Item.class │ ├── Item.java │ ├── Screen Shot 2015-05-18 at 12.50.45 PM.png │ ├── Screen Shot 2015-05-18 at 12.50.50 PM.png │ ├── TestItem.class │ └── TestItem.java └── 17.6 │ └── 17.06 Elevens │ ├── Board.class │ ├── Board.ctxt │ ├── Board.java │ ├── Card.class │ ├── Card.ctxt │ ├── Card.java │ ├── CardGameGUI$1.class │ ├── CardGameGUI$2.class │ ├── CardGameGUI$MyMouseListener.class │ ├── CardGameGUI.class │ ├── CardGameGUI.ctxt │ ├── CardGameGUI.java │ ├── CardTester.class │ ├── CardTester.ctxt │ ├── CardTester.java │ ├── Deck.class │ ├── Deck.ctxt │ ├── Deck.java │ ├── DeckTester.class │ ├── DeckTester.ctxt │ ├── DeckTester.java │ ├── Elevens.jar │ ├── ElevensBoard.class │ ├── ElevensBoard.ctxt │ ├── ElevensBoard.java │ ├── ElevensGUIRunner.class │ ├── ElevensGUIRunner.ctxt │ ├── ElevensGUIRunner.java │ ├── README.TXT │ ├── Shuffler.class │ ├── Shuffler.ctxt │ ├── Shuffler.java │ ├── cards.zip │ ├── cards │ ├── 10clubs.GIF │ ├── 10clubsS.GIF │ ├── 10diamonds.GIF │ ├── 10diamondsS.GIF │ ├── 10hearts.GIF │ ├── 10heartsS.GIF │ ├── 10spades.GIF │ ├── 10spadesS.GIF │ ├── 2clubsS.GIF │ ├── 2diamonds.GIF │ ├── 2diamondsS.GIF │ ├── 2hearts.GIF │ ├── 2heartsS.GIF │ ├── 2spades.GIF │ ├── 2spadesS.GIF │ ├── 3clubs.GIF │ ├── 3clubsS.GIF │ ├── 3diamonds.GIF │ ├── 3diamondsS.GIF │ ├── 3hearts.GIF │ ├── 3heartsS.GIF │ ├── 3spades.GIF │ ├── 3spadesS.GIF │ ├── 4clubs.GIF │ ├── 4clubsS.GIF │ ├── 4diamonds.GIF │ ├── 4diamondsS.GIF │ ├── 4hearts.GIF │ ├── 4heartsS.GIF │ ├── 4spades.GIF │ ├── 4spadesS.GIF │ ├── 5clubs.GIF │ ├── 5clubsS.GIF │ ├── 5diamonds.GIF │ ├── 5diamondsS.GIF │ ├── 5hearts.GIF │ ├── 5heartsS.GIF │ ├── 5spades.GIF │ ├── 5spadesS.GIF │ ├── 6clubs.GIF │ ├── 6clubsS.GIF │ ├── 6diamonds.GIF │ ├── 6diamondsS.GIF │ ├── 6hearts.GIF │ ├── 6heartsS.GIF │ ├── 6spades.GIF │ ├── 6spadesS.GIF │ ├── 7clubs.GIF │ ├── 7clubsS.GIF │ ├── 7diamonds.GIF │ ├── 7diamondsS.GIF │ ├── 7hearts.GIF │ ├── 7heartsS.GIF │ ├── 7spadesS.GIF │ ├── 8clubs.GIF │ ├── 8clubsS.GIF │ ├── 8diamonds.GIF │ ├── 8diamondsS.GIF │ ├── 8hearts.GIF │ ├── 8heartsS.GIF │ ├── 8spades.GIF │ ├── 8spadesS.GIF │ ├── 9clubs.GIF │ ├── 9clubsS.GIF │ ├── 9diamonds.GIF │ ├── 9diamondsS.GIF │ ├── 9hearts.GIF │ ├── 9heartsS.GIF │ ├── 9spades.GIF │ ├── 9spadesS.GIF │ ├── JO.GIF │ ├── JOS.GIF │ ├── aceclubs.GIF │ ├── aceclubsS.GIF │ ├── acediamonds.GIF │ ├── acediamondsS.GIF │ ├── acehearts.GIF │ ├── aceheartsS.GIF │ ├── acespades.GIF │ ├── acespadesS.GIF │ ├── back1.GIF │ ├── jackclubs.GIF │ ├── jackclubsS.GIF │ ├── jackdiamonds.GIF │ ├── jackdiamondsS.GIF │ ├── jackhearts.GIF │ ├── jackheartsS.GIF │ ├── jackspades.GIF │ ├── jackspadesS.GIF │ ├── kingclubs.GIF │ ├── kingclubsS.GIF │ ├── kingdiamonds.GIF │ ├── kingdiamondsS.GIF │ ├── kinghearts.GIF │ ├── kingheartsS.GIF │ ├── kingspades.GIF │ ├── kingspadesS.GIF │ ├── queenclubs.GIF │ ├── queenclubsS.GIF │ ├── queendiamonds.GIF │ ├── queendiamondsS.GIF │ ├── queenhearts.GIF │ ├── queenheartsS.GIF │ ├── queenspades.GIF │ └── queenspadesS.GIF │ ├── moreanswers.txt │ ├── package.bluej │ └── questions.txt ├── Module 18 ├── 18.1 │ ├── Music.class │ ├── Music.java │ ├── TestMusic.class │ └── TestMusic.java ├── 18.2 │ ├── Music2.class │ ├── Music2.java │ ├── TestMusic2.class │ └── TestMusic2.java ├── 18.3 │ ├── Contact.class │ ├── Contact.java │ ├── TestContact.class │ └── TestContact.java ├── 18.5 │ ├── Deck.java │ ├── Shuffler.java │ └── questions.txt └── Discussion Based Assignment.rtf ├── Module 19 ├── 19.1 │ ├── StudentData.class │ ├── StudentData.java │ ├── TestProgStudentData.class │ └── TestProgStudentData.java └── 19.2 │ ├── CandyMachine.class │ ├── CandyMachine.java │ ├── CashRegister.class │ ├── CashRegister.java │ ├── Dispenser.class │ └── Dispenser.java ├── Module 2 ├── 2.05 Units of Measurement │ ├── MeasurementConverterV1.class │ ├── MeasurementConverterV1.java │ └── Units of Measurement 2.05.gpj ├── 2.07 │ ├── AdmissionV1.java │ ├── GradesV2.class │ └── GradesV2.java ├── 2.08 │ ├── CurrencyConversionV1.class │ └── CurrencyConversionV1.java ├── Arithmetic Expressions 2.02 │ ├── Arithmetic Expressions 2.02.gpj │ ├── CalculationsV1.class │ ├── CalculationsV1.java │ ├── CalculationsV2.class │ ├── CalculationsV2.java │ └── CalculationsVx.java ├── Arithmetic Expressions 2.03 │ ├── Arithmetic Expressions 2.03.gpj │ ├── CalculationsV3.class │ ├── CalculationsV3.java │ ├── CalculationsV5.class │ └── CalculationsV5.java └── Arithmetic Expressions 2.05 │ ├── 2.05_DeskCheckGradesV1.rtf │ ├── Arithmetic Expressions 2.05.gpj │ └── GradesV1.java ├── Module 3 ├── 3.01 │ ├── Pseudocode Recipe.java │ ├── Pseudocode Recipe.rtf │ └── Pseudocode-Tea Recipe ├── 3.02 ASCII Examples │ ├── ShowASCII.class │ └── ShowASCII.java ├── 3.03 ASCII Art │ ├── ASCIIArt.class │ └── ASCIIArt.java ├── 3.03 Song Lyrics │ ├── songlyrics.class │ └── songlyrics.java ├── 3.04 Escape Sequences │ ├── ArtWork.class │ ├── ArtWork.java │ ├── EscapeCharacters.class │ ├── EscapeCharacters.java │ ├── Picture.class │ ├── Picture.java │ ├── Surprise_v1.class │ └── Surprise_v1.java ├── 3.06 Strings │ ├── TextMessageV1.class │ └── TextMessageV1.java ├── 3.07 Scanner Class Methods │ ├── Crash Samples │ │ ├── KeyboardInput_v1.class │ │ ├── KeyboardInput_v1.java │ │ ├── KeyboardInput_v2.java │ │ ├── KeyboardInput_v3.java │ │ ├── KeyboardInput_v4.java │ │ └── KeyboardInput_v5.java │ ├── CurrencyConversionV2.class │ ├── CurrencyConversionV2.java │ ├── Notes │ │ ├── 03_07_VirtualLectureNotesPart1.pdf │ │ └── 3_07_VirtualLectureNotesPart2.pdf │ ├── TextMessageV2.class │ └── TextMessageV2.java ├── 3.08 Parsing │ ├── AgeCalculatorV1.java │ ├── AgeCalculatorV2.class │ ├── AgeCalculatorV2.java │ ├── ParsePractice.class │ └── ParsePractice.java ├── 3.09 Media Center Fines │ ├── Fines.class │ └── Fines.java ├── 3.10 Discussion Based Assignment.docx └── ACCESS Module 3 Study Guide.docx ├── Module 4 ├── 4.02 │ ├── Desk Check Information │ │ └── 4.02_GPAv1DeskCheck.pdf │ ├── GPAV1.class │ └── GPAV1.java ├── 4.03 │ ├── AdmissionFeeV1.class │ ├── AdmissionFeeV1.java │ ├── SalaryV1.class │ ├── SalaryV1.java │ ├── TargetZone.class │ └── TargetZone.java ├── 4.04 │ ├── AdmissionFeeV2.class │ ├── AdmissionFeeV2.java │ ├── BMR.class │ ├── BMR.java │ ├── SalaryV2.java │ ├── SingleCharacterInput.class │ └── SingleCharacterInput.java ├── 4.05 │ ├── BMI.class │ ├── BMI.java │ ├── GradesV3.class │ └── GradesV3.java ├── 4.06 │ ├── BS.java │ ├── MathMenu.class │ ├── MathMenu.java │ ├── Notes │ │ └── 4.06_VirtualLectureNotes.pdf │ ├── WellnessMenu.class │ └── WellnessMenu.java ├── 4.07 │ ├── Notes │ │ └── 4.07_VirtualLectureNotes.pdf │ ├── TDEE.class │ └── TDEE.java └── Information Pages │ ├── 4.01_BinaryToDecimalConversionWorksheet.rtf │ └── 4.01_DecimalToBinaryConversionWorksheet.rtf ├── Module 5 ├── 5.01 │ ├── 5.01 Coin Flip Worksheet.pdf │ ├── 5.01 MaleToFemalePopulationRatiosWorksheet.doc │ ├── HeadsOrTails_v1.class │ ├── HeadsOrTails_v1.java │ ├── PopulationRatio.class │ └── PopulationRatio.java ├── 5.02 │ ├── GuessingGameV1.class │ ├── GuessingGameV1.java │ ├── GuessingGameV2.class │ └── GuessingGameV2.java ├── 5.03 │ ├── Family.class │ ├── Family.java │ ├── MaleFemaleInFamily.txt │ ├── test1.rtf │ └── test2.rtf ├── 5.04 │ ├── Lottery.class │ └── Lottery.java ├── 5.05 │ ├── DiceProbability.class │ └── DiceProbability.java ├── 5.06 │ ├── 5.06_DeskCheckMysteryPrintWrite.pdf │ ├── BottleCapPrize.class │ ├── BottleCapPrize.java │ └── trials.txt └── 5.07 │ ├── Bijan Tajmir Password Questions.docx │ └── Passwords.class ├── Module 6 ├── 06.04_AssignmentInstructions_a.pdf ├── 6.03 │ ├── AnnualClimate2.class │ └── AnnualClimate2.java └── 6.04 │ └── Shell │ ├── Hurricanes1.class │ ├── Hurricanes1.java │ ├── Hurricanes1.zip │ ├── Hurricanes2.class │ ├── Hurricanes2.java │ └── data1.txt ├── Module 7 ├── 08.01_OOPWorksheet (1).rtf ├── 7.02 │ ├── MeasurementConverterV2.class │ ├── MeasurementConverterV2.java │ └── Screen Shot 2014-12-16 at 10.34.39 AM.png ├── 7.03 │ ├── GravityV1.class │ ├── GravityV1.java │ ├── WeightOnPlanetsV1.class │ ├── WeightOnPlanetsV1.ctxt.rtf │ ├── WeightOnPlanetsV1.java │ └── gravity1.txt ├── 7.05 Discussion.docx ├── Darts.class ├── Darts.java └── Javas Math Class │ ├── PointsOnACircleV1.class │ ├── PointsOnACircleV1.java │ └── Screen Shot 2014-12-16 at 10.21.19 AM.png ├── Module 8 ├── 8.01 │ └── Instances of a Class.docx ├── 8.02 │ ├── CLASS DIAGRAM.png │ ├── CarV3$Car.class │ └── CarV3.class ├── 8.03 │ ├── CarV5$Car.class │ ├── CarV5.class │ └── CarV5.java ├── 8.04 │ ├── CarV7$Car.class │ ├── CarV7.class │ ├── CarV7.java │ ├── CarV7Tester.class │ └── CarV7Tester.java ├── 8.05 │ ├── AnnualFuelUse.class │ ├── AnnualFuelUse.java │ ├── AnnualFuelUseTester.class │ └── AnnualFuelUseTester.java ├── 8.06 │ ├── CO2FootprintV1.class │ ├── CO2FootprintV1.java │ ├── CO2FootprintV1Tester.class │ └── CO2FootprintV1Tester.java ├── 8.07 │ ├── CO2FromElectricity.class │ ├── CO2FromElectricity.java │ ├── CO2FromElectricityTester.class │ └── CO2FromElectricityTester.java ├── 8.08 │ ├── CO2FromWaste.class │ ├── CO2FromWaste.java │ ├── CO2FromWasteTester.class │ └── CO2FromWasteTester.java ├── 8.12 │ ├── CO2Footprint.class │ ├── CO2FootprintTester.class │ └── CO2FootprintTester.java ├── Array Lists I Class Diagram.png ├── Bijan Tajmir.docx ├── Class Method.docx ├── Discussion 8.4.docx └── Pseudocode.docx ├── Module 9 ├── Catapult.class ├── Catapult.java ├── CatapultTester.class └── CatapultTester.java └── README.md /Module 1/Student Information/classes/StudentInfoCard.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 1/Student Information/classes/StudentInfoCard.class -------------------------------------------------------------------------------- /Module 12/12.10 Discussion Based Assignment .docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 12/12.10 Discussion Based Assignment .docx -------------------------------------------------------------------------------- /Module 12/12.7.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 12/12.7.doc -------------------------------------------------------------------------------- /Module 12/Challenge Exam Project.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 12/Challenge Exam Project.pptx -------------------------------------------------------------------------------- /Module 12/Magpie Project/Magpie2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 12/Magpie Project/Magpie2.class -------------------------------------------------------------------------------- /Module 12/Magpie Project/MagpieRunner2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 12/Magpie Project/MagpieRunner2.class -------------------------------------------------------------------------------- /Module 12/Magpie Project/MagpieRunner2.java: -------------------------------------------------------------------------------- 1 | import java.util.Scanner; 2 | 3 | /** 4 | * A simple class to run the Magpie class. 5 | * @author Bijan Tajmir 6 | * @version 2/18/2015 7 | */ 8 | public class MagpieRunner2 9 | { 10 | 11 | /** 12 | * Create a Magpie, give it user input, and print its replies. 13 | */ 14 | public static void main(String[] args) 15 | { 16 | Magpie2 maggie = new Magpie2(); 17 | 18 | System.out.println (maggie.getGreeting()); 19 | Scanner in = new Scanner (System.in); 20 | String statement = in.nextLine(); 21 | 22 | while (!statement.equals("Bye")) 23 | { 24 | System.out.println (maggie.getResponse(statement)); 25 | statement = in.nextLine(); 26 | } 27 | } 28 | 29 | } 30 | -------------------------------------------------------------------------------- /Module 12/Magpie Project/Screen Shot 2015-02-23 at 11.51.05 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 12/Magpie Project/Screen Shot 2015-02-23 at 11.51.05 AM.png -------------------------------------------------------------------------------- /Module 12/Magpie Project/Screen Shot 2015-02-23 at 11.51.53 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 12/Magpie Project/Screen Shot 2015-02-23 at 11.51.53 AM.png -------------------------------------------------------------------------------- /Module 12/Magpie Project/StringExplorer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 12/Magpie Project/StringExplorer.class -------------------------------------------------------------------------------- /Module 13/13.1/Equilateral.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.1/Equilateral.class -------------------------------------------------------------------------------- /Module 13/13.1/Equilateral.java: -------------------------------------------------------------------------------- 1 | 2 | /** 3 | * Creates an Equilateral triangle using the Triangle class/constructor. 4 | * 5 | * @author Bijan Tajmir 6 | * @version 3/1/2015 7 | */ 8 | public class Equilateral extends Triangle 9 | { 10 | public Equilateral(double sides) 11 | { 12 | super(sides, sides, sides); 13 | } 14 | } -------------------------------------------------------------------------------- /Module 13/13.1/IsoscelesRight.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.1/IsoscelesRight.class -------------------------------------------------------------------------------- /Module 13/13.1/IsoscelesRight.java: -------------------------------------------------------------------------------- 1 | 2 | /** 3 | * Creates an Isosceles Triangle, using the Triangle Class. 4 | * 5 | * @author Bijan Tajmir 6 | * @version 3/1/2015 7 | */ 8 | public class IsoscelesRight extends Triangle 9 | { 10 | public IsoscelesRight(double sides) 11 | { 12 | super(sides, sides, (sides * Math.sqrt(2))); 13 | } 14 | } -------------------------------------------------------------------------------- /Module 13/13.1/Triangle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.1/Triangle.class -------------------------------------------------------------------------------- /Module 13/13.1/Triangle.java: -------------------------------------------------------------------------------- 1 | 2 | /** 3 | * Main Triangle superclass and constructor. 4 | * 5 | * @author Bijan Tajmir 6 | * @version 3/1/2015 7 | */ 8 | public class Triangle 9 | { 10 | // instance variables 11 | private double sideA, sideB, sideC; 12 | 13 | public Triangle(double sideA, double sideB, double sideC) 14 | { 15 | this.sideA = sideA; 16 | this.sideB = sideB; 17 | this.sideC = sideC; 18 | } 19 | 20 | public double getSideA() 21 | { 22 | return sideA; 23 | } 24 | 25 | public double getSideB() 26 | { 27 | return sideB; 28 | } 29 | 30 | public double getSideC() 31 | { 32 | return sideC; 33 | } 34 | } -------------------------------------------------------------------------------- /Module 13/13.1/TriangleTester.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.1/TriangleTester.class -------------------------------------------------------------------------------- /Module 13/13.2/Forest.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.2/Forest.class -------------------------------------------------------------------------------- /Module 13/13.2/Forest.java: -------------------------------------------------------------------------------- 1 | 2 | /** 3 | * Forest terrain. 4 | * 5 | * @author Bijan Tajmir 6 | * @version 3/1/2015 7 | */ 8 | public class Forest extends Terrain 9 | { 10 | private int trees; 11 | public Forest(int l, int w, int t) 12 | { 13 | super(l, w); 14 | trees = t; 15 | } 16 | 17 | public int getTrees() 18 | { 19 | return trees; 20 | } 21 | } -------------------------------------------------------------------------------- /Module 13/13.2/Mountain.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.2/Mountain.class -------------------------------------------------------------------------------- /Module 13/13.2/Mountain.java: -------------------------------------------------------------------------------- 1 | 2 | /** 3 | * Mountainous terrain. 4 | * 5 | * @author Bijan Tajmir 6 | * @version 3/1/2015 7 | */ 8 | public class Mountain extends Terrain 9 | { 10 | private int mountains; 11 | public Mountain(int l, int w, int m) 12 | { 13 | super(l, w); 14 | mountains = m; 15 | } 16 | 17 | public int getMountains() 18 | { 19 | return mountains; 20 | } 21 | } -------------------------------------------------------------------------------- /Module 13/13.2/Terrain.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.2/Terrain.class -------------------------------------------------------------------------------- /Module 13/13.2/Terrain.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Blank terrain. 3 | * 4 | * @author Bijan Tajmir 5 | * @version 3/1/2015 6 | */ 7 | public class Terrain 8 | { 9 | // instance variables 10 | private int length, width; 11 | 12 | /** 13 | * Constructor for objects of class terrain 14 | */ 15 | public Terrain(int l, int w) 16 | { 17 | // initialise instance variables 18 | length = l; 19 | width = w; 20 | } 21 | 22 | 23 | public String getTerrain() 24 | { 25 | return "Land has dimensions " + length + " X " + width; 26 | } 27 | 28 | 29 | 30 | } -------------------------------------------------------------------------------- /Module 13/13.2/TestTerrain.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.2/TestTerrain.class -------------------------------------------------------------------------------- /Module 13/13.2/WinterMountain.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.2/WinterMountain.class -------------------------------------------------------------------------------- /Module 13/13.2/WinterMountain.java: -------------------------------------------------------------------------------- 1 | 2 | /** 3 | * Winter Mountain terrain. 4 | * 5 | * @author Bijan Tajmir 6 | * @version 3/1/2015 7 | */ 8 | public class WinterMountain extends Mountain 9 | { 10 | private double temperature; 11 | public WinterMountain(int l, int w, int m, double temp) 12 | { 13 | super(l, w, m); 14 | temperature = temp; 15 | } 16 | 17 | public double getTemp() 18 | { 19 | return temperature; 20 | } 21 | } -------------------------------------------------------------------------------- /Module 13/13.3/Circle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.3/Circle.class -------------------------------------------------------------------------------- /Module 13/13.3/Circle.java: -------------------------------------------------------------------------------- 1 | 2 | /** 3 | * Circle demo 4 | * 5 | * 6 | */ 7 | public class Circle 8 | { 9 | // instance variables 10 | private int x; 11 | private int y; 12 | private int radius; 13 | 14 | /** 15 | * Constructor for objects of class circle 16 | */ 17 | public Circle(int p_x, int p_y, int r) 18 | { 19 | // initialise instance variables 20 | x = p_x; 21 | y = p_y; 22 | radius = r; 23 | } 24 | 25 | public int getRadius() 26 | { 27 | 28 | return radius; 29 | } 30 | public String center() 31 | { 32 | return " center is at (" + x + "," + y + ")"; 33 | } 34 | public int getX() 35 | { 36 | return x; 37 | } 38 | 39 | public int getY() 40 | { 41 | return y; 42 | } 43 | } -------------------------------------------------------------------------------- /Module 13/13.3/Cylinder.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.3/Cylinder.class -------------------------------------------------------------------------------- /Module 13/13.3/Cylinder.java: -------------------------------------------------------------------------------- 1 | 2 | /** 3 | * Cylinder class that extends circle 4 | * 5 | * 6 | */ 7 | public class Cylinder extends Circle 8 | { 9 | // instance variables 10 | private int height; 11 | 12 | /** 13 | * Constructor for objects of class cylinder 14 | */ 15 | public Cylinder(int x, int y, int rad, int h) 16 | { 17 | super(x, y, rad); 18 | // initialise instance variables 19 | height = h; 20 | } 21 | 22 | public int getHeight() 23 | { 24 | 25 | return height; 26 | } 27 | } -------------------------------------------------------------------------------- /Module 13/13.3/Oval.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.3/Oval.class -------------------------------------------------------------------------------- /Module 13/13.3/Oval.java: -------------------------------------------------------------------------------- 1 | 2 | /** 3 | * Oval class extends circle. 4 | * 5 | * 6 | */ 7 | public class Oval extends Circle 8 | { 9 | // instance variables 10 | private int radius2; 11 | 12 | /** 13 | * Constructor for objects of class oval 14 | */ 15 | public Oval(int x, int y, int rad1, int rad2) 16 | { 17 | super(x, y, rad1); 18 | // initialise instance variables 19 | radius2 = rad2; 20 | } 21 | 22 | 23 | public int getRadius2() 24 | { 25 | 26 | return radius2; 27 | } 28 | 29 | 30 | 31 | } -------------------------------------------------------------------------------- /Module 13/13.3/OvalCylinder.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.3/OvalCylinder.class -------------------------------------------------------------------------------- /Module 13/13.3/OvalCylinder.java: -------------------------------------------------------------------------------- 1 | 2 | /** 3 | * OvalCylinder class extends Oval. 4 | * 5 | * 6 | */ 7 | public class OvalCylinder extends Oval 8 | { 9 | // instance variables 10 | private int height; 11 | 12 | /** 13 | * Constructor for objects of class ovalCylinder 14 | */ 15 | public OvalCylinder(int x, int y, int rad1, int rad2, int h) 16 | { 17 | super(x, y, rad1, rad2); 18 | // initialise instance variables 19 | height = h; 20 | } 21 | 22 | 23 | public int getHeight() 24 | { 25 | 26 | return height; 27 | } 28 | } -------------------------------------------------------------------------------- /Module 13/13.3/TestPoly.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.3/TestPoly.class -------------------------------------------------------------------------------- /Module 13/13.4/Box3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.4/Box3.class -------------------------------------------------------------------------------- /Module 13/13.4/Cube3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.4/Cube3.class -------------------------------------------------------------------------------- /Module 13/13.4/Cube3.java: -------------------------------------------------------------------------------- 1 | 2 | /** 3 | * Demo of Cube3. 4 | * 5 | * @author Bijan Tajmir 6 | * @version 3/2/2015 7 | */ 8 | public class Cube3 extends Box3 9 | { 10 | /** 11 | * Constructor for objects of class Cube3 12 | */ 13 | public Cube3(int x) 14 | { 15 | super(x, x, x); 16 | } 17 | public String toString(){ 18 | return "Cube - " + getLength() + " x " + getWidth() + " x " + getHeight(); 19 | } 20 | } -------------------------------------------------------------------------------- /Module 13/13.4/Rectangle3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.4/Rectangle3.class -------------------------------------------------------------------------------- /Module 13/13.4/testNew.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.4/testNew.class -------------------------------------------------------------------------------- /Module 13/13.5/Magpie4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.5/Magpie4.class -------------------------------------------------------------------------------- /Module 13/13.5/MagpieRunner4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 13/13.5/MagpieRunner4.class -------------------------------------------------------------------------------- /Module 13/13.5/MagpieRunner4.java: -------------------------------------------------------------------------------- 1 | import java.util.Scanner; 2 | 3 | /** 4 | * A simple class to run the Magpie class. 5 | */ 6 | public class MagpieRunner4 7 | { 8 | 9 | /** 10 | * Create a Magpie, give it user input, and print its replies. 11 | */ 12 | public static void main(String[] args) 13 | { 14 | Magpie4 maggie = new Magpie4(); 15 | 16 | System.out.println (maggie.getGreeting()); 17 | Scanner in = new Scanner (System.in); 18 | String statement = in.nextLine(); 19 | 20 | while (!statement.equals("Bye")) 21 | { 22 | System.out.println (maggie.getResponse(statement)); 23 | statement = in.nextLine(); 24 | } 25 | } 26 | 27 | } -------------------------------------------------------------------------------- /Module 14/14.07/CiphertextScanner.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.07/CiphertextScanner.class -------------------------------------------------------------------------------- /Module 14/14.07/Key and Decoded message.txt: -------------------------------------------------------------------------------- 1 | OAXFI A MZSAZPZ IQKI IQAF WKIAYW FQYHSV GYNNAI AIFZSO IY KGQAZPAWT 2 | IQZ TYKS MZOYXZ IQAF VZGKVZ AF YHI YO SKWVAWT K NKW YW IQZ NYYW KWV 3 | XZIHXWAWT QAN FKOZSR IY IQZ ZKXIQ 4 | 5 | FIRST I BELIEVE THAT THIS NATION SHOULD COMMIT ITSELF TO ACHIEVING 6 | THE GOAL BEFORE THIS DECADE IS OUT OF LANDING A MAN ON THE MOON AND 7 | RETURNING HIM SAFELY TO THE EARTH 8 | - John F. Kennedy 9 | 10 | A = I 11 | B = unused 12 | C = unused 13 | D = unused 14 | E = unused 15 | F = S 16 | G = C 17 | H = U 18 | I = T 19 | J = unused 20 | K = A 21 | L = unused 22 | M = B 23 | N = M 24 | O = F 25 | P = V 26 | Q = H 27 | R = Y 28 | S = L 29 | T = G 30 | U = unused 31 | V = D 32 | W = N 33 | X = R 34 | Y = O 35 | Z = E -------------------------------------------------------------------------------- /Module 14/14.07/PlaintextScanner.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.07/PlaintextScanner.class -------------------------------------------------------------------------------- /Module 14/14.07/Tester.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.07/Tester.class -------------------------------------------------------------------------------- /Module 14/14.07/secretmessage.txt: -------------------------------------------------------------------------------- 1 | OAXFI A MZSAZPZ IQKI IQAF WKIAYW FQYHSV GYNNAI AIFZSO IY KGQAZPAWT 2 | IQZ TYKS MZOYXZ IQAF VZGKVZ AF YHI YO SKWVAWT K NKW YW IQZ NYYW KWV 3 | XZIHXWAWT QAN FKOZSR IY IQZ ZKXIQ -------------------------------------------------------------------------------- /Module 14/14.10/14.10 Discussion.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.10/14.10 Discussion.docx -------------------------------------------------------------------------------- /Module 14/14.11/Questions.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/Questions.docx -------------------------------------------------------------------------------- /Module 14/14.11/classes/DigitalPicture.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/DigitalPicture.class -------------------------------------------------------------------------------- /Module 14/14.11/classes/FileChooser.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/FileChooser.class -------------------------------------------------------------------------------- /Module 14/14.11/classes/ImageDisplay.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/ImageDisplay.class -------------------------------------------------------------------------------- /Module 14/14.11/classes/IntArrayWorker.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/IntArrayWorker.class -------------------------------------------------------------------------------- /Module 14/14.11/classes/IntArrayWorkerTester.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/IntArrayWorkerTester.class -------------------------------------------------------------------------------- /Module 14/14.11/classes/Picture.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/Picture.class -------------------------------------------------------------------------------- /Module 14/14.11/classes/PictureExplorer$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/PictureExplorer$1.class -------------------------------------------------------------------------------- /Module 14/14.11/classes/PictureExplorer$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/PictureExplorer$2.class -------------------------------------------------------------------------------- /Module 14/14.11/classes/PictureExplorer$3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/PictureExplorer$3.class -------------------------------------------------------------------------------- /Module 14/14.11/classes/PictureExplorer$4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/PictureExplorer$4.class -------------------------------------------------------------------------------- /Module 14/14.11/classes/PictureExplorer$5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/PictureExplorer$5.class -------------------------------------------------------------------------------- /Module 14/14.11/classes/PictureExplorer$6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/PictureExplorer$6.class -------------------------------------------------------------------------------- /Module 14/14.11/classes/PictureExplorer$PictureExplorerFocusTraversalPolicy.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/PictureExplorer$PictureExplorerFocusTraversalPolicy.class -------------------------------------------------------------------------------- /Module 14/14.11/classes/PictureExplorer.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/PictureExplorer.class -------------------------------------------------------------------------------- /Module 14/14.11/classes/PictureFrame.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/PictureFrame.class -------------------------------------------------------------------------------- /Module 14/14.11/classes/Pixel.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/Pixel.class -------------------------------------------------------------------------------- /Module 14/14.11/classes/SimplePicture.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/SimplePicture.class -------------------------------------------------------------------------------- /Module 14/14.11/classes/doc/package-list: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Module 14/14.11/classes/doc/resources/inherit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/doc/resources/inherit.gif -------------------------------------------------------------------------------- /Module 14/14.11/classes/leftArrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/leftArrow.gif -------------------------------------------------------------------------------- /Module 14/14.11/classes/rightArrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/classes/rightArrow.gif -------------------------------------------------------------------------------- /Module 14/14.11/images/640x480.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/640x480.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/7inX95in.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/7inX95in.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/CumberlandIsland.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/CumberlandIsland.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/KatieFancy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/KatieFancy.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/Thumbs.db -------------------------------------------------------------------------------- /Module 14/14.11/images/arch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/arch.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/barbaraS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/barbaraS.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/beach.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/beach.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/beautiful.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/beautiful.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/blue-mark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/blue-mark.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/blueMotorcycle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/blueMotorcycle.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/butterfly1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/butterfly1.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/caterpillar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/caterpillar.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/collage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/collage.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/femaleLionAndHall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/femaleLionAndHall.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/flower1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/flower1.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/flower2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/flower2.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/gorge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/gorge.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/jenny-red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/jenny-red.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/kai.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/kai.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/kitten2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/kitten2.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/koala.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/koala.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/moon-surface.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/moon-surface.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/msg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/msg.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/redMotorcycle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/redMotorcycle.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/robot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/robot.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/seagull.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/seagull.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/smallkai.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/smallkai.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/snowman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/snowman.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/swan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/swan.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/temple.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/temple.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/thruDoor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/thruDoor.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/wall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/wall.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/water.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/water.jpg -------------------------------------------------------------------------------- /Module 14/14.11/images/whiteFlower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.11/images/whiteFlower.jpg -------------------------------------------------------------------------------- /Module 14/14.2/MorseCode.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.2/MorseCode.class -------------------------------------------------------------------------------- /Module 14/14.2/MorseCodeTester.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.2/MorseCodeTester.class -------------------------------------------------------------------------------- /Module 14/14.2/MorseCodeTester.java: -------------------------------------------------------------------------------- 1 | 2 | /** 3 | * Class that prints the translated message. 4 | * 5 | * @author Bijan Tajmir 6 | * @version 3/18/2015 7 | */ 8 | import java.io.*; 9 | public class MorseCodeTester 10 | { 11 | public static void main(String[] args) throws IOException 12 | { 13 | MorseCode m = new MorseCode("morsecodereference.txt"); 14 | System.out.println(m.getMessage("morsecodemessage.txt")); 15 | } 16 | } -------------------------------------------------------------------------------- /Module 14/14.2/Screen Shot 2015-03-23 at 2.01.09 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.2/Screen Shot 2015-03-23 at 2.01.09 PM.png -------------------------------------------------------------------------------- /Module 14/14.2/Screen Shot 2015-03-23 at 2.01.18 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.2/Screen Shot 2015-03-23 at 2.01.18 PM.png -------------------------------------------------------------------------------- /Module 14/14.2/morsecodemessage.txt: -------------------------------------------------------------------------------- 1 | .- 2 | -... 3 | -.-. 4 | -.. 5 | . 6 | ..-. 7 | --. 8 | .... 9 | .. 10 | .--- 11 | -.- 12 | .-.. 13 | -- 14 | -. 15 | --- 16 | .--. 17 | --.- 18 | .-. 19 | ... 20 | - 21 | ..- 22 | ...- 23 | .-- 24 | -..- 25 | -.-- 26 | --.. 27 | .---- 28 | ..--- 29 | ...-- 30 | ....- 31 | ..... 32 | -.... 33 | --... 34 | ---.. 35 | ----. 36 | ----- -------------------------------------------------------------------------------- /Module 14/14.2/morsecodereference.txt: -------------------------------------------------------------------------------- 1 | A: .- 2 | B: -... 3 | C: -.-. 4 | D: -.. 5 | E: . 6 | F: ..-. 7 | G: --. 8 | H: .... 9 | I: .. 10 | J: .--- 11 | K: -.- 12 | L: .-.. 13 | M: -- 14 | N: -. 15 | O: --- 16 | P: .--. 17 | Q: --.- 18 | R: .-. 19 | S: ... 20 | T: - 21 | U: ..- 22 | V: ...- 23 | W: .-- 24 | X: -..- 25 | Y: -.-- 26 | Z: --.. 27 | 1: .---- 28 | 2: ..--- 29 | 3: ...-- 30 | 4: ....- 31 | 5: ..... 32 | 6: -.... 33 | 7: --... 34 | 8: ---.. 35 | 9: ----. 36 | 0: ----- -------------------------------------------------------------------------------- /Module 14/14.3/CaesarCipher.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.3/CaesarCipher.class -------------------------------------------------------------------------------- /Module 14/14.3/Screen Shot 2015-03-23 at 2.06.10 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.3/Screen Shot 2015-03-23 at 2.06.10 PM.png -------------------------------------------------------------------------------- /Module 14/14.6/PrimeNumbers.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.6/PrimeNumbers.class -------------------------------------------------------------------------------- /Module 14/14.6/PrimeNumbersTester.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.6/PrimeNumbersTester.class -------------------------------------------------------------------------------- /Module 14/14.6/Screen Shot 2015-03-24 at 9.41.39 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 14/14.6/Screen Shot 2015-03-24 at 9.41.39 AM.png -------------------------------------------------------------------------------- /Module 15/15.1/Homework.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.1/Homework.class -------------------------------------------------------------------------------- /Module 15/15.1/MyEnglish.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.1/MyEnglish.class -------------------------------------------------------------------------------- /Module 15/15.1/MyEnglish.java: -------------------------------------------------------------------------------- 1 | public class MyEnglish extends Homework { 2 | 3 | public MyEnglish(){ 4 | super(); 5 | } 6 | 7 | 8 | public void createAssignment(int p) { 9 | setPagesRead(p); 10 | setType("English"); 11 | } 12 | 13 | public String toString(){ 14 | return getType() + "- must read " + getPagesRead() + " pages."; 15 | } 16 | 17 | } -------------------------------------------------------------------------------- /Module 15/15.1/MyJava.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.1/MyJava.class -------------------------------------------------------------------------------- /Module 15/15.1/MyJava.java: -------------------------------------------------------------------------------- 1 | public class MyJava extends Homework { 2 | 3 | public MyJava(){ 4 | super(); 5 | } 6 | 7 | 8 | public void createAssignment(int p) { 9 | setPagesRead(p); 10 | setType("Java"); 11 | } 12 | 13 | public String toString(){ 14 | return getType() + "- must read " + getPagesRead() + " pages."; 15 | } 16 | 17 | } -------------------------------------------------------------------------------- /Module 15/15.1/MyMath.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.1/MyMath.class -------------------------------------------------------------------------------- /Module 15/15.1/MyMath.java: -------------------------------------------------------------------------------- 1 | public class MyMath extends Homework { 2 | 3 | public MyMath(){ 4 | super(); 5 | } 6 | 7 | 8 | public void createAssignment(int p) { 9 | setPagesRead(p); 10 | setType("Math"); 11 | } 12 | 13 | public String toString(){ 14 | return getType() + "- must read " + getPagesRead() + " pages."; 15 | } 16 | 17 | } -------------------------------------------------------------------------------- /Module 15/15.1/MyScience.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.1/MyScience.class -------------------------------------------------------------------------------- /Module 15/15.1/MyScience.java: -------------------------------------------------------------------------------- 1 | public class MyScience extends Homework { 2 | 3 | public MyScience(){ 4 | super(); 5 | } 6 | 7 | 8 | public void createAssignment(int p) { 9 | setPagesRead(p); 10 | setType("Science"); 11 | } 12 | 13 | public String toString(){ 14 | return getType() + "- must read " + getPagesRead() + " pages."; 15 | } 16 | 17 | } -------------------------------------------------------------------------------- /Module 15/15.1/testHomework.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.1/testHomework.class -------------------------------------------------------------------------------- /Module 15/15.3/Homework2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.3/Homework2.class -------------------------------------------------------------------------------- /Module 15/15.3/MyEnglish2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.3/MyEnglish2.class -------------------------------------------------------------------------------- /Module 15/15.3/MyJava2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.3/MyJava2.class -------------------------------------------------------------------------------- /Module 15/15.3/MyMath2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.3/MyMath2.class -------------------------------------------------------------------------------- /Module 15/15.3/MyScience2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.3/MyScience2.class -------------------------------------------------------------------------------- /Module 15/15.3/Processing.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.3/Processing.class -------------------------------------------------------------------------------- /Module 15/15.3/Processing.java: -------------------------------------------------------------------------------- 1 | /** 2 | 3 | */ 4 | public interface Processing { 5 | 6 | public abstract void doReading(); 7 | 8 | } 9 | -------------------------------------------------------------------------------- /Module 15/15.3/TestHomework2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.3/TestHomework2.class -------------------------------------------------------------------------------- /Module 15/15.4/Homework3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.4/Homework3.class -------------------------------------------------------------------------------- /Module 15/15.4/MyEnglish3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.4/MyEnglish3.class -------------------------------------------------------------------------------- /Module 15/15.4/MyEnglish3.java: -------------------------------------------------------------------------------- 1 | /** 2 | 3 | * 4 | */ 5 | public class MyEnglish3 extends Homework3 { 6 | 7 | 8 | public MyEnglish3(){ 9 | super(); 10 | } 11 | 12 | 13 | public void createAssignment(int p) { 14 | setPagesRead(p); 15 | setType("English"); 16 | } 17 | 18 | public String toString(){ 19 | return getType() + "- must read " + getPagesRead() + " pages."; 20 | } 21 | 22 | } 23 | -------------------------------------------------------------------------------- /Module 15/15.4/MyJava3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.4/MyJava3.class -------------------------------------------------------------------------------- /Module 15/15.4/MyJava3.java: -------------------------------------------------------------------------------- 1 | /** 2 | 3 | */ 4 | public class MyJava3 extends Homework3 { 5 | 6 | public MyJava3(){ 7 | super(); 8 | } 9 | 10 | 11 | public void createAssignment(int p) { 12 | setPagesRead(p); 13 | setType("Java"); 14 | } 15 | 16 | public String toString(){ 17 | return getType() + "- must read " + getPagesRead() + " pages."; 18 | } 19 | 20 | 21 | } -------------------------------------------------------------------------------- /Module 15/15.4/MyMath3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.4/MyMath3.class -------------------------------------------------------------------------------- /Module 15/15.4/MyMath3.java: -------------------------------------------------------------------------------- 1 | /** 2 | 3 | */ 4 | public class MyMath3 extends Homework3 { 5 | 6 | public MyMath3(){ 7 | super(); 8 | } 9 | 10 | 11 | public void createAssignment(int p) { 12 | setPagesRead(p); 13 | setType("Math"); 14 | } 15 | 16 | public String toString(){ 17 | return getType() + "- must read " + getPagesRead() + " pages."; 18 | } 19 | 20 | } -------------------------------------------------------------------------------- /Module 15/15.4/MyScience3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.4/MyScience3.class -------------------------------------------------------------------------------- /Module 15/15.4/MyScience3.java: -------------------------------------------------------------------------------- 1 | /** 2 | 3 | */ 4 | public class MyScience3 extends Homework3 { 5 | 6 | public MyScience3(){ 7 | super(); 8 | } 9 | 10 | 11 | public void createAssignment(int p) { 12 | setPagesRead(p); 13 | setType("Science"); 14 | } 15 | 16 | public String toString(){ 17 | return getType() + "- must read " + getPagesRead() + " pages."; 18 | } 19 | 20 | 21 | } -------------------------------------------------------------------------------- /Module 15/15.4/TestHomework3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.4/TestHomework3.class -------------------------------------------------------------------------------- /Module 15/15.5/Car.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.5/Car.class -------------------------------------------------------------------------------- /Module 15/15.5/Car.java: -------------------------------------------------------------------------------- 1 | 2 | public class Car extends Vehicle { 3 | 4 | public Car(String name, double cost){ 5 | super(name, cost); 6 | } 7 | 8 | } 9 | -------------------------------------------------------------------------------- /Module 15/15.5/InventoryDemo.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.5/InventoryDemo.class -------------------------------------------------------------------------------- /Module 15/15.5/Product.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.5/Product.class -------------------------------------------------------------------------------- /Module 15/15.5/Product.java: -------------------------------------------------------------------------------- 1 | 2 | public interface Product { 3 | 4 | public abstract String getName(); 5 | public abstract double getCost(); 6 | 7 | } 8 | -------------------------------------------------------------------------------- /Module 15/15.5/Tool.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.5/Tool.class -------------------------------------------------------------------------------- /Module 15/15.5/Tool.java: -------------------------------------------------------------------------------- 1 | 2 | public class Tool implements Product, Comparable { 3 | private String name; 4 | private double cost; 5 | public Tool(String name, double cost){ 6 | this.name = name; 7 | this.cost = cost; 8 | } 9 | 10 | public String getName(){ 11 | return name; 12 | } 13 | 14 | public double getCost(){ 15 | return cost; 16 | } 17 | 18 | public int compareTo(Tool obj){ 19 | if(cost > obj.cost){ 20 | return 1; 21 | } 22 | else if(cost == obj.cost){ 23 | return 0; 24 | } 25 | else return -1; 26 | } 27 | 28 | 29 | } 30 | -------------------------------------------------------------------------------- /Module 15/15.5/Truck.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.5/Truck.class -------------------------------------------------------------------------------- /Module 15/15.5/Truck.java: -------------------------------------------------------------------------------- 1 | 2 | public class Truck extends Vehicle { 3 | 4 | public Truck(String name, double cost){ 5 | super(name, cost); 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /Module 15/15.5/Vehicle.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 15/15.5/Vehicle.class -------------------------------------------------------------------------------- /Module 15/15.5/Vehicle.java: -------------------------------------------------------------------------------- 1 | 2 | public abstract class Vehicle implements Product { 3 | private String name; 4 | private double cost; 5 | 6 | public Vehicle(String name, double cost){ 7 | this.name = name; 8 | this.cost = cost; 9 | } 10 | 11 | public String getName(){ 12 | return name; 13 | } 14 | 15 | public double getCost(){ 16 | return cost; 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Module 16/16.1/Candidate.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.1/Candidate.class -------------------------------------------------------------------------------- /Module 16/16.1/Candidate.java: -------------------------------------------------------------------------------- 1 | 2 | /** 3 | * Class that holds all of the data for the Candidates, and creates the candidate "object". 4 | * 5 | * @author Bijan Tajmir 6 | * 7 | */ 8 | public class Candidate 9 | { 10 | private String name; 11 | private int numVotes; 12 | 13 | public Candidate(String name, int numVotes){ 14 | this.name = name; 15 | this.numVotes = numVotes; 16 | } 17 | 18 | public String getName(){ 19 | return name; 20 | } 21 | 22 | public int getVotes(){ 23 | return numVotes; 24 | } 25 | 26 | public String toString(){ 27 | return getName() + " received " + getVotes() + " votes."; 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /Module 16/16.1/TestCandidate.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.1/TestCandidate.class -------------------------------------------------------------------------------- /Module 16/16.2/Candidate2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.2/Candidate2.class -------------------------------------------------------------------------------- /Module 16/16.2/TestCandidate2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.2/TestCandidate2.class -------------------------------------------------------------------------------- /Module 16/16.3/Candidate3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.3/Candidate3.class -------------------------------------------------------------------------------- /Module 16/16.3/TestCandidate5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.3/TestCandidate5.class -------------------------------------------------------------------------------- /Module 16/16.3/TestCandidate6.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.3/TestCandidate6.class -------------------------------------------------------------------------------- /Module 16/16.4/Candidate4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.4/Candidate4.class -------------------------------------------------------------------------------- /Module 16/16.4/Screen Shot 2015-05-18 at 12.25.15 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.4/Screen Shot 2015-05-18 at 12.25.15 AM.png -------------------------------------------------------------------------------- /Module 16/16.4/Screen Shot 2015-05-18 at 12.25.41 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.4/Screen Shot 2015-05-18 at 12.25.41 AM.png -------------------------------------------------------------------------------- /Module 16/16.4/TestCandidate7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.4/TestCandidate7.class -------------------------------------------------------------------------------- /Module 16/16.4/TestCandidate8.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.4/TestCandidate8.class -------------------------------------------------------------------------------- /Module 16/16.5/Screen Shot 2015-05-18 at 10.32.30 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.5/Screen Shot 2015-05-18 at 10.32.30 AM.png -------------------------------------------------------------------------------- /Module 16/16.5/Screen Shot 2015-05-18 at 10.32.38 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.5/Screen Shot 2015-05-18 at 10.32.38 AM.png -------------------------------------------------------------------------------- /Module 16/16.5/Student.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.5/Student.class -------------------------------------------------------------------------------- /Module 16/16.5/TestStudent.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.5/TestStudent.class -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master-2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master-2.zip -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | classes/__* 3 | classes/*.class 4 | classes/*.ctxt 5 | classes/docs/*.html 6 | 7 | -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/Picture Lab Student Guide_updated_Sept_2014.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/Picture Lab Student Guide_updated_Sept_2014.pdf -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/README.md: -------------------------------------------------------------------------------- 1 | Picture-Lab 2 | =========== 3 | 4 | Picture Lab for IB/AP Computer Science. 5 | 6 |

About the project

7 | This project is the last lab for computer science, first semester. 8 | 9 |

Usage

10 | This project works best on [BlueJ](http://www.bluej.org/). Simply load the classes folder onto BlueJ, and it should be ready to compile. 11 | 12 |

Contributors

13 | - Jackson Chen 14 | - Will Kaufman 15 | -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/classes/doc/package-list: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/classes/doc/resources/inherit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/classes/doc/resources/inherit.gif -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/classes/leftArrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/classes/leftArrow.gif -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/classes/rightArrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/classes/rightArrow.gif -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/640x480.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/640x480.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/7inX95in.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/7inX95in.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/CumberlandIsland.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/CumberlandIsland.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/KatieFancy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/KatieFancy.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/Thumbs.db -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/arch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/arch.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/barbaraS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/barbaraS.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/beach.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/beach.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/beautiful.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/beautiful.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/blue-mark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/blue-mark.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/blueMotorcycle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/blueMotorcycle.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/butterfly1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/butterfly1.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/caterpillar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/caterpillar.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/collage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/collage.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/femaleLionAndHall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/femaleLionAndHall.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/flower1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/flower1.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/flower2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/flower2.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/gorge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/gorge.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/jenny-red.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/jenny-red.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/kai.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/kai.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/kitten2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/kitten2.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/koala.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/koala.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/moon-surface.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/moon-surface.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/msg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/msg.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/redMotorcycle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/redMotorcycle.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/robot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/robot.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/seagull.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/seagull.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/smallkai.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/smallkai.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/snowman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/snowman.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/swan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/swan.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/temple.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/temple.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/thruDoor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/thruDoor.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/wall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/wall.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/water.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/water.jpg -------------------------------------------------------------------------------- /Module 16/16.6/Picture-Lab-master/images/whiteFlower.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 16/16.6/Picture-Lab-master/images/whiteFlower.jpg -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/AP CS Exam Review/Curves.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/AP CS Exam Review/Curves.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/AP CS Exam Review/Curves.java: -------------------------------------------------------------------------------- 1 | // Curves.java 2 | // Created by Shahein Tajmir 3 | // Feb 25, 2005 4 | // 5 | 6 | /** 7 | * @author Shahein 8 | * 9 | * TODO To change the template for this generated type comment go to 10 | * Window - Preferences - Java - Code Style - Code Templates 11 | */ 12 | public class Curves 13 | { 14 | 15 | } 16 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Archive/Mergesort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Archive/Mergesort.java -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Banking/Account.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Banking/Account.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Banking/Banking.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Banking/Banking.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Broadway.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Broadway.ttf -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Chapter 1/Project3/Chapter1Project3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Chapter 1/Project3/Chapter1Project3.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Chapter 1/Project3/Chapter1Project3.java: -------------------------------------------------------------------------------- 1 | // Chapter1Project3.java 2 | // Created by Shahein Tajmir 3 | // This program will print on spereate lines my name, my birthday, my hobbies, my favorite food, and favorite language. 4 | 5 | public class Chapter1Project3 6 | { 7 | public static void main (String[] args) 8 | { 9 | System.out.println("Name: Shahein Tajmir"); 10 | System.out.println("Birthday: 8/3/88"); 11 | System.out.println("Hobbies: Math Team, Theatre, Programming, Scholar's Bowl, and Piano"); 12 | System.out.println("Favorite Food: Chelo Kabob-e Kubideh"); 13 | System.out.println("Favorite Language: Persian"); 14 | } 15 | } -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/End of Year Project/BinarySearch.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/End of Year Project/BinarySearch.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/End of Year Project/Book.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/End of Year Project/Book.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/End of Year Project/BookList.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/End of Year Project/BookList.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/End of Year Project/MainDriver.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/End of Year Project/MainDriver.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/End of Year Project/MergeSort.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/End of Year Project/MergeSort.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/End of Year Project/MergeSort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/End of Year Project/MergeSort.java -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/End of Year Project/Mystery.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/End of Year Project/Mystery.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/End of Year Project/Periodical.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/End of Year Project/Periodical.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/End of Year Project/ReadingMaterial.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/End of Year Project/ReadingMaterial.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/End of Year Project/Reference.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/End of Year Project/Reference.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Galaga.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Galaga.doc -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Galaga/Attempt1$gameControlListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Galaga/Attempt1$gameControlListener.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Galaga/Attempt1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Galaga/Attempt1.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Galaga/Attempt2$gameControlListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Galaga/Attempt2$gameControlListener.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Galaga/Attempt2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Galaga/Attempt2.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Galaga/BeeShip.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Galaga/BeeShip.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Galaga/BossShip.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Galaga/BossShip.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Galaga/ButterflyShip.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Galaga/ButterflyShip.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Galaga/EnemyBullet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Galaga/EnemyBullet.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Galaga/Galaga Stuff.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Galaga/Galaga Stuff.psd -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Galaga/Galaga$gameControlListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Galaga/Galaga$gameControlListener.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Galaga/Galaga.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Galaga/Galaga.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Galaga/PlayerBullet.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Galaga/PlayerBullet.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Galaga/PlayerShip.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Galaga/PlayerShip.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Galaga/RGBColor.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Galaga/RGBColor.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Galaga/Sprite.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Galaga/Sprite.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Galaga/StarTest$StarListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Galaga/StarTest$StarListener.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Galaga/StarTest.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Galaga/StarTest.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Galaga/Stars.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Galaga/Stars.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Graphics Fun/Curves$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Graphics Fun/Curves$1.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Graphics Fun/Curves.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Graphics Fun/Curves.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Graphics Fun/Star$LocalMouseListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Graphics Fun/Star$LocalMouseListener.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Graphics Fun/Star$LocalMouseMotionListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Graphics Fun/Star$LocalMouseMotionListener.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Graphics Fun/Star.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Graphics Fun/Star.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Graphics Fun/b1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Graphics Fun/b1.gif -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Graphics Fun/b2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Graphics Fun/b2.gif -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Graphics Fun/enemy1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Graphics Fun/enemy1.gif -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Graphics Fun/enemy2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Graphics Fun/enemy2.gif -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Graphics Fun/ex.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Graphics Fun/ex.gif -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Graphics Fun/java.policy.applet: -------------------------------------------------------------------------------- 1 | /* AUTOMATICALLY GENERATED ON Tue Apr 16 17:20:59 EDT 2002*/ 2 | /* DO NOT EDIT */ 3 | 4 | grant { 5 | permission java.security.AllPermission; 6 | }; 7 | 8 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Graphics Fun/ship.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Graphics Fun/ship.gif -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Graphics Fun/ssg1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Graphics Fun/ssg1.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Graphics Fun/ssg11106529715921.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Graphics Fun/ssg11106530207171.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Java Programs/HelloWorld/HelloWorld.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Java Programs/HelloWorld/HelloWorld.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Java Programs/HelloWorld/HelloWorld.java: -------------------------------------------------------------------------------- 1 | // HelloWorld.java 2 | // This is going to be Shahein's first attempt at getting this going! 3 | // Lord help me! 4 | 5 | public class HelloWorld { 6 | public static void main(String[] args) { 7 | // Display Message 8 | System.out.println("Hello World"); 9 | int public Death = 1000; 10 | Death = 5; 11 | System.out.println(Death); 12 | } 13 | } -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/LeapYear/LeapYear.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/LeapYear/LeapYear.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Lincoln/Lincoln.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Lincoln/Lincoln.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Lincoln/Lincoln.java: -------------------------------------------------------------------------------- 1 | // Lincoln.java 2 | // Created by Shahein Tajmir 3 | // This is my first attempt at a working java program; it will output a quote by Lincoln 4 | 5 | public class Lincoln 6 | { 7 | //Declaration of Main 8 | public static void main (String[] args) 9 | { 10 | System.out.println ("A quote by Abraham Lincoln:"); 11 | System.out.println ("Whatever you are, be a good one."); 12 | } 13 | } -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Logic of a Merge sort.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Logic of a Merge sort.doc -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/3species.dat: -------------------------------------------------------------------------------- 1 | bounded 12 12 2 | Fish 5 5 North 3 | SlowFish 3 3 South 4 | DarterFish 10 10 East 5 | DarterFish 6 8 West 6 | SlowFish 2 10 North 7 | SlowFish 1 1 South 8 | SlowFish 6 5 East 9 | DarterFish 7 4 West 10 | DarterFish 7 5 North 11 | Fish 7 6 South 12 | Fish 8 5 East 13 | DarterFish 0 0 West 14 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/BoundedEnv.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/MBCS/BoundedEnv.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/Ch2Exercise1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/MBCS/Ch2Exercise1.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/Ch2Exercise2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/MBCS/Ch2Exercise2.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/DarterFish.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/MBCS/DarterFish.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/Environment.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/MBCS/Environment.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/Fish.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/MBCS/Fish.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/Fish_Original.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/MBCS/Fish_Original.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/MBSGUI.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/MBCS/MBSGUI.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/SimpleMBSDemo1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/MBCS/SimpleMBSDemo1.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/SimpleMBSDemo2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/MBCS/SimpleMBSDemo2.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/SimpleMBSDemo2_Original.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/MBCS/SimpleMBSDemo2_Original.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/Simulation.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/MBCS/Simulation.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/SlowFish.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/MBCS/SlowFish.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/UnboundedEnv.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/MBCS/UnboundedEnv.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/UnboundedEnvDataFiles/3species.dat: -------------------------------------------------------------------------------- 1 | unbounded 2 | Fish 5 5 North 3 | SlowFish 3 3 South 4 | DarterFish 10 10 East 5 | DarterFish 6 8 West 6 | SlowFish 2 10 North 7 | SlowFish 1 1 South 8 | SlowFish 6 5 East 9 | DarterFish 7 4 West 10 | DarterFish 7 5 North 11 | Fish 7 6 South 12 | Fish 8 5 East 13 | DarterFish 0 0 West 14 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/UnboundedEnvDataFiles/boundaryFish.dat: -------------------------------------------------------------------------------- 1 | unbounded 2 | Fish 0 0 North 3 | Fish 0 1 South 4 | Fish 0 2 East 5 | Fish 0 3 West 6 | Fish 0 4 North 7 | Fish 0 5 South 8 | Fish 0 6 East 9 | Fish 0 7 West 10 | Fish 0 8 North 11 | Fish 0 9 South 12 | Fish 1 0 East 13 | Fish 2 0 West 14 | Fish 3 0 North 15 | Fish 4 0 South 16 | Fish 5 0 East 17 | Fish 6 0 West 18 | Fish 7 0 North 19 | Fish 8 0 South 20 | Fish 9 0 East 21 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/UnboundedEnvDataFiles/darter.dat: -------------------------------------------------------------------------------- 1 | unbounded 2 | DarterFish 5 5 North 3 | DarterFish 3 3 South 4 | DarterFish 10 10 East 5 | DarterFish 6 8 West 6 | DarterFish 2 10 North 7 | DarterFish 1 1 South 8 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/UnboundedEnvDataFiles/darterAndNormalFish.dat: -------------------------------------------------------------------------------- 1 | unbounded 2 | Fish 5 5 North 3 | DarterFish 3 3 South 4 | Fish 10 10 East 5 | DarterFish 6 8 West 6 | DarterFish 2 10 North 7 | DarterFish 1 1 South 8 | DarterFish 4 7 East 9 | Fish 11 0 West 10 | Fish 0 8 North 11 | Fish 5 10 South 12 | DarterFish 9 3 East 13 | DarterFish 10 7 West 14 | Fish 3 1 North 15 | Fish 4 5 South 16 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/UnboundedEnvDataFiles/fish.dat: -------------------------------------------------------------------------------- 1 | unbounded 2 | Fish 5 5 North 3 | Fish 3 3 South 4 | Fish 10 10 East 5 | Fish 6 8 West 6 | Fish 2 10 North 7 | Fish 1 1 South 8 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/UnboundedEnvDataFiles/onefish.dat: -------------------------------------------------------------------------------- 1 | unbounded 2 | Fish 3 2 North 3 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/UnboundedEnvDataFiles/slowAndNormalFish.dat: -------------------------------------------------------------------------------- 1 | unbounded 2 | Fish 5 5 North 3 | SlowFish 3 3 South 4 | Fish 10 10 East 5 | SlowFish 6 8 West 6 | SlowFish 2 10 North 7 | SlowFish 1 1 South 8 | SlowFish 4 7 East 9 | Fish 11 0 West 10 | Fish 0 8 North 11 | Fish 5 10 South 12 | SlowFish 9 3 East 13 | SlowFish 10 7 West 14 | Fish 3 1 North 15 | Fish 4 5 South 16 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/boundaryFish.dat: -------------------------------------------------------------------------------- 1 | bounded 10 10 Fish 0 0 North Fish 0 1 South Fish 0 2 East Fish 0 3 West Fish 0 4 North Fish 0 5 South Fish 0 6 East Fish 0 7 West Fish 0 8 North Fish 0 9 South Fish 1 0 East Fish 2 0 West Fish 3 0 North Fish 4 0 South Fish 5 0 East Fish 6 0 West Fish 7 0 North Fish 8 0 South Fish 9 0 East -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/darter.dat: -------------------------------------------------------------------------------- 1 | bounded 12 12 2 | DarterFish 5 5 North 3 | DarterFish 3 3 South 4 | DarterFish 10 10 East 5 | DarterFish 6 8 West 6 | DarterFish 2 10 North 7 | DarterFish 1 1 South 8 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/darterAndNormalFish.dat: -------------------------------------------------------------------------------- 1 | bounded 12 12 2 | Fish 5 5 North 3 | DarterFish 3 3 South 4 | Fish 10 10 East 5 | DarterFish 6 8 West 6 | DarterFish 2 10 North 7 | DarterFish 1 1 South 8 | DarterFish 4 7 East 9 | Fish 11 0 West 10 | Fish 0 8 North 11 | Fish 5 10 South 12 | DarterFish 9 3 East 13 | DarterFish 10 7 West 14 | Fish 3 1 North 15 | Fish 4 5 South 16 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/fish.dat: -------------------------------------------------------------------------------- 1 | bounded 12 12 2 | Fish 5 5 North 3 | Fish 3 3 South 4 | Fish 10 10 East 5 | Fish 6 8 West 6 | Fish 2 10 North 7 | Fish 1 1 South 8 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/fullEnv.dat: -------------------------------------------------------------------------------- 1 | bounded 3 3 Fish 0 0 North Fish 0 1 South Fish 0 2 East Fish 1 0 West Fish 1 1 North Fish 1 2 South Fish 2 0 East Fish 2 1 West Fish 2 2 North -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/onefish.dat: -------------------------------------------------------------------------------- 1 | bounded 7 5 2 | Fish 3 2 North 3 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/slowAndNormalFish.dat: -------------------------------------------------------------------------------- 1 | bounded 12 12 2 | Fish 5 5 North 3 | SlowFish 3 3 South 4 | Fish 10 10 East 5 | SlowFish 6 8 West 6 | SlowFish 2 10 North 7 | SlowFish 1 1 South 8 | SlowFish 4 7 East 9 | Fish 11 0 West 10 | Fish 0 8 North 11 | Fish 5 10 South 12 | SlowFish 9 3 East 13 | SlowFish 10 7 West 14 | Fish 3 1 North 15 | Fish 4 5 South 16 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/MBCS/test.dat: -------------------------------------------------------------------------------- 1 | bounded 2 | Fish 5 North 3 | Fish 3 3 South 4 | Fish 10 East 5 | Fish 6 8 West 6 | Fish North 7 | Fish 1 1 South -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Mergesort.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Mergesort.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/PalindromeTester/PalindromeTester.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/PalindromeTester/PalindromeTester.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Rick/Conrec.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Rick/Conrec.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Rick/Main$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Rick/Main$1.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Rick/Main.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Rick/Main.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Rick/MyClass.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Rick/MyClass.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Rick/Render.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Rick/Render.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Semester Exam/BinarySearch.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Semester Exam/BinarySearch.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Semester Exam/Book.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Semester Exam/Book.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Semester Exam/MergeSort.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Semester Exam/MergeSort.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Semester Exam/MergeSort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Semester Exam/MergeSort.java -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Semester Exam/ShaheinPointOfSaleTerminal.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Semester Exam/ShaheinPointOfSaleTerminal.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Semester Exam/ShaheinPointOfSaleTerminal.java: -------------------------------------------------------------------------------- 1 | // ShaheinPointOfSaleTerminal.java 2 | // Created by Shahein Tajmir 3 | // May 15, 2005 4 | // This is simply the client class that calls a Terminal3 Object, and says hey, 5 | // we need a terminal here! 6 | 7 | public class ShaheinPointOfSaleTerminal 8 | { 9 | 10 | public static void main(String[] args) 11 | { 12 | Terminal lookImDone = new Terminal(); 13 | } 14 | } -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Semester Exam/Terminal.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Semester Exam/Terminal.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Semester Exam/Terminal3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/Semester Exam/Terminal3.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/Semester Exam/inventory.dat: -------------------------------------------------------------------------------- 1 | Niehahs Rimjat;The Meaning of Life in 10 Volumes;Self-Help;Hardcover;1001001001;50;3;19.95;50.68 2 | Jalulaldin-e Rumi;The Robaiiyaat;Poetry;Paperback;2002002002;50;3;5.94;9.99 -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/StringManipulations/StringManipulations.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/StringManipulations/StringManipulations.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/StudentData/Address.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/StudentData/Address.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/StudentData/Student.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/StudentData/Student.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/StudentData/StudentBody.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/StudentData/StudentBody.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/VowelCounter/VowelCounter.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/VowelCounter/VowelCounter.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/VowelCounter/keyboard.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/VowelCounter/keyboard.zip -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/galaga.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/galaga.png -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/galaga2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/galaga2.png -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/khaab.ram: -------------------------------------------------------------------------------- 1 | rtsp://server40.gpg.com/iranian/maroufikhaab.ra -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/star.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/star.zip -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/star/program/Star$LocalMouseListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/star/program/Star$LocalMouseListener.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/star/program/Star$LocalMouseMotionListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/star/program/Star$LocalMouseMotionListener.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/star/program/Star.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/star/program/Star.class -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/star/program/b1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/star/program/b1.gif -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/star/program/b2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/star/program/b2.gif -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/star/program/enemy1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/star/program/enemy1.gif -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/star/program/enemy2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/star/program/enemy2.gif -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/star/program/ex.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/star/program/ex.gif -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/star/program/game.html: -------------------------------------------------------------------------------- 1 | 2 | The Star Game Instructions 3 | 4 |
5 | Instructions for the Star Game 6 |
7 |
8 |
9 | Use Mouse to move the SpaceShip 10 |
11 | Use SHIFT to move the SpaceShip with more freedom 12 |
13 | Use ALT to change weapon 14 |
15 | Move mouse in front of SpaceShip to increase speed 16 |
17 |
18 |
19 | The Star Game 20 |
21 | 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/star/program/readme.txt: -------------------------------------------------------------------------------- 1 | The Star Game (With Source) 2 | (C) Peter Noyes 1999 3 | 4 | This program and the source code may be used as a resource 5 | for game programming. Parts of the program may be used in other 6 | programs however, the program as a whole may not be distributed. 7 | This package may be used on the condition that the 15$ 8 | registration fee be payed. 9 | 10 | -- Note 11 | before the game can be used on the web or on a local computer the 12 | line containg (codebase = "file:/d:/program") must be changed 13 | to which ever directory the program will be run from. This can be 14 | in the form of http://..... 15 | 16 | Good Luck game programming! 17 | 18 | -Peter Noyes 19 | 20 | 21 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/star/program/ship.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/star/program/ship.gif -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/star/program/star - good.htm: -------------------------------------------------------------------------------- 1 | 2 | The Star Game 3 | 4 |
5 | 13 |
14 | 15 | (c) Peter Noyes, 1999 16 |
17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/star/program/star.html: -------------------------------------------------------------------------------- 1 | 2 | The Star Game 3 | 4 |
5 | 13 |
14 | 15 | (c) Peter Noyes, 1999 16 |
17 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/star/program/template/myProgram.html: -------------------------------------------------------------------------------- 1 | 2 | myProgram 3 | 4 |
5 | 13 |
14 | 15 |
16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/z temp/MergeSort.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/04 AP CS Projects/z temp/MergeSort.java -------------------------------------------------------------------------------- /Module 17/04 AP CS Projects/z temp/ShaheinPointOfSaleTerminal.java: -------------------------------------------------------------------------------- 1 | // ShaheinPointOfSaleTerminal.java 2 | // Created by Shahein Tajmir 3 | // May 15, 2005 4 | // 5 | 6 | public class ShaheinPointOfSaleTerminal 7 | { 8 | 9 | public static void main(String[] args) 10 | { 11 | Terminal lookImDone = new Terminal(); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /Module 17/17.2/Movie2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.2/Movie2.class -------------------------------------------------------------------------------- /Module 17/17.2/Movie2.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Movie Interface 3 | * 4 | * @author Bijan Tajmir 5 | * 6 | */ 7 | public class Movie2 8 | { 9 | private String title; 10 | private int year; 11 | private String studio; 12 | public Movie2(String title, int year, String studio) 13 | { 14 | this.title = title; 15 | this.year = year; 16 | this.studio = studio; 17 | } 18 | public String toString() 19 | { 20 | String string = title + ", " + year + ", " + studio; 21 | return string; 22 | } 23 | public String getTitle() 24 | { 25 | return title; 26 | } 27 | public int getYear() 28 | { 29 | return year; 30 | } 31 | public String getStudio() 32 | { 33 | return studio; 34 | } 35 | } -------------------------------------------------------------------------------- /Module 17/17.2/Screen Shot 2015-05-18 at 10.53.52 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.2/Screen Shot 2015-05-18 at 10.53.52 AM.png -------------------------------------------------------------------------------- /Module 17/17.2/Screen Shot 2015-05-18 at 10.53.59 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.2/Screen Shot 2015-05-18 at 10.53.59 AM.png -------------------------------------------------------------------------------- /Module 17/17.2/TestMovie2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.2/TestMovie2.class -------------------------------------------------------------------------------- /Module 17/17.3/Movie3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.3/Movie3.class -------------------------------------------------------------------------------- /Module 17/17.3/Screen Shot 2015-05-18 at 11.11.18 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.3/Screen Shot 2015-05-18 at 11.11.18 AM.png -------------------------------------------------------------------------------- /Module 17/17.3/Screen Shot 2015-05-18 at 11.11.21 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.3/Screen Shot 2015-05-18 at 11.11.21 AM.png -------------------------------------------------------------------------------- /Module 17/17.3/TestMovie3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.3/TestMovie3.class -------------------------------------------------------------------------------- /Module 17/17.4/Movie4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.4/Movie4.class -------------------------------------------------------------------------------- /Module 17/17.4/Screen Shot 2015-05-18 at 11.15.45 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.4/Screen Shot 2015-05-18 at 11.15.45 AM.png -------------------------------------------------------------------------------- /Module 17/17.4/Screen Shot 2015-05-18 at 11.15.48 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.4/Screen Shot 2015-05-18 at 11.15.48 AM.png -------------------------------------------------------------------------------- /Module 17/17.4/TestMovie4.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.4/TestMovie4.class -------------------------------------------------------------------------------- /Module 17/17.5/Item.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.5/Item.class -------------------------------------------------------------------------------- /Module 17/17.5/Screen Shot 2015-05-18 at 12.50.45 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.5/Screen Shot 2015-05-18 at 12.50.45 PM.png -------------------------------------------------------------------------------- /Module 17/17.5/Screen Shot 2015-05-18 at 12.50.50 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.5/Screen Shot 2015-05-18 at 12.50.50 PM.png -------------------------------------------------------------------------------- /Module 17/17.5/TestItem.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.5/TestItem.class -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/Board.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/Board.class -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/Card.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/Card.class -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/CardGameGUI$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/CardGameGUI$1.class -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/CardGameGUI$2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/CardGameGUI$2.class -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/CardGameGUI$MyMouseListener.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/CardGameGUI$MyMouseListener.class -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/CardGameGUI.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/CardGameGUI.class -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/CardTester.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/CardTester.class -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/CardTester.ctxt: -------------------------------------------------------------------------------- 1 | #BlueJ class context 2 | comment0.params=args 3 | comment0.target=void\ main(java.lang.String[]) 4 | comment0.text=\r\n\ The\ main\ method\ in\ this\ class\ checks\ the\ Card\ operations\ for\ consistency.\r\n\t@param\ args\ is\ not\ used.\r\n 5 | numComments=1 6 | -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/Deck.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/Deck.class -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/DeckTester.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/DeckTester.class -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/DeckTester.ctxt: -------------------------------------------------------------------------------- 1 | #BlueJ class context 2 | comment0.params=args 3 | comment0.target=void\ main(java.lang.String[]) 4 | comment0.text=\r\n\ The\ main\ method\ in\ this\ class\ checks\ the\ Deck\ operations\ for\ consistency.\r\n\t@param\ args\ is\ not\ used.\r\n 5 | numComments=1 6 | -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/Elevens.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/Elevens.jar -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/ElevensBoard.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/ElevensBoard.class -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/ElevensGUIRunner.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/ElevensGUIRunner.class -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/ElevensGUIRunner.ctxt: -------------------------------------------------------------------------------- 1 | #BlueJ class context 2 | comment0.params=args 3 | comment0.target=void\ main(java.lang.String[]) 4 | comment0.text=\r\n\ Plays\ the\ GUI\ version\ of\ Elevens.\r\n\ @param\ args\ is\ not\ used.\r\n 5 | numComments=1 6 | -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/ElevensGUIRunner.java: -------------------------------------------------------------------------------- 1 | /** 2 | * This is a class that plays the GUI version of the Elevens game. 3 | * See accompanying documents for a description of how Elevens is played. 4 | */ 5 | public class ElevensGUIRunner { 6 | 7 | /** 8 | * Plays the GUI version of Elevens. 9 | * @param args is not used. 10 | */ 11 | public static void main(String[] args) { 12 | Board board = new ElevensBoard(); 13 | CardGameGUI gui = new CardGameGUI(board); 14 | gui.displayGame(); 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/README.TXT: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------------------------ 2 | This is the project README file. Here, you should describe your project. 3 | Tell the reader (someone who does not know anything about this project) 4 | all he/she needs to know. The comments should usually include at least: 5 | ------------------------------------------------------------------------ 6 | 7 | PROJECT TITLE: 8 | PURPOSE OF PROJECT: 9 | VERSION or DATE: 10 | HOW TO START THIS PROJECT: 11 | AUTHORS: 12 | USER INSTRUCTIONS: 13 | -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/Shuffler.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/Shuffler.class -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards.zip -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/10clubs.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/10clubs.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/10clubsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/10clubsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/10diamonds.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/10diamonds.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/10diamondsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/10diamondsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/10hearts.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/10hearts.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/10heartsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/10heartsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/10spades.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/10spades.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/10spadesS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/10spadesS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/2clubsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/2clubsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/2diamonds.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/2diamonds.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/2diamondsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/2diamondsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/2hearts.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/2hearts.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/2heartsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/2heartsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/2spades.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/2spades.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/2spadesS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/2spadesS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/3clubs.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/3clubs.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/3clubsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/3clubsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/3diamonds.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/3diamonds.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/3diamondsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/3diamondsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/3hearts.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/3hearts.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/3heartsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/3heartsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/3spades.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/3spades.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/3spadesS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/3spadesS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/4clubs.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/4clubs.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/4clubsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/4clubsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/4diamonds.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/4diamonds.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/4diamondsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/4diamondsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/4hearts.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/4hearts.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/4heartsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/4heartsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/4spades.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/4spades.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/4spadesS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/4spadesS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/5clubs.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/5clubs.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/5clubsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/5clubsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/5diamonds.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/5diamonds.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/5diamondsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/5diamondsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/5hearts.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/5hearts.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/5heartsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/5heartsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/5spades.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/5spades.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/5spadesS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/5spadesS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/6clubs.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/6clubs.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/6clubsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/6clubsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/6diamonds.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/6diamonds.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/6diamondsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/6diamondsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/6hearts.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/6hearts.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/6heartsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/6heartsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/6spades.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/6spades.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/6spadesS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/6spadesS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/7clubs.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/7clubs.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/7clubsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/7clubsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/7diamonds.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/7diamonds.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/7diamondsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/7diamondsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/7hearts.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/7hearts.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/7heartsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/7heartsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/7spadesS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/7spadesS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/8clubs.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/8clubs.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/8clubsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/8clubsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/8diamonds.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/8diamonds.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/8diamondsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/8diamondsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/8hearts.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/8hearts.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/8heartsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/8heartsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/8spades.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/8spades.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/8spadesS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/8spadesS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/9clubs.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/9clubs.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/9clubsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/9clubsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/9diamonds.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/9diamonds.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/9diamondsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/9diamondsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/9hearts.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/9hearts.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/9heartsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/9heartsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/9spades.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/9spades.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/9spadesS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/9spadesS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/JO.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/JO.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/JOS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/JOS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/aceclubs.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/aceclubs.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/aceclubsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/aceclubsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/acediamonds.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/acediamonds.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/acediamondsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/acediamondsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/acehearts.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/acehearts.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/aceheartsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/aceheartsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/acespades.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/acespades.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/acespadesS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/acespadesS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/back1.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/back1.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/jackclubs.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/jackclubs.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/jackclubsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/jackclubsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/jackdiamonds.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/jackdiamonds.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/jackdiamondsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/jackdiamondsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/jackhearts.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/jackhearts.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/jackheartsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/jackheartsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/jackspades.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/jackspades.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/jackspadesS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/jackspadesS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/kingclubs.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/kingclubs.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/kingclubsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/kingclubsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/kingdiamonds.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/kingdiamonds.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/kingdiamondsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/kingdiamondsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/kinghearts.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/kinghearts.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/kingheartsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/kingheartsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/kingspades.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/kingspades.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/kingspadesS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/kingspadesS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/queenclubs.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/queenclubs.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/queenclubsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/queenclubsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/queendiamonds.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/queendiamonds.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/queendiamondsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/queendiamondsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/queenhearts.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/queenhearts.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/queenheartsS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/queenheartsS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/queenspades.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/queenspades.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/cards/queenspadesS.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 17/17.6/17.06 Elevens/cards/queenspadesS.GIF -------------------------------------------------------------------------------- /Module 17/17.6/17.06 Elevens/questions.txt: -------------------------------------------------------------------------------- 1 | 1. A deck is a group of cards, cards are the individuals. 2 | 3 | 2. 6? 4 | 5 | 3. String[] suits = {"Hearts","Diamonds","Spades","Clubs"}; 6 | int[] values= {1,2,3,4,5,6,7,8,9,10,11,12,13}; 7 | String[] ranks = {"Ace","2","3","4","5","6","7","8","9","10","Jack","Queen","King"}; 8 | 9 | 4. No. 10 | 11 | Activity 3 Questions 12 | 13 | 3. The selection shuffle is random therefore it cannot be accurately forecasted when an array like 1,2,3,4 will be shuffled to 4,3,2,1. 14 | 15 | 16 | -------------------------------------------------------------------------------- /Module 18/18.1/Music.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 18/18.1/Music.class -------------------------------------------------------------------------------- /Module 18/18.1/TestMusic.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 18/18.1/TestMusic.class -------------------------------------------------------------------------------- /Module 18/18.2/Music2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 18/18.2/Music2.class -------------------------------------------------------------------------------- /Module 18/18.2/TestMusic2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 18/18.2/TestMusic2.class -------------------------------------------------------------------------------- /Module 18/18.3/Contact.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 18/18.3/Contact.class -------------------------------------------------------------------------------- /Module 18/18.3/TestContact.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 18/18.3/TestContact.class -------------------------------------------------------------------------------- /Module 18/18.5/questions.txt: -------------------------------------------------------------------------------- 1 | 1. A deck is a group of cards, cards are the individuals. 2 | 3 | 2. 6? 4 | 5 | 3. String[] suits = {"Hearts","Diamonds","Spades","Clubs"}; 6 | int[] values= {1,2,3,4,5,6,7,8,9,10,11,12,13}; 7 | String[] ranks = {"Ace","2","3","4","5","6","7","8","9","10","Jack","Queen","King"}; 8 | 9 | 4. No. 10 | 11 | Activity 3 Questions 12 | 13 | 3. The selection shuffle is random therefore it cannot be accurately forecasted when an array like 1,2,3,4 will be shuffled to 4,3,2,1. 14 | 15 | 16 | -------------------------------------------------------------------------------- /Module 19/19.1/StudentData.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 19/19.1/StudentData.class -------------------------------------------------------------------------------- /Module 19/19.1/TestProgStudentData.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 19/19.1/TestProgStudentData.class -------------------------------------------------------------------------------- /Module 19/19.1/TestProgStudentData.java: -------------------------------------------------------------------------------- 1 | /** 2 | * run the program 3 | * 4 | * author Bijan Tajmir 5 | * 6 | */ 7 | public class TestProgStudentData 8 | { 9 | public static void main(String[] args) 10 | { 11 | double[] scores1 = {89.00, 78.00, 95.00, 63.00, 94.00}; 12 | StudentData john = new StudentData("John","Doe",scores1); 13 | System.out.println(john.toString(scores1)); 14 | double[] scores2 = {88.00, 90.00, 100.00, 88.00, 90.00, 100.00}; 15 | StudentData lindsay = new StudentData("Lindsay","Green",scores2); 16 | System.out.println(lindsay.toString(scores2)); 17 | } 18 | } 19 | -------------------------------------------------------------------------------- /Module 19/19.2/CandyMachine.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 19/19.2/CandyMachine.class -------------------------------------------------------------------------------- /Module 19/19.2/CashRegister.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 19/19.2/CashRegister.class -------------------------------------------------------------------------------- /Module 19/19.2/Dispenser.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 19/19.2/Dispenser.class -------------------------------------------------------------------------------- /Module 2/2.05 Units of Measurement/MeasurementConverterV1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 2/2.05 Units of Measurement/MeasurementConverterV1.class -------------------------------------------------------------------------------- /Module 2/2.05 Units of Measurement/MeasurementConverterV1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 2/2.05 Units of Measurement/MeasurementConverterV1.java -------------------------------------------------------------------------------- /Module 2/2.07/AdmissionV1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 2/2.07/AdmissionV1.java -------------------------------------------------------------------------------- /Module 2/2.07/GradesV2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 2/2.07/GradesV2.class -------------------------------------------------------------------------------- /Module 2/2.07/GradesV2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 2/2.07/GradesV2.java -------------------------------------------------------------------------------- /Module 2/2.08/CurrencyConversionV1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 2/2.08/CurrencyConversionV1.class -------------------------------------------------------------------------------- /Module 2/2.08/CurrencyConversionV1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 2/2.08/CurrencyConversionV1.java -------------------------------------------------------------------------------- /Module 2/Arithmetic Expressions 2.02/CalculationsV1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 2/Arithmetic Expressions 2.02/CalculationsV1.class -------------------------------------------------------------------------------- /Module 2/Arithmetic Expressions 2.02/CalculationsV1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 2/Arithmetic Expressions 2.02/CalculationsV1.java -------------------------------------------------------------------------------- /Module 2/Arithmetic Expressions 2.02/CalculationsV2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 2/Arithmetic Expressions 2.02/CalculationsV2.class -------------------------------------------------------------------------------- /Module 2/Arithmetic Expressions 2.02/CalculationsV2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 2/Arithmetic Expressions 2.02/CalculationsV2.java -------------------------------------------------------------------------------- /Module 2/Arithmetic Expressions 2.02/CalculationsVx.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 2/Arithmetic Expressions 2.02/CalculationsVx.java -------------------------------------------------------------------------------- /Module 2/Arithmetic Expressions 2.03/CalculationsV3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 2/Arithmetic Expressions 2.03/CalculationsV3.class -------------------------------------------------------------------------------- /Module 2/Arithmetic Expressions 2.03/CalculationsV3.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 2/Arithmetic Expressions 2.03/CalculationsV3.java -------------------------------------------------------------------------------- /Module 2/Arithmetic Expressions 2.03/CalculationsV5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 2/Arithmetic Expressions 2.03/CalculationsV5.class -------------------------------------------------------------------------------- /Module 2/Arithmetic Expressions 2.03/CalculationsV5.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 2/Arithmetic Expressions 2.03/CalculationsV5.java -------------------------------------------------------------------------------- /Module 2/Arithmetic Expressions 2.05/GradesV1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 2/Arithmetic Expressions 2.05/GradesV1.java -------------------------------------------------------------------------------- /Module 3/3.01/Pseudocode Recipe.java: -------------------------------------------------------------------------------- 1 | acquire a teapot with a mesh tea infuser, 2 | this prevents tea-leaves from entering the cup 3 | place one and a half tablespoons of tea into the infuser, 4 | then add a pinch of rose petals, 5 | add boiling water and let sit 5-10 minutes, 6 | then, pour and enjoy -------------------------------------------------------------------------------- /Module 3/3.01/Pseudocode Recipe.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf190 2 | {\fonttbl\f0\fswiss\fcharset0 Helvetica;} 3 | {\colortbl;\red255\green255\blue255;} 4 | \margl1440\margr1440\vieww10800\viewh8400\viewkind0 5 | \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural 6 | 7 | \f0\fs24 \cf0 acquire a teapot with a mesh tea infuser,\ 8 | this prevents tea-leaves from entering the cup\ 9 | place one and a half tablespoons of tea into the infuser,\ 10 | then add a pinch of rose petals,\ 11 | add boiling water and let sit 5-10 minutes,\ 12 | then, pour and enjoy} -------------------------------------------------------------------------------- /Module 3/3.01/Pseudocode-Tea Recipe: -------------------------------------------------------------------------------- 1 | acquire a teapot with a mesh tea infuser, 2 | this prevents tea-leaves from entering the cup 3 | place one and a half tablespoons of tea into the infuser, 4 | then add a pinch of rose petals, 5 | add boiling water and let sit 5-10 minutes, 6 | then, pour and enjoy -------------------------------------------------------------------------------- /Module 3/3.02 ASCII Examples/ShowASCII.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.02 ASCII Examples/ShowASCII.class -------------------------------------------------------------------------------- /Module 3/3.02 ASCII Examples/ShowASCII.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.02 ASCII Examples/ShowASCII.java -------------------------------------------------------------------------------- /Module 3/3.03 ASCII Art/ASCIIArt.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.03 ASCII Art/ASCIIArt.class -------------------------------------------------------------------------------- /Module 3/3.03 Song Lyrics/songlyrics.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.03 Song Lyrics/songlyrics.class -------------------------------------------------------------------------------- /Module 3/3.04 Escape Sequences/ArtWork.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.04 Escape Sequences/ArtWork.class -------------------------------------------------------------------------------- /Module 3/3.04 Escape Sequences/EscapeCharacters.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.04 Escape Sequences/EscapeCharacters.class -------------------------------------------------------------------------------- /Module 3/3.04 Escape Sequences/EscapeCharacters.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.04 Escape Sequences/EscapeCharacters.java -------------------------------------------------------------------------------- /Module 3/3.04 Escape Sequences/Picture.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.04 Escape Sequences/Picture.class -------------------------------------------------------------------------------- /Module 3/3.04 Escape Sequences/Picture.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.04 Escape Sequences/Picture.java -------------------------------------------------------------------------------- /Module 3/3.04 Escape Sequences/Surprise_v1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.04 Escape Sequences/Surprise_v1.class -------------------------------------------------------------------------------- /Module 3/3.06 Strings/TextMessageV1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.06 Strings/TextMessageV1.class -------------------------------------------------------------------------------- /Module 3/3.06 Strings/TextMessageV1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.06 Strings/TextMessageV1.java -------------------------------------------------------------------------------- /Module 3/3.07 Scanner Class Methods/Crash Samples/KeyboardInput_v1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.07 Scanner Class Methods/Crash Samples/KeyboardInput_v1.class -------------------------------------------------------------------------------- /Module 3/3.07 Scanner Class Methods/Crash Samples/KeyboardInput_v1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.07 Scanner Class Methods/Crash Samples/KeyboardInput_v1.java -------------------------------------------------------------------------------- /Module 3/3.07 Scanner Class Methods/Crash Samples/KeyboardInput_v2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.07 Scanner Class Methods/Crash Samples/KeyboardInput_v2.java -------------------------------------------------------------------------------- /Module 3/3.07 Scanner Class Methods/Crash Samples/KeyboardInput_v3.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.07 Scanner Class Methods/Crash Samples/KeyboardInput_v3.java -------------------------------------------------------------------------------- /Module 3/3.07 Scanner Class Methods/Crash Samples/KeyboardInput_v4.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.07 Scanner Class Methods/Crash Samples/KeyboardInput_v4.java -------------------------------------------------------------------------------- /Module 3/3.07 Scanner Class Methods/Crash Samples/KeyboardInput_v5.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.07 Scanner Class Methods/Crash Samples/KeyboardInput_v5.java -------------------------------------------------------------------------------- /Module 3/3.07 Scanner Class Methods/CurrencyConversionV2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.07 Scanner Class Methods/CurrencyConversionV2.class -------------------------------------------------------------------------------- /Module 3/3.07 Scanner Class Methods/CurrencyConversionV2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.07 Scanner Class Methods/CurrencyConversionV2.java -------------------------------------------------------------------------------- /Module 3/3.07 Scanner Class Methods/Notes/03_07_VirtualLectureNotesPart1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.07 Scanner Class Methods/Notes/03_07_VirtualLectureNotesPart1.pdf -------------------------------------------------------------------------------- /Module 3/3.07 Scanner Class Methods/Notes/3_07_VirtualLectureNotesPart2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.07 Scanner Class Methods/Notes/3_07_VirtualLectureNotesPart2.pdf -------------------------------------------------------------------------------- /Module 3/3.07 Scanner Class Methods/TextMessageV2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.07 Scanner Class Methods/TextMessageV2.class -------------------------------------------------------------------------------- /Module 3/3.07 Scanner Class Methods/TextMessageV2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.07 Scanner Class Methods/TextMessageV2.java -------------------------------------------------------------------------------- /Module 3/3.08 Parsing/AgeCalculatorV1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.08 Parsing/AgeCalculatorV1.java -------------------------------------------------------------------------------- /Module 3/3.08 Parsing/AgeCalculatorV2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.08 Parsing/AgeCalculatorV2.class -------------------------------------------------------------------------------- /Module 3/3.08 Parsing/AgeCalculatorV2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.08 Parsing/AgeCalculatorV2.java -------------------------------------------------------------------------------- /Module 3/3.08 Parsing/ParsePractice.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.08 Parsing/ParsePractice.class -------------------------------------------------------------------------------- /Module 3/3.08 Parsing/ParsePractice.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.08 Parsing/ParsePractice.java -------------------------------------------------------------------------------- /Module 3/3.09 Media Center Fines/Fines.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.09 Media Center Fines/Fines.class -------------------------------------------------------------------------------- /Module 3/3.09 Media Center Fines/Fines.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.09 Media Center Fines/Fines.java -------------------------------------------------------------------------------- /Module 3/3.10 Discussion Based Assignment.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/3.10 Discussion Based Assignment.docx -------------------------------------------------------------------------------- /Module 3/ACCESS Module 3 Study Guide.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 3/ACCESS Module 3 Study Guide.docx -------------------------------------------------------------------------------- /Module 4/4.02/Desk Check Information/4.02_GPAv1DeskCheck.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.02/Desk Check Information/4.02_GPAv1DeskCheck.pdf -------------------------------------------------------------------------------- /Module 4/4.02/GPAV1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.02/GPAV1.class -------------------------------------------------------------------------------- /Module 4/4.02/GPAV1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.02/GPAV1.java -------------------------------------------------------------------------------- /Module 4/4.03/AdmissionFeeV1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.03/AdmissionFeeV1.class -------------------------------------------------------------------------------- /Module 4/4.03/AdmissionFeeV1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.03/AdmissionFeeV1.java -------------------------------------------------------------------------------- /Module 4/4.03/SalaryV1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.03/SalaryV1.class -------------------------------------------------------------------------------- /Module 4/4.03/SalaryV1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.03/SalaryV1.java -------------------------------------------------------------------------------- /Module 4/4.03/TargetZone.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.03/TargetZone.class -------------------------------------------------------------------------------- /Module 4/4.04/AdmissionFeeV2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.04/AdmissionFeeV2.class -------------------------------------------------------------------------------- /Module 4/4.04/AdmissionFeeV2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.04/AdmissionFeeV2.java -------------------------------------------------------------------------------- /Module 4/4.04/BMR.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.04/BMR.class -------------------------------------------------------------------------------- /Module 4/4.04/SalaryV2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.04/SalaryV2.java -------------------------------------------------------------------------------- /Module 4/4.04/SingleCharacterInput.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.04/SingleCharacterInput.class -------------------------------------------------------------------------------- /Module 4/4.04/SingleCharacterInput.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.04/SingleCharacterInput.java -------------------------------------------------------------------------------- /Module 4/4.05/BMI.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.05/BMI.class -------------------------------------------------------------------------------- /Module 4/4.05/GradesV3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.05/GradesV3.class -------------------------------------------------------------------------------- /Module 4/4.05/GradesV3.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.05/GradesV3.java -------------------------------------------------------------------------------- /Module 4/4.06/BS.java: -------------------------------------------------------------------------------- 1 | /** 2 | * This program provides the user a working menu with choices. 3 | * 4 | * @author Bijan Tajmir 5 | * @version 10/19/2014 6 | */ 7 | import java.util.Scanner; 8 | 9 | public class WellnessMenu 10 | { 11 | public static void main(String [] args) 12 | { 13 | String str= "Computer Science"; 14 | str.indexOf("sci"); -------------------------------------------------------------------------------- /Module 4/4.06/MathMenu.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.06/MathMenu.class -------------------------------------------------------------------------------- /Module 4/4.06/MathMenu.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.06/MathMenu.java -------------------------------------------------------------------------------- /Module 4/4.06/Notes/4.06_VirtualLectureNotes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.06/Notes/4.06_VirtualLectureNotes.pdf -------------------------------------------------------------------------------- /Module 4/4.06/WellnessMenu.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.06/WellnessMenu.class -------------------------------------------------------------------------------- /Module 4/4.07/Notes/4.07_VirtualLectureNotes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.07/Notes/4.07_VirtualLectureNotes.pdf -------------------------------------------------------------------------------- /Module 4/4.07/TDEE.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 4/4.07/TDEE.class -------------------------------------------------------------------------------- /Module 5/5.01/5.01 Coin Flip Worksheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 5/5.01/5.01 Coin Flip Worksheet.pdf -------------------------------------------------------------------------------- /Module 5/5.01/5.01 MaleToFemalePopulationRatiosWorksheet.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 5/5.01/5.01 MaleToFemalePopulationRatiosWorksheet.doc -------------------------------------------------------------------------------- /Module 5/5.01/HeadsOrTails_v1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 5/5.01/HeadsOrTails_v1.class -------------------------------------------------------------------------------- /Module 5/5.01/PopulationRatio.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 5/5.01/PopulationRatio.class -------------------------------------------------------------------------------- /Module 5/5.02/GuessingGameV1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 5/5.02/GuessingGameV1.class -------------------------------------------------------------------------------- /Module 5/5.02/GuessingGameV2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 5/5.02/GuessingGameV2.class -------------------------------------------------------------------------------- /Module 5/5.03/Family.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 5/5.03/Family.class -------------------------------------------------------------------------------- /Module 5/5.04/Lottery.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 5/5.04/Lottery.class -------------------------------------------------------------------------------- /Module 5/5.05/DiceProbability.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 5/5.05/DiceProbability.class -------------------------------------------------------------------------------- /Module 5/5.06/5.06_DeskCheckMysteryPrintWrite.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 5/5.06/5.06_DeskCheckMysteryPrintWrite.pdf -------------------------------------------------------------------------------- /Module 5/5.06/BottleCapPrize.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 5/5.06/BottleCapPrize.class -------------------------------------------------------------------------------- /Module 5/5.06/trials.txt: -------------------------------------------------------------------------------- 1 | The number of bottles opened was: 234 2 | The number of winning bottle caps found was: 56 3 | The average number of bottles that need to be opened to win is: 4 4 | -------------------------------------------------------------------------------- /Module 5/5.07/Bijan Tajmir Password Questions.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 5/5.07/Bijan Tajmir Password Questions.docx -------------------------------------------------------------------------------- /Module 5/5.07/Passwords.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 5/5.07/Passwords.class -------------------------------------------------------------------------------- /Module 6/06.04_AssignmentInstructions_a.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 6/06.04_AssignmentInstructions_a.pdf -------------------------------------------------------------------------------- /Module 6/6.03/AnnualClimate2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 6/6.03/AnnualClimate2.class -------------------------------------------------------------------------------- /Module 6/6.04/Shell/Hurricanes1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 6/6.04/Shell/Hurricanes1.class -------------------------------------------------------------------------------- /Module 6/6.04/Shell/Hurricanes1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 6/6.04/Shell/Hurricanes1.zip -------------------------------------------------------------------------------- /Module 6/6.04/Shell/Hurricanes2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 6/6.04/Shell/Hurricanes2.class -------------------------------------------------------------------------------- /Module 7/7.02/MeasurementConverterV2.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 7/7.02/MeasurementConverterV2.class -------------------------------------------------------------------------------- /Module 7/7.02/Screen Shot 2014-12-16 at 10.34.39 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 7/7.02/Screen Shot 2014-12-16 at 10.34.39 AM.png -------------------------------------------------------------------------------- /Module 7/7.03/GravityV1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 7/7.03/GravityV1.class -------------------------------------------------------------------------------- /Module 7/7.03/WeightOnPlanetsV1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 7/7.03/WeightOnPlanetsV1.class -------------------------------------------------------------------------------- /Module 7/7.03/WeightOnPlanetsV1.ctxt.rtf: -------------------------------------------------------------------------------- 1 | {\rtf1\ansi\ansicpg1252\cocoartf1343\cocoasubrtf140 2 | {\fonttbl\f0\fswiss\fcharset0 Helvetica;} 3 | {\colortbl;\red255\green255\blue255;} 4 | \margl1440\margr1440\vieww10800\viewh8400\viewkind0 5 | \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural 6 | 7 | \f0\fs24 \cf0 comment0.params=\ 8 | comment0.target=double[]\\ gravity()\ 9 | comment1.params=gravities\\ weight\ 10 | comment1.target=double[]\\ pounds(double[],\\ double[])\ 11 | comment2.params=gravities\\ weight\\ planetNames\ 12 | comment2.target=void\\ print(double[],\\ double[],\\ java.lang.String[])\ 13 | comment3.params=\ 14 | comment3.target=void\\ main()\ 15 | numComments=4} -------------------------------------------------------------------------------- /Module 7/7.03/gravity1.txt: -------------------------------------------------------------------------------- 1 | 3.697090835796829 2 | 8.867403571336077 3 | 9.791656635021804 4 | 3.71191718887529 5 | 24.795024484547657 6 | 10.430391515671054 7 | 8.865595634903759 8 | 11.143223286590118 9 | 0.655252407816091 10 | -------------------------------------------------------------------------------- /Module 7/7.05 Discussion.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 7/7.05 Discussion.docx -------------------------------------------------------------------------------- /Module 7/Darts.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 7/Darts.class -------------------------------------------------------------------------------- /Module 7/Javas Math Class/PointsOnACircleV1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 7/Javas Math Class/PointsOnACircleV1.class -------------------------------------------------------------------------------- /Module 7/Javas Math Class/Screen Shot 2014-12-16 at 10.21.19 AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 7/Javas Math Class/Screen Shot 2014-12-16 at 10.21.19 AM.png -------------------------------------------------------------------------------- /Module 8/8.01/Instances of a Class.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/8.01/Instances of a Class.docx -------------------------------------------------------------------------------- /Module 8/8.02/CLASS DIAGRAM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/8.02/CLASS DIAGRAM.png -------------------------------------------------------------------------------- /Module 8/8.02/CarV3$Car.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/8.02/CarV3$Car.class -------------------------------------------------------------------------------- /Module 8/8.02/CarV3.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/8.02/CarV3.class -------------------------------------------------------------------------------- /Module 8/8.03/CarV5$Car.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/8.03/CarV5$Car.class -------------------------------------------------------------------------------- /Module 8/8.03/CarV5.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/8.03/CarV5.class -------------------------------------------------------------------------------- /Module 8/8.04/CarV7$Car.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/8.04/CarV7$Car.class -------------------------------------------------------------------------------- /Module 8/8.04/CarV7.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/8.04/CarV7.class -------------------------------------------------------------------------------- /Module 8/8.04/CarV7Tester.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/8.04/CarV7Tester.class -------------------------------------------------------------------------------- /Module 8/8.05/AnnualFuelUse.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/8.05/AnnualFuelUse.class -------------------------------------------------------------------------------- /Module 8/8.05/AnnualFuelUseTester.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/8.05/AnnualFuelUseTester.class -------------------------------------------------------------------------------- /Module 8/8.06/CO2FootprintV1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/8.06/CO2FootprintV1.class -------------------------------------------------------------------------------- /Module 8/8.06/CO2FootprintV1Tester.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/8.06/CO2FootprintV1Tester.class -------------------------------------------------------------------------------- /Module 8/8.07/CO2FromElectricity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/8.07/CO2FromElectricity.class -------------------------------------------------------------------------------- /Module 8/8.07/CO2FromElectricityTester.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/8.07/CO2FromElectricityTester.class -------------------------------------------------------------------------------- /Module 8/8.08/CO2FromWaste.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/8.08/CO2FromWaste.class -------------------------------------------------------------------------------- /Module 8/8.08/CO2FromWasteTester.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/8.08/CO2FromWasteTester.class -------------------------------------------------------------------------------- /Module 8/8.12/CO2Footprint.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/8.12/CO2Footprint.class -------------------------------------------------------------------------------- /Module 8/8.12/CO2FootprintTester.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/8.12/CO2FootprintTester.class -------------------------------------------------------------------------------- /Module 8/Bijan Tajmir.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/Bijan Tajmir.docx -------------------------------------------------------------------------------- /Module 8/Class Method.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/Class Method.docx -------------------------------------------------------------------------------- /Module 8/Discussion 8.4.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/Discussion 8.4.docx -------------------------------------------------------------------------------- /Module 8/Pseudocode.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 8/Pseudocode.docx -------------------------------------------------------------------------------- /Module 9/Catapult.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 9/Catapult.class -------------------------------------------------------------------------------- /Module 9/Catapult.java: -------------------------------------------------------------------------------- 1 | public class Catapult 2 | { 3 | 4 | double [] velocity; 5 | double [] degrees; 6 | 7 | Catapult(double [] v, double [] d){ 8 | 9 | velocity = v; 10 | degrees = d; 11 | 12 | } 13 | 14 | public double [] calcDistance(){ 15 | 16 | double [] total = {0,0,0,0,0,0,0}; 17 | 18 | for (int i = 0; i < degrees.length; i++){ 19 | 20 | total[i] = (Math.pow(velocity[i], 2) * Math.sin( 2 * Math.toRadians(degrees[i])) / 9.8); 21 | 22 | } 23 | 24 | return total; 25 | 26 | } 27 | 28 | } -------------------------------------------------------------------------------- /Module 9/CatapultTester.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TRiahi/AP-Computer-Science/a91eb0c2c0ad59133c28a2aea331d0e37924ebd2/Module 9/CatapultTester.class -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # AP-Computer-Science 2 | All of the code I wrote for my AP Computer Science A class. 3 | --------------------------------------------------------------------------------