├── 15-puzzle-game-master ├── 1.html ├── alert.js ├── jquery.js ├── puzzle.js └── style.css ├── 30 days of Javascript ├── 01 - JSDrumKit │ ├── index.html │ ├── sounds │ │ ├── bensound-funkyelement.mp3 │ │ ├── boom.wav │ │ ├── clap.wav │ │ ├── hihat.wav │ │ ├── kick.wav │ │ ├── openhat.wav │ │ ├── ride.wav │ │ ├── snare.wav │ │ ├── tink.wav │ │ └── tom.wav │ └── style.css ├── 02 - JSandCSSCLOCK │ ├── index.html │ ├── main.js │ └── styles.css ├── 03 - CSSVariablesWithJS │ ├── index.html │ ├── main.js │ └── styles.css ├── 04 - ArrayCardioPart1 │ ├── index.html │ └── main.js ├── 05 - FlexPanelGallery │ ├── index.html │ ├── main.js │ └── styles.css ├── 06 - ArrayCardioPartTwo │ ├── index.html │ └── main.js ├── 07 - FunWithHTMLCanvas │ ├── index.html │ └── main.js ├── 08 - Dev Tools Domination │ └── index.html ├── 09 - HoldShiftToCheckMultipleCheckboxes │ └── index.html ├── 10 - CustomHTML5VideoPlayer │ ├── index.html │ ├── main.mp4 │ ├── scripts.js │ └── style.css ├── 11 - KeySequenceDetection │ └── index.html ├── 12 - Ajax Type Head │ ├── index.html │ └── style.css └── Readme.md ├── Alarm Clock ├── alarm-clock.py └── alarm.java ├── Analog Clock ├── Clock.jpg ├── clock.js ├── index.html └── style.css ├── Attendfolio-main ├── Attendfolio.zip ├── Attendfolio │ ├── Attendance_28-05-2022.csv │ ├── Attendfolio.py │ ├── StudentDetails.csv │ ├── TrainingImageLabel │ │ ├── Trainner.yml │ │ └── psd.txt │ ├── haarcascade_frontalface_default.xml │ └── install commands .txt ├── README.md └── Roadmap │ ├── Challenges │ ├── Mentorship.md │ ├── Online Challenge#1.md │ └── Online Challenge#2.md ├── Bank_Management_System.py ├── Biometric ├── .gitignore ├── .idea │ ├── .gitignore │ ├── compiler.xml │ ├── gradle.xml │ └── misc.xml ├── README.md ├── URL Shortener System Design.md ├── app │ ├── .gitignore │ ├── build.gradle │ ├── proguard-rules.pro │ └── src │ │ ├── androidTest │ │ └── java │ │ │ └── com │ │ │ └── example │ │ │ └── biometric │ │ │ └── ExampleInstrumentedTest.kt │ │ ├── main │ │ ├── AndroidManifest.xml │ │ ├── java │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── biometric │ │ │ │ └── MainActivity.kt │ │ └── res │ │ │ ├── drawable-v24 │ │ │ └── ic_launcher_foreground.xml │ │ │ ├── drawable │ │ │ ├── ic_baseline_fingerprint_white.xml │ │ │ ├── ic_launcher_background.xml │ │ │ ├── lock.png │ │ │ └── yellow.jpg │ │ │ ├── layout │ │ │ └── activity_main.xml │ │ │ ├── mipmap-anydpi-v26 │ │ │ ├── ic_launcher.xml │ │ │ └── ic_launcher_round.xml │ │ │ ├── mipmap-hdpi │ │ │ ├── ic_launcher.webp │ │ │ └── ic_launcher_round.webp │ │ │ ├── mipmap-mdpi │ │ │ ├── ic_launcher.webp │ │ │ └── ic_launcher_round.webp │ │ │ ├── mipmap-xhdpi │ │ │ ├── ic_launcher.webp │ │ │ └── ic_launcher_round.webp │ │ │ ├── mipmap-xxhdpi │ │ │ ├── ic_launcher.webp │ │ │ └── ic_launcher_round.webp │ │ │ ├── mipmap-xxxhdpi │ │ │ ├── ic_launcher.webp │ │ │ └── ic_launcher_round.webp │ │ │ ├── values-night │ │ │ └── themes.xml │ │ │ ├── values │ │ │ ├── colors.xml │ │ │ ├── strings.xml │ │ │ └── themes.xml │ │ │ └── xml │ │ │ ├── backup_rules.xml │ │ │ └── data_extraction_rules.xml │ │ └── test │ │ └── java │ │ └── com │ │ └── example │ │ └── biometric │ │ └── ExampleUnitTest.kt ├── build.gradle ├── gradle.properties ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat └── settings.gradle ├── BookShop Management └── bookshop.cpp ├── Boston_Houding_Model ├── Model.py └── README.md ├── Budget Checker ├── .gitignore ├── build.gradle ├── gradle.properties ├── gradlew ├── gradlew.bat ├── ipcloudscs1.jpg ├── read.md └── settings.gradle ├── CC Validator └── cc-validator.cpp ├── Calculator ├── app.js ├── index.html └── style.css ├── Calendar_UI ├── index.html ├── script.js └── style.css ├── Chat-App ├── package-lock.json ├── package.json ├── public │ ├── chat.html │ ├── css │ │ └── style.css │ ├── index.html │ └── js │ │ └── main.js ├── server.js └── utils │ ├── messages.js │ └── users.js ├── Clock └── index.html ├── Cupcake Corner ├── Cupcake Corner.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── aarish.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── aarish.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── Cupcake Corner │ ├── AddressView.swift │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── cupcakes.imageset │ │ │ ├── Contents.json │ │ │ ├── cupcakes@2x.jpg │ │ │ └── cupcakes@3x.jpg │ ├── CheckOutView.swift │ ├── ContentView.swift │ ├── Cupcake_CornerApp.swift │ ├── Info.plist │ ├── Order.swift │ └── Preview Content │ │ └── Preview Assets.xcassets │ │ └── Contents.json ├── Cupcake CornerTests │ ├── Cupcake_CornerTests.swift │ └── Info.plist └── Cupcake CornerUITests │ ├── Cupcake_CornerUITests.swift │ └── Info.plist ├── DOM Challenge ├── .DS_Store ├── index.html ├── index.js └── styles.css ├── Dice Game ├── dicee.html ├── images │ ├── dice1.png │ ├── dice2.png │ ├── dice3.png │ ├── dice4.png │ ├── dice5.png │ ├── dice6.png │ └── favicon.ico ├── index.js └── styles.css ├── Dice_Roll_Simulator.py ├── Drum Kit ├── .DS_Store ├── images │ ├── crash.png │ ├── kick.png │ ├── snare.png │ ├── tom1.png │ ├── tom2.png │ ├── tom3.png │ └── tom4.png ├── index.html ├── index.js ├── sounds │ ├── crash.mp3 │ ├── kick-bass.mp3 │ ├── snare.mp3 │ ├── tom-1.mp3 │ ├── tom-2.mp3 │ ├── tom-3.mp3 │ └── tom-4.mp3 └── styles.css ├── Eye Filter ├── Blue2.png ├── blue.png ├── haarcascade_eye.xml └── test.py ├── Format Converter ├── app.py └── asgi.py ├── Fruits Game ├── audio │ ├── slicefruit.mp3 │ └── slicefruit.ogg ├── images │ ├── apple.png │ ├── banana.png │ ├── cherries.png │ ├── grapes.png │ ├── heart.png │ ├── mango.png │ ├── orange.png │ ├── peach.png │ ├── pear.png │ └── watermelon.png ├── index.html ├── jquery.js └── styling.css ├── FruitsProject ├── app.js ├── node_modules │ ├── .bin │ │ ├── semver │ │ ├── semver.cmd │ │ └── semver.ps1 │ ├── @types │ │ ├── bson │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── index.d.ts │ │ │ └── package.json │ │ ├── mongodb │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── index.d.ts │ │ │ └── package.json │ │ └── node │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── assert.d.ts │ │ │ ├── async_hooks.d.ts │ │ │ ├── base.d.ts │ │ │ ├── buffer.d.ts │ │ │ ├── child_process.d.ts │ │ │ ├── cluster.d.ts │ │ │ ├── console.d.ts │ │ │ ├── constants.d.ts │ │ │ ├── crypto.d.ts │ │ │ ├── dgram.d.ts │ │ │ ├── dns.d.ts │ │ │ ├── domain.d.ts │ │ │ ├── events.d.ts │ │ │ ├── fs.d.ts │ │ │ ├── fs │ │ │ └── promises.d.ts │ │ │ ├── globals.d.ts │ │ │ ├── globals.global.d.ts │ │ │ ├── http.d.ts │ │ │ ├── http2.d.ts │ │ │ ├── https.d.ts │ │ │ ├── index.d.ts │ │ │ ├── inspector.d.ts │ │ │ ├── module.d.ts │ │ │ ├── net.d.ts │ │ │ ├── os.d.ts │ │ │ ├── package.json │ │ │ ├── path.d.ts │ │ │ ├── perf_hooks.d.ts │ │ │ ├── process.d.ts │ │ │ ├── punycode.d.ts │ │ │ ├── querystring.d.ts │ │ │ ├── readline.d.ts │ │ │ ├── repl.d.ts │ │ │ ├── stream.d.ts │ │ │ ├── string_decoder.d.ts │ │ │ ├── timers.d.ts │ │ │ ├── tls.d.ts │ │ │ ├── trace_events.d.ts │ │ │ ├── ts3.4 │ │ │ ├── assert.d.ts │ │ │ ├── base.d.ts │ │ │ ├── globals.global.d.ts │ │ │ └── index.d.ts │ │ │ ├── ts3.6 │ │ │ ├── base.d.ts │ │ │ └── index.d.ts │ │ │ ├── tty.d.ts │ │ │ ├── url.d.ts │ │ │ ├── util.d.ts │ │ │ ├── v8.d.ts │ │ │ ├── vm.d.ts │ │ │ ├── wasi.d.ts │ │ │ ├── worker_threads.d.ts │ │ │ └── zlib.d.ts │ ├── bl │ │ ├── .jshintrc │ │ ├── .travis.yml │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── bl.js │ │ ├── package.json │ │ └── test │ │ │ ├── indexOf.js │ │ │ └── test.js │ ├── bluebird │ │ ├── LICENSE │ │ ├── README.md │ │ ├── changelog.md │ │ ├── js │ │ │ ├── browser │ │ │ │ ├── bluebird.core.js │ │ │ │ ├── bluebird.core.min.js │ │ │ │ ├── bluebird.js │ │ │ │ └── bluebird.min.js │ │ │ └── release │ │ │ │ ├── any.js │ │ │ │ ├── assert.js │ │ │ │ ├── async.js │ │ │ │ ├── bind.js │ │ │ │ ├── bluebird.js │ │ │ │ ├── call_get.js │ │ │ │ ├── cancel.js │ │ │ │ ├── catch_filter.js │ │ │ │ ├── context.js │ │ │ │ ├── debuggability.js │ │ │ │ ├── direct_resolve.js │ │ │ │ ├── each.js │ │ │ │ ├── errors.js │ │ │ │ ├── es5.js │ │ │ │ ├── filter.js │ │ │ │ ├── finally.js │ │ │ │ ├── generators.js │ │ │ │ ├── join.js │ │ │ │ ├── map.js │ │ │ │ ├── method.js │ │ │ │ ├── nodeback.js │ │ │ │ ├── nodeify.js │ │ │ │ ├── promise.js │ │ │ │ ├── promise_array.js │ │ │ │ ├── promisify.js │ │ │ │ ├── props.js │ │ │ │ ├── queue.js │ │ │ │ ├── race.js │ │ │ │ ├── reduce.js │ │ │ │ ├── schedule.js │ │ │ │ ├── settle.js │ │ │ │ ├── some.js │ │ │ │ ├── synchronous_inspection.js │ │ │ │ ├── thenables.js │ │ │ │ ├── timers.js │ │ │ │ ├── using.js │ │ │ │ └── util.js │ │ └── package.json │ ├── bson │ │ ├── HISTORY.md │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── bower.json │ │ ├── browser_build │ │ │ ├── bson.js │ │ │ └── package.json │ │ ├── index.js │ │ ├── lib │ │ │ └── bson │ │ │ │ ├── binary.js │ │ │ │ ├── bson.js │ │ │ │ ├── code.js │ │ │ │ ├── db_ref.js │ │ │ │ ├── decimal128.js │ │ │ │ ├── double.js │ │ │ │ ├── float_parser.js │ │ │ │ ├── int_32.js │ │ │ │ ├── long.js │ │ │ │ ├── map.js │ │ │ │ ├── max_key.js │ │ │ │ ├── min_key.js │ │ │ │ ├── objectid.js │ │ │ │ ├── parser │ │ │ │ ├── calculate_size.js │ │ │ │ ├── deserializer.js │ │ │ │ ├── serializer.js │ │ │ │ └── utils.js │ │ │ │ ├── regexp.js │ │ │ │ ├── symbol.js │ │ │ │ └── timestamp.js │ │ └── package.json │ ├── core-util-is │ │ ├── LICENSE │ │ ├── README.md │ │ ├── float.patch │ │ ├── lib │ │ │ └── util.js │ │ ├── package.json │ │ └── test.js │ ├── debug │ │ ├── .coveralls.yml │ │ ├── .eslintrc │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── README.md │ │ ├── karma.conf.js │ │ ├── node.js │ │ ├── node_modules │ │ │ └── ms │ │ │ │ ├── index.js │ │ │ │ ├── license.md │ │ │ │ ├── package.json │ │ │ │ └── readme.md │ │ ├── package.json │ │ └── src │ │ │ ├── browser.js │ │ │ ├── debug.js │ │ │ ├── index.js │ │ │ └── node.js │ ├── denque │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.d.ts │ │ ├── index.js │ │ └── package.json │ ├── inherits │ │ ├── LICENSE │ │ ├── README.md │ │ ├── inherits.js │ │ ├── inherits_browser.js │ │ └── package.json │ ├── isarray │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── Makefile │ │ ├── README.md │ │ ├── component.json │ │ ├── index.js │ │ ├── package.json │ │ └── test.js │ ├── kareem │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── README.md │ │ ├── docs.js │ │ ├── gulpfile.js │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ ├── examples.test.js │ │ │ ├── misc.test.js │ │ │ ├── post.test.js │ │ │ ├── pre.test.js │ │ │ └── wrap.test.js │ ├── memory-pager │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test.js │ ├── mongodb │ │ ├── HISTORY.md │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── index.js │ │ ├── lib │ │ │ ├── admin.js │ │ │ ├── aggregation_cursor.js │ │ │ ├── apm.js │ │ │ ├── async │ │ │ │ ├── .eslintrc │ │ │ │ └── async_iterator.js │ │ │ ├── bulk │ │ │ │ ├── common.js │ │ │ │ ├── ordered.js │ │ │ │ └── unordered.js │ │ │ ├── change_stream.js │ │ │ ├── cmap │ │ │ │ ├── connection.js │ │ │ │ ├── connection_pool.js │ │ │ │ ├── errors.js │ │ │ │ ├── events.js │ │ │ │ ├── message_stream.js │ │ │ │ └── stream_description.js │ │ │ ├── collection.js │ │ │ ├── command_cursor.js │ │ │ ├── constants.js │ │ │ ├── core │ │ │ │ ├── auth │ │ │ │ │ ├── auth_provider.js │ │ │ │ │ ├── defaultAuthProviders.js │ │ │ │ │ ├── gssapi.js │ │ │ │ │ ├── mongo_credentials.js │ │ │ │ │ ├── mongocr.js │ │ │ │ │ ├── mongodb_aws.js │ │ │ │ │ ├── plain.js │ │ │ │ │ ├── scram.js │ │ │ │ │ └── x509.js │ │ │ │ ├── connection │ │ │ │ │ ├── apm.js │ │ │ │ │ ├── command_result.js │ │ │ │ │ ├── commands.js │ │ │ │ │ ├── connect.js │ │ │ │ │ ├── connection.js │ │ │ │ │ ├── logger.js │ │ │ │ │ ├── msg.js │ │ │ │ │ ├── pool.js │ │ │ │ │ └── utils.js │ │ │ │ ├── cursor.js │ │ │ │ ├── error.js │ │ │ │ ├── index.js │ │ │ │ ├── sdam │ │ │ │ │ ├── common.js │ │ │ │ │ ├── events.js │ │ │ │ │ ├── monitor.js │ │ │ │ │ ├── server.js │ │ │ │ │ ├── server_description.js │ │ │ │ │ ├── server_selection.js │ │ │ │ │ ├── srv_polling.js │ │ │ │ │ ├── topology.js │ │ │ │ │ └── topology_description.js │ │ │ │ ├── sessions.js │ │ │ │ ├── tools │ │ │ │ │ └── smoke_plugin.js │ │ │ │ ├── topologies │ │ │ │ │ ├── mongos.js │ │ │ │ │ ├── read_preference.js │ │ │ │ │ ├── replset.js │ │ │ │ │ ├── replset_state.js │ │ │ │ │ ├── server.js │ │ │ │ │ └── shared.js │ │ │ │ ├── transactions.js │ │ │ │ ├── uri_parser.js │ │ │ │ ├── utils.js │ │ │ │ └── wireprotocol │ │ │ │ │ ├── command.js │ │ │ │ │ ├── compression.js │ │ │ │ │ ├── constants.js │ │ │ │ │ ├── get_more.js │ │ │ │ │ ├── index.js │ │ │ │ │ ├── kill_cursors.js │ │ │ │ │ ├── query.js │ │ │ │ │ ├── shared.js │ │ │ │ │ └── write_command.js │ │ │ ├── cursor.js │ │ │ ├── db.js │ │ │ ├── dynamic_loaders.js │ │ │ ├── error.js │ │ │ ├── gridfs-stream │ │ │ │ ├── download.js │ │ │ │ ├── index.js │ │ │ │ └── upload.js │ │ │ ├── gridfs │ │ │ │ ├── chunk.js │ │ │ │ └── grid_store.js │ │ │ ├── mongo_client.js │ │ │ ├── operations │ │ │ │ ├── add_user.js │ │ │ │ ├── admin_ops.js │ │ │ │ ├── aggregate.js │ │ │ │ ├── bulk_write.js │ │ │ │ ├── collection_ops.js │ │ │ │ ├── collections.js │ │ │ │ ├── command.js │ │ │ │ ├── command_v2.js │ │ │ │ ├── common_functions.js │ │ │ │ ├── connect.js │ │ │ │ ├── count.js │ │ │ │ ├── count_documents.js │ │ │ │ ├── create_collection.js │ │ │ │ ├── create_indexes.js │ │ │ │ ├── cursor_ops.js │ │ │ │ ├── db_ops.js │ │ │ │ ├── delete_many.js │ │ │ │ ├── delete_one.js │ │ │ │ ├── distinct.js │ │ │ │ ├── drop.js │ │ │ │ ├── drop_index.js │ │ │ │ ├── drop_indexes.js │ │ │ │ ├── estimated_document_count.js │ │ │ │ ├── execute_db_admin_command.js │ │ │ │ ├── execute_operation.js │ │ │ │ ├── find.js │ │ │ │ ├── find_and_modify.js │ │ │ │ ├── find_one.js │ │ │ │ ├── find_one_and_delete.js │ │ │ │ ├── find_one_and_replace.js │ │ │ │ ├── find_one_and_update.js │ │ │ │ ├── geo_haystack_search.js │ │ │ │ ├── index_exists.js │ │ │ │ ├── index_information.js │ │ │ │ ├── indexes.js │ │ │ │ ├── insert_many.js │ │ │ │ ├── insert_one.js │ │ │ │ ├── is_capped.js │ │ │ │ ├── list_collections.js │ │ │ │ ├── list_databases.js │ │ │ │ ├── list_indexes.js │ │ │ │ ├── map_reduce.js │ │ │ │ ├── operation.js │ │ │ │ ├── options_operation.js │ │ │ │ ├── profiling_level.js │ │ │ │ ├── re_index.js │ │ │ │ ├── remove_user.js │ │ │ │ ├── rename.js │ │ │ │ ├── replace_one.js │ │ │ │ ├── run_command.js │ │ │ │ ├── set_profiling_level.js │ │ │ │ ├── stats.js │ │ │ │ ├── update_many.js │ │ │ │ ├── update_one.js │ │ │ │ └── validate_collection.js │ │ │ ├── read_concern.js │ │ │ ├── topologies │ │ │ │ ├── mongos.js │ │ │ │ ├── native_topology.js │ │ │ │ ├── replset.js │ │ │ │ ├── server.js │ │ │ │ └── topology_base.js │ │ │ ├── url_parser.js │ │ │ ├── utils.js │ │ │ └── write_concern.js │ │ └── package.json │ ├── mongoose-legacy-pluralize │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── mongoose │ │ ├── History.md │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── SECURITY.md │ │ ├── browser.js │ │ ├── build-browser.js │ │ ├── dist │ │ │ └── browser.umd.js │ │ ├── index.d.ts │ │ ├── index.js │ │ ├── lib │ │ │ ├── aggregate.js │ │ │ ├── browser.js │ │ │ ├── browserDocument.js │ │ │ ├── cast.js │ │ │ ├── cast │ │ │ │ ├── boolean.js │ │ │ │ ├── date.js │ │ │ │ ├── decimal128.js │ │ │ │ ├── number.js │ │ │ │ ├── objectid.js │ │ │ │ └── string.js │ │ │ ├── collection.js │ │ │ ├── connection.js │ │ │ ├── connectionstate.js │ │ │ ├── cursor │ │ │ │ ├── AggregationCursor.js │ │ │ │ ├── ChangeStream.js │ │ │ │ └── QueryCursor.js │ │ │ ├── document.js │ │ │ ├── document_provider.js │ │ │ ├── driver.js │ │ │ ├── drivers │ │ │ │ ├── SPEC.md │ │ │ │ ├── browser │ │ │ │ │ ├── ReadPreference.js │ │ │ │ │ ├── binary.js │ │ │ │ │ ├── decimal128.js │ │ │ │ │ ├── index.js │ │ │ │ │ └── objectid.js │ │ │ │ └── node-mongodb-native │ │ │ │ │ ├── ReadPreference.js │ │ │ │ │ ├── binary.js │ │ │ │ │ ├── collection.js │ │ │ │ │ ├── connection.js │ │ │ │ │ ├── decimal128.js │ │ │ │ │ ├── index.js │ │ │ │ │ └── objectid.js │ │ │ ├── error │ │ │ │ ├── browserMissingSchema.js │ │ │ │ ├── cast.js │ │ │ │ ├── disconnected.js │ │ │ │ ├── divergentArray.js │ │ │ │ ├── index.js │ │ │ │ ├── messages.js │ │ │ │ ├── missingSchema.js │ │ │ │ ├── mongooseError.js │ │ │ │ ├── notFound.js │ │ │ │ ├── objectExpected.js │ │ │ │ ├── objectParameter.js │ │ │ │ ├── overwriteModel.js │ │ │ │ ├── parallelSave.js │ │ │ │ ├── parallelValidate.js │ │ │ │ ├── serverSelection.js │ │ │ │ ├── strict.js │ │ │ │ ├── validation.js │ │ │ │ ├── validator.js │ │ │ │ └── version.js │ │ │ ├── helpers │ │ │ │ ├── aggregate │ │ │ │ │ └── stringifyAccumulatorOptions.js │ │ │ │ ├── arrayDepth.js │ │ │ │ ├── clone.js │ │ │ │ ├── common.js │ │ │ │ ├── cursor │ │ │ │ │ └── eachAsync.js │ │ │ │ ├── discriminator │ │ │ │ │ ├── checkEmbeddedDiscriminatorKeyProjection.js │ │ │ │ │ ├── getConstructor.js │ │ │ │ │ ├── getDiscriminatorByValue.js │ │ │ │ │ └── getSchemaDiscriminatorByValue.js │ │ │ │ ├── document │ │ │ │ │ ├── cleanModifiedSubpaths.js │ │ │ │ │ ├── compile.js │ │ │ │ │ ├── getEmbeddedDiscriminatorPath.js │ │ │ │ │ └── handleSpreadDoc.js │ │ │ │ ├── each.js │ │ │ │ ├── get.js │ │ │ │ ├── getDefaultBulkwriteResult.js │ │ │ │ ├── getFunctionName.js │ │ │ │ ├── immediate.js │ │ │ │ ├── indexes │ │ │ │ │ ├── isDefaultIdIndex.js │ │ │ │ │ └── isIndexEqual.js │ │ │ │ ├── isBsonType.js │ │ │ │ ├── isMongooseObject.js │ │ │ │ ├── isObject.js │ │ │ │ ├── isPromise.js │ │ │ │ ├── model │ │ │ │ │ ├── applyHooks.js │ │ │ │ │ ├── applyMethods.js │ │ │ │ │ ├── applyStaticHooks.js │ │ │ │ │ ├── applyStatics.js │ │ │ │ │ ├── castBulkWrite.js │ │ │ │ │ └── discriminator.js │ │ │ │ ├── once.js │ │ │ │ ├── parallelLimit.js │ │ │ │ ├── populate │ │ │ │ │ ├── SkipPopulateValue.js │ │ │ │ │ ├── assignRawDocsToIdStructure.js │ │ │ │ │ ├── assignVals.js │ │ │ │ │ ├── getModelsMapForPopulate.js │ │ │ │ │ ├── getSchemaTypes.js │ │ │ │ │ ├── getVirtual.js │ │ │ │ │ ├── leanPopulateMap.js │ │ │ │ │ ├── lookupLocalFields.js │ │ │ │ │ ├── normalizeRefPath.js │ │ │ │ │ ├── removeDeselectedForeignField.js │ │ │ │ │ └── validateRef.js │ │ │ │ ├── printJestWarning.js │ │ │ │ ├── projection │ │ │ │ │ ├── isDefiningProjection.js │ │ │ │ │ ├── isExclusive.js │ │ │ │ │ ├── isInclusive.js │ │ │ │ │ ├── isPathExcluded.js │ │ │ │ │ ├── isPathSelectedInclusive.js │ │ │ │ │ └── parseProjection.js │ │ │ │ ├── promiseOrCallback.js │ │ │ │ ├── query │ │ │ │ │ ├── applyGlobalMaxTimeMS.js │ │ │ │ │ ├── applyQueryMiddleware.js │ │ │ │ │ ├── castFilterPath.js │ │ │ │ │ ├── castUpdate.js │ │ │ │ │ ├── completeMany.js │ │ │ │ │ ├── getEmbeddedDiscriminatorPath.js │ │ │ │ │ ├── handleImmutable.js │ │ │ │ │ ├── hasDollarKeys.js │ │ │ │ │ ├── isOperator.js │ │ │ │ │ ├── selectPopulatedFields.js │ │ │ │ │ └── wrapThunk.js │ │ │ │ ├── schema │ │ │ │ │ ├── addAutoId.js │ │ │ │ │ ├── applyPlugins.js │ │ │ │ │ ├── applyWriteConcern.js │ │ │ │ │ ├── cleanPositionalOperators.js │ │ │ │ │ ├── getIndexes.js │ │ │ │ │ ├── getPath.js │ │ │ │ │ ├── handleIdOption.js │ │ │ │ │ ├── handleTimestampOption.js │ │ │ │ │ └── merge.js │ │ │ │ ├── schematype │ │ │ │ │ └── handleImmutable.js │ │ │ │ ├── setDefaultsOnInsert.js │ │ │ │ ├── specialProperties.js │ │ │ │ ├── symbols.js │ │ │ │ ├── timestamps │ │ │ │ │ └── setupTimestamps.js │ │ │ │ ├── topology │ │ │ │ │ ├── allServersUnknown.js │ │ │ │ │ ├── isAtlas.js │ │ │ │ │ └── isSSLError.js │ │ │ │ ├── update │ │ │ │ │ ├── applyTimestampsToChildren.js │ │ │ │ │ ├── applyTimestampsToUpdate.js │ │ │ │ │ ├── castArrayFilters.js │ │ │ │ │ ├── modifiedPaths.js │ │ │ │ │ ├── moveImmutableProperties.js │ │ │ │ │ └── removeUnusedArrayFilters.js │ │ │ │ └── updateValidators.js │ │ │ ├── index.js │ │ │ ├── internal.js │ │ │ ├── model.js │ │ │ ├── options.js │ │ │ ├── options │ │ │ │ ├── PopulateOptions.js │ │ │ │ ├── SchemaArrayOptions.js │ │ │ │ ├── SchemaBufferOptions.js │ │ │ │ ├── SchemaDateOptions.js │ │ │ │ ├── SchemaDocumentArrayOptions.js │ │ │ │ ├── SchemaMapOptions.js │ │ │ │ ├── SchemaNumberOptions.js │ │ │ │ ├── SchemaObjectIdOptions.js │ │ │ │ ├── SchemaSingleNestedOptions.js │ │ │ │ ├── SchemaStringOptions.js │ │ │ │ ├── SchemaTypeOptions.js │ │ │ │ ├── VirtualOptions.js │ │ │ │ ├── propertyOptions.js │ │ │ │ ├── removeOptions.js │ │ │ │ └── saveOptions.js │ │ │ ├── plugins │ │ │ │ ├── idGetter.js │ │ │ │ ├── removeSubdocs.js │ │ │ │ ├── saveSubdocs.js │ │ │ │ ├── sharding.js │ │ │ │ ├── trackTransaction.js │ │ │ │ └── validateBeforeSave.js │ │ │ ├── promise_provider.js │ │ │ ├── query.js │ │ │ ├── queryhelpers.js │ │ │ ├── schema.js │ │ │ ├── schema │ │ │ │ ├── SingleNestedPath.js │ │ │ │ ├── array.js │ │ │ │ ├── boolean.js │ │ │ │ ├── buffer.js │ │ │ │ ├── date.js │ │ │ │ ├── decimal128.js │ │ │ │ ├── documentarray.js │ │ │ │ ├── index.js │ │ │ │ ├── map.js │ │ │ │ ├── mixed.js │ │ │ │ ├── number.js │ │ │ │ ├── objectid.js │ │ │ │ ├── operators │ │ │ │ │ ├── bitwise.js │ │ │ │ │ ├── exists.js │ │ │ │ │ ├── geospatial.js │ │ │ │ │ ├── helpers.js │ │ │ │ │ ├── text.js │ │ │ │ │ └── type.js │ │ │ │ ├── string.js │ │ │ │ └── symbols.js │ │ │ ├── schematype.js │ │ │ ├── statemachine.js │ │ │ ├── types │ │ │ │ ├── array.js │ │ │ │ ├── buffer.js │ │ │ │ ├── core_array.js │ │ │ │ ├── decimal128.js │ │ │ │ ├── documentarray.js │ │ │ │ ├── embedded.js │ │ │ │ ├── index.js │ │ │ │ ├── map.js │ │ │ │ ├── objectid.js │ │ │ │ └── subdocument.js │ │ │ ├── utils.js │ │ │ ├── validoptions.js │ │ │ └── virtualtype.js │ │ ├── package.json │ │ └── tools │ │ │ ├── auth.js │ │ │ ├── repl.js │ │ │ └── sharded.js │ ├── mpath │ │ ├── .travis.yml │ │ ├── History.md │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── README.md │ │ ├── bench.js │ │ ├── bench.log │ │ ├── bench.out │ │ ├── index.js │ │ ├── lib │ │ │ ├── index.js │ │ │ └── stringToParts.js │ │ ├── package.json │ │ └── test │ │ │ ├── .eslintrc.yml │ │ │ ├── index.js │ │ │ └── stringToParts.js │ ├── mquery │ │ ├── .eslintignore │ │ ├── .travis.yml │ │ ├── History.md │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── README.md │ │ ├── SECURITY.md │ │ ├── lib │ │ │ ├── collection │ │ │ │ ├── collection.js │ │ │ │ ├── index.js │ │ │ │ └── node.js │ │ │ ├── env.js │ │ │ ├── mquery.js │ │ │ ├── permissions.js │ │ │ └── utils.js │ │ ├── node_modules │ │ │ └── safe-buffer │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── index.d.ts │ │ │ │ ├── index.js │ │ │ │ └── package.json │ │ ├── package.json │ │ └── test │ │ │ ├── collection │ │ │ ├── browser.js │ │ │ ├── mongo.js │ │ │ └── node.js │ │ │ ├── env.js │ │ │ ├── index.js │ │ │ └── utils.test.js │ ├── ms │ │ ├── index.js │ │ ├── license.md │ │ ├── package.json │ │ └── readme.md │ ├── process-nextick-args │ │ ├── index.js │ │ ├── license.md │ │ ├── package.json │ │ └── readme.md │ ├── readable-stream │ │ ├── .travis.yml │ │ ├── CONTRIBUTING.md │ │ ├── GOVERNANCE.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── doc │ │ │ └── wg-meetings │ │ │ │ └── 2015-01-30.md │ │ ├── duplex-browser.js │ │ ├── duplex.js │ │ ├── lib │ │ │ ├── _stream_duplex.js │ │ │ ├── _stream_passthrough.js │ │ │ ├── _stream_readable.js │ │ │ ├── _stream_transform.js │ │ │ ├── _stream_writable.js │ │ │ └── internal │ │ │ │ └── streams │ │ │ │ ├── BufferList.js │ │ │ │ ├── destroy.js │ │ │ │ ├── stream-browser.js │ │ │ │ └── stream.js │ │ ├── node_modules │ │ │ └── safe-buffer │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── index.d.ts │ │ │ │ ├── index.js │ │ │ │ └── package.json │ │ ├── package.json │ │ ├── passthrough.js │ │ ├── readable-browser.js │ │ ├── readable.js │ │ ├── transform.js │ │ ├── writable-browser.js │ │ └── writable.js │ ├── regexp-clone │ │ ├── .travis.yml │ │ ├── History.md │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ └── index.js │ ├── require_optional │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ ├── nestedTest │ │ │ ├── index.js │ │ │ └── package.json │ │ │ └── require_optional_tests.js │ ├── resolve-from │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── safe-buffer │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.d.ts │ │ ├── index.js │ │ └── package.json │ ├── saslprep │ │ ├── .editorconfig │ │ ├── .gitattributes │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── code-points.mem │ │ ├── generate-code-points.js │ │ ├── index.js │ │ ├── lib │ │ │ ├── code-points.js │ │ │ ├── memory-code-points.js │ │ │ └── util.js │ │ ├── package.json │ │ ├── readme.md │ │ └── test │ │ │ ├── index.js │ │ │ └── util.js │ ├── semver │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bin │ │ │ └── semver │ │ ├── package.json │ │ ├── range.bnf │ │ └── semver.js │ ├── sift │ │ ├── .babelrc │ │ ├── .coveralls.yml │ │ ├── .travis.yml │ │ ├── MIT-LICENSE.txt │ │ ├── README.md │ │ ├── bower.json │ │ ├── changelog.md │ │ ├── coverage │ │ │ ├── coverage.json │ │ │ └── lcov.info │ │ ├── gulpfile.js │ │ ├── index.d.ts │ │ ├── lib │ │ │ └── index.js │ │ ├── package.json │ │ ├── sift.min.js │ │ ├── src │ │ │ └── index.js │ │ ├── test │ │ │ ├── basic-test.js │ │ │ ├── immutable-test.js │ │ │ ├── objects-test.js │ │ │ └── operations-test.js │ │ ├── tsconfig.json │ │ ├── webpack.config.js │ │ └── yarn.lock │ ├── sliced │ │ ├── History.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── sparse-bitfield │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test.js │ ├── string_decoder │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── lib │ │ │ └── string_decoder.js │ │ ├── node_modules │ │ │ └── safe-buffer │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── index.d.ts │ │ │ │ ├── index.js │ │ │ │ └── package.json │ │ └── package.json │ └── util-deprecate │ │ ├── History.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── browser.js │ │ ├── node.js │ │ └── package.json ├── package-lock.json └── package.json ├── Game ├── Ping-pong.py ├── Playing-cards.py ├── SnakeGame.cpp ├── guess_the_number.cpp ├── number-guess.py ├── rock_paper_scissors.py ├── stone_paper_scissor.cpp └── tic_tac_toe.py ├── Games using C++ ├── Asteroid.c.cpp ├── DoodleJump.c.cpp └── Minesweeper.cpp.cpp ├── General Store Management System └── store.cpp ├── Gift Selector ├── README.md ├── hint.md ├── index.css ├── index.html ├── index.js ├── package.json └── webpack.config.js ├── Goldbach's Conjecture ├── README.md └── golbatch.c ├── Hotel Web Design ├── 1.png ├── 2.png └── 3.png ├── InstaFilter ├── InstaFilter.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── aarish.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── aarish.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── InstaFilter │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Example.imageset │ │ │ ├── Contents.json │ │ │ └── jojosbr.png │ ├── ContentView.swift │ ├── ImagePicker.swift │ ├── ImageSaver.swift │ ├── InstaFilterApp.swift │ └── Preview Content │ │ └── Preview Assets.xcassets │ │ └── Contents.json ├── InstaFilterTests │ └── InstaFilterTests.swift ├── InstaFilterUITests │ ├── InstaFilterUITests.swift │ └── InstaFilterUITestsLaunchTests.swift └── README.md ├── Jokes Chrome Extension ├── favicon.ico ├── index.html ├── logo.png ├── manifest.json ├── script.js └── styles.css ├── LICENSE ├── LIC_Manager └── lic-management.cpp ├── Log-main ├── project3.css └── project3.html ├── Math Game ├── index.html ├── javascript.js └── style.css ├── Measurement_conversion ├── measurement-conversion.sql └── measurement-conversion │ ├── Styles.css │ ├── area.php │ ├── history.php │ ├── includes │ └── functions.php │ ├── index.php │ ├── length.php │ ├── mass.php │ ├── speed.php │ ├── temperature.php │ └── volume.php ├── Medical Website ├── MANKINDLOGO.jpg ├── abottlogo.png ├── aciloc.jpg ├── acnestar.png ├── alkemlogo.png ├── atozsyrup.jpg ├── benadryl.jpg ├── blucross.jpg ├── bonepain.png ├── bootstrap.css ├── cart.html ├── cipladinecream.jpg ├── ciplalogo.png ├── combiflam.jpg ├── connect.php ├── crocin.png ├── dexorange.png ├── doctors.png ├── doctors1.jpg ├── drredyy.jpg ├── drypsingh.jpg ├── drytndp.jpg ├── hn5bpr1ci2do5kdub51v.png ├── index.html ├── index.js ├── ipcalogo.jpg ├── izmowfkjioi6zx103r85.png ├── laboratelogo.jpg ├── limcee.jpg ├── lulibet.jpg ├── mucaingelsyrup.png ├── omnigel.jpg ├── pain relief.png ├── product-details.html ├── product.html ├── stomach care.png └── styles.css ├── Method ├── all_occurences.cpp └── palindrome_recursive.cpp ├── Movie Recomender ├── README.md ├── app.py └── notebook86c26b4f17.ipynb ├── Movie Search ├── README.md ├── package-lock.json ├── package.json ├── public │ ├── FilmFest.png │ ├── favicon.ico │ ├── index.html │ ├── manifest.json │ └── robots.txt └── src │ ├── App.css │ ├── App.js │ ├── Footer.jsx │ ├── Logo.png │ ├── MovieCard.jsx │ ├── index.js │ └── search.svg ├── Multiple Face recognition ├── .gitignore ├── README.md ├── face_rec.py ├── faces.zip ├── readme.md └── test.zip ├── Neural Network Visualization ├── app.py ├── ml_server.py ├── model.h5 ├── modelfile.ipynb └── required modules .md ├── NewsApp └── News.py ├── Notepad App ├── 2.ico └── notepad.py ├── OnTrack ├── OnTrack.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── aarish.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── aarish.xcuserdatad │ │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── OnTrack │ ├── AddView.swift │ ├── Anime │ │ ├── AnimeDetails.swift │ │ └── AnimeTracked.swift │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── Add a subheading.imageset │ │ │ ├── Add a subheading.pdf │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ ├── 100.png │ │ │ ├── 1024.png │ │ │ ├── 114.png │ │ │ ├── 120.png │ │ │ ├── 144.png │ │ │ ├── 152.png │ │ │ ├── 167.png │ │ │ ├── 180.png │ │ │ ├── 20.png │ │ │ ├── 29.png │ │ │ ├── 40.png │ │ │ ├── 50.png │ │ │ ├── 57.png │ │ │ ├── 58.png │ │ │ ├── 60.png │ │ │ ├── 72.png │ │ │ ├── 76.png │ │ │ ├── 80.png │ │ │ ├── 87.png │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── default.imageset │ │ │ ├── Contents.json │ │ │ └── noun-picture1-rectangle-2616531.png │ │ ├── default1.imageset │ │ │ ├── Contents.json │ │ │ └── image.svg │ │ └── pun1p343mw.imageset │ │ │ ├── Contents.json │ │ │ └── pun1p343mw.png │ ├── Books │ │ ├── BookDetails.swift │ │ └── BooksTracked.swift │ ├── ContentView.swift │ ├── ImagePicker.swift │ ├── Manga │ │ ├── MangaDetails.swift │ │ └── MangaTracked.swift │ ├── Movies │ │ ├── MovieDetails.swift │ │ └── MovieTracked.swift │ ├── OnTrackApp.swift │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ └── TrackingItems.swift ├── OnTrackTests │ └── OnTrackTests.swift └── OnTrackUITests │ ├── OnTrackUITests.swift │ └── OnTrackUITestsLaunchTests.swift ├── Orphanage Management └── orphanage.cpp ├── Painting App ├── index.html ├── script.js └── style.css ├── Pomodoro-main ├── README.md ├── index.html ├── main.js └── style.css ├── QR Generator └── QR_Generator.py ├── QuizzGame(PWA) ├── .gitignore ├── README.md ├── package-lock.json ├── package.json ├── public │ ├── images │ │ ├── logo.png │ │ └── logo1.png │ ├── index.html │ ├── manifest.json │ ├── offline.html │ └── serviceworker.js ├── sampleoutput.json └── src │ ├── App.css │ ├── App.js │ ├── App.test.js │ ├── components │ ├── About.js │ ├── Contact.js │ ├── Index.js │ ├── Navbar.js │ ├── Quizz.js │ ├── QuizzItem.js │ ├── Quizzdashboard.js │ ├── bgg.jpg │ ├── dp.png │ ├── dp1.png │ ├── error-404.png │ ├── quizzer.png │ └── quizzwall.jpg │ ├── index.css │ ├── index.js │ ├── logo.svg │ ├── reportWebVitals.js │ └── setupTests.js ├── README.md ├── Random Quote Generator ├── README.md ├── index.html ├── quote.js ├── script.js └── style.css ├── Random Quote React ├── .gitignore ├── README.md ├── package.json ├── public │ ├── favicon.ico │ ├── index.html │ ├── logo192.png │ ├── logo512.png │ ├── manifest.json │ └── robots.txt ├── src │ ├── App.css │ ├── App.js │ ├── App.test.js │ ├── components │ │ ├── Auther.css │ │ ├── Auther.js │ │ ├── Footer.css │ │ ├── Footer.js │ │ ├── Header.css │ │ ├── Header.js │ │ ├── ListQuotes.css │ │ ├── ListQuotes.js │ │ ├── Main.css │ │ ├── Main.js │ │ ├── Quote.css │ │ ├── Quote.js │ │ ├── RandomQuote.css │ │ └── RandomQuote.js │ ├── index.css │ ├── index.js │ ├── logo.svg │ ├── reportWebVitals.js │ └── setupTests.js └── yarn.lock ├── Random-color-Generator ├── index.html ├── index.js └── style.css ├── Random_Quote_Generator ├── app.js ├── index.html └── styles.css ├── Ratinopathy.ipynb ├── Rock Paper Scissor ├── index.html ├── paper.png ├── rock.png ├── scissors.png ├── script.js └── style.css ├── Rotating Navbar ├── project3.css ├── project3.html └── project3.js ├── School Management System ├── add_class.php ├── add_staff.php ├── add_sub.php ├── admin_home.php ├── css │ └── style.css ├── database.php ├── db │ └── school (1).sql ├── delete.php ├── exam_delete.php ├── footer.php ├── img │ ├── Bg.png │ └── home.jpg ├── index.php ├── js │ └── jquery.js ├── logout.php ├── navbar.php ├── set_exam.php ├── sidebar.php ├── staff_delete.php ├── staff_view.php ├── sub_delete.php └── view_exam.php ├── School Management └── school_management.py ├── Simon Game ├── .DS_Store ├── game.js ├── index.html ├── sounds │ ├── blue.mp3 │ ├── green.mp3 │ ├── red.mp3 │ ├── wrong.mp3 │ └── yellow.mp3 └── styles.css ├── Snow Seeker ├── Snow Seeker.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── aarish.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── aarish.xcuserdatad │ │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── Snow Seeker │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Austria.imageset │ │ │ ├── Austria@2x.png │ │ │ ├── Austria@3x.png │ │ │ └── Contents.json │ │ ├── Canada.imageset │ │ │ ├── Canada@2x.png │ │ │ ├── Canada@3x.png │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── France.imageset │ │ │ ├── Contents.json │ │ │ ├── France@2x.png │ │ │ └── France@3x.png │ │ ├── Italy.imageset │ │ │ ├── Contents.json │ │ │ ├── Italy@2x.png │ │ │ └── Italy@3x.png │ │ ├── United States.imageset │ │ │ ├── Contents.json │ │ │ ├── United States@2x.png │ │ │ └── United States@3x.png │ │ ├── alpe-dhuez.imageset │ │ │ ├── Contents.json │ │ │ └── alpe-dhuez@2x.jpg │ │ ├── cervinia-valtournenche.imageset │ │ │ ├── Contents.json │ │ │ └── cervinia-valtournenche@2x.jpg │ │ ├── deer-valley.imageset │ │ │ ├── Contents.json │ │ │ └── deer-valley@2x.jpg │ │ ├── la-plagne.imageset │ │ │ ├── Contents.json │ │ │ └── la-plagne@2x.jpg │ │ ├── les-arcs.imageset │ │ │ ├── Contents.json │ │ │ └── les-arcs@2x.jpg │ │ ├── les-trois-vallees.imageset │ │ │ ├── Contents.json │ │ │ └── les-trois-vallees@2x.jpg │ │ ├── portes-du-soleil.imageset │ │ │ ├── Contents.json │ │ │ └── portes-du-soleil@2x.jpg │ │ ├── saint-anton-am-arlberg.imageset │ │ │ ├── Contents.json │ │ │ └── saint-anton-am-arlberg@2x.jpg │ │ ├── snowbird.imageset │ │ │ ├── Contents.json │ │ │ └── snowbird@2x.jpg │ │ ├── squaw-valley.imageset │ │ │ ├── Contents.json │ │ │ └── squaw-valley@2x.jpg │ │ ├── vail-ski-resort.imageset │ │ │ ├── Contents.json │ │ │ └── vail-ski-resort@2x.jpg │ │ └── whistler-blackcomb.imageset │ │ │ ├── Contents.json │ │ │ └── whistler-blackcomb@2x.jpg │ ├── Bundle-Decodable.swift │ ├── ContentView.swift │ ├── Facility.swift │ ├── Favorites.swift │ ├── Preview Content │ │ └── Preview Assets.xcassets │ │ │ └── Contents.json │ ├── Resort.swift │ ├── ResortDetailsView.swift │ ├── ResortView.swift │ ├── SkiDetailsView.swift │ ├── Snow_SeekerApp.swift │ ├── WelcomeView.swift │ └── resorts.json ├── Snow SeekerTests │ └── Snow_SeekerTests.swift └── Snow SeekerUITests │ ├── Snow_SeekerUITests.swift │ └── Snow_SeekerUITestsLaunchTests.swift ├── Solar System ├── README.md ├── Solar System.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ └── aarish.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ └── aarish.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist ├── Solar System │ ├── AppDelegate.swift │ ├── Assets.xcassets │ │ ├── AccentColor.colorset │ │ │ └── Contents.json │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Screenshot 2022-08-10 at 1.30.44 PM.imageset │ │ │ ├── Contents.json │ │ │ └── Screenshot 2022-08-10 at 1.30.44 PM.png │ │ ├── planets │ │ │ ├── Contents.json │ │ │ ├── earth.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── earth.jpg │ │ │ ├── mars.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── mars.jpg │ │ │ ├── mercury.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── mercury.jpg │ │ │ ├── saturn.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── saturn.jpg │ │ │ └── venus.imageset │ │ │ │ ├── Contents.json │ │ │ │ └── venus.jpg │ │ └── skybox │ │ │ ├── Contents.json │ │ │ ├── skybox1.imageset │ │ │ ├── Contents.json │ │ │ └── skybox_right1.jpg │ │ │ ├── skybox2.imageset │ │ │ ├── Contents.json │ │ │ └── skybox_left2.jpg │ │ │ ├── skybox3.imageset │ │ │ ├── Contents.json │ │ │ └── skybox_top3.jpg │ │ │ ├── skybox4.imageset │ │ │ ├── Contents.json │ │ │ └── skybox_bottom4.jpg │ │ │ ├── skybox5.imageset │ │ │ ├── Contents.json │ │ │ └── skybox_front5.jpg │ │ │ └── skybox6.imageset │ │ │ ├── Contents.json │ │ │ └── skybox_back6.jpg │ ├── Base.lproj │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ ├── Planet+Info.swift │ ├── Planet.swift │ ├── SceneDelegate.swift │ ├── SceneVC.swift │ └── scenes.scnassets │ │ └── Solar Scene.scn ├── Solar SystemTests │ └── Solar_SystemTests.swift └── Solar SystemUITests │ ├── Solar_SystemUITests.swift │ └── Solar_SystemUITestsLaunchTests.swift ├── Sorting Visualizer ├── Sorting visualizer.py └── main.py ├── Student Record └── student_record.cpp ├── Team Reporter ├── README.md ├── Teamwork.mp4 ├── css │ ├── member.css │ ├── report.css │ ├── sign.css │ ├── style.css │ └── team.css ├── images │ ├── Teamwork.png │ ├── login.png │ └── sign.png ├── index.html ├── js │ ├── custom.js │ ├── login.js │ ├── member.js │ ├── report.js │ ├── signin.js │ ├── signup.js │ └── team.js ├── login.html ├── member.html ├── report.html ├── signIn.html ├── signUp.html └── team.html ├── The Calculator ├── public │ ├── Themes │ │ ├── Blue.css │ │ ├── Green.css │ │ ├── Light.css │ │ └── Yellow.css │ ├── favicon.ico │ ├── index.html │ └── manifest.json └── src │ ├── Components │ ├── Brand.css │ ├── Brand.jsx │ ├── Calculator.js │ ├── Calculator.test.js │ ├── Display.css │ ├── Display.jsx │ ├── Menu.jsx │ ├── Pads.css │ └── Pads.jsx │ ├── index.css │ ├── index.js │ └── registerServiceWorker.js ├── Tinder Clone ├── README.md ├── css │ └── styles.css ├── example.html ├── images │ ├── 1298767_tinder_icon.png │ ├── TechCrunch.png │ ├── bizinsider.png │ ├── dog-img.jpg │ ├── iphone6.png │ ├── lady-img.jpg │ ├── mashable.png │ └── tnw.png └── index.html ├── URL SHORTNER ├── aoo.py ├── templates │ ├── base.htm │ ├── home.htm │ └── shorturl.htm └── urls.db ├── Valentine's Greeting ├── hint.md ├── index.css ├── index.html └── index.js ├── Verilog Codes for Hardware Modelling ├── 1x2_behavioural.v ├── 1x2_dataflow.v ├── 1x2_gatelevel.v ├── 1x2_tb.v ├── 1x8_structural.v ├── 1x8_tb.v ├── 4x1.v ├── adder ├── adder.v ├── adder_tb.v ├── alu.vcd ├── counter.v ├── counter_tb.v ├── fsm.v ├── main ├── main.v ├── pipo ├── pipo.v ├── pipo_tb.v ├── sipo ├── sipo.v ├── sipo_tb.v └── tb.v ├── Vicky Ice-Creams ├── Home │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-310.pyc │ │ ├── __init__.cpython-39.pyc │ │ ├── admin.cpython-310.pyc │ │ ├── admin.cpython-39.pyc │ │ ├── apps.cpython-310.pyc │ │ ├── apps.cpython-39.pyc │ │ ├── models.cpython-310.pyc │ │ ├── models.cpython-39.pyc │ │ ├── urls.cpython-310.pyc │ │ ├── urls.cpython-39.pyc │ │ ├── views.cpython-310.pyc │ │ └── views.cpython-39.pyc │ ├── admin.py │ ├── apps.py │ ├── migrations │ │ ├── 0001_initial.py │ │ ├── __init__.py │ │ └── __pycache__ │ │ │ ├── 0001_initial.cpython-310.pyc │ │ │ ├── 0001_initial.cpython-39.pyc │ │ │ ├── __init__.cpython-310.pyc │ │ │ └── __init__.cpython-39.pyc │ ├── models.py │ ├── tests.py │ ├── urls.py │ └── views.py ├── Vikas │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-310.pyc │ │ ├── __init__.cpython-39.pyc │ │ ├── settings.cpython-310.pyc │ │ ├── settings.cpython-39.pyc │ │ ├── urls.cpython-310.pyc │ │ ├── urls.cpython-39.pyc │ │ ├── wsgi.cpython-310.pyc │ │ └── wsgi.cpython-39.pyc │ ├── asgi.py │ ├── settings.py │ ├── urls.py │ └── wsgi.py ├── db.sqlite3 ├── manage.py ├── requirements.txt ├── static │ ├── butter.jpg │ ├── choco.jpg │ ├── contact.jpg │ ├── contactt.jpg │ ├── kesar.jpg │ ├── mix.jpg │ ├── oreo.jpg │ ├── redvelevt.jpg │ ├── straw.jpg │ └── vanilla.jpg └── templates │ ├── IceCreams.htm │ ├── about.htm │ ├── base.htm │ ├── contact.htm │ └── index.htm ├── Voice_Assistant.py ├── WD3.5 Bacon Fansite ├── css │ └── style.css └── index.html ├── Weather Guy ├── .gitignore ├── README.md ├── Weather App.iml ├── _gitignore ├── build.gradle ├── gradle.properties ├── gradlew ├── gradlew.bat ├── local.properties ├── readme.md └── settings.gradle ├── Workout ├── .gitignore ├── README.md ├── Seven Minute Workout.iml ├── _gitignore ├── build.gradle ├── gradle.properties ├── gradlew ├── gradlew.bat ├── local.properties ├── read ├── scui.png └── settings.gradle ├── Youtube Clone ├── index.html ├── main.js └── styles.css ├── accepted.JPG ├── audioRecorder.py ├── badge level 4.png ├── badge level 4.webp ├── coffee-cafe website ├── HP.png ├── a.png ├── clients.jpg ├── coffee1.jpg ├── contact us.jpg ├── dd.jpg ├── dd1.jpg ├── delivery.jpg ├── images.png ├── index.html ├── l1.jpg ├── phone.css └── style.css ├── countdownTimer ├── index.html ├── script.js └── style.css ├── e-commerce website ├── about-img.jpeg ├── blog-1.jpeg ├── blog-2.jpeg ├── blog-3.jpeg ├── cart-item-1.png ├── cart-item-2.png ├── cart-item-3.jpeg ├── cart-item-4.png ├── home-img.jpeg ├── index.html ├── logo.png ├── menu-1.png ├── menu-2.png ├── menu-3.png ├── menu-4.png ├── menu-5.png ├── menu-6.png ├── pic-1.png ├── pic-2.png ├── pic-3.png ├── product-1.png ├── product-2.png ├── product-3.png ├── quote-img.png └── style.css ├── image_Processing └── imageProcessing.py ├── image_compressor_py ├── README.md └── script.py ├── instaProfile.py ├── lightLamp ├── index.html ├── index.js ├── lamp.png ├── light.png ├── logo.png ├── menu.png └── style.css ├── newsApp-master ├── passage-counter ├── Readme.md ├── index.css ├── index.html ├── index.js └── station.jpg ├── pyGAME-main ├── flappy_bird.py ├── main.py └── sprites │ ├── background.png │ ├── base.png │ ├── gameover.png │ ├── message.png │ ├── pipe.png │ └── player.png ├── repo-2-master ├── 4star.jpg ├── 5star.jpg ├── LOGO.jpg ├── b1.jpg ├── b2.jpg ├── b3.jpg ├── b4.jpg ├── b6.jpg ├── b7.jpg ├── b8.jpg ├── b9.jpg ├── book4.jpg ├── c1.jpg ├── c2.jpg ├── index.html ├── search.jpg └── style.css ├── socialbump ├── .gitignore ├── README.md ├── package-lock.json ├── package.json ├── public │ ├── SocialBump.png │ ├── apple-touch-icon.png │ ├── favicon.ico │ ├── index.html │ ├── logo192.png │ ├── logo512.png │ ├── robots.txt │ └── webmanifest.json └── src │ ├── App.js │ ├── components │ ├── Dashboard │ │ └── DashboardComp.js │ ├── Email-Password-Auth │ │ ├── ForgotPassword │ │ │ └── ForgotPasswordComp.js │ │ ├── Login │ │ │ └── LoginComp.js │ │ ├── SignUp │ │ │ └── SignUpComp.js │ │ └── style.css │ ├── Feed │ │ ├── CreatePost.js │ │ ├── Feed.js │ │ ├── Post.js │ │ └── style.css │ ├── Header │ │ ├── NavBar.js │ │ ├── Profile │ │ │ ├── Profile.js │ │ │ ├── UpdateProfile.js │ │ │ └── UserName.js │ │ └── Search │ │ │ ├── SearchBar.js │ │ │ └── UserComp.js │ └── style.css │ ├── context │ └── AuthContext.js │ ├── express.js │ ├── firebase │ ├── config.js │ └── firebase.js │ ├── index.js │ ├── pages │ ├── Dashboard.js │ ├── ForgotPassword.js │ ├── Login.js │ ├── Setting.js │ ├── SignUp.js │ ├── User.js │ └── style.css │ └── routes │ ├── PrivateRoute.js │ └── Routes.js ├── tic tac toe ├── excited.gif ├── gameover.mp3 ├── index.html ├── music.mp3 ├── script.js ├── style.css └── ting.mp3 ├── to-do-app ├── index.html └── script.js ├── todo-list ├── .gitignore ├── Procfile ├── app.js ├── index.html ├── package-lock.json └── package.json └── wordtopdf.py /15-puzzle-game-master/1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/15-puzzle-game-master/1.html -------------------------------------------------------------------------------- /15-puzzle-game-master/alert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/15-puzzle-game-master/alert.js -------------------------------------------------------------------------------- /15-puzzle-game-master/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/15-puzzle-game-master/jquery.js -------------------------------------------------------------------------------- /15-puzzle-game-master/puzzle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/15-puzzle-game-master/puzzle.js -------------------------------------------------------------------------------- /15-puzzle-game-master/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/15-puzzle-game-master/style.css -------------------------------------------------------------------------------- /30 days of Javascript/01 - JSDrumKit/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/30 days of Javascript/01 - JSDrumKit/index.html -------------------------------------------------------------------------------- /30 days of Javascript/01 - JSDrumKit/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/30 days of Javascript/01 - JSDrumKit/style.css -------------------------------------------------------------------------------- /30 days of Javascript/02 - JSandCSSCLOCK/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/30 days of Javascript/02 - JSandCSSCLOCK/main.js -------------------------------------------------------------------------------- /30 days of Javascript/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/30 days of Javascript/Readme.md -------------------------------------------------------------------------------- /Alarm Clock/alarm-clock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Alarm Clock/alarm-clock.py -------------------------------------------------------------------------------- /Alarm Clock/alarm.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Alarm Clock/alarm.java -------------------------------------------------------------------------------- /Analog Clock/Clock.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Analog Clock/Clock.jpg -------------------------------------------------------------------------------- /Analog Clock/clock.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Analog Clock/clock.js -------------------------------------------------------------------------------- /Analog Clock/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Analog Clock/index.html -------------------------------------------------------------------------------- /Analog Clock/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Analog Clock/style.css -------------------------------------------------------------------------------- /Attendfolio-main/Attendfolio.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Attendfolio-main/Attendfolio.zip -------------------------------------------------------------------------------- /Attendfolio-main/Attendfolio/Attendfolio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Attendfolio-main/Attendfolio/Attendfolio.py -------------------------------------------------------------------------------- /Attendfolio-main/Attendfolio/StudentDetails.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Attendfolio-main/Attendfolio/StudentDetails.csv -------------------------------------------------------------------------------- /Attendfolio-main/Attendfolio/TrainingImageLabel/psd.txt: -------------------------------------------------------------------------------- 1 | 12345 2 | -------------------------------------------------------------------------------- /Attendfolio-main/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Attendfolio-main/README.md -------------------------------------------------------------------------------- /Attendfolio-main/Roadmap/Challenges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Attendfolio-main/Roadmap/Challenges -------------------------------------------------------------------------------- /Attendfolio-main/Roadmap/Mentorship.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Attendfolio-main/Roadmap/Mentorship.md -------------------------------------------------------------------------------- /Attendfolio-main/Roadmap/Online Challenge#1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Attendfolio-main/Roadmap/Online Challenge#1.md -------------------------------------------------------------------------------- /Attendfolio-main/Roadmap/Online Challenge#2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Attendfolio-main/Roadmap/Online Challenge#2.md -------------------------------------------------------------------------------- /Bank_Management_System.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Bank_Management_System.py -------------------------------------------------------------------------------- /Biometric/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/.gitignore -------------------------------------------------------------------------------- /Biometric/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /Biometric/.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/.idea/compiler.xml -------------------------------------------------------------------------------- /Biometric/.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/.idea/gradle.xml -------------------------------------------------------------------------------- /Biometric/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/.idea/misc.xml -------------------------------------------------------------------------------- /Biometric/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/README.md -------------------------------------------------------------------------------- /Biometric/URL Shortener System Design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/URL Shortener System Design.md -------------------------------------------------------------------------------- /Biometric/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /Biometric/app/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/app/build.gradle -------------------------------------------------------------------------------- /Biometric/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/app/proguard-rules.pro -------------------------------------------------------------------------------- /Biometric/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /Biometric/app/src/main/res/drawable/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/app/src/main/res/drawable/lock.png -------------------------------------------------------------------------------- /Biometric/app/src/main/res/drawable/yellow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/app/src/main/res/drawable/yellow.jpg -------------------------------------------------------------------------------- /Biometric/app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/app/src/main/res/values/colors.xml -------------------------------------------------------------------------------- /Biometric/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /Biometric/app/src/main/res/values/themes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/app/src/main/res/values/themes.xml -------------------------------------------------------------------------------- /Biometric/app/src/main/res/xml/backup_rules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/app/src/main/res/xml/backup_rules.xml -------------------------------------------------------------------------------- /Biometric/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/build.gradle -------------------------------------------------------------------------------- /Biometric/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/gradle.properties -------------------------------------------------------------------------------- /Biometric/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /Biometric/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/gradlew -------------------------------------------------------------------------------- /Biometric/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/gradlew.bat -------------------------------------------------------------------------------- /Biometric/settings.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Biometric/settings.gradle -------------------------------------------------------------------------------- /BookShop Management/bookshop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/BookShop Management/bookshop.cpp -------------------------------------------------------------------------------- /Boston_Houding_Model/Model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Boston_Houding_Model/Model.py -------------------------------------------------------------------------------- /Boston_Houding_Model/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Boston_Houding_Model/README.md -------------------------------------------------------------------------------- /Budget Checker/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Budget Checker/.gitignore -------------------------------------------------------------------------------- /Budget Checker/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Budget Checker/build.gradle -------------------------------------------------------------------------------- /Budget Checker/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Budget Checker/gradle.properties -------------------------------------------------------------------------------- /Budget Checker/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Budget Checker/gradlew -------------------------------------------------------------------------------- /Budget Checker/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Budget Checker/gradlew.bat -------------------------------------------------------------------------------- /Budget Checker/ipcloudscs1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Budget Checker/ipcloudscs1.jpg -------------------------------------------------------------------------------- /Budget Checker/read.md: -------------------------------------------------------------------------------- 1 | Budget Tracker 2 | -------------------------------------------------------------------------------- /Budget Checker/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | -------------------------------------------------------------------------------- /CC Validator/cc-validator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/CC Validator/cc-validator.cpp -------------------------------------------------------------------------------- /Calculator/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Calculator/app.js -------------------------------------------------------------------------------- /Calculator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Calculator/index.html -------------------------------------------------------------------------------- /Calculator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Calculator/style.css -------------------------------------------------------------------------------- /Calendar_UI/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Calendar_UI/index.html -------------------------------------------------------------------------------- /Calendar_UI/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Calendar_UI/script.js -------------------------------------------------------------------------------- /Calendar_UI/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Calendar_UI/style.css -------------------------------------------------------------------------------- /Chat-App/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Chat-App/package-lock.json -------------------------------------------------------------------------------- /Chat-App/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Chat-App/package.json -------------------------------------------------------------------------------- /Chat-App/public/chat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Chat-App/public/chat.html -------------------------------------------------------------------------------- /Chat-App/public/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Chat-App/public/css/style.css -------------------------------------------------------------------------------- /Chat-App/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Chat-App/public/index.html -------------------------------------------------------------------------------- /Chat-App/public/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Chat-App/public/js/main.js -------------------------------------------------------------------------------- /Chat-App/server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Chat-App/server.js -------------------------------------------------------------------------------- /Chat-App/utils/messages.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Chat-App/utils/messages.js -------------------------------------------------------------------------------- /Chat-App/utils/users.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Chat-App/utils/users.js -------------------------------------------------------------------------------- /Clock/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Clock/index.html -------------------------------------------------------------------------------- /Cupcake Corner/Cupcake Corner/AddressView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Cupcake Corner/Cupcake Corner/AddressView.swift -------------------------------------------------------------------------------- /Cupcake Corner/Cupcake Corner/CheckOutView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Cupcake Corner/Cupcake Corner/CheckOutView.swift -------------------------------------------------------------------------------- /Cupcake Corner/Cupcake Corner/ContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Cupcake Corner/Cupcake Corner/ContentView.swift -------------------------------------------------------------------------------- /Cupcake Corner/Cupcake Corner/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Cupcake Corner/Cupcake Corner/Info.plist -------------------------------------------------------------------------------- /Cupcake Corner/Cupcake Corner/Order.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Cupcake Corner/Cupcake Corner/Order.swift -------------------------------------------------------------------------------- /Cupcake Corner/Cupcake CornerTests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Cupcake Corner/Cupcake CornerTests/Info.plist -------------------------------------------------------------------------------- /Cupcake Corner/Cupcake CornerUITests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Cupcake Corner/Cupcake CornerUITests/Info.plist -------------------------------------------------------------------------------- /DOM Challenge/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/DOM Challenge/.DS_Store -------------------------------------------------------------------------------- /DOM Challenge/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/DOM Challenge/index.html -------------------------------------------------------------------------------- /DOM Challenge/index.js: -------------------------------------------------------------------------------- 1 | document.query 2 | -------------------------------------------------------------------------------- /DOM Challenge/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/DOM Challenge/styles.css -------------------------------------------------------------------------------- /Dice Game/dicee.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Dice Game/dicee.html -------------------------------------------------------------------------------- /Dice Game/images/dice1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Dice Game/images/dice1.png -------------------------------------------------------------------------------- /Dice Game/images/dice2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Dice Game/images/dice2.png -------------------------------------------------------------------------------- /Dice Game/images/dice3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Dice Game/images/dice3.png -------------------------------------------------------------------------------- /Dice Game/images/dice4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Dice Game/images/dice4.png -------------------------------------------------------------------------------- /Dice Game/images/dice5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Dice Game/images/dice5.png -------------------------------------------------------------------------------- /Dice Game/images/dice6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Dice Game/images/dice6.png -------------------------------------------------------------------------------- /Dice Game/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Dice Game/images/favicon.ico -------------------------------------------------------------------------------- /Dice Game/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Dice Game/index.js -------------------------------------------------------------------------------- /Dice Game/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Dice Game/styles.css -------------------------------------------------------------------------------- /Dice_Roll_Simulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Dice_Roll_Simulator.py -------------------------------------------------------------------------------- /Drum Kit/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Drum Kit/.DS_Store -------------------------------------------------------------------------------- /Drum Kit/images/crash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Drum Kit/images/crash.png -------------------------------------------------------------------------------- /Drum Kit/images/kick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Drum Kit/images/kick.png -------------------------------------------------------------------------------- /Drum Kit/images/snare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Drum Kit/images/snare.png -------------------------------------------------------------------------------- /Drum Kit/images/tom1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Drum Kit/images/tom1.png -------------------------------------------------------------------------------- /Drum Kit/images/tom2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Drum Kit/images/tom2.png -------------------------------------------------------------------------------- /Drum Kit/images/tom3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Drum Kit/images/tom3.png -------------------------------------------------------------------------------- /Drum Kit/images/tom4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Drum Kit/images/tom4.png -------------------------------------------------------------------------------- /Drum Kit/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Drum Kit/index.html -------------------------------------------------------------------------------- /Drum Kit/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Drum Kit/index.js -------------------------------------------------------------------------------- /Drum Kit/sounds/crash.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Drum Kit/sounds/crash.mp3 -------------------------------------------------------------------------------- /Drum Kit/sounds/kick-bass.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Drum Kit/sounds/kick-bass.mp3 -------------------------------------------------------------------------------- /Drum Kit/sounds/snare.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Drum Kit/sounds/snare.mp3 -------------------------------------------------------------------------------- /Drum Kit/sounds/tom-1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Drum Kit/sounds/tom-1.mp3 -------------------------------------------------------------------------------- /Drum Kit/sounds/tom-2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Drum Kit/sounds/tom-2.mp3 -------------------------------------------------------------------------------- /Drum Kit/sounds/tom-3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Drum Kit/sounds/tom-3.mp3 -------------------------------------------------------------------------------- /Drum Kit/sounds/tom-4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Drum Kit/sounds/tom-4.mp3 -------------------------------------------------------------------------------- /Drum Kit/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Drum Kit/styles.css -------------------------------------------------------------------------------- /Eye Filter/Blue2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Eye Filter/Blue2.png -------------------------------------------------------------------------------- /Eye Filter/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Eye Filter/blue.png -------------------------------------------------------------------------------- /Eye Filter/haarcascade_eye.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Eye Filter/haarcascade_eye.xml -------------------------------------------------------------------------------- /Eye Filter/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Eye Filter/test.py -------------------------------------------------------------------------------- /Format Converter/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Format Converter/app.py -------------------------------------------------------------------------------- /Format Converter/asgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Format Converter/asgi.py -------------------------------------------------------------------------------- /Fruits Game/audio/slicefruit.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Fruits Game/audio/slicefruit.mp3 -------------------------------------------------------------------------------- /Fruits Game/audio/slicefruit.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Fruits Game/audio/slicefruit.ogg -------------------------------------------------------------------------------- /Fruits Game/images/apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Fruits Game/images/apple.png -------------------------------------------------------------------------------- /Fruits Game/images/banana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Fruits Game/images/banana.png -------------------------------------------------------------------------------- /Fruits Game/images/cherries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Fruits Game/images/cherries.png -------------------------------------------------------------------------------- /Fruits Game/images/grapes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Fruits Game/images/grapes.png -------------------------------------------------------------------------------- /Fruits Game/images/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Fruits Game/images/heart.png -------------------------------------------------------------------------------- /Fruits Game/images/mango.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Fruits Game/images/mango.png -------------------------------------------------------------------------------- /Fruits Game/images/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Fruits Game/images/orange.png -------------------------------------------------------------------------------- /Fruits Game/images/peach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Fruits Game/images/peach.png -------------------------------------------------------------------------------- /Fruits Game/images/pear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Fruits Game/images/pear.png -------------------------------------------------------------------------------- /Fruits Game/images/watermelon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Fruits Game/images/watermelon.png -------------------------------------------------------------------------------- /Fruits Game/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Fruits Game/index.html -------------------------------------------------------------------------------- /Fruits Game/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Fruits Game/jquery.js -------------------------------------------------------------------------------- /Fruits Game/styling.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Fruits Game/styling.css -------------------------------------------------------------------------------- /FruitsProject/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/app.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/.bin/semver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/.bin/semver -------------------------------------------------------------------------------- /FruitsProject/node_modules/.bin/semver.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/.bin/semver.cmd -------------------------------------------------------------------------------- /FruitsProject/node_modules/.bin/semver.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/.bin/semver.ps1 -------------------------------------------------------------------------------- /FruitsProject/node_modules/@types/bson/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/@types/bson/LICENSE -------------------------------------------------------------------------------- /FruitsProject/node_modules/@types/bson/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/@types/bson/README.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/@types/node/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/@types/node/LICENSE -------------------------------------------------------------------------------- /FruitsProject/node_modules/@types/node/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/@types/node/README.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/@types/node/base.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/@types/node/base.d.ts -------------------------------------------------------------------------------- /FruitsProject/node_modules/@types/node/dns.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/@types/node/dns.d.ts -------------------------------------------------------------------------------- /FruitsProject/node_modules/@types/node/fs.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/@types/node/fs.d.ts -------------------------------------------------------------------------------- /FruitsProject/node_modules/@types/node/http.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/@types/node/http.d.ts -------------------------------------------------------------------------------- /FruitsProject/node_modules/@types/node/net.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/@types/node/net.d.ts -------------------------------------------------------------------------------- /FruitsProject/node_modules/@types/node/os.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/@types/node/os.d.ts -------------------------------------------------------------------------------- /FruitsProject/node_modules/@types/node/path.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/@types/node/path.d.ts -------------------------------------------------------------------------------- /FruitsProject/node_modules/@types/node/repl.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/@types/node/repl.d.ts -------------------------------------------------------------------------------- /FruitsProject/node_modules/@types/node/tls.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/@types/node/tls.d.ts -------------------------------------------------------------------------------- /FruitsProject/node_modules/@types/node/tty.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/@types/node/tty.d.ts -------------------------------------------------------------------------------- /FruitsProject/node_modules/@types/node/url.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/@types/node/url.d.ts -------------------------------------------------------------------------------- /FruitsProject/node_modules/@types/node/v8.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/@types/node/v8.d.ts -------------------------------------------------------------------------------- /FruitsProject/node_modules/@types/node/vm.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/@types/node/vm.d.ts -------------------------------------------------------------------------------- /FruitsProject/node_modules/bl/.jshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/bl/.jshintrc -------------------------------------------------------------------------------- /FruitsProject/node_modules/bl/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/bl/.travis.yml -------------------------------------------------------------------------------- /FruitsProject/node_modules/bl/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/bl/LICENSE.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/bl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/bl/README.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/bl/bl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/bl/bl.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/bl/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/bl/package.json -------------------------------------------------------------------------------- /FruitsProject/node_modules/bl/test/indexOf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/bl/test/indexOf.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/bl/test/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/bl/test/test.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/bluebird/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/bluebird/LICENSE -------------------------------------------------------------------------------- /FruitsProject/node_modules/bluebird/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/bluebird/README.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/bson/HISTORY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/bson/HISTORY.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/bson/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/bson/LICENSE.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/bson/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/bson/README.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/bson/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/bson/bower.json -------------------------------------------------------------------------------- /FruitsProject/node_modules/bson/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/bson/index.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/bson/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/bson/package.json -------------------------------------------------------------------------------- /FruitsProject/node_modules/debug/.coveralls.yml: -------------------------------------------------------------------------------- 1 | repo_token: SIAeZjKYlHK74rbcFvNHMUzjRiMpflxve 2 | -------------------------------------------------------------------------------- /FruitsProject/node_modules/debug/.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/debug/.eslintrc -------------------------------------------------------------------------------- /FruitsProject/node_modules/debug/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/debug/.npmignore -------------------------------------------------------------------------------- /FruitsProject/node_modules/debug/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/debug/.travis.yml -------------------------------------------------------------------------------- /FruitsProject/node_modules/debug/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/debug/CHANGELOG.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/debug/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/debug/LICENSE -------------------------------------------------------------------------------- /FruitsProject/node_modules/debug/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/debug/Makefile -------------------------------------------------------------------------------- /FruitsProject/node_modules/debug/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/debug/README.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/debug/karma.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/debug/karma.conf.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/debug/node.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./src/node'); 2 | -------------------------------------------------------------------------------- /FruitsProject/node_modules/debug/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/debug/package.json -------------------------------------------------------------------------------- /FruitsProject/node_modules/debug/src/debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/debug/src/debug.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/debug/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/debug/src/index.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/debug/src/node.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/debug/src/node.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/denque/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | ## 1.5.0 2 | 3 | - feat: adds capacity option for circular buffers (#27) 4 | 5 | -------------------------------------------------------------------------------- /FruitsProject/node_modules/denque/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/denque/LICENSE -------------------------------------------------------------------------------- /FruitsProject/node_modules/denque/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/denque/README.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/denque/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/denque/index.d.ts -------------------------------------------------------------------------------- /FruitsProject/node_modules/denque/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/denque/index.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/denque/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/denque/package.json -------------------------------------------------------------------------------- /FruitsProject/node_modules/inherits/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/inherits/LICENSE -------------------------------------------------------------------------------- /FruitsProject/node_modules/inherits/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/inherits/README.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/isarray/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /FruitsProject/node_modules/isarray/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/isarray/.travis.yml -------------------------------------------------------------------------------- /FruitsProject/node_modules/isarray/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/isarray/Makefile -------------------------------------------------------------------------------- /FruitsProject/node_modules/isarray/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/isarray/README.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/isarray/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/isarray/index.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/isarray/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/isarray/test.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/kareem/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/kareem/.travis.yml -------------------------------------------------------------------------------- /FruitsProject/node_modules/kareem/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/kareem/CHANGELOG.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/kareem/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/kareem/LICENSE -------------------------------------------------------------------------------- /FruitsProject/node_modules/kareem/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/kareem/Makefile -------------------------------------------------------------------------------- /FruitsProject/node_modules/kareem/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/kareem/README.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/kareem/docs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/kareem/docs.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/kareem/gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/kareem/gulpfile.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/kareem/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/kareem/index.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/kareem/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/kareem/package.json -------------------------------------------------------------------------------- /FruitsProject/node_modules/mongodb/HISTORY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mongodb/HISTORY.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/mongodb/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mongodb/LICENSE.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/mongodb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mongodb/README.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/mongodb/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mongodb/index.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/mongodb/lib/apm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mongodb/lib/apm.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/mongodb/lib/db.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mongodb/lib/db.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/mongoose/History.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mongoose/History.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/mongoose/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mongoose/LICENSE.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/mongoose/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mongoose/README.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/mongoose/browser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mongoose/browser.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/mongoose/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mongoose/index.d.ts -------------------------------------------------------------------------------- /FruitsProject/node_modules/mongoose/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mongoose/index.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/mongoose/lib/drivers/SPEC.md: -------------------------------------------------------------------------------- 1 | 2 | # Driver Spec 3 | 4 | TODO 5 | -------------------------------------------------------------------------------- /FruitsProject/node_modules/mpath/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mpath/.travis.yml -------------------------------------------------------------------------------- /FruitsProject/node_modules/mpath/History.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mpath/History.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/mpath/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mpath/LICENSE -------------------------------------------------------------------------------- /FruitsProject/node_modules/mpath/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mpath/Makefile -------------------------------------------------------------------------------- /FruitsProject/node_modules/mpath/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mpath/README.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/mpath/bench.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mpath/bench.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/mpath/bench.log: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FruitsProject/node_modules/mpath/bench.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mpath/bench.out -------------------------------------------------------------------------------- /FruitsProject/node_modules/mpath/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mpath/index.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/mpath/lib/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mpath/lib/index.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/mpath/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mpath/package.json -------------------------------------------------------------------------------- /FruitsProject/node_modules/mpath/test/.eslintrc.yml: -------------------------------------------------------------------------------- 1 | env: 2 | mocha: true 3 | rules: 4 | no-unused-vars: off -------------------------------------------------------------------------------- /FruitsProject/node_modules/mpath/test/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mpath/test/index.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/mquery/.eslintignore: -------------------------------------------------------------------------------- 1 | coverage/ -------------------------------------------------------------------------------- /FruitsProject/node_modules/mquery/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mquery/.travis.yml -------------------------------------------------------------------------------- /FruitsProject/node_modules/mquery/History.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mquery/History.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/mquery/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mquery/LICENSE -------------------------------------------------------------------------------- /FruitsProject/node_modules/mquery/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mquery/Makefile -------------------------------------------------------------------------------- /FruitsProject/node_modules/mquery/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mquery/README.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/mquery/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mquery/SECURITY.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/mquery/lib/env.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mquery/lib/env.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/mquery/lib/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mquery/lib/utils.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/mquery/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mquery/package.json -------------------------------------------------------------------------------- /FruitsProject/node_modules/mquery/test/collection/browser.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FruitsProject/node_modules/mquery/test/collection/mongo.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FruitsProject/node_modules/mquery/test/env.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/mquery/test/env.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/ms/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/ms/index.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/ms/license.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/ms/license.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/ms/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/ms/package.json -------------------------------------------------------------------------------- /FruitsProject/node_modules/ms/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/ms/readme.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/readable-stream/duplex-browser.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./lib/_stream_duplex.js'); 2 | -------------------------------------------------------------------------------- /FruitsProject/node_modules/readable-stream/duplex.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./readable').Duplex 2 | -------------------------------------------------------------------------------- /FruitsProject/node_modules/readable-stream/lib/internal/streams/stream.js: -------------------------------------------------------------------------------- 1 | module.exports = require('stream'); 2 | -------------------------------------------------------------------------------- /FruitsProject/node_modules/readable-stream/passthrough.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./readable').PassThrough 2 | -------------------------------------------------------------------------------- /FruitsProject/node_modules/readable-stream/transform.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./readable').Transform 2 | -------------------------------------------------------------------------------- /FruitsProject/node_modules/readable-stream/writable-browser.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./lib/_stream_writable.js'); 2 | -------------------------------------------------------------------------------- /FruitsProject/node_modules/safe-buffer/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/safe-buffer/LICENSE -------------------------------------------------------------------------------- /FruitsProject/node_modules/saslprep/.gitattributes: -------------------------------------------------------------------------------- 1 | *.mem binary 2 | -------------------------------------------------------------------------------- /FruitsProject/node_modules/saslprep/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/saslprep/LICENSE -------------------------------------------------------------------------------- /FruitsProject/node_modules/saslprep/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/saslprep/index.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/saslprep/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/saslprep/readme.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/semver/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/semver/CHANGELOG.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/semver/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/semver/LICENSE -------------------------------------------------------------------------------- /FruitsProject/node_modules/semver/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/semver/README.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/semver/bin/semver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/semver/bin/semver -------------------------------------------------------------------------------- /FruitsProject/node_modules/semver/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/semver/package.json -------------------------------------------------------------------------------- /FruitsProject/node_modules/semver/range.bnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/semver/range.bnf -------------------------------------------------------------------------------- /FruitsProject/node_modules/semver/semver.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/semver/semver.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/sift/.babelrc: -------------------------------------------------------------------------------- 1 | { 2 | "presets": ["es2015"] 3 | } -------------------------------------------------------------------------------- /FruitsProject/node_modules/sift/.coveralls.yml: -------------------------------------------------------------------------------- 1 | repo_token: dYtQuNe9CVSGoA5LVadgT3lomowKzEgav -------------------------------------------------------------------------------- /FruitsProject/node_modules/sift/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/sift/.travis.yml -------------------------------------------------------------------------------- /FruitsProject/node_modules/sift/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/sift/README.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/sift/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/sift/bower.json -------------------------------------------------------------------------------- /FruitsProject/node_modules/sift/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/sift/changelog.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/sift/gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/sift/gulpfile.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/sift/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/sift/index.d.ts -------------------------------------------------------------------------------- /FruitsProject/node_modules/sift/lib/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/sift/lib/index.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/sift/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/sift/package.json -------------------------------------------------------------------------------- /FruitsProject/node_modules/sift/sift.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/sift/sift.min.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/sift/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/sift/src/index.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/sift/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/sift/tsconfig.json -------------------------------------------------------------------------------- /FruitsProject/node_modules/sift/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/sift/yarn.lock -------------------------------------------------------------------------------- /FruitsProject/node_modules/sliced/History.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/sliced/History.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/sliced/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/sliced/LICENSE -------------------------------------------------------------------------------- /FruitsProject/node_modules/sliced/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/sliced/README.md -------------------------------------------------------------------------------- /FruitsProject/node_modules/sliced/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/sliced/index.js -------------------------------------------------------------------------------- /FruitsProject/node_modules/sliced/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/node_modules/sliced/package.json -------------------------------------------------------------------------------- /FruitsProject/node_modules/sparse-bitfield/.npmignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /FruitsProject/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/package-lock.json -------------------------------------------------------------------------------- /FruitsProject/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/FruitsProject/package.json -------------------------------------------------------------------------------- /Game/Ping-pong.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Game/Ping-pong.py -------------------------------------------------------------------------------- /Game/Playing-cards.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Game/Playing-cards.py -------------------------------------------------------------------------------- /Game/SnakeGame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Game/SnakeGame.cpp -------------------------------------------------------------------------------- /Game/guess_the_number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Game/guess_the_number.cpp -------------------------------------------------------------------------------- /Game/number-guess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Game/number-guess.py -------------------------------------------------------------------------------- /Game/rock_paper_scissors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Game/rock_paper_scissors.py -------------------------------------------------------------------------------- /Game/stone_paper_scissor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Game/stone_paper_scissor.cpp -------------------------------------------------------------------------------- /Game/tic_tac_toe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Game/tic_tac_toe.py -------------------------------------------------------------------------------- /Games using C++/Asteroid.c.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Games using C++/Asteroid.c.cpp -------------------------------------------------------------------------------- /Games using C++/DoodleJump.c.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Games using C++/DoodleJump.c.cpp -------------------------------------------------------------------------------- /Games using C++/Minesweeper.cpp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Games using C++/Minesweeper.cpp.cpp -------------------------------------------------------------------------------- /General Store Management System/store.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/General Store Management System/store.cpp -------------------------------------------------------------------------------- /Gift Selector/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Gift Selector/README.md -------------------------------------------------------------------------------- /Gift Selector/hint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Gift Selector/hint.md -------------------------------------------------------------------------------- /Gift Selector/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Gift Selector/index.css -------------------------------------------------------------------------------- /Gift Selector/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Gift Selector/index.html -------------------------------------------------------------------------------- /Gift Selector/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Gift Selector/index.js -------------------------------------------------------------------------------- /Gift Selector/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Gift Selector/package.json -------------------------------------------------------------------------------- /Gift Selector/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Gift Selector/webpack.config.js -------------------------------------------------------------------------------- /Goldbach's Conjecture/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Goldbach's Conjecture/README.md -------------------------------------------------------------------------------- /Goldbach's Conjecture/golbatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Goldbach's Conjecture/golbatch.c -------------------------------------------------------------------------------- /Hotel Web Design/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Hotel Web Design/1.png -------------------------------------------------------------------------------- /Hotel Web Design/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Hotel Web Design/2.png -------------------------------------------------------------------------------- /Hotel Web Design/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Hotel Web Design/3.png -------------------------------------------------------------------------------- /InstaFilter/InstaFilter/ContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/InstaFilter/InstaFilter/ContentView.swift -------------------------------------------------------------------------------- /InstaFilter/InstaFilter/ImagePicker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/InstaFilter/InstaFilter/ImagePicker.swift -------------------------------------------------------------------------------- /InstaFilter/InstaFilter/ImageSaver.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/InstaFilter/InstaFilter/ImageSaver.swift -------------------------------------------------------------------------------- /InstaFilter/InstaFilter/InstaFilterApp.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/InstaFilter/InstaFilter/InstaFilterApp.swift -------------------------------------------------------------------------------- /InstaFilter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/InstaFilter/README.md -------------------------------------------------------------------------------- /Jokes Chrome Extension/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Jokes Chrome Extension/favicon.ico -------------------------------------------------------------------------------- /Jokes Chrome Extension/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Jokes Chrome Extension/index.html -------------------------------------------------------------------------------- /Jokes Chrome Extension/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Jokes Chrome Extension/logo.png -------------------------------------------------------------------------------- /Jokes Chrome Extension/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Jokes Chrome Extension/manifest.json -------------------------------------------------------------------------------- /Jokes Chrome Extension/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Jokes Chrome Extension/script.js -------------------------------------------------------------------------------- /Jokes Chrome Extension/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Jokes Chrome Extension/styles.css -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/LICENSE -------------------------------------------------------------------------------- /LIC_Manager/lic-management.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/LIC_Manager/lic-management.cpp -------------------------------------------------------------------------------- /Log-main/project3.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Log-main/project3.css -------------------------------------------------------------------------------- /Log-main/project3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Log-main/project3.html -------------------------------------------------------------------------------- /Math Game/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Math Game/index.html -------------------------------------------------------------------------------- /Math Game/javascript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Math Game/javascript.js -------------------------------------------------------------------------------- /Math Game/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Math Game/style.css -------------------------------------------------------------------------------- /Medical Website/MANKINDLOGO.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/MANKINDLOGO.jpg -------------------------------------------------------------------------------- /Medical Website/abottlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/abottlogo.png -------------------------------------------------------------------------------- /Medical Website/aciloc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/aciloc.jpg -------------------------------------------------------------------------------- /Medical Website/acnestar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/acnestar.png -------------------------------------------------------------------------------- /Medical Website/alkemlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/alkemlogo.png -------------------------------------------------------------------------------- /Medical Website/atozsyrup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/atozsyrup.jpg -------------------------------------------------------------------------------- /Medical Website/benadryl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/benadryl.jpg -------------------------------------------------------------------------------- /Medical Website/blucross.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/blucross.jpg -------------------------------------------------------------------------------- /Medical Website/bonepain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/bonepain.png -------------------------------------------------------------------------------- /Medical Website/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/bootstrap.css -------------------------------------------------------------------------------- /Medical Website/cart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/cart.html -------------------------------------------------------------------------------- /Medical Website/cipladinecream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/cipladinecream.jpg -------------------------------------------------------------------------------- /Medical Website/ciplalogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/ciplalogo.png -------------------------------------------------------------------------------- /Medical Website/combiflam.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/combiflam.jpg -------------------------------------------------------------------------------- /Medical Website/connect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/connect.php -------------------------------------------------------------------------------- /Medical Website/crocin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/crocin.png -------------------------------------------------------------------------------- /Medical Website/dexorange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/dexorange.png -------------------------------------------------------------------------------- /Medical Website/doctors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/doctors.png -------------------------------------------------------------------------------- /Medical Website/doctors1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/doctors1.jpg -------------------------------------------------------------------------------- /Medical Website/drredyy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/drredyy.jpg -------------------------------------------------------------------------------- /Medical Website/drypsingh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/drypsingh.jpg -------------------------------------------------------------------------------- /Medical Website/drytndp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/drytndp.jpg -------------------------------------------------------------------------------- /Medical Website/hn5bpr1ci2do5kdub51v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/hn5bpr1ci2do5kdub51v.png -------------------------------------------------------------------------------- /Medical Website/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/index.html -------------------------------------------------------------------------------- /Medical Website/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/index.js -------------------------------------------------------------------------------- /Medical Website/ipcalogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/ipcalogo.jpg -------------------------------------------------------------------------------- /Medical Website/izmowfkjioi6zx103r85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/izmowfkjioi6zx103r85.png -------------------------------------------------------------------------------- /Medical Website/laboratelogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/laboratelogo.jpg -------------------------------------------------------------------------------- /Medical Website/limcee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/limcee.jpg -------------------------------------------------------------------------------- /Medical Website/lulibet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/lulibet.jpg -------------------------------------------------------------------------------- /Medical Website/mucaingelsyrup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/mucaingelsyrup.png -------------------------------------------------------------------------------- /Medical Website/omnigel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/omnigel.jpg -------------------------------------------------------------------------------- /Medical Website/pain relief.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/pain relief.png -------------------------------------------------------------------------------- /Medical Website/product-details.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/product-details.html -------------------------------------------------------------------------------- /Medical Website/product.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/product.html -------------------------------------------------------------------------------- /Medical Website/stomach care.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/stomach care.png -------------------------------------------------------------------------------- /Medical Website/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Medical Website/styles.css -------------------------------------------------------------------------------- /Method/all_occurences.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Method/all_occurences.cpp -------------------------------------------------------------------------------- /Method/palindrome_recursive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Method/palindrome_recursive.cpp -------------------------------------------------------------------------------- /Movie Recomender/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Movie Recomender/README.md -------------------------------------------------------------------------------- /Movie Recomender/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Movie Recomender/app.py -------------------------------------------------------------------------------- /Movie Recomender/notebook86c26b4f17.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Movie Recomender/notebook86c26b4f17.ipynb -------------------------------------------------------------------------------- /Movie Search/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Movie Search/README.md -------------------------------------------------------------------------------- /Movie Search/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Movie Search/package-lock.json -------------------------------------------------------------------------------- /Movie Search/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Movie Search/package.json -------------------------------------------------------------------------------- /Movie Search/public/FilmFest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Movie Search/public/FilmFest.png -------------------------------------------------------------------------------- /Movie Search/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Movie Search/public/favicon.ico -------------------------------------------------------------------------------- /Movie Search/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Movie Search/public/index.html -------------------------------------------------------------------------------- /Movie Search/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Movie Search/public/manifest.json -------------------------------------------------------------------------------- /Movie Search/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Movie Search/public/robots.txt -------------------------------------------------------------------------------- /Movie Search/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Movie Search/src/App.css -------------------------------------------------------------------------------- /Movie Search/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Movie Search/src/App.js -------------------------------------------------------------------------------- /Movie Search/src/Footer.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Movie Search/src/Footer.jsx -------------------------------------------------------------------------------- /Movie Search/src/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Movie Search/src/Logo.png -------------------------------------------------------------------------------- /Movie Search/src/MovieCard.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Movie Search/src/MovieCard.jsx -------------------------------------------------------------------------------- /Movie Search/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Movie Search/src/index.js -------------------------------------------------------------------------------- /Movie Search/src/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Movie Search/src/search.svg -------------------------------------------------------------------------------- /Multiple Face recognition/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Multiple Face recognition/.gitignore -------------------------------------------------------------------------------- /Multiple Face recognition/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Multiple Face recognition/README.md -------------------------------------------------------------------------------- /Multiple Face recognition/face_rec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Multiple Face recognition/face_rec.py -------------------------------------------------------------------------------- /Multiple Face recognition/faces.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Multiple Face recognition/faces.zip -------------------------------------------------------------------------------- /Multiple Face recognition/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Multiple Face recognition/test.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Multiple Face recognition/test.zip -------------------------------------------------------------------------------- /Neural Network Visualization/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Neural Network Visualization/app.py -------------------------------------------------------------------------------- /Neural Network Visualization/ml_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Neural Network Visualization/ml_server.py -------------------------------------------------------------------------------- /Neural Network Visualization/model.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Neural Network Visualization/model.h5 -------------------------------------------------------------------------------- /Neural Network Visualization/modelfile.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Neural Network Visualization/modelfile.ipynb -------------------------------------------------------------------------------- /Neural Network Visualization/required modules .md: -------------------------------------------------------------------------------- 1 | streamlit scipy numpy matplot 2 | -------------------------------------------------------------------------------- /NewsApp/News.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/NewsApp/News.py -------------------------------------------------------------------------------- /Notepad App/2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Notepad App/2.ico -------------------------------------------------------------------------------- /Notepad App/notepad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Notepad App/notepad.py -------------------------------------------------------------------------------- /OnTrack/OnTrack.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/OnTrack/OnTrack.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /OnTrack/OnTrack/AddView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/OnTrack/OnTrack/AddView.swift -------------------------------------------------------------------------------- /OnTrack/OnTrack/Anime/AnimeDetails.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/OnTrack/OnTrack/Anime/AnimeDetails.swift -------------------------------------------------------------------------------- /OnTrack/OnTrack/Anime/AnimeTracked.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/OnTrack/OnTrack/Anime/AnimeTracked.swift -------------------------------------------------------------------------------- /OnTrack/OnTrack/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/OnTrack/OnTrack/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /OnTrack/OnTrack/Books/BookDetails.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/OnTrack/OnTrack/Books/BookDetails.swift -------------------------------------------------------------------------------- /OnTrack/OnTrack/Books/BooksTracked.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/OnTrack/OnTrack/Books/BooksTracked.swift -------------------------------------------------------------------------------- /OnTrack/OnTrack/ContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/OnTrack/OnTrack/ContentView.swift -------------------------------------------------------------------------------- /OnTrack/OnTrack/ImagePicker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/OnTrack/OnTrack/ImagePicker.swift -------------------------------------------------------------------------------- /OnTrack/OnTrack/Manga/MangaDetails.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/OnTrack/OnTrack/Manga/MangaDetails.swift -------------------------------------------------------------------------------- /OnTrack/OnTrack/Manga/MangaTracked.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/OnTrack/OnTrack/Manga/MangaTracked.swift -------------------------------------------------------------------------------- /OnTrack/OnTrack/Movies/MovieDetails.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/OnTrack/OnTrack/Movies/MovieDetails.swift -------------------------------------------------------------------------------- /OnTrack/OnTrack/Movies/MovieTracked.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/OnTrack/OnTrack/Movies/MovieTracked.swift -------------------------------------------------------------------------------- /OnTrack/OnTrack/OnTrackApp.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/OnTrack/OnTrack/OnTrackApp.swift -------------------------------------------------------------------------------- /OnTrack/OnTrack/TrackingItems.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/OnTrack/OnTrack/TrackingItems.swift -------------------------------------------------------------------------------- /OnTrack/OnTrackTests/OnTrackTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/OnTrack/OnTrackTests/OnTrackTests.swift -------------------------------------------------------------------------------- /OnTrack/OnTrackUITests/OnTrackUITests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/OnTrack/OnTrackUITests/OnTrackUITests.swift -------------------------------------------------------------------------------- /Orphanage Management/orphanage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Orphanage Management/orphanage.cpp -------------------------------------------------------------------------------- /Painting App/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Painting App/index.html -------------------------------------------------------------------------------- /Painting App/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Painting App/script.js -------------------------------------------------------------------------------- /Painting App/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Painting App/style.css -------------------------------------------------------------------------------- /Pomodoro-main/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Pomodoro-main/README.md -------------------------------------------------------------------------------- /Pomodoro-main/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Pomodoro-main/index.html -------------------------------------------------------------------------------- /Pomodoro-main/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Pomodoro-main/main.js -------------------------------------------------------------------------------- /Pomodoro-main/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Pomodoro-main/style.css -------------------------------------------------------------------------------- /QR Generator/QR_Generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QR Generator/QR_Generator.py -------------------------------------------------------------------------------- /QuizzGame(PWA)/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/.gitignore -------------------------------------------------------------------------------- /QuizzGame(PWA)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/README.md -------------------------------------------------------------------------------- /QuizzGame(PWA)/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/package-lock.json -------------------------------------------------------------------------------- /QuizzGame(PWA)/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/package.json -------------------------------------------------------------------------------- /QuizzGame(PWA)/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/public/images/logo.png -------------------------------------------------------------------------------- /QuizzGame(PWA)/public/images/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/public/images/logo1.png -------------------------------------------------------------------------------- /QuizzGame(PWA)/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/public/index.html -------------------------------------------------------------------------------- /QuizzGame(PWA)/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/public/manifest.json -------------------------------------------------------------------------------- /QuizzGame(PWA)/public/offline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/public/offline.html -------------------------------------------------------------------------------- /QuizzGame(PWA)/public/serviceworker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/public/serviceworker.js -------------------------------------------------------------------------------- /QuizzGame(PWA)/sampleoutput.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/sampleoutput.json -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/App.css -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/App.js -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/App.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/App.test.js -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/components/About.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/components/About.js -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/components/Contact.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/components/Contact.js -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/components/Index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/components/Index.js -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/components/Navbar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/components/Navbar.js -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/components/Quizz.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/components/Quizz.js -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/components/QuizzItem.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/components/QuizzItem.js -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/components/bgg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/components/bgg.jpg -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/components/dp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/components/dp.png -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/components/dp1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/components/dp1.png -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/components/error-404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/components/error-404.png -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/components/quizzer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/components/quizzer.png -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/components/quizzwall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/components/quizzwall.jpg -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/index.css -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/index.js -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/logo.svg -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/reportWebVitals.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/reportWebVitals.js -------------------------------------------------------------------------------- /QuizzGame(PWA)/src/setupTests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/QuizzGame(PWA)/src/setupTests.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/README.md -------------------------------------------------------------------------------- /Random Quote Generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote Generator/README.md -------------------------------------------------------------------------------- /Random Quote Generator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote Generator/index.html -------------------------------------------------------------------------------- /Random Quote Generator/quote.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote Generator/quote.js -------------------------------------------------------------------------------- /Random Quote Generator/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote Generator/script.js -------------------------------------------------------------------------------- /Random Quote Generator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote Generator/style.css -------------------------------------------------------------------------------- /Random Quote React/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/.gitignore -------------------------------------------------------------------------------- /Random Quote React/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/README.md -------------------------------------------------------------------------------- /Random Quote React/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/package.json -------------------------------------------------------------------------------- /Random Quote React/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/public/favicon.ico -------------------------------------------------------------------------------- /Random Quote React/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/public/index.html -------------------------------------------------------------------------------- /Random Quote React/public/logo192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/public/logo192.png -------------------------------------------------------------------------------- /Random Quote React/public/logo512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/public/logo512.png -------------------------------------------------------------------------------- /Random Quote React/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/public/manifest.json -------------------------------------------------------------------------------- /Random Quote React/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/public/robots.txt -------------------------------------------------------------------------------- /Random Quote React/src/App.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Random Quote React/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/src/App.js -------------------------------------------------------------------------------- /Random Quote React/src/App.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/src/App.test.js -------------------------------------------------------------------------------- /Random Quote React/src/components/Auther.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/src/components/Auther.css -------------------------------------------------------------------------------- /Random Quote React/src/components/Auther.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/src/components/Auther.js -------------------------------------------------------------------------------- /Random Quote React/src/components/Footer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/src/components/Footer.css -------------------------------------------------------------------------------- /Random Quote React/src/components/Footer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/src/components/Footer.js -------------------------------------------------------------------------------- /Random Quote React/src/components/Header.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/src/components/Header.css -------------------------------------------------------------------------------- /Random Quote React/src/components/Header.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/src/components/Header.js -------------------------------------------------------------------------------- /Random Quote React/src/components/Main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/src/components/Main.css -------------------------------------------------------------------------------- /Random Quote React/src/components/Main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/src/components/Main.js -------------------------------------------------------------------------------- /Random Quote React/src/components/Quote.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/src/components/Quote.css -------------------------------------------------------------------------------- /Random Quote React/src/components/Quote.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/src/components/Quote.js -------------------------------------------------------------------------------- /Random Quote React/src/components/RandomQuote.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Random Quote React/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/src/index.css -------------------------------------------------------------------------------- /Random Quote React/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/src/index.js -------------------------------------------------------------------------------- /Random Quote React/src/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/src/logo.svg -------------------------------------------------------------------------------- /Random Quote React/src/reportWebVitals.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/src/reportWebVitals.js -------------------------------------------------------------------------------- /Random Quote React/src/setupTests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/src/setupTests.js -------------------------------------------------------------------------------- /Random Quote React/yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random Quote React/yarn.lock -------------------------------------------------------------------------------- /Random-color-Generator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random-color-Generator/index.html -------------------------------------------------------------------------------- /Random-color-Generator/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random-color-Generator/index.js -------------------------------------------------------------------------------- /Random-color-Generator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random-color-Generator/style.css -------------------------------------------------------------------------------- /Random_Quote_Generator/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random_Quote_Generator/app.js -------------------------------------------------------------------------------- /Random_Quote_Generator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random_Quote_Generator/index.html -------------------------------------------------------------------------------- /Random_Quote_Generator/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Random_Quote_Generator/styles.css -------------------------------------------------------------------------------- /Ratinopathy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Ratinopathy.ipynb -------------------------------------------------------------------------------- /Rock Paper Scissor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Rock Paper Scissor/index.html -------------------------------------------------------------------------------- /Rock Paper Scissor/paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Rock Paper Scissor/paper.png -------------------------------------------------------------------------------- /Rock Paper Scissor/rock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Rock Paper Scissor/rock.png -------------------------------------------------------------------------------- /Rock Paper Scissor/scissors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Rock Paper Scissor/scissors.png -------------------------------------------------------------------------------- /Rock Paper Scissor/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Rock Paper Scissor/script.js -------------------------------------------------------------------------------- /Rock Paper Scissor/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Rock Paper Scissor/style.css -------------------------------------------------------------------------------- /Rotating Navbar/project3.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Rotating Navbar/project3.css -------------------------------------------------------------------------------- /Rotating Navbar/project3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Rotating Navbar/project3.html -------------------------------------------------------------------------------- /Rotating Navbar/project3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Rotating Navbar/project3.js -------------------------------------------------------------------------------- /School Management System/add_class.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/add_class.php -------------------------------------------------------------------------------- /School Management System/add_staff.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/add_staff.php -------------------------------------------------------------------------------- /School Management System/add_sub.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/add_sub.php -------------------------------------------------------------------------------- /School Management System/admin_home.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/admin_home.php -------------------------------------------------------------------------------- /School Management System/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/css/style.css -------------------------------------------------------------------------------- /School Management System/database.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/database.php -------------------------------------------------------------------------------- /School Management System/db/school (1).sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/db/school (1).sql -------------------------------------------------------------------------------- /School Management System/delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/delete.php -------------------------------------------------------------------------------- /School Management System/exam_delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/exam_delete.php -------------------------------------------------------------------------------- /School Management System/footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/footer.php -------------------------------------------------------------------------------- /School Management System/img/Bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/img/Bg.png -------------------------------------------------------------------------------- /School Management System/img/home.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/img/home.jpg -------------------------------------------------------------------------------- /School Management System/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/index.php -------------------------------------------------------------------------------- /School Management System/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/js/jquery.js -------------------------------------------------------------------------------- /School Management System/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/logout.php -------------------------------------------------------------------------------- /School Management System/navbar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/navbar.php -------------------------------------------------------------------------------- /School Management System/set_exam.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/set_exam.php -------------------------------------------------------------------------------- /School Management System/sidebar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/sidebar.php -------------------------------------------------------------------------------- /School Management System/staff_delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/staff_delete.php -------------------------------------------------------------------------------- /School Management System/staff_view.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/staff_view.php -------------------------------------------------------------------------------- /School Management System/sub_delete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/sub_delete.php -------------------------------------------------------------------------------- /School Management System/view_exam.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management System/view_exam.php -------------------------------------------------------------------------------- /School Management/school_management.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/School Management/school_management.py -------------------------------------------------------------------------------- /Simon Game/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Simon Game/.DS_Store -------------------------------------------------------------------------------- /Simon Game/game.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Simon Game/game.js -------------------------------------------------------------------------------- /Simon Game/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Simon Game/index.html -------------------------------------------------------------------------------- /Simon Game/sounds/blue.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Simon Game/sounds/blue.mp3 -------------------------------------------------------------------------------- /Simon Game/sounds/green.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Simon Game/sounds/green.mp3 -------------------------------------------------------------------------------- /Simon Game/sounds/red.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Simon Game/sounds/red.mp3 -------------------------------------------------------------------------------- /Simon Game/sounds/wrong.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Simon Game/sounds/wrong.mp3 -------------------------------------------------------------------------------- /Simon Game/sounds/yellow.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Simon Game/sounds/yellow.mp3 -------------------------------------------------------------------------------- /Simon Game/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Simon Game/styles.css -------------------------------------------------------------------------------- /Snow Seeker/Snow Seeker/Bundle-Decodable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Snow Seeker/Snow Seeker/Bundle-Decodable.swift -------------------------------------------------------------------------------- /Snow Seeker/Snow Seeker/ContentView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Snow Seeker/Snow Seeker/ContentView.swift -------------------------------------------------------------------------------- /Snow Seeker/Snow Seeker/Facility.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Snow Seeker/Snow Seeker/Facility.swift -------------------------------------------------------------------------------- /Snow Seeker/Snow Seeker/Favorites.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Snow Seeker/Snow Seeker/Favorites.swift -------------------------------------------------------------------------------- /Snow Seeker/Snow Seeker/Resort.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Snow Seeker/Snow Seeker/Resort.swift -------------------------------------------------------------------------------- /Snow Seeker/Snow Seeker/ResortView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Snow Seeker/Snow Seeker/ResortView.swift -------------------------------------------------------------------------------- /Snow Seeker/Snow Seeker/SkiDetailsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Snow Seeker/Snow Seeker/SkiDetailsView.swift -------------------------------------------------------------------------------- /Snow Seeker/Snow Seeker/Snow_SeekerApp.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Snow Seeker/Snow Seeker/Snow_SeekerApp.swift -------------------------------------------------------------------------------- /Snow Seeker/Snow Seeker/WelcomeView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Snow Seeker/Snow Seeker/WelcomeView.swift -------------------------------------------------------------------------------- /Snow Seeker/Snow Seeker/resorts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Snow Seeker/Snow Seeker/resorts.json -------------------------------------------------------------------------------- /Solar System/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Solar System/README.md -------------------------------------------------------------------------------- /Solar System/Solar System/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Solar System/Solar System/AppDelegate.swift -------------------------------------------------------------------------------- /Solar System/Solar System/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Solar System/Solar System/Info.plist -------------------------------------------------------------------------------- /Solar System/Solar System/Planet+Info.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Solar System/Solar System/Planet+Info.swift -------------------------------------------------------------------------------- /Solar System/Solar System/Planet.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Solar System/Solar System/Planet.swift -------------------------------------------------------------------------------- /Solar System/Solar System/SceneDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Solar System/Solar System/SceneDelegate.swift -------------------------------------------------------------------------------- /Solar System/Solar System/SceneVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Solar System/Solar System/SceneVC.swift -------------------------------------------------------------------------------- /Sorting Visualizer/Sorting visualizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Sorting Visualizer/Sorting visualizer.py -------------------------------------------------------------------------------- /Sorting Visualizer/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Sorting Visualizer/main.py -------------------------------------------------------------------------------- /Student Record/student_record.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Student Record/student_record.cpp -------------------------------------------------------------------------------- /Team Reporter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/README.md -------------------------------------------------------------------------------- /Team Reporter/Teamwork.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/Teamwork.mp4 -------------------------------------------------------------------------------- /Team Reporter/css/member.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/css/member.css -------------------------------------------------------------------------------- /Team Reporter/css/report.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/css/report.css -------------------------------------------------------------------------------- /Team Reporter/css/sign.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/css/sign.css -------------------------------------------------------------------------------- /Team Reporter/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/css/style.css -------------------------------------------------------------------------------- /Team Reporter/css/team.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/css/team.css -------------------------------------------------------------------------------- /Team Reporter/images/Teamwork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/images/Teamwork.png -------------------------------------------------------------------------------- /Team Reporter/images/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/images/login.png -------------------------------------------------------------------------------- /Team Reporter/images/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/images/sign.png -------------------------------------------------------------------------------- /Team Reporter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/index.html -------------------------------------------------------------------------------- /Team Reporter/js/custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/js/custom.js -------------------------------------------------------------------------------- /Team Reporter/js/login.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/js/login.js -------------------------------------------------------------------------------- /Team Reporter/js/member.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/js/member.js -------------------------------------------------------------------------------- /Team Reporter/js/report.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/js/report.js -------------------------------------------------------------------------------- /Team Reporter/js/signin.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/js/signin.js -------------------------------------------------------------------------------- /Team Reporter/js/signup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/js/signup.js -------------------------------------------------------------------------------- /Team Reporter/js/team.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/js/team.js -------------------------------------------------------------------------------- /Team Reporter/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/login.html -------------------------------------------------------------------------------- /Team Reporter/member.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/member.html -------------------------------------------------------------------------------- /Team Reporter/report.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/report.html -------------------------------------------------------------------------------- /Team Reporter/signIn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/signIn.html -------------------------------------------------------------------------------- /Team Reporter/signUp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/signUp.html -------------------------------------------------------------------------------- /Team Reporter/team.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Team Reporter/team.html -------------------------------------------------------------------------------- /The Calculator/public/Themes/Blue.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/The Calculator/public/Themes/Blue.css -------------------------------------------------------------------------------- /The Calculator/public/Themes/Green.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/The Calculator/public/Themes/Green.css -------------------------------------------------------------------------------- /The Calculator/public/Themes/Light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/The Calculator/public/Themes/Light.css -------------------------------------------------------------------------------- /The Calculator/public/Themes/Yellow.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/The Calculator/public/Themes/Yellow.css -------------------------------------------------------------------------------- /The Calculator/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/The Calculator/public/favicon.ico -------------------------------------------------------------------------------- /The Calculator/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/The Calculator/public/index.html -------------------------------------------------------------------------------- /The Calculator/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/The Calculator/public/manifest.json -------------------------------------------------------------------------------- /The Calculator/src/Components/Brand.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/The Calculator/src/Components/Brand.css -------------------------------------------------------------------------------- /The Calculator/src/Components/Brand.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/The Calculator/src/Components/Brand.jsx -------------------------------------------------------------------------------- /The Calculator/src/Components/Calculator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/The Calculator/src/Components/Calculator.js -------------------------------------------------------------------------------- /The Calculator/src/Components/Display.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/The Calculator/src/Components/Display.css -------------------------------------------------------------------------------- /The Calculator/src/Components/Display.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/The Calculator/src/Components/Display.jsx -------------------------------------------------------------------------------- /The Calculator/src/Components/Menu.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/The Calculator/src/Components/Menu.jsx -------------------------------------------------------------------------------- /The Calculator/src/Components/Pads.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/The Calculator/src/Components/Pads.css -------------------------------------------------------------------------------- /The Calculator/src/Components/Pads.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/The Calculator/src/Components/Pads.jsx -------------------------------------------------------------------------------- /The Calculator/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/The Calculator/src/index.css -------------------------------------------------------------------------------- /The Calculator/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/The Calculator/src/index.js -------------------------------------------------------------------------------- /The Calculator/src/registerServiceWorker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/The Calculator/src/registerServiceWorker.js -------------------------------------------------------------------------------- /Tinder Clone/README.md: -------------------------------------------------------------------------------- 1 | TinDog Starting Files 2 | -------------------------------------------------------------------------------- /Tinder Clone/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Tinder Clone/css/styles.css -------------------------------------------------------------------------------- /Tinder Clone/example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Tinder Clone/example.html -------------------------------------------------------------------------------- /Tinder Clone/images/1298767_tinder_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Tinder Clone/images/1298767_tinder_icon.png -------------------------------------------------------------------------------- /Tinder Clone/images/TechCrunch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Tinder Clone/images/TechCrunch.png -------------------------------------------------------------------------------- /Tinder Clone/images/bizinsider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Tinder Clone/images/bizinsider.png -------------------------------------------------------------------------------- /Tinder Clone/images/dog-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Tinder Clone/images/dog-img.jpg -------------------------------------------------------------------------------- /Tinder Clone/images/iphone6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Tinder Clone/images/iphone6.png -------------------------------------------------------------------------------- /Tinder Clone/images/lady-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Tinder Clone/images/lady-img.jpg -------------------------------------------------------------------------------- /Tinder Clone/images/mashable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Tinder Clone/images/mashable.png -------------------------------------------------------------------------------- /Tinder Clone/images/tnw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Tinder Clone/images/tnw.png -------------------------------------------------------------------------------- /Tinder Clone/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Tinder Clone/index.html -------------------------------------------------------------------------------- /URL SHORTNER/aoo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/URL SHORTNER/aoo.py -------------------------------------------------------------------------------- /URL SHORTNER/templates/base.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/URL SHORTNER/templates/base.htm -------------------------------------------------------------------------------- /URL SHORTNER/templates/home.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/URL SHORTNER/templates/home.htm -------------------------------------------------------------------------------- /URL SHORTNER/templates/shorturl.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/URL SHORTNER/templates/shorturl.htm -------------------------------------------------------------------------------- /URL SHORTNER/urls.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/URL SHORTNER/urls.db -------------------------------------------------------------------------------- /Valentine's Greeting/hint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Valentine's Greeting/hint.md -------------------------------------------------------------------------------- /Valentine's Greeting/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Valentine's Greeting/index.css -------------------------------------------------------------------------------- /Valentine's Greeting/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Valentine's Greeting/index.html -------------------------------------------------------------------------------- /Valentine's Greeting/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Valentine's Greeting/index.js -------------------------------------------------------------------------------- /Verilog Codes for Hardware Modelling/1x2_tb.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Verilog Codes for Hardware Modelling/1x2_tb.v -------------------------------------------------------------------------------- /Verilog Codes for Hardware Modelling/1x8_tb.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Verilog Codes for Hardware Modelling/1x8_tb.v -------------------------------------------------------------------------------- /Verilog Codes for Hardware Modelling/4x1.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Verilog Codes for Hardware Modelling/4x1.v -------------------------------------------------------------------------------- /Verilog Codes for Hardware Modelling/adder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Verilog Codes for Hardware Modelling/adder -------------------------------------------------------------------------------- /Verilog Codes for Hardware Modelling/adder.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Verilog Codes for Hardware Modelling/adder.v -------------------------------------------------------------------------------- /Verilog Codes for Hardware Modelling/alu.vcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Verilog Codes for Hardware Modelling/alu.vcd -------------------------------------------------------------------------------- /Verilog Codes for Hardware Modelling/counter.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Verilog Codes for Hardware Modelling/counter.v -------------------------------------------------------------------------------- /Verilog Codes for Hardware Modelling/fsm.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Verilog Codes for Hardware Modelling/fsm.v -------------------------------------------------------------------------------- /Verilog Codes for Hardware Modelling/main: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Verilog Codes for Hardware Modelling/main -------------------------------------------------------------------------------- /Verilog Codes for Hardware Modelling/main.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Verilog Codes for Hardware Modelling/main.v -------------------------------------------------------------------------------- /Verilog Codes for Hardware Modelling/pipo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Verilog Codes for Hardware Modelling/pipo -------------------------------------------------------------------------------- /Verilog Codes for Hardware Modelling/pipo.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Verilog Codes for Hardware Modelling/pipo.v -------------------------------------------------------------------------------- /Verilog Codes for Hardware Modelling/pipo_tb.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Verilog Codes for Hardware Modelling/pipo_tb.v -------------------------------------------------------------------------------- /Verilog Codes for Hardware Modelling/sipo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Verilog Codes for Hardware Modelling/sipo -------------------------------------------------------------------------------- /Verilog Codes for Hardware Modelling/sipo.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Verilog Codes for Hardware Modelling/sipo.v -------------------------------------------------------------------------------- /Verilog Codes for Hardware Modelling/sipo_tb.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Verilog Codes for Hardware Modelling/sipo_tb.v -------------------------------------------------------------------------------- /Verilog Codes for Hardware Modelling/tb.v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Verilog Codes for Hardware Modelling/tb.v -------------------------------------------------------------------------------- /Vicky Ice-Creams/Home/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Vicky Ice-Creams/Home/admin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/Home/admin.py -------------------------------------------------------------------------------- /Vicky Ice-Creams/Home/apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/Home/apps.py -------------------------------------------------------------------------------- /Vicky Ice-Creams/Home/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Vicky Ice-Creams/Home/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/Home/models.py -------------------------------------------------------------------------------- /Vicky Ice-Creams/Home/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/Home/tests.py -------------------------------------------------------------------------------- /Vicky Ice-Creams/Home/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/Home/urls.py -------------------------------------------------------------------------------- /Vicky Ice-Creams/Home/views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/Home/views.py -------------------------------------------------------------------------------- /Vicky Ice-Creams/Vikas/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Vicky Ice-Creams/Vikas/asgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/Vikas/asgi.py -------------------------------------------------------------------------------- /Vicky Ice-Creams/Vikas/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/Vikas/settings.py -------------------------------------------------------------------------------- /Vicky Ice-Creams/Vikas/urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/Vikas/urls.py -------------------------------------------------------------------------------- /Vicky Ice-Creams/Vikas/wsgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/Vikas/wsgi.py -------------------------------------------------------------------------------- /Vicky Ice-Creams/db.sqlite3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/db.sqlite3 -------------------------------------------------------------------------------- /Vicky Ice-Creams/manage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/manage.py -------------------------------------------------------------------------------- /Vicky Ice-Creams/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/requirements.txt -------------------------------------------------------------------------------- /Vicky Ice-Creams/static/butter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/static/butter.jpg -------------------------------------------------------------------------------- /Vicky Ice-Creams/static/choco.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/static/choco.jpg -------------------------------------------------------------------------------- /Vicky Ice-Creams/static/contact.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/static/contact.jpg -------------------------------------------------------------------------------- /Vicky Ice-Creams/static/contactt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/static/contactt.jpg -------------------------------------------------------------------------------- /Vicky Ice-Creams/static/kesar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/static/kesar.jpg -------------------------------------------------------------------------------- /Vicky Ice-Creams/static/mix.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/static/mix.jpg -------------------------------------------------------------------------------- /Vicky Ice-Creams/static/oreo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/static/oreo.jpg -------------------------------------------------------------------------------- /Vicky Ice-Creams/static/redvelevt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/static/redvelevt.jpg -------------------------------------------------------------------------------- /Vicky Ice-Creams/static/straw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/static/straw.jpg -------------------------------------------------------------------------------- /Vicky Ice-Creams/static/vanilla.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/static/vanilla.jpg -------------------------------------------------------------------------------- /Vicky Ice-Creams/templates/IceCreams.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/templates/IceCreams.htm -------------------------------------------------------------------------------- /Vicky Ice-Creams/templates/about.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/templates/about.htm -------------------------------------------------------------------------------- /Vicky Ice-Creams/templates/base.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/templates/base.htm -------------------------------------------------------------------------------- /Vicky Ice-Creams/templates/contact.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/templates/contact.htm -------------------------------------------------------------------------------- /Vicky Ice-Creams/templates/index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Vicky Ice-Creams/templates/index.htm -------------------------------------------------------------------------------- /Voice_Assistant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Voice_Assistant.py -------------------------------------------------------------------------------- /WD3.5 Bacon Fansite/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/WD3.5 Bacon Fansite/css/style.css -------------------------------------------------------------------------------- /WD3.5 Bacon Fansite/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/WD3.5 Bacon Fansite/index.html -------------------------------------------------------------------------------- /Weather Guy/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Weather Guy/.gitignore -------------------------------------------------------------------------------- /Weather Guy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Weather Guy/README.md -------------------------------------------------------------------------------- /Weather Guy/Weather App.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Weather Guy/Weather App.iml -------------------------------------------------------------------------------- /Weather Guy/_gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Weather Guy/_gitignore -------------------------------------------------------------------------------- /Weather Guy/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Weather Guy/build.gradle -------------------------------------------------------------------------------- /Weather Guy/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Weather Guy/gradle.properties -------------------------------------------------------------------------------- /Weather Guy/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Weather Guy/gradlew -------------------------------------------------------------------------------- /Weather Guy/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Weather Guy/gradlew.bat -------------------------------------------------------------------------------- /Weather Guy/local.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Weather Guy/local.properties -------------------------------------------------------------------------------- /Weather Guy/readme.md: -------------------------------------------------------------------------------- 1 | Weather report app 2 | -------------------------------------------------------------------------------- /Weather Guy/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | rootProject.name = "Weather App" -------------------------------------------------------------------------------- /Workout/.gitignore: -------------------------------------------------------------------------------- 1 | # Object file 2 | *.o 3 | 4 | # Ada Library Information 5 | *.ali 6 | -------------------------------------------------------------------------------- /Workout/README.md: -------------------------------------------------------------------------------- 1 | # WORK7 2 | Workout app 3 | -------------------------------------------------------------------------------- /Workout/Seven Minute Workout.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Workout/Seven Minute Workout.iml -------------------------------------------------------------------------------- /Workout/_gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Workout/_gitignore -------------------------------------------------------------------------------- /Workout/build.gradle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Workout/build.gradle -------------------------------------------------------------------------------- /Workout/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Workout/gradle.properties -------------------------------------------------------------------------------- /Workout/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Workout/gradlew -------------------------------------------------------------------------------- /Workout/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Workout/gradlew.bat -------------------------------------------------------------------------------- /Workout/local.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Workout/local.properties -------------------------------------------------------------------------------- /Workout/read: -------------------------------------------------------------------------------- 1 | workoutapp 2 | -------------------------------------------------------------------------------- /Workout/scui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Workout/scui.png -------------------------------------------------------------------------------- /Workout/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | rootProject.name='Seven Minute Workout' 3 | -------------------------------------------------------------------------------- /Youtube Clone/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Youtube Clone/index.html -------------------------------------------------------------------------------- /Youtube Clone/main.js: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Youtube Clone/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/Youtube Clone/styles.css -------------------------------------------------------------------------------- /accepted.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/accepted.JPG -------------------------------------------------------------------------------- /audioRecorder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/audioRecorder.py -------------------------------------------------------------------------------- /badge level 4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/badge level 4.png -------------------------------------------------------------------------------- /badge level 4.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/badge level 4.webp -------------------------------------------------------------------------------- /coffee-cafe website/HP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/coffee-cafe website/HP.png -------------------------------------------------------------------------------- /coffee-cafe website/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/coffee-cafe website/a.png -------------------------------------------------------------------------------- /coffee-cafe website/clients.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/coffee-cafe website/clients.jpg -------------------------------------------------------------------------------- /coffee-cafe website/coffee1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/coffee-cafe website/coffee1.jpg -------------------------------------------------------------------------------- /coffee-cafe website/contact us.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/coffee-cafe website/contact us.jpg -------------------------------------------------------------------------------- /coffee-cafe website/dd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/coffee-cafe website/dd.jpg -------------------------------------------------------------------------------- /coffee-cafe website/dd1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/coffee-cafe website/dd1.jpg -------------------------------------------------------------------------------- /coffee-cafe website/delivery.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/coffee-cafe website/delivery.jpg -------------------------------------------------------------------------------- /coffee-cafe website/images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/coffee-cafe website/images.png -------------------------------------------------------------------------------- /coffee-cafe website/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/coffee-cafe website/index.html -------------------------------------------------------------------------------- /coffee-cafe website/l1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/coffee-cafe website/l1.jpg -------------------------------------------------------------------------------- /coffee-cafe website/phone.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/coffee-cafe website/phone.css -------------------------------------------------------------------------------- /coffee-cafe website/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/coffee-cafe website/style.css -------------------------------------------------------------------------------- /countdownTimer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/countdownTimer/index.html -------------------------------------------------------------------------------- /countdownTimer/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/countdownTimer/script.js -------------------------------------------------------------------------------- /countdownTimer/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/countdownTimer/style.css -------------------------------------------------------------------------------- /e-commerce website/about-img.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/about-img.jpeg -------------------------------------------------------------------------------- /e-commerce website/blog-1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/blog-1.jpeg -------------------------------------------------------------------------------- /e-commerce website/blog-2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/blog-2.jpeg -------------------------------------------------------------------------------- /e-commerce website/blog-3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/blog-3.jpeg -------------------------------------------------------------------------------- /e-commerce website/cart-item-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/cart-item-1.png -------------------------------------------------------------------------------- /e-commerce website/cart-item-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/cart-item-2.png -------------------------------------------------------------------------------- /e-commerce website/cart-item-3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/cart-item-3.jpeg -------------------------------------------------------------------------------- /e-commerce website/cart-item-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/cart-item-4.png -------------------------------------------------------------------------------- /e-commerce website/home-img.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/home-img.jpeg -------------------------------------------------------------------------------- /e-commerce website/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/index.html -------------------------------------------------------------------------------- /e-commerce website/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/logo.png -------------------------------------------------------------------------------- /e-commerce website/menu-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/menu-1.png -------------------------------------------------------------------------------- /e-commerce website/menu-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/menu-2.png -------------------------------------------------------------------------------- /e-commerce website/menu-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/menu-3.png -------------------------------------------------------------------------------- /e-commerce website/menu-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/menu-4.png -------------------------------------------------------------------------------- /e-commerce website/menu-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/menu-5.png -------------------------------------------------------------------------------- /e-commerce website/menu-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/menu-6.png -------------------------------------------------------------------------------- /e-commerce website/pic-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/pic-1.png -------------------------------------------------------------------------------- /e-commerce website/pic-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/pic-2.png -------------------------------------------------------------------------------- /e-commerce website/pic-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/pic-3.png -------------------------------------------------------------------------------- /e-commerce website/product-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/product-1.png -------------------------------------------------------------------------------- /e-commerce website/product-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/product-2.png -------------------------------------------------------------------------------- /e-commerce website/product-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/product-3.png -------------------------------------------------------------------------------- /e-commerce website/quote-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/quote-img.png -------------------------------------------------------------------------------- /e-commerce website/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/e-commerce website/style.css -------------------------------------------------------------------------------- /image_Processing/imageProcessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/image_Processing/imageProcessing.py -------------------------------------------------------------------------------- /image_compressor_py/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/image_compressor_py/README.md -------------------------------------------------------------------------------- /image_compressor_py/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/image_compressor_py/script.py -------------------------------------------------------------------------------- /instaProfile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/instaProfile.py -------------------------------------------------------------------------------- /lightLamp/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/lightLamp/index.html -------------------------------------------------------------------------------- /lightLamp/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/lightLamp/index.js -------------------------------------------------------------------------------- /lightLamp/lamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/lightLamp/lamp.png -------------------------------------------------------------------------------- /lightLamp/light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/lightLamp/light.png -------------------------------------------------------------------------------- /lightLamp/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/lightLamp/logo.png -------------------------------------------------------------------------------- /lightLamp/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/lightLamp/menu.png -------------------------------------------------------------------------------- /lightLamp/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/lightLamp/style.css -------------------------------------------------------------------------------- /newsApp-master: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /passage-counter/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/passage-counter/Readme.md -------------------------------------------------------------------------------- /passage-counter/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/passage-counter/index.css -------------------------------------------------------------------------------- /passage-counter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/passage-counter/index.html -------------------------------------------------------------------------------- /passage-counter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/passage-counter/index.js -------------------------------------------------------------------------------- /passage-counter/station.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/passage-counter/station.jpg -------------------------------------------------------------------------------- /pyGAME-main/flappy_bird.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pyGAME-main/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/pyGAME-main/main.py -------------------------------------------------------------------------------- /pyGAME-main/sprites/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/pyGAME-main/sprites/background.png -------------------------------------------------------------------------------- /pyGAME-main/sprites/base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/pyGAME-main/sprites/base.png -------------------------------------------------------------------------------- /pyGAME-main/sprites/gameover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/pyGAME-main/sprites/gameover.png -------------------------------------------------------------------------------- /pyGAME-main/sprites/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/pyGAME-main/sprites/message.png -------------------------------------------------------------------------------- /pyGAME-main/sprites/pipe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/pyGAME-main/sprites/pipe.png -------------------------------------------------------------------------------- /pyGAME-main/sprites/player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/pyGAME-main/sprites/player.png -------------------------------------------------------------------------------- /repo-2-master/4star.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/repo-2-master/4star.jpg -------------------------------------------------------------------------------- /repo-2-master/5star.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/repo-2-master/5star.jpg -------------------------------------------------------------------------------- /repo-2-master/LOGO.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/repo-2-master/LOGO.jpg -------------------------------------------------------------------------------- /repo-2-master/b1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/repo-2-master/b1.jpg -------------------------------------------------------------------------------- /repo-2-master/b2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/repo-2-master/b2.jpg -------------------------------------------------------------------------------- /repo-2-master/b3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/repo-2-master/b3.jpg -------------------------------------------------------------------------------- /repo-2-master/b4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/repo-2-master/b4.jpg -------------------------------------------------------------------------------- /repo-2-master/b6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/repo-2-master/b6.jpg -------------------------------------------------------------------------------- /repo-2-master/b7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/repo-2-master/b7.jpg -------------------------------------------------------------------------------- /repo-2-master/b8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/repo-2-master/b8.jpg -------------------------------------------------------------------------------- /repo-2-master/b9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/repo-2-master/b9.jpg -------------------------------------------------------------------------------- /repo-2-master/book4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/repo-2-master/book4.jpg -------------------------------------------------------------------------------- /repo-2-master/c1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/repo-2-master/c1.jpg -------------------------------------------------------------------------------- /repo-2-master/c2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/repo-2-master/c2.jpg -------------------------------------------------------------------------------- /repo-2-master/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/repo-2-master/index.html -------------------------------------------------------------------------------- /repo-2-master/search.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/repo-2-master/search.jpg -------------------------------------------------------------------------------- /repo-2-master/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/repo-2-master/style.css -------------------------------------------------------------------------------- /socialbump/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/.gitignore -------------------------------------------------------------------------------- /socialbump/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/README.md -------------------------------------------------------------------------------- /socialbump/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/package-lock.json -------------------------------------------------------------------------------- /socialbump/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/package.json -------------------------------------------------------------------------------- /socialbump/public/SocialBump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/public/SocialBump.png -------------------------------------------------------------------------------- /socialbump/public/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/public/apple-touch-icon.png -------------------------------------------------------------------------------- /socialbump/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/public/favicon.ico -------------------------------------------------------------------------------- /socialbump/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/public/index.html -------------------------------------------------------------------------------- /socialbump/public/logo192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/public/logo192.png -------------------------------------------------------------------------------- /socialbump/public/logo512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/public/logo512.png -------------------------------------------------------------------------------- /socialbump/public/robots.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/public/robots.txt -------------------------------------------------------------------------------- /socialbump/public/webmanifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/public/webmanifest.json -------------------------------------------------------------------------------- /socialbump/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/App.js -------------------------------------------------------------------------------- /socialbump/src/components/Feed/CreatePost.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/components/Feed/CreatePost.js -------------------------------------------------------------------------------- /socialbump/src/components/Feed/Feed.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/components/Feed/Feed.js -------------------------------------------------------------------------------- /socialbump/src/components/Feed/Post.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/components/Feed/Post.js -------------------------------------------------------------------------------- /socialbump/src/components/Feed/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/components/Feed/style.css -------------------------------------------------------------------------------- /socialbump/src/components/Header/NavBar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/components/Header/NavBar.js -------------------------------------------------------------------------------- /socialbump/src/components/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/components/style.css -------------------------------------------------------------------------------- /socialbump/src/context/AuthContext.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/context/AuthContext.js -------------------------------------------------------------------------------- /socialbump/src/express.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/express.js -------------------------------------------------------------------------------- /socialbump/src/firebase/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/firebase/config.js -------------------------------------------------------------------------------- /socialbump/src/firebase/firebase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/firebase/firebase.js -------------------------------------------------------------------------------- /socialbump/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/index.js -------------------------------------------------------------------------------- /socialbump/src/pages/Dashboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/pages/Dashboard.js -------------------------------------------------------------------------------- /socialbump/src/pages/ForgotPassword.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/pages/ForgotPassword.js -------------------------------------------------------------------------------- /socialbump/src/pages/Login.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/pages/Login.js -------------------------------------------------------------------------------- /socialbump/src/pages/Setting.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/pages/Setting.js -------------------------------------------------------------------------------- /socialbump/src/pages/SignUp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/pages/SignUp.js -------------------------------------------------------------------------------- /socialbump/src/pages/User.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/pages/User.js -------------------------------------------------------------------------------- /socialbump/src/pages/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/pages/style.css -------------------------------------------------------------------------------- /socialbump/src/routes/PrivateRoute.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/routes/PrivateRoute.js -------------------------------------------------------------------------------- /socialbump/src/routes/Routes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/socialbump/src/routes/Routes.js -------------------------------------------------------------------------------- /tic tac toe/excited.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/tic tac toe/excited.gif -------------------------------------------------------------------------------- /tic tac toe/gameover.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/tic tac toe/gameover.mp3 -------------------------------------------------------------------------------- /tic tac toe/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/tic tac toe/index.html -------------------------------------------------------------------------------- /tic tac toe/music.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/tic tac toe/music.mp3 -------------------------------------------------------------------------------- /tic tac toe/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/tic tac toe/script.js -------------------------------------------------------------------------------- /tic tac toe/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/tic tac toe/style.css -------------------------------------------------------------------------------- /tic tac toe/ting.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/tic tac toe/ting.mp3 -------------------------------------------------------------------------------- /to-do-app/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/to-do-app/index.html -------------------------------------------------------------------------------- /to-do-app/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/to-do-app/script.js -------------------------------------------------------------------------------- /todo-list/.gitignore: -------------------------------------------------------------------------------- 1 | /node_modules 2 | npm-debug.log 3 | .DS_Store 4 | /*.env -------------------------------------------------------------------------------- /todo-list/Procfile: -------------------------------------------------------------------------------- 1 | web: node app.js -------------------------------------------------------------------------------- /todo-list/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/todo-list/app.js -------------------------------------------------------------------------------- /todo-list/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/todo-list/index.html -------------------------------------------------------------------------------- /todo-list/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/todo-list/package-lock.json -------------------------------------------------------------------------------- /todo-list/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/todo-list/package.json -------------------------------------------------------------------------------- /wordtopdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PeanutCoffee/MiniProjects/HEAD/wordtopdf.py --------------------------------------------------------------------------------