Giter Site home page Giter Site logo

coding's Introduction

Coding

To improve my coding skills, I did a little practice in a few websites (codility, leetcode, ...). The main reason for creating this repo is that I want to record all the "mind workings" in this process.

###How to contribute
It would be great if anyone can join me, so feel free to make your pull requests to this repository.
######What you need to do is quite simple, such as:

1. fork this repository to your own github;
2. clone your forked repository to local;
    #git clone the-name-of-your-forked-repository
3. add upstream for your local repository
	#git remote add upstream https://github.com/PerthCharles/Coding.git
4. get the newest version of this repository
	#git pull upstream master
5. add new branch for your changes/codes/anything
	#git checkout -b your-branch
6. do whatever you want to:
	a. fix bugs
	b. add new website to pratice coding
	c. use new language to solve problems
	d. any advices 
7. get the newest version of this repository
	#git checkout master
	#git pull upstream master
	#git checkout your-branch
	#git rebase master
8. commit your changes
	#git add ...
	#git commit ...
	#git push origin your-branch
9. go to the github.com to make your pull request

coding's People

Contributors

perthcharles avatar

Watchers

James Cloos avatar mingjie.xiao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.