Skip to content
/ code Public

各种类型的codes:包括paper的,各种软件学习的example code。

Notifications You must be signed in to change notification settings

luyajun01/code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

code

截止目前2019.10.29,囊括了包括css/emacs/sql/python等各种类型的codes,这些code主要是服务于工作、paper及其他学习素材的example code。

git

上传文件

 git init #初始化
 touch README.md #增加readme文件
 git add . 
 git commit -m "add code" #增加描述文件
 git remote add origin https://github.com/luyajun01/code.git #将修改好的文件上传至github 
 git push origin master #上传文件

About

各种类型的codes:包括paper的,各种软件学习的example code。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages