Giter VIP home page Giter VIP logo

gpuprogrammingt.a.class's Introduction

GPUProgramming T.A.Class codes and stuff.

To Students:

You can either fork the repository, download sourcecode zip file, or get it with git.

To working with git:

At first time:

change current directory to an arbitrary one, e.g (change directory to your home):

  • cd ~

and then run this command to get sources:

  • git clone https://github.com/amirsojoodi/GPUProgrammingT.A.Class.git

those who have forked the repository:

  • git clone https://github.com/yourusername/GPUProgrammingT.A.Class.git

Then create a new branch, (current branch is the default branch, master) run:

  • git branch *your-name*

Then move to the new created branch (you have not to edit sources when you are in master branch)

  • git checkout *your-name*

Now feel free to edit codes and perform commits. (those who forked the project can push to their repository freely)

And after each update of the repository go to directory GPUProgrammingT.A.Class and run:

  • git pull

Important

if you have changed any parts of your code, you have to merge repositories in order to make sure everything is updated. For this purpose you have to create pull request in this reposistory.

gpuprogrammingt.a.class's People

Contributors

amirsojoodi avatar

Watchers

James Cloos avatar Aidin Dadi 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.