Git Product home page Git Product logo

trainprogs's Introduction

TrainProgs

This repository is for training of programming. 编程训练的练习集。

  • Mandelbrot: To plot fractal Mandelbrot set. 这是画Mandelbrot集合的分形图。
  • TSP (Travelling Salesman Problem) : 旅行推销员问题。
  • ANN (Artificial Neural Network,即ANN ) : 人工神经网络。
  • test : for practice. 练习用,可以自己上传、修改、下载等。

编程练习将会陆续增加。大约10个左右

加入github全局设置

  • git config --global user.name "Your Name"

  • git config --global user.email "[email protected]"

  • ssh-keygen -t rsa -C "[email protected]"

  • 你需要把邮件地址换成你自己的邮件地址,然后一路回车,使用默认值即可,由于这个Key也不是用于军事目的,所以也无需设置密码。

  • 可以在用户主目录里找到.ssh目录,里面有id_rsa和id_rsa.pub两个文件,这两个就是SSH Key的秘钥对,id_rsa是私钥,不能泄露出去,id_rsa.pub是公钥,可以放心地告诉任何人。

  • 登陆GitHub,打开“Account settings”,“SSH Keys”页面

  • 点“Add SSH Key”,填上任意Title,在Key文本框里粘贴id_rsa.pub文件的内容

实际操作

  • mkdir filename
  • cd filename
  • git init
  • git remote add origin [email protected]:programmingphys/TrainProgs.git
  • git pull origin dev
  • git checkout dev
  • vim 1.py
  • git add 1.py
  • git commit -m "1.py"
  • git pull origin dev
  • git push origin dev

trainprogs's People

Contributors

qingyuannk avatar prochloron avatar chuanlinsun avatar nyanss avatar shizhuo1613456 avatar cuizhihao0477 avatar 991710301 avatar anranjiao avatar sevenseank avatar

Watchers

James Cloos avatar

Forkers

lisiying16

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.