├── .github ├── labeler.yml └── workflows │ ├── auto-label.yml │ ├── check-line-count.yml │ ├── greetings.yml │ ├── label.yml │ ├── stale.yml │ └── welcome-contributor.yml ├── .idea ├── .gitignore ├── 100LinesOfCode.iml ├── misc.xml ├── modules.xml ├── runConfigurations.xml └── vcs.xml ├── 100LinesOfCode.iml ├── 100LinesOfCode.sln ├── 100lines Generator ├── 100lines.cpp └── README.md ├── AES Encryptor-Decryptor ├── .gitignore ├── README.md ├── app.js ├── package-lock.json └── package.json ├── Amazon_Review_Scrapper ├── README.md ├── output-img │ └── output.png ├── package-lock.json ├── package.json └── script.js ├── Base Converter ├── README.md ├── convertBase.cpp └── convertBase.exe ├── Basic Terminal Emulator └── Terminal-Emulator-01.py ├── BasicCalculator ├── README.md ├── assets │ └── calculator.gif ├── index.html ├── script.js └── style.css ├── Beautiful JS Clock ├── index.html └── style.css ├── BlackJackGame ├── BlackJackGame.iml ├── README.md └── src │ └── blackJack.java ├── Black_Jack_Game ├── blackjack.css ├── blackjack.jpg ├── blackjack.js └── index.html ├── BookletMakerfromPDF ├── README.md ├── bookl3t.py ├── printSetting1.png ├── printSetting2.png └── setup.sh ├── Breaking_Bad_Quotes ├── Readme.md └── index.html ├── CMD Quiz App ├── README.md └── src │ ├── main.go │ └── problems.csv ├── CONTRIBUTING.md ├── COVID19 Visualizer ├── Corona_Virus_Visualization (1).py ├── README.md ├── covid_19_data.csv ├── newplot (1).png └── newplot (2).png ├── Cat-App ├── CatApp │ ├── .vs │ │ ├── CatApp │ │ │ └── v16 │ │ │ │ └── .suo │ │ ├── ProjectSettings.json │ │ ├── VSWorkspaceState.json │ │ └── slnx.sqlite │ └── app.js └── README.md ├── Codeforces-Scraper └── gui.py ├── Coin Combinations Calculator ├── CoinCombinations.java └── README.md ├── Color-space-converter ├── index.js └── readme.md ├── Connect 4 ├── README.md ├── connect4.cpp └── connect4.exe ├── Convert_Infix_to_Postfix ├── Infix_to_Postfix.c └── README.md ├── D&D_character_generator ├── README.md ├── app.js └── characters.json ├── Detect and Translate Languages ├── README.md ├── detect_translate.py └── requirements.txt ├── Dice Roller ├── README.md └── diceRoller.py ├── Docker Volume S3 Backup ├── README.md ├── backup.py ├── requirements.txt └── secrets.conf ├── Drowsiness detection ├── Readme.md ├── alarm.wav ├── drowsiness detection.py ├── haar cascade files │ ├── haarcascade_frontalface_alt.xml │ ├── haarcascade_lefteye_2splits.xml │ └── haarcascade_righteye_2splits.xml ├── model.py └── models │ └── cnnCat2.h5 ├── EBSVolumeBackup ├── EBSVolumeBackupLambda.py └── readme.md ├── Easy-Password-Generator ├── .gitignore ├── README.md ├── app.js ├── images │ └── parameters.png ├── package-lock.json └── package.json ├── Encryption ├── README.md └── enc.py ├── Face_Detection ├── README.md └── face_detection.ipynb ├── Factorial_Calculator └── factorial.java ├── Fake_Data_Generator ├── README.md ├── main.py └── requirements.txt ├── Flex gallary ├── index.html └── style.css ├── GameOfLife ├── README.md ├── game_of_life │ ├── GOL.pde │ └── game_of_life.pde └── images │ ├── 1.JPG │ ├── 2.JPG │ ├── 3.JPG │ └── 4.JPG ├── GetJoke ├── README.md ├── app.js ├── index.html └── style.css ├── Github-Follower-Bot ├── README.md ├── __pycache__ │ └── config.cpython-38.pyc ├── chromedriver.exe ├── config.py └── main.py ├── Guess the number └── Guess.py ├── Guess-the-color ├── Assets │ └── images │ │ └── color.png ├── README.md ├── app.js ├── index.html └── style.css ├── Hash ├── READ.md └── hashing.py ├── Huffman compressor ├── compressor.py ├── decompressor.py └── huffman.cpp ├── Indian Crime Analysis ├── Crime_Data_Analysis_notebook.ipynb ├── Datasets │ ├── Crime Data_2001_2012.csv │ └── Crime Data_2013.csv └── README.md ├── InteractiveTerminalHub ├── README.md └── index.html ├── Invisibility-Cloak ├── InvisibilityCloak.py ├── README.md └── hsv-detector.py ├── JavaScript Drum ├── index.html ├── sounds │ ├── boom.wav │ ├── clap.wav │ ├── hihat.wav │ ├── kick.wav │ ├── openhat.wav │ ├── ride.wav │ ├── snare.wav │ ├── tink.wav │ └── tom.wav └── style.css ├── Jumia_Tracker ├── README.md └── index.py ├── LANComm ├── README.md └── bleh2.py ├── LICENSE ├── Lyrics_Analyzer ├── lyrics.txt └── lyrics_analyzer.py ├── MAC_Address_changer ├── MAC_Address_Changer.py ├── README.md └── newread ├── MSSQLSchemaDump ├── .gitignore ├── App.config ├── Program.cs ├── Properties │ └── AssemblyInfo.cs ├── README.md ├── db_dumper.csproj ├── example_task.json └── packages.config ├── Make-Text-Uppercase ├── README.md ├── express │ ├── index.html │ ├── script.js │ └── style.css ├── node_modules │ ├── .bin │ │ ├── mime │ │ ├── mime.cmd │ │ └── mime.ps1 │ ├── accepts │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── array-flatten │ │ ├── LICENSE │ │ ├── README.md │ │ ├── array-flatten.js │ │ └── package.json │ ├── body-parser │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── lib │ │ │ ├── read.js │ │ │ └── types │ │ │ │ ├── json.js │ │ │ │ ├── raw.js │ │ │ │ ├── text.js │ │ │ │ └── urlencoded.js │ │ └── package.json │ ├── bytes │ │ ├── History.md │ │ ├── LICENSE │ │ ├── Readme.md │ │ ├── index.js │ │ └── package.json │ ├── content-disposition │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── content-type │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── cookie-signature │ │ ├── .npmignore │ │ ├── History.md │ │ ├── Readme.md │ │ ├── index.js │ │ └── package.json │ ├── cookie │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── debug │ │ ├── .coveralls.yml │ │ ├── .eslintrc │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── README.md │ │ ├── component.json │ │ ├── karma.conf.js │ │ ├── node.js │ │ ├── package.json │ │ └── src │ │ │ ├── browser.js │ │ │ ├── debug.js │ │ │ ├── index.js │ │ │ ├── inspector-log.js │ │ │ └── node.js │ ├── depd │ │ ├── History.md │ │ ├── LICENSE │ │ ├── Readme.md │ │ ├── index.js │ │ ├── lib │ │ │ ├── browser │ │ │ │ └── index.js │ │ │ └── compat │ │ │ │ ├── callsite-tostring.js │ │ │ │ ├── event-listener-count.js │ │ │ │ └── index.js │ │ └── package.json │ ├── destroy │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── ee-first │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── encodeurl │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── escape-html │ │ ├── LICENSE │ │ ├── Readme.md │ │ ├── index.js │ │ └── package.json │ ├── etag │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── express │ │ ├── History.md │ │ ├── LICENSE │ │ ├── Readme.md │ │ ├── index.js │ │ ├── lib │ │ │ ├── application.js │ │ │ ├── express.js │ │ │ ├── middleware │ │ │ │ ├── init.js │ │ │ │ └── query.js │ │ │ ├── request.js │ │ │ ├── response.js │ │ │ ├── router │ │ │ │ ├── index.js │ │ │ │ ├── layer.js │ │ │ │ └── route.js │ │ │ ├── utils.js │ │ │ └── view.js │ │ └── package.json │ ├── finalhandler │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── forwarded │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── fresh │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── http-errors │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── iconv-lite │ │ ├── Changelog.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── encodings │ │ │ ├── dbcs-codec.js │ │ │ ├── dbcs-data.js │ │ │ ├── index.js │ │ │ ├── internal.js │ │ │ ├── sbcs-codec.js │ │ │ ├── sbcs-data-generated.js │ │ │ ├── sbcs-data.js │ │ │ ├── tables │ │ │ │ ├── big5-added.json │ │ │ │ ├── cp936.json │ │ │ │ ├── cp949.json │ │ │ │ ├── cp950.json │ │ │ │ ├── eucjp.json │ │ │ │ ├── gb18030-ranges.json │ │ │ │ ├── gbk-added.json │ │ │ │ └── shiftjis.json │ │ │ ├── utf16.js │ │ │ └── utf7.js │ │ ├── lib │ │ │ ├── bom-handling.js │ │ │ ├── extend-node.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── streams.js │ │ └── package.json │ ├── inherits │ │ ├── LICENSE │ │ ├── README.md │ │ ├── inherits.js │ │ ├── inherits_browser.js │ │ └── package.json │ ├── ipaddr.js │ │ ├── LICENSE │ │ ├── README.md │ │ ├── ipaddr.min.js │ │ ├── lib │ │ │ ├── ipaddr.js │ │ │ └── ipaddr.js.d.ts │ │ └── package.json │ ├── media-typer │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── merge-descriptors │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── methods │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── mime-db │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── db.json │ │ ├── index.js │ │ └── package.json │ ├── mime-types │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── mime │ │ ├── .npmignore │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── cli.js │ │ ├── mime.js │ │ ├── package.json │ │ ├── src │ │ │ ├── build.js │ │ │ └── test.js │ │ └── types.json │ ├── ms │ │ ├── index.js │ │ ├── license.md │ │ ├── package.json │ │ └── readme.md │ ├── negotiator │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── lib │ │ │ ├── charset.js │ │ │ ├── encoding.js │ │ │ ├── language.js │ │ │ └── mediaType.js │ │ └── package.json │ ├── on-finished │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── parseurl │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── path-to-regexp │ │ ├── History.md │ │ ├── LICENSE │ │ ├── Readme.md │ │ ├── index.js │ │ └── package.json │ ├── proxy-addr │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── qs │ │ ├── .editorconfig │ │ ├── .eslintignore │ │ ├── .eslintrc │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── dist │ │ │ └── qs.js │ │ ├── lib │ │ │ ├── formats.js │ │ │ ├── index.js │ │ │ ├── parse.js │ │ │ ├── stringify.js │ │ │ └── utils.js │ │ ├── package.json │ │ └── test │ │ │ ├── .eslintrc │ │ │ ├── index.js │ │ │ ├── parse.js │ │ │ ├── stringify.js │ │ │ └── utils.js │ ├── range-parser │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── raw-body │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.d.ts │ │ ├── index.js │ │ └── package.json │ ├── safe-buffer │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.d.ts │ │ ├── index.js │ │ └── package.json │ ├── safer-buffer │ │ ├── LICENSE │ │ ├── Porting-Buffer.md │ │ ├── Readme.md │ │ ├── dangerous.js │ │ ├── package.json │ │ ├── safer.js │ │ └── tests.js │ ├── send │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── node_modules │ │ │ └── ms │ │ │ │ ├── index.js │ │ │ │ ├── license.md │ │ │ │ ├── package.json │ │ │ │ └── readme.md │ │ └── package.json │ ├── serve-static │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── setprototypeof │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.d.ts │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ └── index.js │ ├── statuses │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── codes.json │ │ ├── index.js │ │ └── package.json │ ├── toidentifier │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── type-is │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── unpipe │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── utils-merge │ │ ├── .npmignore │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ └── vary │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json ├── package-lock.json ├── package.json └── server.js ├── Mandelbrot Gen ├── Mandelbrot.py └── README.txt ├── MasterMind ├── Mastermind_GUIinterface.py └── README.md ├── Morse Code GUI ├── README.md └── morse.py ├── NodeJS Scraper ├── README.md └── src │ ├── package-lock.json │ ├── package.json │ ├── scrape.js │ └── utility.js ├── Notes GUI ├── Notes.py └── README.md ├── OCR_To_Google_Question_Papers ├── README.md ├── requirements.txt ├── script.py └── test-imgs │ ├── demo.png │ ├── test-1.png │ ├── test-2.png │ └── test-3.jpg ├── Obtain statistics from a text ├── No se culpe a nadie.txt ├── README.md └── main.py ├── OddsOrEvens ├── README.md └── oddsEvens.py ├── OnePieceScraper ├── README.md └── one_piece_scraper.py ├── OnlineExamWithADistraction ├── OnlineExamWithdistraction.html ├── README.md └── questions.json ├── PII DATA ├── ReadME.md └── p2data.py ├── PIIIdentifier ├── README.md ├── input.txt └── src │ └── PIIIdentifier.java ├── PPT-Audio-Extractor ├── README.md └── extractSound.py ├── Password-Generator ├── Password.class ├── Password.java └── README.md ├── PyFO ├── PyFO.py └── readme.MD ├── PythonAlgoVisualizer └── SelectionSortVisualizer.py ├── QuickQuizQuestions ├── README.md ├── db.json └── quiz.py ├── README.md ├── Readme-Generator ├── go.mod └── main.go ├── Recommender └── Recommender.ipynb ├── Reddit Politics Scraper ├── README.md └── rpolitics_scraper.py ├── Rock-Paper-Scissors ├── README.md ├── rating.txt └── rock-paper-scissors.py ├── Roman To Arabic ├── README.md ├── RomanToArabic.cpp └── RomanToArabic.exe ├── Root_Finder ├── README.md └── src │ ├── Function.java │ ├── Root.java │ └── Test.java ├── Russian Roulette ├── README.md └── index.html ├── Scytale Cipher ├── README.md └── cipher.py ├── SearchHighlighter ├── Highlighter.js ├── README.md ├── icons │ └── SearchHighlighterIcon.png ├── index.html ├── manifest.json └── style.css ├── Sentiment_analyzer_for_prototypes ├── ReadMe.md └── sentiment_analyzer.py ├── Shakespeare-Insult-Generator ├── README.md ├── app.js └── insults.json ├── SmartCalculator ├── Claculator.py └── README.md ├── Sound-Virtualizer ├── README.txt └── soundplayer.py ├── Space explore └── explore.py ├── Species-Status ├── README.md └── species_status.py ├── Speech Synthesizer ├── Calibre-Regular.ttf ├── README.md ├── favicon.png ├── index.html ├── main.js ├── preview.png └── style.css ├── Spinning Cube ├── README.md └── SpinningCube.py ├── Streamlit_visualization_covid ├── Covid-19.csv ├── Covid-Banner.png ├── Procfile ├── Readme.md ├── WebAppPreview.png ├── app.py ├── requirements.txt └── setup.sh ├── TCP-Socket ├── README.md └── TCP │ ├── TCP-Client │ ├── TCP-Client.iml │ └── src │ │ └── com │ │ └── saif │ │ └── tcp │ │ └── client │ │ └── Main.java │ └── TCP-Server │ ├── TCP-Server.iml │ └── src │ └── com │ └── saif │ └── tcp │ └── server │ ├── Main.java │ └── ServerThread.java ├── Text-to-Epub ├── README.md ├── requirements.txt ├── sample.epub ├── sample.txt └── text_to_epub.py ├── The Dinosaur Game ├── Readme.md ├── assets │ ├── TheDinosaurGame.gif │ ├── cactus.png │ └── dino.png └── src │ └── index.html ├── Tic Tac Toe ├── Python TicTacToe.py └── icons │ ├── grid.png │ ├── o-icon.png │ └── x-icon.png ├── TicTacToe-Game ├── README.md └── ttt.py ├── To Do list using java ├── ToDoListApp.java └── out │ └── production │ └── To Do list using java │ ├── Task.class │ └── ToDoListApp.class ├── To-do list ├── README.md └── to-do list.py ├── Translator ├── README.md ├── app.py └── requirements.txt ├── Turtle-Art ├── ReadMe.md ├── Turtle-Art 2.py ├── Turtle-Art 3.py ├── Turtle-Art 4.py ├── Turtle-Art 5.py ├── Turtle-Art 6.py ├── Turtle-Art 7.py └── Turtle-Art.py ├── Unique-Avatar-Generator ├── app.js └── package.json ├── Url Analyser └── src │ ├── URLAnalyzer.java │ └── readMe.md ├── Valorant_Agent_Screen ├── 1-omen-basic-ability-shrouded-step.png ├── 1-reyna-basic-ability-leer.png ├── 1-viper-basic-ability-snake-bite.png ├── 2-omen-basic-ability-paranoia.png ├── 2-reyna-basic-ability-devour.png ├── 2-viper-basic-ability-poison-cloud.png ├── 3-omen-signature-ability-dark-cover.png ├── 3-reyna-signature-ability-dismiss.png ├── 3-viper-signature-ability-toxic-screen.png ├── 4-omen-ultimate-ability-from-the-shadows.png ├── 4-reyna-ultimate-ability-empress.png ├── 4-viper-ultimate-ability-vipers-pit.png ├── OmenPick.mp3.mpeg ├── ViperPick.mp3.mpeg ├── app.js ├── background.jpg ├── controllerSign.png ├── imageedit_1_4583046244.png ├── index.html ├── omen full.png ├── paranio.png ├── pngaaa.com-4818541.png ├── reyna full.png ├── shroudedstep.png ├── style.css ├── tp-whiteboard-1 (1).jpg ├── tp-whiteboard-1.jpg └── viper full.png ├── Vector.h ├── WeatherForecast ├── README.md └── weather.py ├── WiFi DoS with MAC Spoofing ├── Install_Requirements.sh ├── README.md └── WiFi_DoS_with_Mac_Spoofing.sh ├── Word-Search-Puzzle-Generator ├── README.md ├── word-search-puzzle.py └── words_alpha.txt ├── Word_Frequencies ├── README.md ├── The_Picture_of_Dorian_Gray.txt ├── dummy_test.txt └── word_frequencies.sh ├── Wordle ├── README.md ├── wordle.cpp ├── wordle.exe └── words.txt ├── alien ├── alien └── alien.py ├── arabic-to-roman ├── README.md └── a2r.cpp ├── automate_repo_creation ├── .gitignore ├── README.md ├── create.py ├── credentials.yaml.example └── script.sh ├── booklist ├── README.md ├── app.css ├── app.js └── index.html ├── caesar_cipher └── caesar_cipher.py ├── collatz.py ├── color-matcher ├── image-color-service.ts ├── index.ts ├── package-lock.json ├── package.json ├── readme └── tsconfig.json ├── currencyconverter ├── .gitignore ├── .gradle │ ├── 7.4 │ │ ├── checksums │ │ │ ├── checksums.lock │ │ │ ├── md5-checksums.bin │ │ │ └── sha1-checksums.bin │ │ ├── dependencies-accessors │ │ │ ├── dependencies-accessors.lock │ │ │ └── gc.properties │ │ ├── executionHistory │ │ │ ├── executionHistory.bin │ │ │ └── executionHistory.lock │ │ ├── fileChanges │ │ │ └── last-build.bin │ │ ├── fileHashes │ │ │ ├── fileHashes.bin │ │ │ ├── fileHashes.lock │ │ │ └── resourceHashesCache.bin │ │ └── gc.properties │ ├── buildOutputCleanup │ │ ├── buildOutputCleanup.lock │ │ ├── cache.properties │ │ └── outputFiles.bin │ ├── file-system.probe │ └── vcs-1 │ │ └── gc.properties ├── .idea │ ├── .gitignore │ ├── compiler.xml │ ├── currencyconverter.iml │ ├── gradle.xml │ ├── inspectionProfiles │ │ └── Project_Default.xml │ ├── jarRepositories.xml │ ├── misc.xml │ └── vcs.xml ├── LICENSE ├── Readme.md ├── build.gradle.kts ├── build │ └── tmp │ │ └── compileJava │ │ └── previous-compilation-data.bin ├── gradle │ └── wrapper │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── org │ └── skdesign │ │ ├── Converter.html │ │ ├── Main.html │ │ ├── class-use │ │ ├── Converter.html │ │ └── Main.html │ │ ├── package-summary.html │ │ ├── package-tree.html │ │ └── package-use.html ├── settings.gradle.kts └── src │ └── main │ └── java │ └── org │ └── skdesign │ ├── Converter.java │ └── Main.java ├── documentation-generator ├── src │ └── com │ │ └── example │ │ └── DocumentGenerator.java └── untitled104.iml ├── file_organizer ├── ReadME.md └── file_ord.py ├── funny_news_twitter ├── README.md ├── last_seen_id.txt ├── last_seen_news.txt └── my_twitter_bot.py ├── goForEx ├── README.md ├── go.mod ├── go.sum └── main.go ├── google-drive-organizer ├── README.md ├── google_drive_organizer.py └── instructions_google_drive_organizer.ipynb ├── guess-the-number ├── GuessingGame.py ├── guess-the-number.js └── readme.md ├── hangman-game ├── .gitignore ├── README.md ├── package-lock.json ├── package.json ├── public │ ├── favicon.ico │ ├── index.html │ └── manifest.json └── src │ ├── 0.jpg │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── App.css │ ├── App.js │ ├── App.test.js │ ├── Hangman.css │ ├── Hangman.js │ ├── index.css │ ├── index.js │ ├── registerServiceWorker.js │ ├── setUpTests.js │ └── words.js ├── harry potter └── code │ ├── README.md │ ├── background.py │ └── invisible_cloak.py ├── is-my-password-safe ├── Main.go └── README.md ├── judge_my_face ├── Readme ├── api.css ├── api.jpg └── index.html ├── links_extension ├── icon.png ├── manifest.json ├── popup.html └── popup.js ├── main.py ├── mandelbrot-ascii-c ├── mandelbrot.c └── readme.md ├── microstrip patch Calculator └── patch.py ├── morse_translator ├── README.md └── morse_translator.py ├── movie_recommendation ├── README.md └── movie_recommendation.ipynb ├── mp3fix ├── README.md └── mp3fix.py ├── my_personal_diary └── personal_diary.py ├── object_oriented_python_tutorial.pdf ├── password_generator ├── README.md ├── main.py └── password_generator.py ├── petting game ├── Index.html ├── README.md ├── app.js ├── images │ ├── animal_0.jpg │ ├── animal_1.jpg │ ├── animal_10.jpg │ ├── animal_11.jpg │ ├── animal_12.jpg │ ├── animal_13.jpg │ ├── animal_14.jpg │ ├── animal_15.jpg │ ├── animal_16.jpg │ ├── animal_17.jpg │ ├── animal_18.jpg │ ├── animal_19.jpg │ ├── animal_2.jpg │ ├── animal_20.jpg │ ├── animal_21.jpg │ ├── animal_22.jpg │ ├── animal_23.jpg │ ├── animal_24.jpg │ ├── animal_25.jpg │ ├── animal_26.jpg │ ├── animal_27.jpg │ ├── animal_28.jpg │ ├── animal_29.jpg │ ├── animal_3.jpg │ ├── animal_30.jpg │ ├── animal_31.jpg │ ├── animal_32.jpg │ ├── animal_33.jpg │ ├── animal_34.jpg │ ├── animal_35.jpg │ ├── animal_36.jpg │ ├── animal_37.jpg │ ├── animal_38.jpg │ ├── animal_39.jpg │ ├── animal_4.jpg │ ├── animal_40.jpg │ ├── animal_41.jpg │ ├── animal_42.jpg │ ├── animal_43.jpg │ ├── animal_44.jpg │ ├── animal_45.jpg │ ├── animal_46.jpg │ ├── animal_47.jpg │ ├── animal_48.jpg │ ├── animal_49.jpg │ ├── animal_5.jpg │ ├── animal_50.jpg │ ├── animal_51.jpg │ ├── animal_52.jpg │ ├── animal_6.jpg │ ├── animal_7.jpg │ ├── animal_8.jpg │ └── animal_9.jpg └── style.css ├── piglatinizer ├── README.md └── piglatinizer.py ├── portscanner ├── Readme.md └── portscanner.java ├── post_it_notes ├── .vscode │ └── settings.json ├── README.md └── notes.py ├── pure-go-port-scanner ├── Makefile ├── bin │ └── scanner ├── go.mod └── scanner.go ├── scan-your-network ├── README.md └── netscan.py ├── slot-machine ├── README.md └── game.py ├── song-downloader ├── .gitignore ├── README.md ├── configure.ps1 ├── configure.sh ├── requirements.txt └── songdl.py ├── space game └── space.py ├── string_generator ├── README.md └── main.py ├── todolist ├── index.js ├── node_modules │ ├── .bin │ │ ├── ejs │ │ ├── ejs.cmd │ │ ├── ejs.ps1 │ │ ├── jake │ │ ├── jake.cmd │ │ ├── jake.ps1 │ │ ├── mime │ │ ├── mime.cmd │ │ └── mime.ps1 │ ├── .package-lock.json │ ├── accepts │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── ansi-styles │ │ ├── index.d.ts │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── array-flatten │ │ ├── LICENSE │ │ ├── README.md │ │ ├── array-flatten.js │ │ └── package.json │ ├── async │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── all.js │ │ ├── allLimit.js │ │ ├── allSeries.js │ │ ├── any.js │ │ ├── anyLimit.js │ │ ├── anySeries.js │ │ ├── apply.js │ │ ├── applyEach.js │ │ ├── applyEachSeries.js │ │ ├── asyncify.js │ │ ├── auto.js │ │ ├── autoInject.js │ │ ├── bower.json │ │ ├── cargo.js │ │ ├── cargoQueue.js │ │ ├── compose.js │ │ ├── concat.js │ │ ├── concatLimit.js │ │ ├── concatSeries.js │ │ ├── constant.js │ │ ├── detect.js │ │ ├── detectLimit.js │ │ ├── detectSeries.js │ │ ├── dir.js │ │ ├── dist │ │ │ ├── async.js │ │ │ ├── async.min.js │ │ │ └── async.mjs │ │ ├── doDuring.js │ │ ├── doUntil.js │ │ ├── doWhilst.js │ │ ├── during.js │ │ ├── each.js │ │ ├── eachLimit.js │ │ ├── eachOf.js │ │ ├── eachOfLimit.js │ │ ├── eachOfSeries.js │ │ ├── eachSeries.js │ │ ├── ensureAsync.js │ │ ├── every.js │ │ ├── everyLimit.js │ │ ├── everySeries.js │ │ ├── filter.js │ │ ├── filterLimit.js │ │ ├── filterSeries.js │ │ ├── find.js │ │ ├── findLimit.js │ │ ├── findSeries.js │ │ ├── flatMap.js │ │ ├── flatMapLimit.js │ │ ├── flatMapSeries.js │ │ ├── foldl.js │ │ ├── foldr.js │ │ ├── forEach.js │ │ ├── forEachLimit.js │ │ ├── forEachOf.js │ │ ├── forEachOfLimit.js │ │ ├── forEachOfSeries.js │ │ ├── forEachSeries.js │ │ ├── forever.js │ │ ├── groupBy.js │ │ ├── groupByLimit.js │ │ ├── groupBySeries.js │ │ ├── index.js │ │ ├── inject.js │ │ ├── internal │ │ │ ├── DoublyLinkedList.js │ │ │ ├── Heap.js │ │ │ ├── applyEach.js │ │ │ ├── asyncEachOfLimit.js │ │ │ ├── awaitify.js │ │ │ ├── breakLoop.js │ │ │ ├── consoleFunc.js │ │ │ ├── createTester.js │ │ │ ├── eachOfLimit.js │ │ │ ├── filter.js │ │ │ ├── getIterator.js │ │ │ ├── initialParams.js │ │ │ ├── isArrayLike.js │ │ │ ├── iterator.js │ │ │ ├── map.js │ │ │ ├── once.js │ │ │ ├── onlyOnce.js │ │ │ ├── parallel.js │ │ │ ├── promiseCallback.js │ │ │ ├── queue.js │ │ │ ├── range.js │ │ │ ├── reject.js │ │ │ ├── setImmediate.js │ │ │ ├── withoutIndex.js │ │ │ └── wrapAsync.js │ │ ├── log.js │ │ ├── map.js │ │ ├── mapLimit.js │ │ ├── mapSeries.js │ │ ├── mapValues.js │ │ ├── mapValuesLimit.js │ │ ├── mapValuesSeries.js │ │ ├── memoize.js │ │ ├── nextTick.js │ │ ├── package.json │ │ ├── parallel.js │ │ ├── parallelLimit.js │ │ ├── priorityQueue.js │ │ ├── queue.js │ │ ├── race.js │ │ ├── reduce.js │ │ ├── reduceRight.js │ │ ├── reflect.js │ │ ├── reflectAll.js │ │ ├── reject.js │ │ ├── rejectLimit.js │ │ ├── rejectSeries.js │ │ ├── retry.js │ │ ├── retryable.js │ │ ├── select.js │ │ ├── selectLimit.js │ │ ├── selectSeries.js │ │ ├── seq.js │ │ ├── series.js │ │ ├── setImmediate.js │ │ ├── some.js │ │ ├── someLimit.js │ │ ├── someSeries.js │ │ ├── sortBy.js │ │ ├── timeout.js │ │ ├── times.js │ │ ├── timesLimit.js │ │ ├── timesSeries.js │ │ ├── transform.js │ │ ├── tryEach.js │ │ ├── unmemoize.js │ │ ├── until.js │ │ ├── waterfall.js │ │ ├── whilst.js │ │ └── wrapSync.js │ ├── balanced-match │ │ ├── .github │ │ │ └── FUNDING.yml │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── body-parser │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── SECURITY.md │ │ ├── index.js │ │ ├── lib │ │ │ ├── read.js │ │ │ └── types │ │ │ │ ├── json.js │ │ │ │ ├── raw.js │ │ │ │ ├── text.js │ │ │ │ └── urlencoded.js │ │ └── package.json │ ├── brace-expansion │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── bytes │ │ ├── History.md │ │ ├── LICENSE │ │ ├── Readme.md │ │ ├── index.js │ │ └── package.json │ ├── call-bind │ │ ├── .eslintignore │ │ ├── .eslintrc │ │ ├── .github │ │ │ └── FUNDING.yml │ │ ├── .nycrc │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── callBound.js │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ ├── callBound.js │ │ │ └── index.js │ ├── chalk │ │ ├── index.d.ts │ │ ├── license │ │ ├── package.json │ │ ├── readme.md │ │ └── source │ │ │ ├── index.js │ │ │ ├── templates.js │ │ │ └── util.js │ ├── color-convert │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── conversions.js │ │ ├── index.js │ │ ├── package.json │ │ └── route.js │ ├── color-name │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── concat-map │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.markdown │ │ ├── example │ │ │ └── map.js │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ └── map.js │ ├── content-disposition │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── content-type │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── cookie-signature │ │ ├── .npmignore │ │ ├── History.md │ │ ├── Readme.md │ │ ├── index.js │ │ └── package.json │ ├── cookie │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── SECURITY.md │ │ ├── index.js │ │ └── package.json │ ├── debug │ │ ├── .coveralls.yml │ │ ├── .eslintrc │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── Makefile │ │ ├── README.md │ │ ├── component.json │ │ ├── karma.conf.js │ │ ├── node.js │ │ ├── package.json │ │ └── src │ │ │ ├── browser.js │ │ │ ├── debug.js │ │ │ ├── index.js │ │ │ ├── inspector-log.js │ │ │ └── node.js │ ├── depd │ │ ├── History.md │ │ ├── LICENSE │ │ ├── Readme.md │ │ ├── index.js │ │ ├── lib │ │ │ └── browser │ │ │ │ └── index.js │ │ └── package.json │ ├── destroy │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── ee-first │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── ejs │ │ ├── LICENSE │ │ ├── README.md │ │ ├── bin │ │ │ └── cli.js │ │ ├── ejs.js │ │ ├── ejs.min.js │ │ ├── jakefile.js │ │ ├── lib │ │ │ ├── ejs.js │ │ │ └── utils.js │ │ ├── package.json │ │ └── usage.txt │ ├── encodeurl │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── escape-html │ │ ├── LICENSE │ │ ├── Readme.md │ │ ├── index.js │ │ └── package.json │ ├── etag │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── express │ │ ├── History.md │ │ ├── LICENSE │ │ ├── Readme.md │ │ ├── index.js │ │ ├── lib │ │ │ ├── application.js │ │ │ ├── express.js │ │ │ ├── middleware │ │ │ │ ├── init.js │ │ │ │ └── query.js │ │ │ ├── request.js │ │ │ ├── response.js │ │ │ ├── router │ │ │ │ ├── index.js │ │ │ │ ├── layer.js │ │ │ │ └── route.js │ │ │ ├── utils.js │ │ │ └── view.js │ │ ├── node_modules │ │ │ ├── body-parser │ │ │ │ ├── HISTORY.md │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── SECURITY.md │ │ │ │ ├── index.js │ │ │ │ ├── lib │ │ │ │ │ ├── read.js │ │ │ │ │ └── types │ │ │ │ │ │ ├── json.js │ │ │ │ │ │ ├── raw.js │ │ │ │ │ │ ├── text.js │ │ │ │ │ │ └── urlencoded.js │ │ │ │ └── package.json │ │ │ └── raw-body │ │ │ │ ├── HISTORY.md │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── SECURITY.md │ │ │ │ ├── index.d.ts │ │ │ │ ├── index.js │ │ │ │ └── package.json │ │ └── package.json │ ├── filelist │ │ ├── README.md │ │ ├── index.d.ts │ │ ├── index.js │ │ ├── jakefile.js │ │ ├── node_modules │ │ │ ├── brace-expansion │ │ │ │ ├── .github │ │ │ │ │ └── FUNDING.yml │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── index.js │ │ │ │ └── package.json │ │ │ └── minimatch │ │ │ │ ├── LICENSE │ │ │ │ ├── README.md │ │ │ │ ├── lib │ │ │ │ └── path.js │ │ │ │ ├── minimatch.js │ │ │ │ └── package.json │ │ └── package.json │ ├── finalhandler │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── SECURITY.md │ │ ├── index.js │ │ └── package.json │ ├── forwarded │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── fresh │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── function-bind │ │ ├── .editorconfig │ │ ├── .eslintrc │ │ ├── .jscs.json │ │ ├── .npmignore │ │ ├── .travis.yml │ │ ├── LICENSE │ │ ├── README.md │ │ ├── implementation.js │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ ├── .eslintrc │ │ │ └── index.js │ ├── get-intrinsic │ │ ├── .eslintrc │ │ ├── .github │ │ │ └── FUNDING.yml │ │ ├── .nycrc │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ └── GetIntrinsic.js │ ├── has-flag │ │ ├── index.d.ts │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── has-proto │ │ ├── .eslintrc │ │ ├── .github │ │ │ └── FUNDING.yml │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ └── index.js │ ├── has-symbols │ │ ├── .eslintrc │ │ ├── .github │ │ │ └── FUNDING.yml │ │ ├── .nycrc │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ ├── shams.js │ │ └── test │ │ │ ├── index.js │ │ │ ├── shams │ │ │ ├── core-js.js │ │ │ └── get-own-property-symbols.js │ │ │ └── tests.js │ ├── has │ │ ├── LICENSE-MIT │ │ ├── README.md │ │ ├── package.json │ │ ├── src │ │ │ └── index.js │ │ └── test │ │ │ └── index.js │ ├── http-errors │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── iconv-lite │ │ ├── Changelog.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── encodings │ │ │ ├── dbcs-codec.js │ │ │ ├── dbcs-data.js │ │ │ ├── index.js │ │ │ ├── internal.js │ │ │ ├── sbcs-codec.js │ │ │ ├── sbcs-data-generated.js │ │ │ ├── sbcs-data.js │ │ │ ├── tables │ │ │ │ ├── big5-added.json │ │ │ │ ├── cp936.json │ │ │ │ ├── cp949.json │ │ │ │ ├── cp950.json │ │ │ │ ├── eucjp.json │ │ │ │ ├── gb18030-ranges.json │ │ │ │ ├── gbk-added.json │ │ │ │ └── shiftjis.json │ │ │ ├── utf16.js │ │ │ └── utf7.js │ │ ├── lib │ │ │ ├── bom-handling.js │ │ │ ├── extend-node.js │ │ │ ├── index.d.ts │ │ │ ├── index.js │ │ │ └── streams.js │ │ └── package.json │ ├── inherits │ │ ├── LICENSE │ │ ├── README.md │ │ ├── inherits.js │ │ ├── inherits_browser.js │ │ └── package.json │ ├── ipaddr.js │ │ ├── LICENSE │ │ ├── README.md │ │ ├── ipaddr.min.js │ │ ├── lib │ │ │ ├── ipaddr.js │ │ │ └── ipaddr.js.d.ts │ │ └── package.json │ ├── jake │ │ ├── Makefile │ │ ├── README.md │ │ ├── bin │ │ │ ├── bash_completion.sh │ │ │ └── cli.js │ │ ├── jakefile.js │ │ ├── lib │ │ │ ├── api.js │ │ │ ├── jake.js │ │ │ ├── loader.js │ │ │ ├── namespace.js │ │ │ ├── package_task.js │ │ │ ├── parseargs.js │ │ │ ├── program.js │ │ │ ├── publish_task.js │ │ │ ├── rule.js │ │ │ ├── task │ │ │ │ ├── directory_task.js │ │ │ │ ├── file_task.js │ │ │ │ ├── index.js │ │ │ │ └── task.js │ │ │ ├── test_task.js │ │ │ └── utils │ │ │ │ ├── file.js │ │ │ │ ├── index.js │ │ │ │ └── logger.js │ │ ├── package.json │ │ ├── test │ │ │ ├── integration │ │ │ │ ├── concurrent.js │ │ │ │ ├── file.js │ │ │ │ ├── file_task.js │ │ │ │ ├── helpers.js │ │ │ │ ├── jakefile.js │ │ │ │ ├── jakelib │ │ │ │ │ ├── concurrent.jake.js │ │ │ │ │ ├── publish.jake.js │ │ │ │ │ ├── required_module.jake.js │ │ │ │ │ └── rule.jake.js │ │ │ │ ├── list_tasks.js │ │ │ │ ├── publish_task.js │ │ │ │ ├── rule.js │ │ │ │ ├── selfdep.js │ │ │ │ └── task_base.js │ │ │ └── unit │ │ │ │ ├── jakefile.js │ │ │ │ ├── namespace.js │ │ │ │ └── parseargs.js │ │ └── usage.txt │ ├── media-typer │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── merge-descriptors │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── methods │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── mime-db │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── db.json │ │ ├── index.js │ │ └── package.json │ ├── mime-types │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── mime │ │ ├── .npmignore │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── cli.js │ │ ├── mime.js │ │ ├── package.json │ │ ├── src │ │ │ ├── build.js │ │ │ └── test.js │ │ └── types.json │ ├── minimatch │ │ ├── LICENSE │ │ ├── README.md │ │ ├── minimatch.js │ │ └── package.json │ ├── ms │ │ ├── index.js │ │ ├── license.md │ │ ├── package.json │ │ └── readme.md │ ├── negotiator │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── lib │ │ │ ├── charset.js │ │ │ ├── encoding.js │ │ │ ├── language.js │ │ │ └── mediaType.js │ │ └── package.json │ ├── object-inspect │ │ ├── .eslintrc │ │ ├── .github │ │ │ └── FUNDING.yml │ │ ├── .nycrc │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── example │ │ │ ├── all.js │ │ │ ├── circular.js │ │ │ ├── fn.js │ │ │ └── inspect.js │ │ ├── index.js │ │ ├── package-support.json │ │ ├── package.json │ │ ├── readme.markdown │ │ ├── test-core-js.js │ │ ├── test │ │ │ ├── bigint.js │ │ │ ├── browser │ │ │ │ └── dom.js │ │ │ ├── circular.js │ │ │ ├── deep.js │ │ │ ├── element.js │ │ │ ├── err.js │ │ │ ├── fakes.js │ │ │ ├── fn.js │ │ │ ├── has.js │ │ │ ├── holes.js │ │ │ ├── indent-option.js │ │ │ ├── inspect.js │ │ │ ├── lowbyte.js │ │ │ ├── number.js │ │ │ ├── quoteStyle.js │ │ │ ├── toStringTag.js │ │ │ ├── undef.js │ │ │ └── values.js │ │ └── util.inspect.js │ ├── on-finished │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── parseurl │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── path-to-regexp │ │ ├── History.md │ │ ├── LICENSE │ │ ├── Readme.md │ │ ├── index.js │ │ └── package.json │ ├── proxy-addr │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── qs │ │ ├── .editorconfig │ │ ├── .eslintrc │ │ ├── .github │ │ │ └── FUNDING.yml │ │ ├── .nycrc │ │ ├── CHANGELOG.md │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── dist │ │ │ └── qs.js │ │ ├── lib │ │ │ ├── formats.js │ │ │ ├── index.js │ │ │ ├── parse.js │ │ │ ├── stringify.js │ │ │ └── utils.js │ │ ├── package.json │ │ └── test │ │ │ ├── parse.js │ │ │ ├── stringify.js │ │ │ └── utils.js │ ├── range-parser │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── raw-body │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── SECURITY.md │ │ ├── index.d.ts │ │ ├── index.js │ │ └── package.json │ ├── safe-buffer │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.d.ts │ │ ├── index.js │ │ └── package.json │ ├── safer-buffer │ │ ├── LICENSE │ │ ├── Porting-Buffer.md │ │ ├── Readme.md │ │ ├── dangerous.js │ │ ├── package.json │ │ ├── safer.js │ │ └── tests.js │ ├── send │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── SECURITY.md │ │ ├── index.js │ │ ├── node_modules │ │ │ └── ms │ │ │ │ ├── index.js │ │ │ │ ├── license.md │ │ │ │ ├── package.json │ │ │ │ └── readme.md │ │ └── package.json │ ├── serve-static │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── setprototypeof │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.d.ts │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ └── index.js │ ├── side-channel │ │ ├── .eslintignore │ │ ├── .eslintrc │ │ ├── .github │ │ │ └── FUNDING.yml │ │ ├── .nycrc │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ ├── package.json │ │ └── test │ │ │ └── index.js │ ├── statuses │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── codes.json │ │ ├── index.js │ │ └── package.json │ ├── supports-color │ │ ├── browser.js │ │ ├── index.js │ │ ├── license │ │ ├── package.json │ │ └── readme.md │ ├── toidentifier │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── type-is │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── unpipe │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ ├── utils-merge │ │ ├── .npmignore │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json │ └── vary │ │ ├── HISTORY.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── index.js │ │ └── package.json ├── package-lock.json ├── package.json ├── public │ └── styles │ │ └── index.css └── views │ ├── index.ejs │ ├── partials │ └── header.ejs │ └── work.ejs ├── url_shortener ├── README.md └── url_shortener.py ├── very-simple-logger ├── README.md ├── very-simple-logger └── very-simple-logger.js ├── website_attribute_analyzer ├── .idea │ ├── .gitignore │ ├── inspectionProfiles │ │ └── profiles_settings.xml │ ├── misc.xml │ ├── modules.xml │ └── website_attribute_analyzer.iml ├── README.md └── website_attribute_analyzer.py └── wordpress_plugin_downloader ├── README.md ├── downloader.py └── wordpress_plugin.py /.github/labeler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/.github/labeler.yml -------------------------------------------------------------------------------- /.github/workflows/auto-label.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/.github/workflows/auto-label.yml -------------------------------------------------------------------------------- /.github/workflows/check-line-count.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/.github/workflows/check-line-count.yml -------------------------------------------------------------------------------- /.github/workflows/greetings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/.github/workflows/greetings.yml -------------------------------------------------------------------------------- /.github/workflows/label.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/.github/workflows/label.yml -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/.github/workflows/stale.yml -------------------------------------------------------------------------------- /.github/workflows/welcome-contributor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/.github/workflows/welcome-contributor.yml -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /.idea/100LinesOfCode.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/.idea/100LinesOfCode.iml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/runConfigurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/.idea/runConfigurations.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /100LinesOfCode.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/100LinesOfCode.iml -------------------------------------------------------------------------------- /100LinesOfCode.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/100LinesOfCode.sln -------------------------------------------------------------------------------- /100lines Generator/100lines.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/100lines Generator/100lines.cpp -------------------------------------------------------------------------------- /100lines Generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/100lines Generator/README.md -------------------------------------------------------------------------------- /AES Encryptor-Decryptor/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ -------------------------------------------------------------------------------- /AES Encryptor-Decryptor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/AES Encryptor-Decryptor/README.md -------------------------------------------------------------------------------- /AES Encryptor-Decryptor/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/AES Encryptor-Decryptor/app.js -------------------------------------------------------------------------------- /AES Encryptor-Decryptor/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/AES Encryptor-Decryptor/package-lock.json -------------------------------------------------------------------------------- /AES Encryptor-Decryptor/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/AES Encryptor-Decryptor/package.json -------------------------------------------------------------------------------- /Amazon_Review_Scrapper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Amazon_Review_Scrapper/README.md -------------------------------------------------------------------------------- /Amazon_Review_Scrapper/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Amazon_Review_Scrapper/package-lock.json -------------------------------------------------------------------------------- /Amazon_Review_Scrapper/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Amazon_Review_Scrapper/package.json -------------------------------------------------------------------------------- /Amazon_Review_Scrapper/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Amazon_Review_Scrapper/script.js -------------------------------------------------------------------------------- /Base Converter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Base Converter/README.md -------------------------------------------------------------------------------- /Base Converter/convertBase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Base Converter/convertBase.cpp -------------------------------------------------------------------------------- /Base Converter/convertBase.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Base Converter/convertBase.exe -------------------------------------------------------------------------------- /BasicCalculator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/BasicCalculator/README.md -------------------------------------------------------------------------------- /BasicCalculator/assets/calculator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/BasicCalculator/assets/calculator.gif -------------------------------------------------------------------------------- /BasicCalculator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/BasicCalculator/index.html -------------------------------------------------------------------------------- /BasicCalculator/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/BasicCalculator/script.js -------------------------------------------------------------------------------- /BasicCalculator/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/BasicCalculator/style.css -------------------------------------------------------------------------------- /Beautiful JS Clock/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Beautiful JS Clock/index.html -------------------------------------------------------------------------------- /Beautiful JS Clock/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Beautiful JS Clock/style.css -------------------------------------------------------------------------------- /BlackJackGame/BlackJackGame.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/BlackJackGame/BlackJackGame.iml -------------------------------------------------------------------------------- /BlackJackGame/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/BlackJackGame/README.md -------------------------------------------------------------------------------- /BlackJackGame/src/blackJack.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/BlackJackGame/src/blackJack.java -------------------------------------------------------------------------------- /Black_Jack_Game/blackjack.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Black_Jack_Game/blackjack.css -------------------------------------------------------------------------------- /Black_Jack_Game/blackjack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Black_Jack_Game/blackjack.jpg -------------------------------------------------------------------------------- /Black_Jack_Game/blackjack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Black_Jack_Game/blackjack.js -------------------------------------------------------------------------------- /Black_Jack_Game/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Black_Jack_Game/index.html -------------------------------------------------------------------------------- /BookletMakerfromPDF/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/BookletMakerfromPDF/README.md -------------------------------------------------------------------------------- /BookletMakerfromPDF/bookl3t.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/BookletMakerfromPDF/bookl3t.py -------------------------------------------------------------------------------- /BookletMakerfromPDF/printSetting1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/BookletMakerfromPDF/printSetting1.png -------------------------------------------------------------------------------- /BookletMakerfromPDF/printSetting2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/BookletMakerfromPDF/printSetting2.png -------------------------------------------------------------------------------- /BookletMakerfromPDF/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/BookletMakerfromPDF/setup.sh -------------------------------------------------------------------------------- /Breaking_Bad_Quotes/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Breaking_Bad_Quotes/Readme.md -------------------------------------------------------------------------------- /Breaking_Bad_Quotes/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Breaking_Bad_Quotes/index.html -------------------------------------------------------------------------------- /CMD Quiz App/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/CMD Quiz App/README.md -------------------------------------------------------------------------------- /CMD Quiz App/src/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/CMD Quiz App/src/main.go -------------------------------------------------------------------------------- /CMD Quiz App/src/problems.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/CMD Quiz App/src/problems.csv -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /COVID19 Visualizer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/COVID19 Visualizer/README.md -------------------------------------------------------------------------------- /COVID19 Visualizer/covid_19_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/COVID19 Visualizer/covid_19_data.csv -------------------------------------------------------------------------------- /COVID19 Visualizer/newplot (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/COVID19 Visualizer/newplot (1).png -------------------------------------------------------------------------------- /COVID19 Visualizer/newplot (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/COVID19 Visualizer/newplot (2).png -------------------------------------------------------------------------------- /Cat-App/CatApp/.vs/CatApp/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Cat-App/CatApp/.vs/CatApp/v16/.suo -------------------------------------------------------------------------------- /Cat-App/CatApp/.vs/ProjectSettings.json: -------------------------------------------------------------------------------- 1 | { 2 | "CurrentProjectSetting": null 3 | } -------------------------------------------------------------------------------- /Cat-App/CatApp/.vs/VSWorkspaceState.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Cat-App/CatApp/.vs/VSWorkspaceState.json -------------------------------------------------------------------------------- /Cat-App/CatApp/.vs/slnx.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Cat-App/CatApp/.vs/slnx.sqlite -------------------------------------------------------------------------------- /Cat-App/CatApp/app.js: -------------------------------------------------------------------------------- 1 | cat=require("cat-me"); 2 | console.log(cat()); -------------------------------------------------------------------------------- /Cat-App/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Cat-App/README.md -------------------------------------------------------------------------------- /Codeforces-Scraper/gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Codeforces-Scraper/gui.py -------------------------------------------------------------------------------- /Coin Combinations Calculator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Coin Combinations Calculator/README.md -------------------------------------------------------------------------------- /Color-space-converter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Color-space-converter/index.js -------------------------------------------------------------------------------- /Color-space-converter/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Color-space-converter/readme.md -------------------------------------------------------------------------------- /Connect 4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Connect 4/README.md -------------------------------------------------------------------------------- /Connect 4/connect4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Connect 4/connect4.cpp -------------------------------------------------------------------------------- /Connect 4/connect4.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Connect 4/connect4.exe -------------------------------------------------------------------------------- /Convert_Infix_to_Postfix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Convert_Infix_to_Postfix/README.md -------------------------------------------------------------------------------- /D&D_character_generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/D&D_character_generator/README.md -------------------------------------------------------------------------------- /D&D_character_generator/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/D&D_character_generator/app.js -------------------------------------------------------------------------------- /D&D_character_generator/characters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/D&D_character_generator/characters.json -------------------------------------------------------------------------------- /Detect and Translate Languages/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Detect and Translate Languages/README.md -------------------------------------------------------------------------------- /Dice Roller/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Dice Roller/README.md -------------------------------------------------------------------------------- /Dice Roller/diceRoller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Dice Roller/diceRoller.py -------------------------------------------------------------------------------- /Docker Volume S3 Backup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Docker Volume S3 Backup/README.md -------------------------------------------------------------------------------- /Docker Volume S3 Backup/backup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Docker Volume S3 Backup/backup.py -------------------------------------------------------------------------------- /Docker Volume S3 Backup/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Docker Volume S3 Backup/requirements.txt -------------------------------------------------------------------------------- /Docker Volume S3 Backup/secrets.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Docker Volume S3 Backup/secrets.conf -------------------------------------------------------------------------------- /Drowsiness detection/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Drowsiness detection/Readme.md -------------------------------------------------------------------------------- /Drowsiness detection/alarm.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Drowsiness detection/alarm.wav -------------------------------------------------------------------------------- /Drowsiness detection/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Drowsiness detection/model.py -------------------------------------------------------------------------------- /Drowsiness detection/models/cnnCat2.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Drowsiness detection/models/cnnCat2.h5 -------------------------------------------------------------------------------- /EBSVolumeBackup/EBSVolumeBackupLambda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/EBSVolumeBackup/EBSVolumeBackupLambda.py -------------------------------------------------------------------------------- /EBSVolumeBackup/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/EBSVolumeBackup/readme.md -------------------------------------------------------------------------------- /Easy-Password-Generator/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules -------------------------------------------------------------------------------- /Easy-Password-Generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Easy-Password-Generator/README.md -------------------------------------------------------------------------------- /Easy-Password-Generator/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Easy-Password-Generator/app.js -------------------------------------------------------------------------------- /Easy-Password-Generator/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Easy-Password-Generator/package-lock.json -------------------------------------------------------------------------------- /Easy-Password-Generator/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Easy-Password-Generator/package.json -------------------------------------------------------------------------------- /Encryption/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Encryption/README.md -------------------------------------------------------------------------------- /Encryption/enc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Encryption/enc.py -------------------------------------------------------------------------------- /Face_Detection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Face_Detection/README.md -------------------------------------------------------------------------------- /Face_Detection/face_detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Face_Detection/face_detection.ipynb -------------------------------------------------------------------------------- /Factorial_Calculator/factorial.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Factorial_Calculator/factorial.java -------------------------------------------------------------------------------- /Fake_Data_Generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Fake_Data_Generator/README.md -------------------------------------------------------------------------------- /Fake_Data_Generator/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Fake_Data_Generator/main.py -------------------------------------------------------------------------------- /Fake_Data_Generator/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Fake_Data_Generator/requirements.txt -------------------------------------------------------------------------------- /Flex gallary/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Flex gallary/index.html -------------------------------------------------------------------------------- /Flex gallary/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Flex gallary/style.css -------------------------------------------------------------------------------- /GameOfLife/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/GameOfLife/README.md -------------------------------------------------------------------------------- /GameOfLife/game_of_life/GOL.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/GameOfLife/game_of_life/GOL.pde -------------------------------------------------------------------------------- /GameOfLife/game_of_life/game_of_life.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/GameOfLife/game_of_life/game_of_life.pde -------------------------------------------------------------------------------- /GameOfLife/images/1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/GameOfLife/images/1.JPG -------------------------------------------------------------------------------- /GameOfLife/images/2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/GameOfLife/images/2.JPG -------------------------------------------------------------------------------- /GameOfLife/images/3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/GameOfLife/images/3.JPG -------------------------------------------------------------------------------- /GameOfLife/images/4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/GameOfLife/images/4.JPG -------------------------------------------------------------------------------- /GetJoke/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/GetJoke/README.md -------------------------------------------------------------------------------- /GetJoke/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/GetJoke/app.js -------------------------------------------------------------------------------- /GetJoke/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/GetJoke/index.html -------------------------------------------------------------------------------- /GetJoke/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/GetJoke/style.css -------------------------------------------------------------------------------- /Github-Follower-Bot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Github-Follower-Bot/README.md -------------------------------------------------------------------------------- /Github-Follower-Bot/chromedriver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Github-Follower-Bot/chromedriver.exe -------------------------------------------------------------------------------- /Github-Follower-Bot/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Github-Follower-Bot/config.py -------------------------------------------------------------------------------- /Github-Follower-Bot/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Github-Follower-Bot/main.py -------------------------------------------------------------------------------- /Guess the number/Guess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Guess the number/Guess.py -------------------------------------------------------------------------------- /Guess-the-color/Assets/images/color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Guess-the-color/Assets/images/color.png -------------------------------------------------------------------------------- /Guess-the-color/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Guess-the-color/README.md -------------------------------------------------------------------------------- /Guess-the-color/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Guess-the-color/app.js -------------------------------------------------------------------------------- /Guess-the-color/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Guess-the-color/index.html -------------------------------------------------------------------------------- /Guess-the-color/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Guess-the-color/style.css -------------------------------------------------------------------------------- /Hash/READ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Hash/READ.md -------------------------------------------------------------------------------- /Hash/hashing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Hash/hashing.py -------------------------------------------------------------------------------- /Huffman compressor/compressor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Huffman compressor/compressor.py -------------------------------------------------------------------------------- /Huffman compressor/decompressor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Huffman compressor/decompressor.py -------------------------------------------------------------------------------- /Huffman compressor/huffman.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Huffman compressor/huffman.cpp -------------------------------------------------------------------------------- /Indian Crime Analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Indian Crime Analysis/README.md -------------------------------------------------------------------------------- /InteractiveTerminalHub/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/InteractiveTerminalHub/README.md -------------------------------------------------------------------------------- /InteractiveTerminalHub/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/InteractiveTerminalHub/index.html -------------------------------------------------------------------------------- /Invisibility-Cloak/InvisibilityCloak.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Invisibility-Cloak/InvisibilityCloak.py -------------------------------------------------------------------------------- /Invisibility-Cloak/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Invisibility-Cloak/README.md -------------------------------------------------------------------------------- /Invisibility-Cloak/hsv-detector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Invisibility-Cloak/hsv-detector.py -------------------------------------------------------------------------------- /JavaScript Drum/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/JavaScript Drum/index.html -------------------------------------------------------------------------------- /JavaScript Drum/sounds/boom.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/JavaScript Drum/sounds/boom.wav -------------------------------------------------------------------------------- /JavaScript Drum/sounds/clap.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/JavaScript Drum/sounds/clap.wav -------------------------------------------------------------------------------- /JavaScript Drum/sounds/hihat.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/JavaScript Drum/sounds/hihat.wav -------------------------------------------------------------------------------- /JavaScript Drum/sounds/kick.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/JavaScript Drum/sounds/kick.wav -------------------------------------------------------------------------------- /JavaScript Drum/sounds/openhat.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/JavaScript Drum/sounds/openhat.wav -------------------------------------------------------------------------------- /JavaScript Drum/sounds/ride.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/JavaScript Drum/sounds/ride.wav -------------------------------------------------------------------------------- /JavaScript Drum/sounds/snare.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/JavaScript Drum/sounds/snare.wav -------------------------------------------------------------------------------- /JavaScript Drum/sounds/tink.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/JavaScript Drum/sounds/tink.wav -------------------------------------------------------------------------------- /JavaScript Drum/sounds/tom.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/JavaScript Drum/sounds/tom.wav -------------------------------------------------------------------------------- /JavaScript Drum/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/JavaScript Drum/style.css -------------------------------------------------------------------------------- /Jumia_Tracker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Jumia_Tracker/README.md -------------------------------------------------------------------------------- /Jumia_Tracker/index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Jumia_Tracker/index.py -------------------------------------------------------------------------------- /LANComm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/LANComm/README.md -------------------------------------------------------------------------------- /LANComm/bleh2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/LANComm/bleh2.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/LICENSE -------------------------------------------------------------------------------- /Lyrics_Analyzer/lyrics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Lyrics_Analyzer/lyrics.txt -------------------------------------------------------------------------------- /Lyrics_Analyzer/lyrics_analyzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Lyrics_Analyzer/lyrics_analyzer.py -------------------------------------------------------------------------------- /MAC_Address_changer/MAC_Address_Changer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/MAC_Address_changer/MAC_Address_Changer.py -------------------------------------------------------------------------------- /MAC_Address_changer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/MAC_Address_changer/README.md -------------------------------------------------------------------------------- /MAC_Address_changer/newread: -------------------------------------------------------------------------------- 1 | hjfoegducwlhfgwefwf 2 | djfd 3 | 4 | -------------------------------------------------------------------------------- /MSSQLSchemaDump/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/MSSQLSchemaDump/.gitignore -------------------------------------------------------------------------------- /MSSQLSchemaDump/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/MSSQLSchemaDump/App.config -------------------------------------------------------------------------------- /MSSQLSchemaDump/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/MSSQLSchemaDump/Program.cs -------------------------------------------------------------------------------- /MSSQLSchemaDump/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/MSSQLSchemaDump/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /MSSQLSchemaDump/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/MSSQLSchemaDump/README.md -------------------------------------------------------------------------------- /MSSQLSchemaDump/db_dumper.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/MSSQLSchemaDump/db_dumper.csproj -------------------------------------------------------------------------------- /MSSQLSchemaDump/example_task.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/MSSQLSchemaDump/example_task.json -------------------------------------------------------------------------------- /MSSQLSchemaDump/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/MSSQLSchemaDump/packages.config -------------------------------------------------------------------------------- /Make-Text-Uppercase/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Make-Text-Uppercase/README.md -------------------------------------------------------------------------------- /Make-Text-Uppercase/express/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Make-Text-Uppercase/express/index.html -------------------------------------------------------------------------------- /Make-Text-Uppercase/express/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Make-Text-Uppercase/express/script.js -------------------------------------------------------------------------------- /Make-Text-Uppercase/express/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Make-Text-Uppercase/express/style.css -------------------------------------------------------------------------------- /Make-Text-Uppercase/node_modules/.bin/mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Make-Text-Uppercase/node_modules/.bin/mime -------------------------------------------------------------------------------- /Make-Text-Uppercase/node_modules/cookie-signature/.npmignore: -------------------------------------------------------------------------------- 1 | support 2 | test 3 | examples 4 | *.sock 5 | -------------------------------------------------------------------------------- /Make-Text-Uppercase/node_modules/debug/.coveralls.yml: -------------------------------------------------------------------------------- 1 | repo_token: SIAeZjKYlHK74rbcFvNHMUzjRiMpflxve 2 | -------------------------------------------------------------------------------- /Make-Text-Uppercase/node_modules/debug/node.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./src/node'); 2 | -------------------------------------------------------------------------------- /Make-Text-Uppercase/node_modules/mime/.npmignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Make-Text-Uppercase/node_modules/qs/.eslintignore: -------------------------------------------------------------------------------- 1 | dist 2 | -------------------------------------------------------------------------------- /Make-Text-Uppercase/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Make-Text-Uppercase/package-lock.json -------------------------------------------------------------------------------- /Make-Text-Uppercase/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Make-Text-Uppercase/package.json -------------------------------------------------------------------------------- /Make-Text-Uppercase/server.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Make-Text-Uppercase/server.js -------------------------------------------------------------------------------- /Mandelbrot Gen/Mandelbrot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Mandelbrot Gen/Mandelbrot.py -------------------------------------------------------------------------------- /Mandelbrot Gen/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Mandelbrot Gen/README.txt -------------------------------------------------------------------------------- /MasterMind/Mastermind_GUIinterface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/MasterMind/Mastermind_GUIinterface.py -------------------------------------------------------------------------------- /MasterMind/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/MasterMind/README.md -------------------------------------------------------------------------------- /Morse Code GUI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Morse Code GUI/README.md -------------------------------------------------------------------------------- /Morse Code GUI/morse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Morse Code GUI/morse.py -------------------------------------------------------------------------------- /NodeJS Scraper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/NodeJS Scraper/README.md -------------------------------------------------------------------------------- /NodeJS Scraper/src/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/NodeJS Scraper/src/package-lock.json -------------------------------------------------------------------------------- /NodeJS Scraper/src/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/NodeJS Scraper/src/package.json -------------------------------------------------------------------------------- /NodeJS Scraper/src/scrape.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/NodeJS Scraper/src/scrape.js -------------------------------------------------------------------------------- /NodeJS Scraper/src/utility.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/NodeJS Scraper/src/utility.js -------------------------------------------------------------------------------- /Notes GUI/Notes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Notes GUI/Notes.py -------------------------------------------------------------------------------- /Notes GUI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Notes GUI/README.md -------------------------------------------------------------------------------- /OCR_To_Google_Question_Papers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/OCR_To_Google_Question_Papers/README.md -------------------------------------------------------------------------------- /OCR_To_Google_Question_Papers/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/OCR_To_Google_Question_Papers/script.py -------------------------------------------------------------------------------- /Obtain statistics from a text/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Obtain statistics from a text/README.md -------------------------------------------------------------------------------- /Obtain statistics from a text/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Obtain statistics from a text/main.py -------------------------------------------------------------------------------- /OddsOrEvens/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/OddsOrEvens/README.md -------------------------------------------------------------------------------- /OddsOrEvens/oddsEvens.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/OddsOrEvens/oddsEvens.py -------------------------------------------------------------------------------- /OnePieceScraper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/OnePieceScraper/README.md -------------------------------------------------------------------------------- /OnePieceScraper/one_piece_scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/OnePieceScraper/one_piece_scraper.py -------------------------------------------------------------------------------- /OnlineExamWithADistraction/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/OnlineExamWithADistraction/README.md -------------------------------------------------------------------------------- /OnlineExamWithADistraction/questions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/OnlineExamWithADistraction/questions.json -------------------------------------------------------------------------------- /PII DATA/ReadME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/PII DATA/ReadME.md -------------------------------------------------------------------------------- /PII DATA/p2data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/PII DATA/p2data.py -------------------------------------------------------------------------------- /PIIIdentifier/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/PIIIdentifier/README.md -------------------------------------------------------------------------------- /PIIIdentifier/input.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/PIIIdentifier/input.txt -------------------------------------------------------------------------------- /PIIIdentifier/src/PIIIdentifier.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/PIIIdentifier/src/PIIIdentifier.java -------------------------------------------------------------------------------- /PPT-Audio-Extractor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/PPT-Audio-Extractor/README.md -------------------------------------------------------------------------------- /PPT-Audio-Extractor/extractSound.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/PPT-Audio-Extractor/extractSound.py -------------------------------------------------------------------------------- /Password-Generator/Password.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Password-Generator/Password.class -------------------------------------------------------------------------------- /Password-Generator/Password.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Password-Generator/Password.java -------------------------------------------------------------------------------- /Password-Generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Password-Generator/README.md -------------------------------------------------------------------------------- /PyFO/PyFO.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/PyFO/PyFO.py -------------------------------------------------------------------------------- /PyFO/readme.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/PyFO/readme.MD -------------------------------------------------------------------------------- /QuickQuizQuestions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/QuickQuizQuestions/README.md -------------------------------------------------------------------------------- /QuickQuizQuestions/db.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/QuickQuizQuestions/db.json -------------------------------------------------------------------------------- /QuickQuizQuestions/quiz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/QuickQuizQuestions/quiz.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/README.md -------------------------------------------------------------------------------- /Readme-Generator/go.mod: -------------------------------------------------------------------------------- 1 | module readme 2 | 3 | go 1.21.2 4 | -------------------------------------------------------------------------------- /Readme-Generator/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Readme-Generator/main.go -------------------------------------------------------------------------------- /Recommender/Recommender.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Recommender/Recommender.ipynb -------------------------------------------------------------------------------- /Reddit Politics Scraper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Reddit Politics Scraper/README.md -------------------------------------------------------------------------------- /Rock-Paper-Scissors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Rock-Paper-Scissors/README.md -------------------------------------------------------------------------------- /Rock-Paper-Scissors/rating.txt: -------------------------------------------------------------------------------- 1 | Apple 300 2 | Swarag 150 -------------------------------------------------------------------------------- /Rock-Paper-Scissors/rock-paper-scissors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Rock-Paper-Scissors/rock-paper-scissors.py -------------------------------------------------------------------------------- /Roman To Arabic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Roman To Arabic/README.md -------------------------------------------------------------------------------- /Roman To Arabic/RomanToArabic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Roman To Arabic/RomanToArabic.cpp -------------------------------------------------------------------------------- /Roman To Arabic/RomanToArabic.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Roman To Arabic/RomanToArabic.exe -------------------------------------------------------------------------------- /Root_Finder/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Root_Finder/README.md -------------------------------------------------------------------------------- /Root_Finder/src/Function.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Root_Finder/src/Function.java -------------------------------------------------------------------------------- /Root_Finder/src/Root.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Root_Finder/src/Root.java -------------------------------------------------------------------------------- /Root_Finder/src/Test.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Root_Finder/src/Test.java -------------------------------------------------------------------------------- /Russian Roulette/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Russian Roulette/README.md -------------------------------------------------------------------------------- /Russian Roulette/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Russian Roulette/index.html -------------------------------------------------------------------------------- /Scytale Cipher/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Scytale Cipher/README.md -------------------------------------------------------------------------------- /Scytale Cipher/cipher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Scytale Cipher/cipher.py -------------------------------------------------------------------------------- /SearchHighlighter/Highlighter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/SearchHighlighter/Highlighter.js -------------------------------------------------------------------------------- /SearchHighlighter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/SearchHighlighter/README.md -------------------------------------------------------------------------------- /SearchHighlighter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/SearchHighlighter/index.html -------------------------------------------------------------------------------- /SearchHighlighter/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/SearchHighlighter/manifest.json -------------------------------------------------------------------------------- /SearchHighlighter/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/SearchHighlighter/style.css -------------------------------------------------------------------------------- /Shakespeare-Insult-Generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Shakespeare-Insult-Generator/README.md -------------------------------------------------------------------------------- /Shakespeare-Insult-Generator/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Shakespeare-Insult-Generator/app.js -------------------------------------------------------------------------------- /Shakespeare-Insult-Generator/insults.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Shakespeare-Insult-Generator/insults.json -------------------------------------------------------------------------------- /SmartCalculator/Claculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/SmartCalculator/Claculator.py -------------------------------------------------------------------------------- /SmartCalculator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/SmartCalculator/README.md -------------------------------------------------------------------------------- /Sound-Virtualizer/README.txt: -------------------------------------------------------------------------------- 1 | Python sound virtualizer created by nghhai1090 -------------------------------------------------------------------------------- /Sound-Virtualizer/soundplayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Sound-Virtualizer/soundplayer.py -------------------------------------------------------------------------------- /Space explore/explore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Space explore/explore.py -------------------------------------------------------------------------------- /Species-Status/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Species-Status/README.md -------------------------------------------------------------------------------- /Species-Status/species_status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Species-Status/species_status.py -------------------------------------------------------------------------------- /Speech Synthesizer/Calibre-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Speech Synthesizer/Calibre-Regular.ttf -------------------------------------------------------------------------------- /Speech Synthesizer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Speech Synthesizer/README.md -------------------------------------------------------------------------------- /Speech Synthesizer/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Speech Synthesizer/favicon.png -------------------------------------------------------------------------------- /Speech Synthesizer/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Speech Synthesizer/index.html -------------------------------------------------------------------------------- /Speech Synthesizer/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Speech Synthesizer/main.js -------------------------------------------------------------------------------- /Speech Synthesizer/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Speech Synthesizer/preview.png -------------------------------------------------------------------------------- /Speech Synthesizer/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Speech Synthesizer/style.css -------------------------------------------------------------------------------- /Spinning Cube/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Spinning Cube/README.md -------------------------------------------------------------------------------- /Spinning Cube/SpinningCube.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Spinning Cube/SpinningCube.py -------------------------------------------------------------------------------- /Streamlit_visualization_covid/Covid-19.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Streamlit_visualization_covid/Covid-19.csv -------------------------------------------------------------------------------- /Streamlit_visualization_covid/Procfile: -------------------------------------------------------------------------------- 1 | web: sh setup.sh && streamlit run app.py -------------------------------------------------------------------------------- /Streamlit_visualization_covid/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Streamlit_visualization_covid/Readme.md -------------------------------------------------------------------------------- /Streamlit_visualization_covid/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Streamlit_visualization_covid/app.py -------------------------------------------------------------------------------- /Streamlit_visualization_covid/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Streamlit_visualization_covid/setup.sh -------------------------------------------------------------------------------- /TCP-Socket/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/TCP-Socket/README.md -------------------------------------------------------------------------------- /TCP-Socket/TCP/TCP-Client/TCP-Client.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/TCP-Socket/TCP/TCP-Client/TCP-Client.iml -------------------------------------------------------------------------------- /TCP-Socket/TCP/TCP-Server/TCP-Server.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/TCP-Socket/TCP/TCP-Server/TCP-Server.iml -------------------------------------------------------------------------------- /Text-to-Epub/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Text-to-Epub/README.md -------------------------------------------------------------------------------- /Text-to-Epub/requirements.txt: -------------------------------------------------------------------------------- 1 | ebooklib>=0.17.1 2 | -------------------------------------------------------------------------------- /Text-to-Epub/sample.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Text-to-Epub/sample.epub -------------------------------------------------------------------------------- /Text-to-Epub/sample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Text-to-Epub/sample.txt -------------------------------------------------------------------------------- /Text-to-Epub/text_to_epub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Text-to-Epub/text_to_epub.py -------------------------------------------------------------------------------- /The Dinosaur Game/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/The Dinosaur Game/Readme.md -------------------------------------------------------------------------------- /The Dinosaur Game/assets/cactus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/The Dinosaur Game/assets/cactus.png -------------------------------------------------------------------------------- /The Dinosaur Game/assets/dino.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/The Dinosaur Game/assets/dino.png -------------------------------------------------------------------------------- /The Dinosaur Game/src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/The Dinosaur Game/src/index.html -------------------------------------------------------------------------------- /Tic Tac Toe/Python TicTacToe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Tic Tac Toe/Python TicTacToe.py -------------------------------------------------------------------------------- /Tic Tac Toe/icons/grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Tic Tac Toe/icons/grid.png -------------------------------------------------------------------------------- /Tic Tac Toe/icons/o-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Tic Tac Toe/icons/o-icon.png -------------------------------------------------------------------------------- /Tic Tac Toe/icons/x-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Tic Tac Toe/icons/x-icon.png -------------------------------------------------------------------------------- /TicTacToe-Game/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/TicTacToe-Game/README.md -------------------------------------------------------------------------------- /TicTacToe-Game/ttt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/TicTacToe-Game/ttt.py -------------------------------------------------------------------------------- /To Do list using java/ToDoListApp.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/To Do list using java/ToDoListApp.java -------------------------------------------------------------------------------- /To-do list/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/To-do list/README.md -------------------------------------------------------------------------------- /To-do list/to-do list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/To-do list/to-do list.py -------------------------------------------------------------------------------- /Translator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Translator/README.md -------------------------------------------------------------------------------- /Translator/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Translator/app.py -------------------------------------------------------------------------------- /Translator/requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | deepl -------------------------------------------------------------------------------- /Turtle-Art/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Turtle-Art/ReadMe.md -------------------------------------------------------------------------------- /Turtle-Art/Turtle-Art 2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Turtle-Art/Turtle-Art 2.py -------------------------------------------------------------------------------- /Turtle-Art/Turtle-Art 3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Turtle-Art/Turtle-Art 3.py -------------------------------------------------------------------------------- /Turtle-Art/Turtle-Art 4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Turtle-Art/Turtle-Art 4.py -------------------------------------------------------------------------------- /Turtle-Art/Turtle-Art 5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Turtle-Art/Turtle-Art 5.py -------------------------------------------------------------------------------- /Turtle-Art/Turtle-Art 6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Turtle-Art/Turtle-Art 6.py -------------------------------------------------------------------------------- /Turtle-Art/Turtle-Art 7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Turtle-Art/Turtle-Art 7.py -------------------------------------------------------------------------------- /Turtle-Art/Turtle-Art.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Turtle-Art/Turtle-Art.py -------------------------------------------------------------------------------- /Unique-Avatar-Generator/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Unique-Avatar-Generator/app.js -------------------------------------------------------------------------------- /Unique-Avatar-Generator/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Unique-Avatar-Generator/package.json -------------------------------------------------------------------------------- /Url Analyser/src/URLAnalyzer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Url Analyser/src/URLAnalyzer.java -------------------------------------------------------------------------------- /Url Analyser/src/readMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Url Analyser/src/readMe.md -------------------------------------------------------------------------------- /Valorant_Agent_Screen/OmenPick.mp3.mpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Valorant_Agent_Screen/OmenPick.mp3.mpeg -------------------------------------------------------------------------------- /Valorant_Agent_Screen/ViperPick.mp3.mpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Valorant_Agent_Screen/ViperPick.mp3.mpeg -------------------------------------------------------------------------------- /Valorant_Agent_Screen/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Valorant_Agent_Screen/app.js -------------------------------------------------------------------------------- /Valorant_Agent_Screen/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Valorant_Agent_Screen/background.jpg -------------------------------------------------------------------------------- /Valorant_Agent_Screen/controllerSign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Valorant_Agent_Screen/controllerSign.png -------------------------------------------------------------------------------- /Valorant_Agent_Screen/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Valorant_Agent_Screen/index.html -------------------------------------------------------------------------------- /Valorant_Agent_Screen/omen full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Valorant_Agent_Screen/omen full.png -------------------------------------------------------------------------------- /Valorant_Agent_Screen/paranio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Valorant_Agent_Screen/paranio.png -------------------------------------------------------------------------------- /Valorant_Agent_Screen/reyna full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Valorant_Agent_Screen/reyna full.png -------------------------------------------------------------------------------- /Valorant_Agent_Screen/shroudedstep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Valorant_Agent_Screen/shroudedstep.png -------------------------------------------------------------------------------- /Valorant_Agent_Screen/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Valorant_Agent_Screen/style.css -------------------------------------------------------------------------------- /Valorant_Agent_Screen/tp-whiteboard-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Valorant_Agent_Screen/tp-whiteboard-1.jpg -------------------------------------------------------------------------------- /Valorant_Agent_Screen/viper full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Valorant_Agent_Screen/viper full.png -------------------------------------------------------------------------------- /Vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Vector.h -------------------------------------------------------------------------------- /WeatherForecast/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/WeatherForecast/README.md -------------------------------------------------------------------------------- /WeatherForecast/weather.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/WeatherForecast/weather.py -------------------------------------------------------------------------------- /WiFi DoS with MAC Spoofing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/WiFi DoS with MAC Spoofing/README.md -------------------------------------------------------------------------------- /Word-Search-Puzzle-Generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Word-Search-Puzzle-Generator/README.md -------------------------------------------------------------------------------- /Word_Frequencies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Word_Frequencies/README.md -------------------------------------------------------------------------------- /Word_Frequencies/dummy_test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Word_Frequencies/dummy_test.txt -------------------------------------------------------------------------------- /Word_Frequencies/word_frequencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Word_Frequencies/word_frequencies.sh -------------------------------------------------------------------------------- /Wordle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Wordle/README.md -------------------------------------------------------------------------------- /Wordle/wordle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Wordle/wordle.cpp -------------------------------------------------------------------------------- /Wordle/wordle.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Wordle/wordle.exe -------------------------------------------------------------------------------- /Wordle/words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/Wordle/words.txt -------------------------------------------------------------------------------- /alien/alien: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /alien/alien.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/alien/alien.py -------------------------------------------------------------------------------- /arabic-to-roman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/arabic-to-roman/README.md -------------------------------------------------------------------------------- /arabic-to-roman/a2r.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/arabic-to-roman/a2r.cpp -------------------------------------------------------------------------------- /automate_repo_creation/.gitignore: -------------------------------------------------------------------------------- 1 | credentials.yaml 2 | venv/ 3 | file.sh 4 | -------------------------------------------------------------------------------- /automate_repo_creation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/automate_repo_creation/README.md -------------------------------------------------------------------------------- /automate_repo_creation/create.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/automate_repo_creation/create.py -------------------------------------------------------------------------------- /automate_repo_creation/script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/automate_repo_creation/script.sh -------------------------------------------------------------------------------- /booklist/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/booklist/README.md -------------------------------------------------------------------------------- /booklist/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/booklist/app.css -------------------------------------------------------------------------------- /booklist/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/booklist/app.js -------------------------------------------------------------------------------- /booklist/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/booklist/index.html -------------------------------------------------------------------------------- /caesar_cipher/caesar_cipher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/caesar_cipher/caesar_cipher.py -------------------------------------------------------------------------------- /collatz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/collatz.py -------------------------------------------------------------------------------- /color-matcher/image-color-service.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/color-matcher/image-color-service.ts -------------------------------------------------------------------------------- /color-matcher/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/color-matcher/index.ts -------------------------------------------------------------------------------- /color-matcher/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/color-matcher/package-lock.json -------------------------------------------------------------------------------- /color-matcher/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/color-matcher/package.json -------------------------------------------------------------------------------- /color-matcher/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/color-matcher/readme -------------------------------------------------------------------------------- /color-matcher/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/color-matcher/tsconfig.json -------------------------------------------------------------------------------- /currencyconverter/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/currencyconverter/.gitignore -------------------------------------------------------------------------------- /currencyconverter/.gradle/7.4/dependencies-accessors/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /currencyconverter/.gradle/7.4/fileChanges/last-build.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /currencyconverter/.gradle/7.4/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /currencyconverter/.gradle/buildOutputCleanup/cache.properties: -------------------------------------------------------------------------------- 1 | #Tue Oct 11 16:13:29 IST 2022 2 | gradle.version=7.4 3 | -------------------------------------------------------------------------------- /currencyconverter/.gradle/vcs-1/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /currencyconverter/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /currencyconverter/.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/currencyconverter/.idea/compiler.xml -------------------------------------------------------------------------------- /currencyconverter/.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/currencyconverter/.idea/gradle.xml -------------------------------------------------------------------------------- /currencyconverter/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/currencyconverter/.idea/misc.xml -------------------------------------------------------------------------------- /currencyconverter/.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/currencyconverter/.idea/vcs.xml -------------------------------------------------------------------------------- /currencyconverter/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/currencyconverter/LICENSE -------------------------------------------------------------------------------- /currencyconverter/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/currencyconverter/Readme.md -------------------------------------------------------------------------------- /currencyconverter/build.gradle.kts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/currencyconverter/build.gradle.kts -------------------------------------------------------------------------------- /currencyconverter/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/currencyconverter/gradlew -------------------------------------------------------------------------------- /currencyconverter/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/currencyconverter/gradlew.bat -------------------------------------------------------------------------------- /currencyconverter/org/skdesign/Main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/currencyconverter/org/skdesign/Main.html -------------------------------------------------------------------------------- /currencyconverter/settings.gradle.kts: -------------------------------------------------------------------------------- 1 | rootProject.name = "currencyconverter" 2 | 3 | -------------------------------------------------------------------------------- /documentation-generator/untitled104.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/documentation-generator/untitled104.iml -------------------------------------------------------------------------------- /file_organizer/ReadME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/file_organizer/ReadME.md -------------------------------------------------------------------------------- /file_organizer/file_ord.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/file_organizer/file_ord.py -------------------------------------------------------------------------------- /funny_news_twitter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/funny_news_twitter/README.md -------------------------------------------------------------------------------- /funny_news_twitter/last_seen_id.txt: -------------------------------------------------------------------------------- 1 | 1142381450123071488 -------------------------------------------------------------------------------- /funny_news_twitter/last_seen_news.txt: -------------------------------------------------------------------------------- 1 | 1142318438087561216 -------------------------------------------------------------------------------- /funny_news_twitter/my_twitter_bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/funny_news_twitter/my_twitter_bot.py -------------------------------------------------------------------------------- /goForEx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/goForEx/README.md -------------------------------------------------------------------------------- /goForEx/go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/goForEx/go.mod -------------------------------------------------------------------------------- /goForEx/go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/goForEx/go.sum -------------------------------------------------------------------------------- /goForEx/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/goForEx/main.go -------------------------------------------------------------------------------- /google-drive-organizer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/google-drive-organizer/README.md -------------------------------------------------------------------------------- /guess-the-number/GuessingGame.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/guess-the-number/GuessingGame.py -------------------------------------------------------------------------------- /guess-the-number/guess-the-number.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/guess-the-number/guess-the-number.js -------------------------------------------------------------------------------- /guess-the-number/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/guess-the-number/readme.md -------------------------------------------------------------------------------- /hangman-game/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/.gitignore -------------------------------------------------------------------------------- /hangman-game/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/README.md -------------------------------------------------------------------------------- /hangman-game/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/package-lock.json -------------------------------------------------------------------------------- /hangman-game/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/package.json -------------------------------------------------------------------------------- /hangman-game/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/public/favicon.ico -------------------------------------------------------------------------------- /hangman-game/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/public/index.html -------------------------------------------------------------------------------- /hangman-game/public/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/public/manifest.json -------------------------------------------------------------------------------- /hangman-game/src/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/src/0.jpg -------------------------------------------------------------------------------- /hangman-game/src/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/src/1.jpg -------------------------------------------------------------------------------- /hangman-game/src/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/src/2.jpg -------------------------------------------------------------------------------- /hangman-game/src/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/src/3.jpg -------------------------------------------------------------------------------- /hangman-game/src/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/src/4.jpg -------------------------------------------------------------------------------- /hangman-game/src/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/src/5.jpg -------------------------------------------------------------------------------- /hangman-game/src/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/src/6.jpg -------------------------------------------------------------------------------- /hangman-game/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/src/App.css -------------------------------------------------------------------------------- /hangman-game/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/src/App.js -------------------------------------------------------------------------------- /hangman-game/src/App.test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/src/App.test.js -------------------------------------------------------------------------------- /hangman-game/src/Hangman.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/src/Hangman.css -------------------------------------------------------------------------------- /hangman-game/src/Hangman.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/src/Hangman.js -------------------------------------------------------------------------------- /hangman-game/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/src/index.css -------------------------------------------------------------------------------- /hangman-game/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/src/index.js -------------------------------------------------------------------------------- /hangman-game/src/registerServiceWorker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/src/registerServiceWorker.js -------------------------------------------------------------------------------- /hangman-game/src/setUpTests.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/src/setUpTests.js -------------------------------------------------------------------------------- /hangman-game/src/words.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/hangman-game/src/words.js -------------------------------------------------------------------------------- /harry potter/code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/harry potter/code/README.md -------------------------------------------------------------------------------- /harry potter/code/background.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/harry potter/code/background.py -------------------------------------------------------------------------------- /harry potter/code/invisible_cloak.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/harry potter/code/invisible_cloak.py -------------------------------------------------------------------------------- /is-my-password-safe/Main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/is-my-password-safe/Main.go -------------------------------------------------------------------------------- /is-my-password-safe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/is-my-password-safe/README.md -------------------------------------------------------------------------------- /judge_my_face/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/judge_my_face/Readme -------------------------------------------------------------------------------- /judge_my_face/api.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/judge_my_face/api.css -------------------------------------------------------------------------------- /judge_my_face/api.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/judge_my_face/api.jpg -------------------------------------------------------------------------------- /judge_my_face/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/judge_my_face/index.html -------------------------------------------------------------------------------- /links_extension/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/links_extension/icon.png -------------------------------------------------------------------------------- /links_extension/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/links_extension/manifest.json -------------------------------------------------------------------------------- /links_extension/popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/links_extension/popup.html -------------------------------------------------------------------------------- /links_extension/popup.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/main.py -------------------------------------------------------------------------------- /mandelbrot-ascii-c/mandelbrot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/mandelbrot-ascii-c/mandelbrot.c -------------------------------------------------------------------------------- /mandelbrot-ascii-c/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/mandelbrot-ascii-c/readme.md -------------------------------------------------------------------------------- /microstrip patch Calculator/patch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/microstrip patch Calculator/patch.py -------------------------------------------------------------------------------- /morse_translator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/morse_translator/README.md -------------------------------------------------------------------------------- /morse_translator/morse_translator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/morse_translator/morse_translator.py -------------------------------------------------------------------------------- /movie_recommendation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/movie_recommendation/README.md -------------------------------------------------------------------------------- /mp3fix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/mp3fix/README.md -------------------------------------------------------------------------------- /mp3fix/mp3fix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/mp3fix/mp3fix.py -------------------------------------------------------------------------------- /my_personal_diary/personal_diary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/my_personal_diary/personal_diary.py -------------------------------------------------------------------------------- /object_oriented_python_tutorial.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/object_oriented_python_tutorial.pdf -------------------------------------------------------------------------------- /password_generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/password_generator/README.md -------------------------------------------------------------------------------- /password_generator/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/password_generator/main.py -------------------------------------------------------------------------------- /password_generator/password_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/password_generator/password_generator.py -------------------------------------------------------------------------------- /petting game/Index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/Index.html -------------------------------------------------------------------------------- /petting game/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/README.md -------------------------------------------------------------------------------- /petting game/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/app.js -------------------------------------------------------------------------------- /petting game/images/animal_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_0.jpg -------------------------------------------------------------------------------- /petting game/images/animal_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_1.jpg -------------------------------------------------------------------------------- /petting game/images/animal_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_10.jpg -------------------------------------------------------------------------------- /petting game/images/animal_11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_11.jpg -------------------------------------------------------------------------------- /petting game/images/animal_12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_12.jpg -------------------------------------------------------------------------------- /petting game/images/animal_13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_13.jpg -------------------------------------------------------------------------------- /petting game/images/animal_14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_14.jpg -------------------------------------------------------------------------------- /petting game/images/animal_15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_15.jpg -------------------------------------------------------------------------------- /petting game/images/animal_16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_16.jpg -------------------------------------------------------------------------------- /petting game/images/animal_17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_17.jpg -------------------------------------------------------------------------------- /petting game/images/animal_18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_18.jpg -------------------------------------------------------------------------------- /petting game/images/animal_19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_19.jpg -------------------------------------------------------------------------------- /petting game/images/animal_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_2.jpg -------------------------------------------------------------------------------- /petting game/images/animal_20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_20.jpg -------------------------------------------------------------------------------- /petting game/images/animal_21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_21.jpg -------------------------------------------------------------------------------- /petting game/images/animal_22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_22.jpg -------------------------------------------------------------------------------- /petting game/images/animal_23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_23.jpg -------------------------------------------------------------------------------- /petting game/images/animal_24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_24.jpg -------------------------------------------------------------------------------- /petting game/images/animal_25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_25.jpg -------------------------------------------------------------------------------- /petting game/images/animal_26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_26.jpg -------------------------------------------------------------------------------- /petting game/images/animal_27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_27.jpg -------------------------------------------------------------------------------- /petting game/images/animal_28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_28.jpg -------------------------------------------------------------------------------- /petting game/images/animal_29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_29.jpg -------------------------------------------------------------------------------- /petting game/images/animal_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_3.jpg -------------------------------------------------------------------------------- /petting game/images/animal_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_30.jpg -------------------------------------------------------------------------------- /petting game/images/animal_31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_31.jpg -------------------------------------------------------------------------------- /petting game/images/animal_32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_32.jpg -------------------------------------------------------------------------------- /petting game/images/animal_33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_33.jpg -------------------------------------------------------------------------------- /petting game/images/animal_34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_34.jpg -------------------------------------------------------------------------------- /petting game/images/animal_35.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_35.jpg -------------------------------------------------------------------------------- /petting game/images/animal_36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_36.jpg -------------------------------------------------------------------------------- /petting game/images/animal_37.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_37.jpg -------------------------------------------------------------------------------- /petting game/images/animal_38.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_38.jpg -------------------------------------------------------------------------------- /petting game/images/animal_39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_39.jpg -------------------------------------------------------------------------------- /petting game/images/animal_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_4.jpg -------------------------------------------------------------------------------- /petting game/images/animal_40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_40.jpg -------------------------------------------------------------------------------- /petting game/images/animal_41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_41.jpg -------------------------------------------------------------------------------- /petting game/images/animal_42.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_42.jpg -------------------------------------------------------------------------------- /petting game/images/animal_43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_43.jpg -------------------------------------------------------------------------------- /petting game/images/animal_44.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_44.jpg -------------------------------------------------------------------------------- /petting game/images/animal_45.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_45.jpg -------------------------------------------------------------------------------- /petting game/images/animal_46.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_46.jpg -------------------------------------------------------------------------------- /petting game/images/animal_47.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_47.jpg -------------------------------------------------------------------------------- /petting game/images/animal_48.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_48.jpg -------------------------------------------------------------------------------- /petting game/images/animal_49.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_49.jpg -------------------------------------------------------------------------------- /petting game/images/animal_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_5.jpg -------------------------------------------------------------------------------- /petting game/images/animal_50.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_50.jpg -------------------------------------------------------------------------------- /petting game/images/animal_51.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_51.jpg -------------------------------------------------------------------------------- /petting game/images/animal_52.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_52.jpg -------------------------------------------------------------------------------- /petting game/images/animal_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_6.jpg -------------------------------------------------------------------------------- /petting game/images/animal_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_7.jpg -------------------------------------------------------------------------------- /petting game/images/animal_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_8.jpg -------------------------------------------------------------------------------- /petting game/images/animal_9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/images/animal_9.jpg -------------------------------------------------------------------------------- /petting game/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/petting game/style.css -------------------------------------------------------------------------------- /piglatinizer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/piglatinizer/README.md -------------------------------------------------------------------------------- /piglatinizer/piglatinizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/piglatinizer/piglatinizer.py -------------------------------------------------------------------------------- /portscanner/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/portscanner/Readme.md -------------------------------------------------------------------------------- /portscanner/portscanner.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/portscanner/portscanner.java -------------------------------------------------------------------------------- /post_it_notes/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | } -------------------------------------------------------------------------------- /post_it_notes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/post_it_notes/README.md -------------------------------------------------------------------------------- /post_it_notes/notes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/post_it_notes/notes.py -------------------------------------------------------------------------------- /pure-go-port-scanner/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/pure-go-port-scanner/Makefile -------------------------------------------------------------------------------- /pure-go-port-scanner/bin/scanner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/pure-go-port-scanner/bin/scanner -------------------------------------------------------------------------------- /pure-go-port-scanner/go.mod: -------------------------------------------------------------------------------- 1 | module pure_go_port_scanner 2 | 3 | go 1.23.1 4 | -------------------------------------------------------------------------------- /pure-go-port-scanner/scanner.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/pure-go-port-scanner/scanner.go -------------------------------------------------------------------------------- /scan-your-network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/scan-your-network/README.md -------------------------------------------------------------------------------- /scan-your-network/netscan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/scan-your-network/netscan.py -------------------------------------------------------------------------------- /slot-machine/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/slot-machine/README.md -------------------------------------------------------------------------------- /slot-machine/game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/slot-machine/game.py -------------------------------------------------------------------------------- /song-downloader/.gitignore: -------------------------------------------------------------------------------- 1 | venv/ 2 | test.py 3 | -------------------------------------------------------------------------------- /song-downloader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/song-downloader/README.md -------------------------------------------------------------------------------- /song-downloader/configure.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/song-downloader/configure.ps1 -------------------------------------------------------------------------------- /song-downloader/configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/song-downloader/configure.sh -------------------------------------------------------------------------------- /song-downloader/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/song-downloader/requirements.txt -------------------------------------------------------------------------------- /song-downloader/songdl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/song-downloader/songdl.py -------------------------------------------------------------------------------- /space game/space.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/space game/space.py -------------------------------------------------------------------------------- /string_generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/string_generator/README.md -------------------------------------------------------------------------------- /string_generator/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/string_generator/main.py -------------------------------------------------------------------------------- /todolist/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/index.js -------------------------------------------------------------------------------- /todolist/node_modules/.bin/ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/.bin/ejs -------------------------------------------------------------------------------- /todolist/node_modules/.bin/ejs.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/.bin/ejs.cmd -------------------------------------------------------------------------------- /todolist/node_modules/.bin/ejs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/.bin/ejs.ps1 -------------------------------------------------------------------------------- /todolist/node_modules/.bin/jake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/.bin/jake -------------------------------------------------------------------------------- /todolist/node_modules/.bin/jake.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/.bin/jake.cmd -------------------------------------------------------------------------------- /todolist/node_modules/.bin/jake.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/.bin/jake.ps1 -------------------------------------------------------------------------------- /todolist/node_modules/.bin/mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/.bin/mime -------------------------------------------------------------------------------- /todolist/node_modules/.bin/mime.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/.bin/mime.cmd -------------------------------------------------------------------------------- /todolist/node_modules/.bin/mime.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/.bin/mime.ps1 -------------------------------------------------------------------------------- /todolist/node_modules/.package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/.package-lock.json -------------------------------------------------------------------------------- /todolist/node_modules/accepts/HISTORY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/accepts/HISTORY.md -------------------------------------------------------------------------------- /todolist/node_modules/accepts/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/accepts/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/accepts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/accepts/README.md -------------------------------------------------------------------------------- /todolist/node_modules/accepts/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/accepts/index.js -------------------------------------------------------------------------------- /todolist/node_modules/accepts/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/accepts/package.json -------------------------------------------------------------------------------- /todolist/node_modules/ansi-styles/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ansi-styles/index.js -------------------------------------------------------------------------------- /todolist/node_modules/ansi-styles/license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ansi-styles/license -------------------------------------------------------------------------------- /todolist/node_modules/async/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/CHANGELOG.md -------------------------------------------------------------------------------- /todolist/node_modules/async/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/async/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/README.md -------------------------------------------------------------------------------- /todolist/node_modules/async/all.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/all.js -------------------------------------------------------------------------------- /todolist/node_modules/async/allLimit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/allLimit.js -------------------------------------------------------------------------------- /todolist/node_modules/async/allSeries.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/allSeries.js -------------------------------------------------------------------------------- /todolist/node_modules/async/any.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/any.js -------------------------------------------------------------------------------- /todolist/node_modules/async/anyLimit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/anyLimit.js -------------------------------------------------------------------------------- /todolist/node_modules/async/anySeries.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/anySeries.js -------------------------------------------------------------------------------- /todolist/node_modules/async/apply.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/apply.js -------------------------------------------------------------------------------- /todolist/node_modules/async/applyEach.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/applyEach.js -------------------------------------------------------------------------------- /todolist/node_modules/async/asyncify.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/asyncify.js -------------------------------------------------------------------------------- /todolist/node_modules/async/auto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/auto.js -------------------------------------------------------------------------------- /todolist/node_modules/async/autoInject.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/autoInject.js -------------------------------------------------------------------------------- /todolist/node_modules/async/bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/bower.json -------------------------------------------------------------------------------- /todolist/node_modules/async/cargo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/cargo.js -------------------------------------------------------------------------------- /todolist/node_modules/async/cargoQueue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/cargoQueue.js -------------------------------------------------------------------------------- /todolist/node_modules/async/compose.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/compose.js -------------------------------------------------------------------------------- /todolist/node_modules/async/concat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/concat.js -------------------------------------------------------------------------------- /todolist/node_modules/async/concatLimit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/concatLimit.js -------------------------------------------------------------------------------- /todolist/node_modules/async/constant.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/constant.js -------------------------------------------------------------------------------- /todolist/node_modules/async/detect.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/detect.js -------------------------------------------------------------------------------- /todolist/node_modules/async/detectLimit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/detectLimit.js -------------------------------------------------------------------------------- /todolist/node_modules/async/dir.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/dir.js -------------------------------------------------------------------------------- /todolist/node_modules/async/dist/async.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/dist/async.js -------------------------------------------------------------------------------- /todolist/node_modules/async/dist/async.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/dist/async.mjs -------------------------------------------------------------------------------- /todolist/node_modules/async/doDuring.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/doDuring.js -------------------------------------------------------------------------------- /todolist/node_modules/async/doUntil.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/doUntil.js -------------------------------------------------------------------------------- /todolist/node_modules/async/doWhilst.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/doWhilst.js -------------------------------------------------------------------------------- /todolist/node_modules/async/during.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/during.js -------------------------------------------------------------------------------- /todolist/node_modules/async/each.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/each.js -------------------------------------------------------------------------------- /todolist/node_modules/async/eachLimit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/eachLimit.js -------------------------------------------------------------------------------- /todolist/node_modules/async/eachOf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/eachOf.js -------------------------------------------------------------------------------- /todolist/node_modules/async/eachOfLimit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/eachOfLimit.js -------------------------------------------------------------------------------- /todolist/node_modules/async/eachSeries.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/eachSeries.js -------------------------------------------------------------------------------- /todolist/node_modules/async/ensureAsync.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/ensureAsync.js -------------------------------------------------------------------------------- /todolist/node_modules/async/every.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/every.js -------------------------------------------------------------------------------- /todolist/node_modules/async/everyLimit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/everyLimit.js -------------------------------------------------------------------------------- /todolist/node_modules/async/everySeries.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/everySeries.js -------------------------------------------------------------------------------- /todolist/node_modules/async/filter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/filter.js -------------------------------------------------------------------------------- /todolist/node_modules/async/filterLimit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/filterLimit.js -------------------------------------------------------------------------------- /todolist/node_modules/async/find.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/find.js -------------------------------------------------------------------------------- /todolist/node_modules/async/findLimit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/findLimit.js -------------------------------------------------------------------------------- /todolist/node_modules/async/findSeries.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/findSeries.js -------------------------------------------------------------------------------- /todolist/node_modules/async/flatMap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/flatMap.js -------------------------------------------------------------------------------- /todolist/node_modules/async/foldl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/foldl.js -------------------------------------------------------------------------------- /todolist/node_modules/async/foldr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/foldr.js -------------------------------------------------------------------------------- /todolist/node_modules/async/forEach.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/forEach.js -------------------------------------------------------------------------------- /todolist/node_modules/async/forEachOf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/forEachOf.js -------------------------------------------------------------------------------- /todolist/node_modules/async/forever.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/forever.js -------------------------------------------------------------------------------- /todolist/node_modules/async/groupBy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/groupBy.js -------------------------------------------------------------------------------- /todolist/node_modules/async/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/index.js -------------------------------------------------------------------------------- /todolist/node_modules/async/inject.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/inject.js -------------------------------------------------------------------------------- /todolist/node_modules/async/log.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/log.js -------------------------------------------------------------------------------- /todolist/node_modules/async/map.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/map.js -------------------------------------------------------------------------------- /todolist/node_modules/async/mapLimit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/mapLimit.js -------------------------------------------------------------------------------- /todolist/node_modules/async/mapSeries.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/mapSeries.js -------------------------------------------------------------------------------- /todolist/node_modules/async/mapValues.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/mapValues.js -------------------------------------------------------------------------------- /todolist/node_modules/async/memoize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/memoize.js -------------------------------------------------------------------------------- /todolist/node_modules/async/nextTick.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/nextTick.js -------------------------------------------------------------------------------- /todolist/node_modules/async/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/package.json -------------------------------------------------------------------------------- /todolist/node_modules/async/parallel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/parallel.js -------------------------------------------------------------------------------- /todolist/node_modules/async/queue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/queue.js -------------------------------------------------------------------------------- /todolist/node_modules/async/race.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/race.js -------------------------------------------------------------------------------- /todolist/node_modules/async/reduce.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/reduce.js -------------------------------------------------------------------------------- /todolist/node_modules/async/reduceRight.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/reduceRight.js -------------------------------------------------------------------------------- /todolist/node_modules/async/reflect.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/reflect.js -------------------------------------------------------------------------------- /todolist/node_modules/async/reflectAll.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/reflectAll.js -------------------------------------------------------------------------------- /todolist/node_modules/async/reject.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/reject.js -------------------------------------------------------------------------------- /todolist/node_modules/async/rejectLimit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/rejectLimit.js -------------------------------------------------------------------------------- /todolist/node_modules/async/retry.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/retry.js -------------------------------------------------------------------------------- /todolist/node_modules/async/retryable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/retryable.js -------------------------------------------------------------------------------- /todolist/node_modules/async/select.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/select.js -------------------------------------------------------------------------------- /todolist/node_modules/async/selectLimit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/selectLimit.js -------------------------------------------------------------------------------- /todolist/node_modules/async/seq.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/seq.js -------------------------------------------------------------------------------- /todolist/node_modules/async/series.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/series.js -------------------------------------------------------------------------------- /todolist/node_modules/async/some.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/some.js -------------------------------------------------------------------------------- /todolist/node_modules/async/someLimit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/someLimit.js -------------------------------------------------------------------------------- /todolist/node_modules/async/someSeries.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/someSeries.js -------------------------------------------------------------------------------- /todolist/node_modules/async/sortBy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/sortBy.js -------------------------------------------------------------------------------- /todolist/node_modules/async/timeout.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/timeout.js -------------------------------------------------------------------------------- /todolist/node_modules/async/times.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/times.js -------------------------------------------------------------------------------- /todolist/node_modules/async/timesLimit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/timesLimit.js -------------------------------------------------------------------------------- /todolist/node_modules/async/timesSeries.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/timesSeries.js -------------------------------------------------------------------------------- /todolist/node_modules/async/transform.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/transform.js -------------------------------------------------------------------------------- /todolist/node_modules/async/tryEach.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/tryEach.js -------------------------------------------------------------------------------- /todolist/node_modules/async/unmemoize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/unmemoize.js -------------------------------------------------------------------------------- /todolist/node_modules/async/until.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/until.js -------------------------------------------------------------------------------- /todolist/node_modules/async/waterfall.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/waterfall.js -------------------------------------------------------------------------------- /todolist/node_modules/async/whilst.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/whilst.js -------------------------------------------------------------------------------- /todolist/node_modules/async/wrapSync.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/async/wrapSync.js -------------------------------------------------------------------------------- /todolist/node_modules/balanced-match/.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | tidelift: "npm/balanced-match" 2 | patreon: juliangruber 3 | -------------------------------------------------------------------------------- /todolist/node_modules/body-parser/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/body-parser/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/body-parser/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/body-parser/index.js -------------------------------------------------------------------------------- /todolist/node_modules/bytes/History.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/bytes/History.md -------------------------------------------------------------------------------- /todolist/node_modules/bytes/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/bytes/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/bytes/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/bytes/Readme.md -------------------------------------------------------------------------------- /todolist/node_modules/bytes/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/bytes/index.js -------------------------------------------------------------------------------- /todolist/node_modules/bytes/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/bytes/package.json -------------------------------------------------------------------------------- /todolist/node_modules/call-bind/.eslintignore: -------------------------------------------------------------------------------- 1 | coverage/ 2 | -------------------------------------------------------------------------------- /todolist/node_modules/call-bind/.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/call-bind/.eslintrc -------------------------------------------------------------------------------- /todolist/node_modules/call-bind/.nycrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/call-bind/.nycrc -------------------------------------------------------------------------------- /todolist/node_modules/call-bind/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/call-bind/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/call-bind/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/call-bind/README.md -------------------------------------------------------------------------------- /todolist/node_modules/call-bind/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/call-bind/index.js -------------------------------------------------------------------------------- /todolist/node_modules/chalk/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/chalk/index.d.ts -------------------------------------------------------------------------------- /todolist/node_modules/chalk/license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/chalk/license -------------------------------------------------------------------------------- /todolist/node_modules/chalk/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/chalk/package.json -------------------------------------------------------------------------------- /todolist/node_modules/chalk/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/chalk/readme.md -------------------------------------------------------------------------------- /todolist/node_modules/chalk/source/util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/chalk/source/util.js -------------------------------------------------------------------------------- /todolist/node_modules/color-name/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/color-name/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/color-name/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/color-name/README.md -------------------------------------------------------------------------------- /todolist/node_modules/color-name/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/color-name/index.js -------------------------------------------------------------------------------- /todolist/node_modules/concat-map/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/concat-map/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/concat-map/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/concat-map/index.js -------------------------------------------------------------------------------- /todolist/node_modules/content-type/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/content-type/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/cookie-signature/.npmignore: -------------------------------------------------------------------------------- 1 | support 2 | test 3 | examples 4 | *.sock 5 | -------------------------------------------------------------------------------- /todolist/node_modules/cookie/HISTORY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/cookie/HISTORY.md -------------------------------------------------------------------------------- /todolist/node_modules/cookie/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/cookie/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/cookie/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/cookie/README.md -------------------------------------------------------------------------------- /todolist/node_modules/cookie/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/cookie/SECURITY.md -------------------------------------------------------------------------------- /todolist/node_modules/cookie/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/cookie/index.js -------------------------------------------------------------------------------- /todolist/node_modules/cookie/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/cookie/package.json -------------------------------------------------------------------------------- /todolist/node_modules/debug/.coveralls.yml: -------------------------------------------------------------------------------- 1 | repo_token: SIAeZjKYlHK74rbcFvNHMUzjRiMpflxve 2 | -------------------------------------------------------------------------------- /todolist/node_modules/debug/.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/debug/.eslintrc -------------------------------------------------------------------------------- /todolist/node_modules/debug/.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/debug/.npmignore -------------------------------------------------------------------------------- /todolist/node_modules/debug/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/debug/.travis.yml -------------------------------------------------------------------------------- /todolist/node_modules/debug/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/debug/CHANGELOG.md -------------------------------------------------------------------------------- /todolist/node_modules/debug/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/debug/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/debug/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/debug/Makefile -------------------------------------------------------------------------------- /todolist/node_modules/debug/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/debug/README.md -------------------------------------------------------------------------------- /todolist/node_modules/debug/component.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/debug/component.json -------------------------------------------------------------------------------- /todolist/node_modules/debug/karma.conf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/debug/karma.conf.js -------------------------------------------------------------------------------- /todolist/node_modules/debug/node.js: -------------------------------------------------------------------------------- 1 | module.exports = require('./src/node'); 2 | -------------------------------------------------------------------------------- /todolist/node_modules/debug/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/debug/package.json -------------------------------------------------------------------------------- /todolist/node_modules/debug/src/browser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/debug/src/browser.js -------------------------------------------------------------------------------- /todolist/node_modules/debug/src/debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/debug/src/debug.js -------------------------------------------------------------------------------- /todolist/node_modules/debug/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/debug/src/index.js -------------------------------------------------------------------------------- /todolist/node_modules/debug/src/node.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/debug/src/node.js -------------------------------------------------------------------------------- /todolist/node_modules/depd/History.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/depd/History.md -------------------------------------------------------------------------------- /todolist/node_modules/depd/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/depd/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/depd/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/depd/Readme.md -------------------------------------------------------------------------------- /todolist/node_modules/depd/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/depd/index.js -------------------------------------------------------------------------------- /todolist/node_modules/depd/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/depd/package.json -------------------------------------------------------------------------------- /todolist/node_modules/destroy/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/destroy/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/destroy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/destroy/README.md -------------------------------------------------------------------------------- /todolist/node_modules/destroy/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/destroy/index.js -------------------------------------------------------------------------------- /todolist/node_modules/destroy/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/destroy/package.json -------------------------------------------------------------------------------- /todolist/node_modules/ee-first/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ee-first/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/ee-first/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ee-first/README.md -------------------------------------------------------------------------------- /todolist/node_modules/ee-first/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ee-first/index.js -------------------------------------------------------------------------------- /todolist/node_modules/ejs/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ejs/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/ejs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ejs/README.md -------------------------------------------------------------------------------- /todolist/node_modules/ejs/bin/cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ejs/bin/cli.js -------------------------------------------------------------------------------- /todolist/node_modules/ejs/ejs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ejs/ejs.js -------------------------------------------------------------------------------- /todolist/node_modules/ejs/ejs.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ejs/ejs.min.js -------------------------------------------------------------------------------- /todolist/node_modules/ejs/jakefile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ejs/jakefile.js -------------------------------------------------------------------------------- /todolist/node_modules/ejs/lib/ejs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ejs/lib/ejs.js -------------------------------------------------------------------------------- /todolist/node_modules/ejs/lib/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ejs/lib/utils.js -------------------------------------------------------------------------------- /todolist/node_modules/ejs/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ejs/package.json -------------------------------------------------------------------------------- /todolist/node_modules/ejs/usage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ejs/usage.txt -------------------------------------------------------------------------------- /todolist/node_modules/encodeurl/HISTORY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/encodeurl/HISTORY.md -------------------------------------------------------------------------------- /todolist/node_modules/encodeurl/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/encodeurl/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/encodeurl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/encodeurl/README.md -------------------------------------------------------------------------------- /todolist/node_modules/encodeurl/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/encodeurl/index.js -------------------------------------------------------------------------------- /todolist/node_modules/escape-html/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/escape-html/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/escape-html/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/escape-html/index.js -------------------------------------------------------------------------------- /todolist/node_modules/etag/HISTORY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/etag/HISTORY.md -------------------------------------------------------------------------------- /todolist/node_modules/etag/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/etag/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/etag/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/etag/README.md -------------------------------------------------------------------------------- /todolist/node_modules/etag/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/etag/index.js -------------------------------------------------------------------------------- /todolist/node_modules/etag/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/etag/package.json -------------------------------------------------------------------------------- /todolist/node_modules/express/History.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/express/History.md -------------------------------------------------------------------------------- /todolist/node_modules/express/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/express/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/express/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/express/Readme.md -------------------------------------------------------------------------------- /todolist/node_modules/express/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/express/index.js -------------------------------------------------------------------------------- /todolist/node_modules/express/lib/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/express/lib/utils.js -------------------------------------------------------------------------------- /todolist/node_modules/express/lib/view.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/express/lib/view.js -------------------------------------------------------------------------------- /todolist/node_modules/express/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/express/package.json -------------------------------------------------------------------------------- /todolist/node_modules/filelist/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/filelist/README.md -------------------------------------------------------------------------------- /todolist/node_modules/filelist/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/filelist/index.d.ts -------------------------------------------------------------------------------- /todolist/node_modules/filelist/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/filelist/index.js -------------------------------------------------------------------------------- /todolist/node_modules/filelist/jakefile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/filelist/jakefile.js -------------------------------------------------------------------------------- /todolist/node_modules/filelist/node_modules/brace-expansion/.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | tidelift: "npm/brace-expansion" 2 | patreon: juliangruber 3 | -------------------------------------------------------------------------------- /todolist/node_modules/finalhandler/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/finalhandler/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/forwarded/HISTORY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/forwarded/HISTORY.md -------------------------------------------------------------------------------- /todolist/node_modules/forwarded/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/forwarded/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/forwarded/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/forwarded/README.md -------------------------------------------------------------------------------- /todolist/node_modules/forwarded/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/forwarded/index.js -------------------------------------------------------------------------------- /todolist/node_modules/fresh/HISTORY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/fresh/HISTORY.md -------------------------------------------------------------------------------- /todolist/node_modules/fresh/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/fresh/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/fresh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/fresh/README.md -------------------------------------------------------------------------------- /todolist/node_modules/fresh/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/fresh/index.js -------------------------------------------------------------------------------- /todolist/node_modules/fresh/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/fresh/package.json -------------------------------------------------------------------------------- /todolist/node_modules/get-intrinsic/.nycrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/get-intrinsic/.nycrc -------------------------------------------------------------------------------- /todolist/node_modules/has-flag/index.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/has-flag/index.d.ts -------------------------------------------------------------------------------- /todolist/node_modules/has-flag/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/has-flag/index.js -------------------------------------------------------------------------------- /todolist/node_modules/has-flag/license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/has-flag/license -------------------------------------------------------------------------------- /todolist/node_modules/has-flag/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/has-flag/readme.md -------------------------------------------------------------------------------- /todolist/node_modules/has-proto/.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/has-proto/.eslintrc -------------------------------------------------------------------------------- /todolist/node_modules/has-proto/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/has-proto/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/has-proto/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/has-proto/README.md -------------------------------------------------------------------------------- /todolist/node_modules/has-proto/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/has-proto/index.js -------------------------------------------------------------------------------- /todolist/node_modules/has-symbols/.nycrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/has-symbols/.nycrc -------------------------------------------------------------------------------- /todolist/node_modules/has-symbols/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/has-symbols/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/has-symbols/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/has-symbols/index.js -------------------------------------------------------------------------------- /todolist/node_modules/has-symbols/shams.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/has-symbols/shams.js -------------------------------------------------------------------------------- /todolist/node_modules/has/LICENSE-MIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/has/LICENSE-MIT -------------------------------------------------------------------------------- /todolist/node_modules/has/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/has/README.md -------------------------------------------------------------------------------- /todolist/node_modules/has/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/has/package.json -------------------------------------------------------------------------------- /todolist/node_modules/has/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/has/src/index.js -------------------------------------------------------------------------------- /todolist/node_modules/has/test/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/has/test/index.js -------------------------------------------------------------------------------- /todolist/node_modules/http-errors/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/http-errors/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/http-errors/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/http-errors/index.js -------------------------------------------------------------------------------- /todolist/node_modules/iconv-lite/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/iconv-lite/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/iconv-lite/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/iconv-lite/README.md -------------------------------------------------------------------------------- /todolist/node_modules/inherits/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/inherits/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/inherits/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/inherits/README.md -------------------------------------------------------------------------------- /todolist/node_modules/inherits/inherits.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/inherits/inherits.js -------------------------------------------------------------------------------- /todolist/node_modules/ipaddr.js/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ipaddr.js/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/ipaddr.js/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ipaddr.js/README.md -------------------------------------------------------------------------------- /todolist/node_modules/jake/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/jake/Makefile -------------------------------------------------------------------------------- /todolist/node_modules/jake/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/jake/README.md -------------------------------------------------------------------------------- /todolist/node_modules/jake/bin/cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/jake/bin/cli.js -------------------------------------------------------------------------------- /todolist/node_modules/jake/jakefile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/jake/jakefile.js -------------------------------------------------------------------------------- /todolist/node_modules/jake/lib/api.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/jake/lib/api.js -------------------------------------------------------------------------------- /todolist/node_modules/jake/lib/jake.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/jake/lib/jake.js -------------------------------------------------------------------------------- /todolist/node_modules/jake/lib/loader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/jake/lib/loader.js -------------------------------------------------------------------------------- /todolist/node_modules/jake/lib/program.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/jake/lib/program.js -------------------------------------------------------------------------------- /todolist/node_modules/jake/lib/rule.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/jake/lib/rule.js -------------------------------------------------------------------------------- /todolist/node_modules/jake/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/jake/package.json -------------------------------------------------------------------------------- /todolist/node_modules/jake/usage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/jake/usage.txt -------------------------------------------------------------------------------- /todolist/node_modules/media-typer/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/media-typer/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/media-typer/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/media-typer/index.js -------------------------------------------------------------------------------- /todolist/node_modules/methods/HISTORY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/methods/HISTORY.md -------------------------------------------------------------------------------- /todolist/node_modules/methods/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/methods/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/methods/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/methods/README.md -------------------------------------------------------------------------------- /todolist/node_modules/methods/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/methods/index.js -------------------------------------------------------------------------------- /todolist/node_modules/methods/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/methods/package.json -------------------------------------------------------------------------------- /todolist/node_modules/mime-db/HISTORY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/mime-db/HISTORY.md -------------------------------------------------------------------------------- /todolist/node_modules/mime-db/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/mime-db/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/mime-db/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/mime-db/README.md -------------------------------------------------------------------------------- /todolist/node_modules/mime-db/db.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/mime-db/db.json -------------------------------------------------------------------------------- /todolist/node_modules/mime-db/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/mime-db/index.js -------------------------------------------------------------------------------- /todolist/node_modules/mime-db/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/mime-db/package.json -------------------------------------------------------------------------------- /todolist/node_modules/mime-types/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/mime-types/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/mime-types/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/mime-types/README.md -------------------------------------------------------------------------------- /todolist/node_modules/mime-types/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/mime-types/index.js -------------------------------------------------------------------------------- /todolist/node_modules/mime/.npmignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /todolist/node_modules/mime/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/mime/CHANGELOG.md -------------------------------------------------------------------------------- /todolist/node_modules/mime/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/mime/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/mime/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/mime/README.md -------------------------------------------------------------------------------- /todolist/node_modules/mime/cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/mime/cli.js -------------------------------------------------------------------------------- /todolist/node_modules/mime/mime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/mime/mime.js -------------------------------------------------------------------------------- /todolist/node_modules/mime/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/mime/package.json -------------------------------------------------------------------------------- /todolist/node_modules/mime/src/build.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/mime/src/build.js -------------------------------------------------------------------------------- /todolist/node_modules/mime/src/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/mime/src/test.js -------------------------------------------------------------------------------- /todolist/node_modules/mime/types.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/mime/types.json -------------------------------------------------------------------------------- /todolist/node_modules/minimatch/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/minimatch/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/minimatch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/minimatch/README.md -------------------------------------------------------------------------------- /todolist/node_modules/ms/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ms/index.js -------------------------------------------------------------------------------- /todolist/node_modules/ms/license.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ms/license.md -------------------------------------------------------------------------------- /todolist/node_modules/ms/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ms/package.json -------------------------------------------------------------------------------- /todolist/node_modules/ms/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/ms/readme.md -------------------------------------------------------------------------------- /todolist/node_modules/negotiator/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/negotiator/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/negotiator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/negotiator/README.md -------------------------------------------------------------------------------- /todolist/node_modules/negotiator/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/negotiator/index.js -------------------------------------------------------------------------------- /todolist/node_modules/object-inspect/util.inspect.js: -------------------------------------------------------------------------------- 1 | module.exports = require('util').inspect; 2 | -------------------------------------------------------------------------------- /todolist/node_modules/parseurl/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/parseurl/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/parseurl/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/parseurl/index.js -------------------------------------------------------------------------------- /todolist/node_modules/qs/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/qs/.editorconfig -------------------------------------------------------------------------------- /todolist/node_modules/qs/.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/qs/.eslintrc -------------------------------------------------------------------------------- /todolist/node_modules/qs/.nycrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/qs/.nycrc -------------------------------------------------------------------------------- /todolist/node_modules/qs/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/qs/CHANGELOG.md -------------------------------------------------------------------------------- /todolist/node_modules/qs/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/qs/LICENSE.md -------------------------------------------------------------------------------- /todolist/node_modules/qs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/qs/README.md -------------------------------------------------------------------------------- /todolist/node_modules/qs/dist/qs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/qs/dist/qs.js -------------------------------------------------------------------------------- /todolist/node_modules/qs/lib/formats.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/qs/lib/formats.js -------------------------------------------------------------------------------- /todolist/node_modules/qs/lib/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/qs/lib/index.js -------------------------------------------------------------------------------- /todolist/node_modules/qs/lib/parse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/qs/lib/parse.js -------------------------------------------------------------------------------- /todolist/node_modules/qs/lib/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/qs/lib/utils.js -------------------------------------------------------------------------------- /todolist/node_modules/qs/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/qs/package.json -------------------------------------------------------------------------------- /todolist/node_modules/qs/test/parse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/qs/test/parse.js -------------------------------------------------------------------------------- /todolist/node_modules/qs/test/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/qs/test/utils.js -------------------------------------------------------------------------------- /todolist/node_modules/raw-body/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/raw-body/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/raw-body/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/raw-body/index.js -------------------------------------------------------------------------------- /todolist/node_modules/send/HISTORY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/send/HISTORY.md -------------------------------------------------------------------------------- /todolist/node_modules/send/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/send/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/send/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/send/README.md -------------------------------------------------------------------------------- /todolist/node_modules/send/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/send/SECURITY.md -------------------------------------------------------------------------------- /todolist/node_modules/send/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/send/index.js -------------------------------------------------------------------------------- /todolist/node_modules/send/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/send/package.json -------------------------------------------------------------------------------- /todolist/node_modules/side-channel/.eslintignore: -------------------------------------------------------------------------------- 1 | coverage/ 2 | -------------------------------------------------------------------------------- /todolist/node_modules/statuses/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/statuses/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/statuses/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/statuses/index.js -------------------------------------------------------------------------------- /todolist/node_modules/type-is/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/type-is/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/type-is/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/type-is/README.md -------------------------------------------------------------------------------- /todolist/node_modules/type-is/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/type-is/index.js -------------------------------------------------------------------------------- /todolist/node_modules/unpipe/HISTORY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/unpipe/HISTORY.md -------------------------------------------------------------------------------- /todolist/node_modules/unpipe/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/unpipe/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/unpipe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/unpipe/README.md -------------------------------------------------------------------------------- /todolist/node_modules/unpipe/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/unpipe/index.js -------------------------------------------------------------------------------- /todolist/node_modules/vary/HISTORY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/vary/HISTORY.md -------------------------------------------------------------------------------- /todolist/node_modules/vary/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/vary/LICENSE -------------------------------------------------------------------------------- /todolist/node_modules/vary/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/vary/README.md -------------------------------------------------------------------------------- /todolist/node_modules/vary/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/vary/index.js -------------------------------------------------------------------------------- /todolist/node_modules/vary/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/node_modules/vary/package.json -------------------------------------------------------------------------------- /todolist/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/package-lock.json -------------------------------------------------------------------------------- /todolist/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/package.json -------------------------------------------------------------------------------- /todolist/public/styles/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/public/styles/index.css -------------------------------------------------------------------------------- /todolist/views/index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/views/index.ejs -------------------------------------------------------------------------------- /todolist/views/partials/header.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/views/partials/header.ejs -------------------------------------------------------------------------------- /todolist/views/work.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/todolist/views/work.ejs -------------------------------------------------------------------------------- /url_shortener/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/url_shortener/README.md -------------------------------------------------------------------------------- /url_shortener/url_shortener.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/url_shortener/url_shortener.py -------------------------------------------------------------------------------- /very-simple-logger/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/very-simple-logger/README.md -------------------------------------------------------------------------------- /very-simple-logger/very-simple-logger: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/very-simple-logger/very-simple-logger -------------------------------------------------------------------------------- /website_attribute_analyzer/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /website_attribute_analyzer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/website_attribute_analyzer/README.md -------------------------------------------------------------------------------- /wordpress_plugin_downloader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/josharsh/100LinesOfCode/HEAD/wordpress_plugin_downloader/README.md --------------------------------------------------------------------------------