├── CONTRIBUTING.md ├── HarshitMehndiratta.md ├── Naman-jain ├── README.md ├── Student ├── Harsh.md ├── Neha_Sharma.md ├── Sohail Pathan.md.txt ├── SohailPathan.md ├── harsh-jain.md ├── kapil-chaudhary.md └── rajat_gupta └── neelabhro.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributors 2 | 3 | After [adding your own page in the **Students** page](https://github.com/coding-blocks/Hacktoberfest-2018/tree/master/Student), include your name and link for your Github profile at the end of the list, using the format below (remember to replace `` and `` with your full name and github username, respectively): 4 | 5 | ```markdown 6 | - [kapil Chaudhary](https://github.com/kapil706) 7 | ``` 8 | 9 | 10 | - [Rishabh Bansal](https://github.com/rishabh-bansal) 11 | - [Harsh](https://github.com/hr21) 12 | - [Harsh Jain](https://github.com/hjain5164) 13 | 14 | -------------------------------------------------------------------------------- /HarshitMehndiratta.md: -------------------------------------------------------------------------------- 1 | # Harshit Mehndiratta 2 | 3 | ### Academics 4 | 5 | ----- 6 | 7 | ### Development 8 | 9 | ----- 10 | 11 | 12 | ### Projects 13 | 14 | ----- 15 | -------------------------------------------------------------------------------- /Naman-jain: -------------------------------------------------------------------------------- 1 | # Naman Jain 2 | 3 | ### Academics 4 | 5 | ----- 6 | 7 | ### Development 8 | 9 | ----- 10 | 11 | 12 | ### Projects 13 | 14 | ----- 15 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Hacktoberfest-2018 2 | 3 | Make your first Pull Request and earn a free tee from GitHub! 4 | 5 | # Welcome to GitHub! 6 | ## This project is perfect for your first pull request 7 | 8 | ## Instructions- 9 | 10 | - Fork this Repository using the button at the top 11 | - Clone your forked repository to your pc 12 | - Create a new branch for your modifications (ie. ```git branch new-user``` and check it out ```git checkout new-user``` and ``` git checkout -b new-user```) 13 | - Add your profile page in Students\ 14 | - Add your files (```git add -A```), commit (```git commit -m "added myself"```) and push (```git push origin new-user```) 15 | - Create a pull request 16 | - Star this repository 17 | - Wait for Pull Request to merge 18 | - Celebrate - you've done your first pull request!! 19 | 20 | 21 | Read about markdown syntax here 22 | https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet 23 | -------------------------------------------------------------------------------- /Student/Harsh.md: -------------------------------------------------------------------------------- 1 | # Harsh 2 | # About 3 | B.tech undergraduate from ADGITM 4 | 5 | # Certificates: 6 | Basics of ethical hacking from udemy 7 | Numpy stack and pandas from Udemy 8 | 9 | Familiar programming languages 10 | Html,css,Javaascript 11 | Python 12 | c++ 13 | 14 | Email:- harshris2314@gmail.com 15 | 16 | Github profile:- https://github.com/hr21 17 | -------------------------------------------------------------------------------- /Student/Neha_Sharma.md: -------------------------------------------------------------------------------- 1 | # Neha Sharma 2 | 3 | ### Academics 4 | 5 | B.tech Computer Science Engineering From Guru Nanak Dev University Regional Campus Jalandhar 6 | 7 | Front End Web Development @udacity 8 | 9 | ----- 10 | 11 | ### Development 12 | 13 | 14 | Full Stack Web Developer 15 | 16 | Actions on Google 17 | 18 | Graphics Designing 19 | 20 | ----- 21 | 22 | 23 | ### Connect 24 | 25 | LINKED IN : https://linkedin.com/in/neha-sharma-66273b154/ 26 | 27 | INSTAGRAM : https://www.instagram.com/coders.diary/?hl=en 28 | 29 | TWITTER : https://twitter.com/NehaVatsyan 30 | 31 | GITHUB : https://github.com/nehavatsyan 32 | 33 | 34 | 35 | 36 | ----- 37 | -------------------------------------------------------------------------------- /Student/Sohail Pathan.md.txt: -------------------------------------------------------------------------------- 1 | # Hey! This is [Sohail Pathan](https://sohailpathan.github.io/). 2 | 3 | ### About Me 4 | 5 | - Startup Enthusiastic 6 | - Competitive Coder 7 | - Web-Developer 8 | 9 | ### Bio 10 | My life experience comes from meeting new people, technology, and places. I have the tendency to learn from everything, every conversation, and places. My core focus area is: Engineering, Acquiring Technology Algorithms, Real-world Implementation. 11 | 12 | ### Academic Details 13 | 14 | I am Persuing B.Tech (Computer Science and Engineering) from Lovely Professional University 15 | 16 | 17 | ### Contact Me 18 | 19 | [LinkedIn](https://www.linkedin.com/in/sohail-pathan-47a952bb/) 20 | [Facebook](https://www.facebook.com/sohel.anir2) 21 | [HackerRank](https://github.com/sohail764245) 22 | 23 | 24 | 25 | -------------------------------------------------------------------------------- /Student/SohailPathan.md: -------------------------------------------------------------------------------- 1 | # Hey! This is Sohail Pathan. 2 | 3 | ### About Me 4 | 5 | - Startup Enthusiastic 6 | - Competitive Coder 7 | - Web-Developer 8 | 9 | ### Bio 10 | My life experience comes from meeting new people, technology, and places. I have the tendency to learn from everything, every conversation, and places. My core focus area is: Engineering, Acquiring Technology Algorithms, Real-world Implementation. 11 | 12 | ### Academic Details 13 | 14 | I am Persuing B.Tech (Computer Science and Engineering) from Lovely Professional University 15 | 16 | 17 | ### Contact Me 18 | 19 | [LinkedIn](https://www.linkedin.com/in/sohail-pathan-47a952bb/) 20 | [Facebook](https://www.facebook.com/sohel.anir2) 21 | [HackerRank](https://www.hackerrank.com/khan_sohel0786) 22 | [Github]() 23 | | Google Analytics | [plugins/googleanalytics/README.md][PlGa] | 24 | 25 | 26 | ### Development 27 | 28 | Want to contribute? Great! 29 | 30 | Dillinger uses Gulp + Webpack for fast developing. 31 | Make a change in your file and instantanously see your updates! 32 | 33 | Open your favorite Terminal and run these commands. 34 | 35 | First Tab: 36 | ```sh 37 | $ node app 38 | ``` 39 | 40 | Second Tab: 41 | ```sh 42 | $ gulp watch 43 | ``` 44 | 45 | (optional) Third: 46 | ```sh 47 | $ karma test 48 | ``` 49 | #### Building for source 50 | For production release: 51 | ```sh 52 | $ gulp build --prod 53 | ``` 54 | Generating pre-built zip archives for distribution: 55 | ```sh 56 | $ gulp build dist --prod 57 | 58 | [dill]: 59 | [git-repo-url]: 60 | [john gruber]: 61 | [df1]: 62 | [markdown-it]: 63 | [Ace Editor]: 64 | [node.js]: 65 | [Twitter Bootstrap]: 66 | [jQuery]: 67 | [@tjholowaychuk]: 68 | [express]: 69 | [AngularJS]: 70 | [Gulp]: 71 | 72 | 73 | -------------------------------------------------------------------------------- /Student/harsh-jain.md: -------------------------------------------------------------------------------- 1 | # Harsh Jain 2 | 3 | ### Academics 4 | * College - Medicaps University 5 | * CGPA - 9.42 6 | 7 | ### Development 8 | * Android Development 9 | * Web Development using jsp/servlet 10 | * Machine Learning 11 | 12 | ### Projects 13 | * Student Management System 14 | * House PricePrediction System 15 | * Android chat application using firebase 16 | * A restaurant's static and responsive website using Bootstrap 17 | -------------------------------------------------------------------------------- /Student/kapil-chaudhary.md: -------------------------------------------------------------------------------- 1 | # Kapil Chaudhary 2 | 3 | ### Academics 4 | 5 | B.tech Computer Science Engineering From GGSIPU 6 | Blockchain From University of Waterloo 7 | Coding Blocks Superhero 8 | Android development @ Udacity @ CodingBlocks 9 | 10 | ----- 11 | 12 | ### Development 13 | 14 | Android Developer UI/UX 15 | Blockchain Developer 16 | IOT Enthusiast 17 | ----- 18 | 19 | 20 | ### Projects 21 | 22 | ARBIKE 23 | HandGestureRecognition 24 | CBonlineAPP 25 | Agrocartt 26 | 27 | 28 | ----- 29 | -------------------------------------------------------------------------------- /Student/rajat_gupta: -------------------------------------------------------------------------------- 1 | #Rajat Gupta 2 | 3 | ##ACADEMICS 4 | 5 | Vellore Institute of Technology, Vellore 6 | B.Tech. Computer Science Engineering/spec. in Bioinformatics 7 | Class of 2020 8 | ------ 9 | 10 | ##DEVELOPMENT 11 | 12 | More of a Competitive Programmer than a Developer 13 | Love to work on Data Structures and Algorithms 14 | Codechef: https://www.codechef.com/users/rajatg98 15 | ------ 16 | 17 | ##PROJECTS 18 | 19 | Van-Emde-Boas Tree C implementation 20 | Problem Setter/Tester in Coding Competitions 21 | ------ 22 | -------------------------------------------------------------------------------- /neelabhro.md: -------------------------------------------------------------------------------- 1 | 2 | # Neelabhro Roy 3 | 4 | ### Academics 5 | 6 | B.Tech ECE from IIIT-Delhi 7 | 8 | ### Development 9 | 10 | Involved in development of UAV Communications and Signal Processing enthusiast 11 | 12 | 13 | ### Projects 14 | https://www.linkedin.com/in/neelabhro-roy/ 15 | --------------------------------------------------------------------------------