Skip to content

imantoniojuan/SIM-Projects

Repository files navigation

SIM-Projects

  • Year 1 projects

    Basic HTML : - Open index.html

    JavaScript game/form : - Open index.html

    PHP/MySQL/Apache : - Setup apache and phpmysql - Restore iab.sql from "database stuff" - Open Index.php in localhost

  • Year 2 Projects

    C++ Pointers/OOP : - Using terminal/cmd "g++ *.cpp" - Run "./a.out"

    Java Swing/Awt : - Using terminal/cmd "javac *.java" - Run "java A2App"

    Java Multithread/ClientServer Find-The-Word-Game : - Using terminal/cmd "javac *.java" - Run server using "java Server" - Run client using "java Client" - Hostname : "localhost" or "127.0.0.1" - Port : "4445"

    ShellScripting - Give execute access by "chmod u+x ShellScript.sh" - Run using "./ShellScript.sh"

    C Multithread/ClientServer - Give execute access by "chmod u+x *.sh" - Run server using "./Server.sh" - Run client using "./Client.sh"

    C++ Multithread/ClientServer - This can only be compiled using Ubuntu/Linux Distro - Give execute access by "chmod u+x PathFinder.sh" - Run using "./PathFinder.sh"

    C++ Sorts - Using terminal/cmd "g++ *.cpp" - Run "./a.out"

  • Year 3 Projects

    Java Encrypted Client/Server Chat - Using terminal/cmd "javac *.java" for both Alice and Bob folder - Run host/Alice using "java Host" - Run client/Bob using "java Client"

    Java Chord Peer-to-peer Impl - Using terminal/cmd "javac *.java" - Run using "java Chord"

    Java HillCipher/TEA-Counter Impl - Using terminal/cmd "javac *.java" - Run server using "java Hill" or "java TEACTR"