17 lines
484 B
Markdown
17 lines
484 B
Markdown
|
|
||
|
My collection of papers and journals from ARXIV that I may find over the years to reference to algorithm and application development. Contact me if you'd like a copy of it all!
|
||
|
|
||
|
to get the updated version:
|
||
|
```
|
||
|
git pull
|
||
|
```
|
||
|
|
||
|
to update new papers:
|
||
|
```
|
||
|
git add .
|
||
|
git fetch
|
||
|
git commit -m "Qarxiv'd: `date +'%Y-%m-%d %H:%M:%S'`"
|
||
|
git push -u origin main
|
||
|
```
|
||
|
|
||
|
Grab a coffee and sip as you read a new article every so often. 100+ and counting! Sort this out when you have time.
|