Merge branch 'master' into add-new-name

This commit is contained in:
Luke Oliff 2018-10-05 19:13:11 -07:00 committed by GitHub
commit fbb8c3483d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 56 additions and 0 deletions

View File

@ -57,6 +57,12 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
- Reactjs.
- [![github-alt][github-img]](https://github.com/goelaakash79)
### Abay
- UI Designer, Frontend Developer
- [![facebook-alt][facebook-img]](https://facebook.com/abaykandotcom)
[![twitter-alt][twitter-img]](https://twitter.com/abaykandotcom)
[![github-alt][github-img]](https://github.com/abaykan)
### Adeonir Kohl
- UI Designer, Frontend Developer
- [![twitter-alt][twitter-img]](https://twitter.com/adeonir)
@ -112,6 +118,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
- [![twitter-alt][twitter-img]](https://twitter.com/ankso)
[![github-alt][github-img]](https://github.com/anksos)
### André Paulo
- I'm a Junior Back-End Developer from Portugal
- Music and Photography Lover
- [![github-alt][github-img]](https://github.com/andre-paulo98)
### Andrew Hinkson
- I am a Beginner Front-End Developer
- I am currently spending most of my free time learning.
@ -381,6 +392,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
- DevOps Engineer
- Taking part in my first Hacktoberfest
### James Warner
- I am currently a Univeristy Student
- I enjoy playing video games and surfing the web and sailing
- [![github-alt][github-img]](https://github.com/dubsy9)
### janicek1m
- I am currently a high school student.
- I love robotics, programming, and web-development.
@ -429,6 +445,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
- I like to code and build applications.
- [![github-alt][github-img]](https://github.com/Karthik-0)
### Kathleen Cram
- I am a senior studying Web Development and Computer Science.
- I currently have an internship as a software engineer at SciTools.
- [![github-alt][github-img]](https://github.com/d00297334)
### Kundan Kumar
- I am a high school graduate.
- I love AI, programming and web development.
@ -536,6 +557,10 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
# O
### Omkar Kulkarni
- I'm a Computer Engineer.
- [![github-alt][github-img]](https://github.com/omkar1212)
# P
### pankhuri22
@ -605,6 +630,13 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
- Learning
- [![twitter-alt][twitter-img]](https://twitter.com/_reesea)
[![github-alt][github-img]](https://github.com/reesea)
### Robert Spurlin
- Web Developer
- Hobbies:
- Programming
- Marching Band
- [![github-alt][github-img]](https://github.com/robertspurlin)
### Rohit Swami
- Data Science Aspirant
@ -663,6 +695,12 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
- My hobbies include coding, debating and acting
- [![github-alt][github-img]](https://github.com/MittalS211)
### Sukhwmit Kaur
- I'm a contributor.
- I study Electronics and Computer Engineering.
- My hobbies include reading and sleeping.
- [![github-alt][github-img]](https://github.com/sukhwmit12)
### Suvin Nimnaka
- A Student from Sri Lanka
- [![twitter-alt][twitter-img]](https://twitter.com/tikirimaarie)
@ -694,6 +732,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
- I am a web developer.
- I like to listen to music while I code.
### thientran
- I am a developer.
- I love Coding
[![github-alt][github-img]](https://github.com/thientranreactdev)
### Trill Cosby
- Student Computer Science
- Reverse engineer all the things
@ -717,6 +760,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
- Expert in Kaggle
- [![github-alt][github-img]](https://github.com/uds5501)
### Uditi Chaudhary
- An undergraduate student
- Interests: Machine learning
- [![github-alt][github-img]](https://github.com/Uditi5)
# V
### Vaibhav Agarwal

8
code/jameswarner.java Normal file
View File

@ -0,0 +1,8 @@
public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello, World" to the terminal window.
System.out.println("Hello, World");
}
}