├── AyushSingh ├── Design.py ├── FastReader.java ├── _vimrc └── logtoexcel.vbs ├── AyushmanBThakur ├── app.js ├── index.html └── style.css ├── AzmiNawwar └── FindNumber │ ├── cari.html │ ├── hitung.php │ ├── img │ └── uin-bg.jpg │ └── index.html ├── DarshanSen ├── HuffCrypt │ ├── README.txt │ ├── demo-input-text │ │ ├── input1.txt │ │ ├── input2.txt │ │ └── input3.txt │ ├── includes │ │ ├── commons.h │ │ ├── compressor.h │ │ └── decompressor.h │ └── src │ │ ├── compressor │ │ ├── compressor.c │ │ └── compressor_functions.c │ │ ├── decompressor │ │ ├── decompressor.c │ │ └── decompressor_functions.c │ │ └── huffcrypt.c └── README.md ├── DipanRoy ├── Test.c ├── Test.cpp ├── Test.js └── Test.py ├── DonyCisneros ├── README.md ├── app.js ├── index.html └── style.css ├── FloodIt ├── css │ └── style.css ├── index.html └── js │ ├── script.js │ └── square.js ├── Guess the number ├── Number guessing game.py └── README.md ├── ImageProcessing ├── Negative.java └── Readme.md.txt ├── JuanPerez └── sqrtFunction.js ├── Manish Pandey ├── Numbers to words.py └── README.md ├── Profanity Editor ├── Profanity.py └── README.md ├── README.md ├── SuchanaC ├── README.md ├── index.html └── main.css ├── Taking a break ├── Break.py └── README.md └── VueGetStarted ├── README.md ├── index.html └── script.js /AyushSingh/Design.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/AyushSingh/Design.py -------------------------------------------------------------------------------- /AyushSingh/FastReader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/AyushSingh/FastReader.java -------------------------------------------------------------------------------- /AyushSingh/_vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/AyushSingh/_vimrc -------------------------------------------------------------------------------- /AyushSingh/logtoexcel.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/AyushSingh/logtoexcel.vbs -------------------------------------------------------------------------------- /AyushmanBThakur/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/AyushmanBThakur/app.js -------------------------------------------------------------------------------- /AyushmanBThakur/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/AyushmanBThakur/index.html -------------------------------------------------------------------------------- /AyushmanBThakur/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/AyushmanBThakur/style.css -------------------------------------------------------------------------------- /AzmiNawwar/FindNumber/cari.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/AzmiNawwar/FindNumber/cari.html -------------------------------------------------------------------------------- /AzmiNawwar/FindNumber/hitung.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/AzmiNawwar/FindNumber/hitung.php -------------------------------------------------------------------------------- /AzmiNawwar/FindNumber/img/uin-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/AzmiNawwar/FindNumber/img/uin-bg.jpg -------------------------------------------------------------------------------- /AzmiNawwar/FindNumber/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/AzmiNawwar/FindNumber/index.html -------------------------------------------------------------------------------- /DarshanSen/HuffCrypt/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/DarshanSen/HuffCrypt/README.txt -------------------------------------------------------------------------------- /DarshanSen/HuffCrypt/demo-input-text/input1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/DarshanSen/HuffCrypt/demo-input-text/input1.txt -------------------------------------------------------------------------------- /DarshanSen/HuffCrypt/demo-input-text/input2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/DarshanSen/HuffCrypt/demo-input-text/input2.txt -------------------------------------------------------------------------------- /DarshanSen/HuffCrypt/demo-input-text/input3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/DarshanSen/HuffCrypt/demo-input-text/input3.txt -------------------------------------------------------------------------------- /DarshanSen/HuffCrypt/includes/commons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/DarshanSen/HuffCrypt/includes/commons.h -------------------------------------------------------------------------------- /DarshanSen/HuffCrypt/includes/compressor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/DarshanSen/HuffCrypt/includes/compressor.h -------------------------------------------------------------------------------- /DarshanSen/HuffCrypt/includes/decompressor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/DarshanSen/HuffCrypt/includes/decompressor.h -------------------------------------------------------------------------------- /DarshanSen/HuffCrypt/src/compressor/compressor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/DarshanSen/HuffCrypt/src/compressor/compressor.c -------------------------------------------------------------------------------- /DarshanSen/HuffCrypt/src/compressor/compressor_functions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/DarshanSen/HuffCrypt/src/compressor/compressor_functions.c -------------------------------------------------------------------------------- /DarshanSen/HuffCrypt/src/decompressor/decompressor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/DarshanSen/HuffCrypt/src/decompressor/decompressor.c -------------------------------------------------------------------------------- /DarshanSen/HuffCrypt/src/decompressor/decompressor_functions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/DarshanSen/HuffCrypt/src/decompressor/decompressor_functions.c -------------------------------------------------------------------------------- /DarshanSen/HuffCrypt/src/huffcrypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/DarshanSen/HuffCrypt/src/huffcrypt.c -------------------------------------------------------------------------------- /DarshanSen/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/DarshanSen/README.md -------------------------------------------------------------------------------- /DipanRoy/Test.c: -------------------------------------------------------------------------------- 1 | void main(){ 2 | printf("Hello World!"); 3 | } 4 | 5 | -------------------------------------------------------------------------------- /DipanRoy/Test.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | using namespace std; 3 | int main(){ 4 | cout<<"Hello World!"; 5 | } 6 | -------------------------------------------------------------------------------- /DipanRoy/Test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/DipanRoy/Test.js -------------------------------------------------------------------------------- /DipanRoy/Test.py: -------------------------------------------------------------------------------- 1 | print("Hello World!") 2 | 3 | -------------------------------------------------------------------------------- /DonyCisneros/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/DonyCisneros/README.md -------------------------------------------------------------------------------- /DonyCisneros/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/DonyCisneros/app.js -------------------------------------------------------------------------------- /DonyCisneros/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/DonyCisneros/index.html -------------------------------------------------------------------------------- /DonyCisneros/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/DonyCisneros/style.css -------------------------------------------------------------------------------- /FloodIt/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/FloodIt/css/style.css -------------------------------------------------------------------------------- /FloodIt/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/FloodIt/index.html -------------------------------------------------------------------------------- /FloodIt/js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/FloodIt/js/script.js -------------------------------------------------------------------------------- /FloodIt/js/square.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/FloodIt/js/square.js -------------------------------------------------------------------------------- /Guess the number/Number guessing game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/Guess the number/Number guessing game.py -------------------------------------------------------------------------------- /Guess the number/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/Guess the number/README.md -------------------------------------------------------------------------------- /ImageProcessing/Negative.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/ImageProcessing/Negative.java -------------------------------------------------------------------------------- /ImageProcessing/Readme.md.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/ImageProcessing/Readme.md.txt -------------------------------------------------------------------------------- /JuanPerez/sqrtFunction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/JuanPerez/sqrtFunction.js -------------------------------------------------------------------------------- /Manish Pandey/Numbers to words.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/Manish Pandey/Numbers to words.py -------------------------------------------------------------------------------- /Manish Pandey/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/Manish Pandey/README.md -------------------------------------------------------------------------------- /Profanity Editor/Profanity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/Profanity Editor/Profanity.py -------------------------------------------------------------------------------- /Profanity Editor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/Profanity Editor/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/README.md -------------------------------------------------------------------------------- /SuchanaC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/SuchanaC/README.md -------------------------------------------------------------------------------- /SuchanaC/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/SuchanaC/index.html -------------------------------------------------------------------------------- /SuchanaC/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/SuchanaC/main.css -------------------------------------------------------------------------------- /Taking a break/Break.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/Taking a break/Break.py -------------------------------------------------------------------------------- /Taking a break/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/Taking a break/README.md -------------------------------------------------------------------------------- /VueGetStarted/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/VueGetStarted/README.md -------------------------------------------------------------------------------- /VueGetStarted/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/VueGetStarted/index.html -------------------------------------------------------------------------------- /VueGetStarted/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DSCKGEC/Hacktober_Bash/HEAD/VueGetStarted/script.js --------------------------------------------------------------------------------