KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Papers
★ 15
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
GreenDao-vs-Realm
:
A project that aims to compare performances between this two libs, with my custom complex object (did not find a github project with that comparison).
drown
:
Implementation of the DROWN attack on SSL2
hfw
:
hibernate+dubbo+gradle
Bluetooth-Intelligent-Vehicle-Controller
:
本开源项目为安卓版蓝牙小车遥控。通过自动扫描并连接蓝牙设备,连接建立后,通过遥杆就可以控制小车运动,当按住重力感应按钮控制方式就会变成重力感应控制。
remotedebug-compatibility-tables
:
RemoteDebug Compatibility Tables
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Papers
?
Download (.md)
Papers ====== This is a *common* repo host for all research papers. Initialize Common Repo ---------- Checkout this repo to some directory, e.g., ```$WORKSPACE/```, and you will see the directory as $WORKSPACE/Papers This repo contains all the style and bib files for hosting research papers. Import a Paper Repo ---------- Checkout a *paper* repo **from** the *common* repo as cd $WORKSPACE/Papers git clone <REMOTE> where ```<REMOTE>``` is a paper repo remote. For instance, if the ```<REMOTE>``` is ```https://github.com/kzhai/2013_infvoc.git```, and you will see a directory as $WORKSPACE/Papers/2013_infvoc **Never** commit any content from *paper* repo to *common* repo. Compile a Paper ---------- Compile a paper **from** the *common* repo as cd $WORKSPACE/Papers ./make_paper.sh <PAPER_TITLE> where ```<PAPER_TITLE>``` is the directory name of the paper title. The script will look for the entry point ```<PAPER_TITLE>/main.tex```. For instance, to compile the above paper, simply run ./make_paper.sh 2013_infvoc and you will see a main.pdf in directory ```$WORKSPACE/Papers```.