├── Algorithms ├── Sorting Algorithms │ ├── Dog.java │ ├── DogRunner.java │ ├── Sorters2120.java │ ├── SortersRunner.java │ └── SortersTester.java └── TwoSum │ └── Solution.java ├── CosmoFlow-Game ├── MainPlayerControls.cs ├── cpuBOTS.cs ├── enemyAI.cs └── inGameTimer.cs ├── Data Structures ├── iterator.class └── iterator.java ├── Java Adventure Game ├── AdventureGame.java └── Room.java ├── Java Inheritance Employee Sample ├── CommissionEmployee.java ├── Employee.java ├── HourlyEmployee.java └── SalaryEmployee.java ├── Java Inheritance ├── Animal.java ├── Bird.java ├── Dog.java └── Fish.java ├── Java Objects - Dungeon with Rooms ├── Dungeon.java ├── Game.java └── Room.java ├── Java Serializing - Writing ├── user.java ├── userData.txt ├── userInfoReadWrite.java └── writeAndRead.java ├── Java Serializing Files - Reading&Writing ├── MakeRandomStudents.java ├── ReadSortAndWriteStudentDataFromCSVFile.java ├── Student.java ├── StudentDatabase.java ├── StudentDatabaseCSVFileReader.java ├── StudentDatabaseCSVFileWriter.java ├── StudentDatabaseConversionTester.java ├── StudentDatabaseSerializedFileReader.java └── StudentDatabaseSerializedFileWriter.java ├── Java Socket Programming ├── Design Doc (game).pdf ├── Design Doc.docx ├── Java Socket Programming.pdf ├── NetworkGame │ ├── clientMessenger.java │ ├── newClient.java │ └── newServer.java ├── client.java ├── clientMessenger.java ├── newClient.java ├── newServer.java └── server.java ├── MIPS ├── Facto.s └── Sort.s ├── Miscellaneous ├── ArrayUtil.java ├── Fraction.java ├── RadixUtil.java ├── Tester.java └── VirtualPet.java ├── NewProjectScript.sh ├── PythonViewBot ├── GoogleDriveLink.txt ├── Software │ ├── YoutubeViewbot.exe │ └── webdrivers │ │ └── chromedriver.exe ├── YoutubeViewbot.py └── webdrivers │ └── chromedriver.exe ├── README.md ├── ReactJS ├── node_modules │ ├── .bin │ │ ├── loose-envify │ │ ├── loose-envify.cmd │ │ └── loose-envify.ps1 │ ├── js-tokens │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── loose-envify │ │ ├── LICENSE │ │ ├── README.md │ │ ├── cli.js │ │ ├── custom.js │ │ ├── index.js │ │ ├── loose-envify.js │ │ ├── package.json │ │ └── replace.js │ ├── object-assign │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ └── react │ │ ├── LICENSE │ │ ├── README.md │ │ ├── build-info.json │ │ ├── cjs │ │ ├── react-jsx-dev-runtime.development.js │ │ ├── react-jsx-dev-runtime.production.min.js │ │ ├── react-jsx-dev-runtime.profiling.min.js │ │ ├── react-jsx-runtime.development.js │ │ ├── react-jsx-runtime.production.min.js │ │ ├── react-jsx-runtime.profiling.min.js │ │ ├── react.development.js │ │ └── react.production.min.js │ │ ├── index.js │ │ ├── jsx-dev-runtime.js │ │ ├── jsx-runtime.js │ │ ├── package.json │ │ └── umd │ │ ├── react.development.js │ │ ├── react.production.min.js │ │ └── react.profiling.min.js ├── package-lock.json ├── readme.md └── test-app │ ├── .gitignore │ ├── README.md │ ├── package-lock.json │ ├── package.json │ ├── public │ ├── favicon.ico │ ├── index.html │ ├── logo192.png │ ├── logo512.png │ ├── manifest.json │ └── robots.txt │ └── src │ ├── App.js │ ├── Assets │ ├── logo.jpg │ └── logo.png │ ├── components │ ├── Card.js │ ├── CollectionCard.js │ ├── Footer.js │ ├── InputBar.js │ └── Navbar.js │ ├── index.css │ ├── index.js │ └── reportWebVitals.js ├── SQLDatabases ├── 2022 Database │ ├── database.java │ └── phase1.csv ├── Clean_AZ.sql ├── Clean_GV.sql ├── Clean_LD.sql ├── Create_AZ.sql ├── Create_GV.sql ├── Create_LD.sql ├── Populate_AZ.sql ├── Populate_GV.sql ├── Populate_LD.sql ├── Queries.txt ├── sqldiff.exe ├── sqlite3.exe └── sqlite3_analyzer.exe ├── TinyShell └── tsh.c ├── UNIX Systems Programming ├── README.txt ├── grep.tar └── secretfinder.sh ├── ValorantLFG (public dir) ├── Assets │ ├── AVI.jpg │ ├── Adobe Premiere Pro Auto-Save │ │ ├── mainVideo-2020-03-19_12-03-24.prproj │ │ ├── mainVideo-2020-03-19_15-18-14.prproj │ │ ├── mainVideo-2020-04-24_10-28-57.prproj │ │ ├── mainVideo-2020-04-24_10-53-09.prproj │ │ └── mainVideo.prproj │ ├── Full Logo.png │ ├── GFX.psd │ ├── LITE logo darkback.jpg │ ├── LITE logo light.png │ ├── Logo.png │ ├── Stream Overlay.png │ ├── blurBG.png │ ├── featured.png │ ├── icon.jfif │ ├── icon.png │ ├── landingIMG.jpg │ ├── mainVideo.mp4 │ └── mainVideo.prproj ├── README.md ├── Styles │ ├── styles.css │ ├── styles.css.map │ └── styles.scss ├── index.html └── script.js ├── VirtualPet.java ├── Web Landing Page with Contact Form ├── Assets │ ├── Images │ │ ├── FacebookLogo.png │ │ ├── InstagramLogo.png │ │ ├── LITE logo dark.png │ │ ├── LITE logo light.png │ │ ├── LITE logo.png │ │ ├── LITEicon.ico │ │ ├── LITEicon.png │ │ ├── TwitterLogo.png │ │ └── desktop.ini │ └── mainVideo1.mp4 ├── LandingPage.html ├── README └── styles │ ├── styleSheet.css │ ├── styleSheet.css.map │ └── styleSheet.scss └── powerSet.java /Algorithms/Sorting Algorithms/Dog.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Algorithms/Sorting Algorithms/Dog.java -------------------------------------------------------------------------------- /Algorithms/Sorting Algorithms/DogRunner.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Algorithms/Sorting Algorithms/DogRunner.java -------------------------------------------------------------------------------- /Algorithms/Sorting Algorithms/Sorters2120.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Algorithms/Sorting Algorithms/Sorters2120.java -------------------------------------------------------------------------------- /Algorithms/Sorting Algorithms/SortersRunner.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Algorithms/Sorting Algorithms/SortersRunner.java -------------------------------------------------------------------------------- /Algorithms/Sorting Algorithms/SortersTester.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Algorithms/Sorting Algorithms/SortersTester.java -------------------------------------------------------------------------------- /Algorithms/TwoSum/Solution.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Algorithms/TwoSum/Solution.java -------------------------------------------------------------------------------- /CosmoFlow-Game/MainPlayerControls.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/CosmoFlow-Game/MainPlayerControls.cs -------------------------------------------------------------------------------- /CosmoFlow-Game/cpuBOTS.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/CosmoFlow-Game/cpuBOTS.cs -------------------------------------------------------------------------------- /CosmoFlow-Game/enemyAI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/CosmoFlow-Game/enemyAI.cs -------------------------------------------------------------------------------- /CosmoFlow-Game/inGameTimer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/CosmoFlow-Game/inGameTimer.cs -------------------------------------------------------------------------------- /Data Structures/iterator.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Data Structures/iterator.class -------------------------------------------------------------------------------- /Data Structures/iterator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Data Structures/iterator.java -------------------------------------------------------------------------------- /Java Adventure Game/AdventureGame.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Adventure Game/AdventureGame.java -------------------------------------------------------------------------------- /Java Adventure Game/Room.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Adventure Game/Room.java -------------------------------------------------------------------------------- /Java Inheritance Employee Sample/CommissionEmployee.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Inheritance Employee Sample/CommissionEmployee.java -------------------------------------------------------------------------------- /Java Inheritance Employee Sample/Employee.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Inheritance Employee Sample/Employee.java -------------------------------------------------------------------------------- /Java Inheritance Employee Sample/HourlyEmployee.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Inheritance Employee Sample/HourlyEmployee.java -------------------------------------------------------------------------------- /Java Inheritance Employee Sample/SalaryEmployee.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Inheritance Employee Sample/SalaryEmployee.java -------------------------------------------------------------------------------- /Java Inheritance/Animal.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Inheritance/Animal.java -------------------------------------------------------------------------------- /Java Inheritance/Bird.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Inheritance/Bird.java -------------------------------------------------------------------------------- /Java Inheritance/Dog.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Inheritance/Dog.java -------------------------------------------------------------------------------- /Java Inheritance/Fish.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Inheritance/Fish.java -------------------------------------------------------------------------------- /Java Objects - Dungeon with Rooms/Dungeon.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Objects - Dungeon with Rooms/Dungeon.java -------------------------------------------------------------------------------- /Java Objects - Dungeon with Rooms/Game.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Objects - Dungeon with Rooms/Game.java -------------------------------------------------------------------------------- /Java Objects - Dungeon with Rooms/Room.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Objects - Dungeon with Rooms/Room.java -------------------------------------------------------------------------------- /Java Serializing - Writing/user.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Serializing - Writing/user.java -------------------------------------------------------------------------------- /Java Serializing - Writing/userData.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Serializing - Writing/userData.txt -------------------------------------------------------------------------------- /Java Serializing - Writing/userInfoReadWrite.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Serializing - Writing/userInfoReadWrite.java -------------------------------------------------------------------------------- /Java Serializing - Writing/writeAndRead.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Serializing - Writing/writeAndRead.java -------------------------------------------------------------------------------- /Java Serializing Files - Reading&Writing/MakeRandomStudents.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Serializing Files - Reading&Writing/MakeRandomStudents.java -------------------------------------------------------------------------------- /Java Serializing Files - Reading&Writing/ReadSortAndWriteStudentDataFromCSVFile.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Serializing Files - Reading&Writing/ReadSortAndWriteStudentDataFromCSVFile.java -------------------------------------------------------------------------------- /Java Serializing Files - Reading&Writing/Student.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Serializing Files - Reading&Writing/Student.java -------------------------------------------------------------------------------- /Java Serializing Files - Reading&Writing/StudentDatabase.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Serializing Files - Reading&Writing/StudentDatabase.java -------------------------------------------------------------------------------- /Java Serializing Files - Reading&Writing/StudentDatabaseCSVFileReader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Serializing Files - Reading&Writing/StudentDatabaseCSVFileReader.java -------------------------------------------------------------------------------- /Java Serializing Files - Reading&Writing/StudentDatabaseCSVFileWriter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Serializing Files - Reading&Writing/StudentDatabaseCSVFileWriter.java -------------------------------------------------------------------------------- /Java Serializing Files - Reading&Writing/StudentDatabaseConversionTester.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Serializing Files - Reading&Writing/StudentDatabaseConversionTester.java -------------------------------------------------------------------------------- /Java Serializing Files - Reading&Writing/StudentDatabaseSerializedFileReader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Serializing Files - Reading&Writing/StudentDatabaseSerializedFileReader.java -------------------------------------------------------------------------------- /Java Serializing Files - Reading&Writing/StudentDatabaseSerializedFileWriter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Serializing Files - Reading&Writing/StudentDatabaseSerializedFileWriter.java -------------------------------------------------------------------------------- /Java Socket Programming/Design Doc (game).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Socket Programming/Design Doc (game).pdf -------------------------------------------------------------------------------- /Java Socket Programming/Design Doc.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Socket Programming/Design Doc.docx -------------------------------------------------------------------------------- /Java Socket Programming/Java Socket Programming.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Socket Programming/Java Socket Programming.pdf -------------------------------------------------------------------------------- /Java Socket Programming/NetworkGame/clientMessenger.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Socket Programming/NetworkGame/clientMessenger.java -------------------------------------------------------------------------------- /Java Socket Programming/NetworkGame/newClient.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Socket Programming/NetworkGame/newClient.java -------------------------------------------------------------------------------- /Java Socket Programming/NetworkGame/newServer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Socket Programming/NetworkGame/newServer.java -------------------------------------------------------------------------------- /Java Socket Programming/client.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Socket Programming/client.java -------------------------------------------------------------------------------- /Java Socket Programming/clientMessenger.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Socket Programming/clientMessenger.java -------------------------------------------------------------------------------- /Java Socket Programming/newClient.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Socket Programming/newClient.java -------------------------------------------------------------------------------- /Java Socket Programming/newServer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Socket Programming/newServer.java -------------------------------------------------------------------------------- /Java Socket Programming/server.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Java Socket Programming/server.java -------------------------------------------------------------------------------- /MIPS/Facto.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/MIPS/Facto.s -------------------------------------------------------------------------------- /MIPS/Sort.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/MIPS/Sort.s -------------------------------------------------------------------------------- /Miscellaneous/ArrayUtil.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Miscellaneous/ArrayUtil.java -------------------------------------------------------------------------------- /Miscellaneous/Fraction.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Miscellaneous/Fraction.java -------------------------------------------------------------------------------- /Miscellaneous/RadixUtil.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Miscellaneous/RadixUtil.java -------------------------------------------------------------------------------- /Miscellaneous/Tester.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Miscellaneous/Tester.java -------------------------------------------------------------------------------- /Miscellaneous/VirtualPet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Miscellaneous/VirtualPet.java -------------------------------------------------------------------------------- /NewProjectScript.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/NewProjectScript.sh -------------------------------------------------------------------------------- /PythonViewBot/GoogleDriveLink.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/PythonViewBot/GoogleDriveLink.txt -------------------------------------------------------------------------------- /PythonViewBot/Software/YoutubeViewbot.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/PythonViewBot/Software/YoutubeViewbot.exe -------------------------------------------------------------------------------- /PythonViewBot/Software/webdrivers/chromedriver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/PythonViewBot/Software/webdrivers/chromedriver.exe -------------------------------------------------------------------------------- /PythonViewBot/YoutubeViewbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/PythonViewBot/YoutubeViewbot.py -------------------------------------------------------------------------------- /PythonViewBot/webdrivers/chromedriver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/PythonViewBot/webdrivers/chromedriver.exe -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/README.md -------------------------------------------------------------------------------- /ReactJS/node_modules/.bin/loose-envify: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/.bin/loose-envify -------------------------------------------------------------------------------- /ReactJS/node_modules/.bin/loose-envify.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/.bin/loose-envify.cmd -------------------------------------------------------------------------------- /ReactJS/node_modules/.bin/loose-envify.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/.bin/loose-envify.ps1 -------------------------------------------------------------------------------- /ReactJS/node_modules/js-tokens/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/js-tokens/CHANGELOG.md -------------------------------------------------------------------------------- /ReactJS/node_modules/js-tokens/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/js-tokens/LICENSE -------------------------------------------------------------------------------- /ReactJS/node_modules/js-tokens/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/js-tokens/README.md -------------------------------------------------------------------------------- /ReactJS/node_modules/js-tokens/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/js-tokens/index.js -------------------------------------------------------------------------------- /ReactJS/node_modules/js-tokens/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/js-tokens/package.json -------------------------------------------------------------------------------- /ReactJS/node_modules/loose-envify/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/loose-envify/LICENSE -------------------------------------------------------------------------------- /ReactJS/node_modules/loose-envify/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/loose-envify/README.md -------------------------------------------------------------------------------- /ReactJS/node_modules/loose-envify/cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/loose-envify/cli.js -------------------------------------------------------------------------------- /ReactJS/node_modules/loose-envify/custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/loose-envify/custom.js -------------------------------------------------------------------------------- /ReactJS/node_modules/loose-envify/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/loose-envify/index.js -------------------------------------------------------------------------------- /ReactJS/node_modules/loose-envify/loose-envify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/loose-envify/loose-envify.js -------------------------------------------------------------------------------- /ReactJS/node_modules/loose-envify/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/loose-envify/package.json -------------------------------------------------------------------------------- /ReactJS/node_modules/loose-envify/replace.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/loose-envify/replace.js -------------------------------------------------------------------------------- /ReactJS/node_modules/object-assign/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/object-assign/index.js -------------------------------------------------------------------------------- /ReactJS/node_modules/object-assign/license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/object-assign/license -------------------------------------------------------------------------------- /ReactJS/node_modules/object-assign/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/object-assign/package.json -------------------------------------------------------------------------------- /ReactJS/node_modules/object-assign/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/object-assign/readme.md -------------------------------------------------------------------------------- /ReactJS/node_modules/react/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/react/LICENSE -------------------------------------------------------------------------------- /ReactJS/node_modules/react/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/react/README.md -------------------------------------------------------------------------------- /ReactJS/node_modules/react/build-info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/react/build-info.json -------------------------------------------------------------------------------- /ReactJS/node_modules/react/cjs/react-jsx-dev-runtime.development.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/react/cjs/react-jsx-dev-runtime.development.js -------------------------------------------------------------------------------- /ReactJS/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js -------------------------------------------------------------------------------- /ReactJS/node_modules/react/cjs/react-jsx-dev-runtime.profiling.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/react/cjs/react-jsx-dev-runtime.profiling.min.js -------------------------------------------------------------------------------- /ReactJS/node_modules/react/cjs/react-jsx-runtime.development.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/react/cjs/react-jsx-runtime.development.js -------------------------------------------------------------------------------- /ReactJS/node_modules/react/cjs/react-jsx-runtime.production.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/react/cjs/react-jsx-runtime.production.min.js -------------------------------------------------------------------------------- /ReactJS/node_modules/react/cjs/react-jsx-runtime.profiling.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/react/cjs/react-jsx-runtime.profiling.min.js -------------------------------------------------------------------------------- /ReactJS/node_modules/react/cjs/react.development.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/react/cjs/react.development.js -------------------------------------------------------------------------------- /ReactJS/node_modules/react/cjs/react.production.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/react/cjs/react.production.min.js -------------------------------------------------------------------------------- /ReactJS/node_modules/react/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/react/index.js -------------------------------------------------------------------------------- /ReactJS/node_modules/react/jsx-dev-runtime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/react/jsx-dev-runtime.js -------------------------------------------------------------------------------- /ReactJS/node_modules/react/jsx-runtime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/react/jsx-runtime.js -------------------------------------------------------------------------------- /ReactJS/node_modules/react/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/react/package.json -------------------------------------------------------------------------------- /ReactJS/node_modules/react/umd/react.development.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/react/umd/react.development.js -------------------------------------------------------------------------------- /ReactJS/node_modules/react/umd/react.production.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/react/umd/react.production.min.js -------------------------------------------------------------------------------- /ReactJS/node_modules/react/umd/react.profiling.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/node_modules/react/umd/react.profiling.min.js -------------------------------------------------------------------------------- /ReactJS/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/package-lock.json -------------------------------------------------------------------------------- /ReactJS/readme.md: -------------------------------------------------------------------------------- 1 | This Direcotry is for any *public* React projects 2 | -------------------------------------------------------------------------------- /ReactJS/test-app/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/.gitignore -------------------------------------------------------------------------------- /ReactJS/test-app/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/README.md -------------------------------------------------------------------------------- /ReactJS/test-app/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/package-lock.json -------------------------------------------------------------------------------- /ReactJS/test-app/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/package.json -------------------------------------------------------------------------------- /ReactJS/test-app/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/public/favicon.ico -------------------------------------------------------------------------------- /ReactJS/test-app/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/public/index.html -------------------------------------------------------------------------------- /ReactJS/test-app/public/logo192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/public/logo192.png -------------------------------------------------------------------------------- /ReactJS/test-app/public/logo512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/public/logo512.png -------------------------------------------------------------------------------- /ReactJS/test-app/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/public/manifest.json -------------------------------------------------------------------------------- /ReactJS/test-app/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/public/robots.txt -------------------------------------------------------------------------------- /ReactJS/test-app/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/src/App.js -------------------------------------------------------------------------------- /ReactJS/test-app/src/Assets/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/src/Assets/logo.jpg -------------------------------------------------------------------------------- /ReactJS/test-app/src/Assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/src/Assets/logo.png -------------------------------------------------------------------------------- /ReactJS/test-app/src/components/Card.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/src/components/Card.js -------------------------------------------------------------------------------- /ReactJS/test-app/src/components/CollectionCard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/src/components/CollectionCard.js -------------------------------------------------------------------------------- /ReactJS/test-app/src/components/Footer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/src/components/Footer.js -------------------------------------------------------------------------------- /ReactJS/test-app/src/components/InputBar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/src/components/InputBar.js -------------------------------------------------------------------------------- /ReactJS/test-app/src/components/Navbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/src/components/Navbar.js -------------------------------------------------------------------------------- /ReactJS/test-app/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/src/index.css -------------------------------------------------------------------------------- /ReactJS/test-app/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/src/index.js -------------------------------------------------------------------------------- /ReactJS/test-app/src/reportWebVitals.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ReactJS/test-app/src/reportWebVitals.js -------------------------------------------------------------------------------- /SQLDatabases/2022 Database/database.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/SQLDatabases/2022 Database/database.java -------------------------------------------------------------------------------- /SQLDatabases/2022 Database/phase1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/SQLDatabases/2022 Database/phase1.csv -------------------------------------------------------------------------------- /SQLDatabases/Clean_AZ.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/SQLDatabases/Clean_AZ.sql -------------------------------------------------------------------------------- /SQLDatabases/Clean_GV.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/SQLDatabases/Clean_GV.sql -------------------------------------------------------------------------------- /SQLDatabases/Clean_LD.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/SQLDatabases/Clean_LD.sql -------------------------------------------------------------------------------- /SQLDatabases/Create_AZ.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/SQLDatabases/Create_AZ.sql -------------------------------------------------------------------------------- /SQLDatabases/Create_GV.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/SQLDatabases/Create_GV.sql -------------------------------------------------------------------------------- /SQLDatabases/Create_LD.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/SQLDatabases/Create_LD.sql -------------------------------------------------------------------------------- /SQLDatabases/Populate_AZ.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/SQLDatabases/Populate_AZ.sql -------------------------------------------------------------------------------- /SQLDatabases/Populate_GV.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/SQLDatabases/Populate_GV.sql -------------------------------------------------------------------------------- /SQLDatabases/Populate_LD.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/SQLDatabases/Populate_LD.sql -------------------------------------------------------------------------------- /SQLDatabases/Queries.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/SQLDatabases/Queries.txt -------------------------------------------------------------------------------- /SQLDatabases/sqldiff.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/SQLDatabases/sqldiff.exe -------------------------------------------------------------------------------- /SQLDatabases/sqlite3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/SQLDatabases/sqlite3.exe -------------------------------------------------------------------------------- /SQLDatabases/sqlite3_analyzer.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/SQLDatabases/sqlite3_analyzer.exe -------------------------------------------------------------------------------- /TinyShell/tsh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/TinyShell/tsh.c -------------------------------------------------------------------------------- /UNIX Systems Programming/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/UNIX Systems Programming/README.txt -------------------------------------------------------------------------------- /UNIX Systems Programming/grep.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/UNIX Systems Programming/grep.tar -------------------------------------------------------------------------------- /UNIX Systems Programming/secretfinder.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/UNIX Systems Programming/secretfinder.sh -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Assets/AVI.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Assets/AVI.jpg -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Assets/Adobe Premiere Pro Auto-Save/mainVideo-2020-03-19_12-03-24.prproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Assets/Adobe Premiere Pro Auto-Save/mainVideo-2020-03-19_12-03-24.prproj -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Assets/Adobe Premiere Pro Auto-Save/mainVideo-2020-03-19_15-18-14.prproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Assets/Adobe Premiere Pro Auto-Save/mainVideo-2020-03-19_15-18-14.prproj -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Assets/Adobe Premiere Pro Auto-Save/mainVideo-2020-04-24_10-28-57.prproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Assets/Adobe Premiere Pro Auto-Save/mainVideo-2020-04-24_10-28-57.prproj -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Assets/Adobe Premiere Pro Auto-Save/mainVideo-2020-04-24_10-53-09.prproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Assets/Adobe Premiere Pro Auto-Save/mainVideo-2020-04-24_10-53-09.prproj -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Assets/Adobe Premiere Pro Auto-Save/mainVideo.prproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Assets/Adobe Premiere Pro Auto-Save/mainVideo.prproj -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Assets/Full Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Assets/Full Logo.png -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Assets/GFX.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Assets/GFX.psd -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Assets/LITE logo darkback.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Assets/LITE logo darkback.jpg -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Assets/LITE logo light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Assets/LITE logo light.png -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Assets/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Assets/Logo.png -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Assets/Stream Overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Assets/Stream Overlay.png -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Assets/blurBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Assets/blurBG.png -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Assets/featured.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Assets/featured.png -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Assets/icon.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Assets/icon.jfif -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Assets/icon.png -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Assets/landingIMG.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Assets/landingIMG.jpg -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Assets/mainVideo.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Assets/mainVideo.mp4 -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Assets/mainVideo.prproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Assets/mainVideo.prproj -------------------------------------------------------------------------------- /ValorantLFG (public dir)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/README.md -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Styles/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Styles/styles.css -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Styles/styles.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Styles/styles.css.map -------------------------------------------------------------------------------- /ValorantLFG (public dir)/Styles/styles.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/Styles/styles.scss -------------------------------------------------------------------------------- /ValorantLFG (public dir)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/index.html -------------------------------------------------------------------------------- /ValorantLFG (public dir)/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/ValorantLFG (public dir)/script.js -------------------------------------------------------------------------------- /VirtualPet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/VirtualPet.java -------------------------------------------------------------------------------- /Web Landing Page with Contact Form/Assets/Images/FacebookLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Web Landing Page with Contact Form/Assets/Images/FacebookLogo.png -------------------------------------------------------------------------------- /Web Landing Page with Contact Form/Assets/Images/InstagramLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Web Landing Page with Contact Form/Assets/Images/InstagramLogo.png -------------------------------------------------------------------------------- /Web Landing Page with Contact Form/Assets/Images/LITE logo dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Web Landing Page with Contact Form/Assets/Images/LITE logo dark.png -------------------------------------------------------------------------------- /Web Landing Page with Contact Form/Assets/Images/LITE logo light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Web Landing Page with Contact Form/Assets/Images/LITE logo light.png -------------------------------------------------------------------------------- /Web Landing Page with Contact Form/Assets/Images/LITE logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Web Landing Page with Contact Form/Assets/Images/LITE logo.png -------------------------------------------------------------------------------- /Web Landing Page with Contact Form/Assets/Images/LITEicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Web Landing Page with Contact Form/Assets/Images/LITEicon.ico -------------------------------------------------------------------------------- /Web Landing Page with Contact Form/Assets/Images/LITEicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Web Landing Page with Contact Form/Assets/Images/LITEicon.png -------------------------------------------------------------------------------- /Web Landing Page with Contact Form/Assets/Images/TwitterLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Web Landing Page with Contact Form/Assets/Images/TwitterLogo.png -------------------------------------------------------------------------------- /Web Landing Page with Contact Form/Assets/Images/desktop.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Web Landing Page with Contact Form/Assets/Images/desktop.ini -------------------------------------------------------------------------------- /Web Landing Page with Contact Form/Assets/mainVideo1.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Web Landing Page with Contact Form/Assets/mainVideo1.mp4 -------------------------------------------------------------------------------- /Web Landing Page with Contact Form/LandingPage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Web Landing Page with Contact Form/LandingPage.html -------------------------------------------------------------------------------- /Web Landing Page with Contact Form/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Web Landing Page with Contact Form/README -------------------------------------------------------------------------------- /Web Landing Page with Contact Form/styles/styleSheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Web Landing Page with Contact Form/styles/styleSheet.css -------------------------------------------------------------------------------- /Web Landing Page with Contact Form/styles/styleSheet.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Web Landing Page with Contact Form/styles/styleSheet.css.map -------------------------------------------------------------------------------- /Web Landing Page with Contact Form/styles/styleSheet.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/Web Landing Page with Contact Form/styles/styleSheet.scss -------------------------------------------------------------------------------- /powerSet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adefuye/Projects/HEAD/powerSet.java --------------------------------------------------------------------------------