https://github.com/liao961120/parallelcode
Parallel Text for R, Python, and Bash
https://github.com/liao961120/parallelcode
bash python r
Last synced: about 2 months ago
JSON representation
Parallel Text for R, Python, and Bash
- Host: GitHub
- URL: https://github.com/liao961120/parallelcode
- Owner: liao961120
- Created: 2019-01-31T10:10:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T05:15:37.000Z (over 7 years ago)
- Last Synced: 2025-03-11T05:32:13.524Z (over 1 year ago)
- Topics: bash, python, r
- Language: TeX
- Homepage: https://liao961120.github.io/parallelCode
- Size: 2.31 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/liao961120/parallelCode)
# Parallel Text for Programming Languages
A document for comparing code written in R, Python, and Bash.
## Reproduce
This document is written using [bookdown](https://bookdown.org/yihui/bookdown). All R, Python, and Bash code is run when the document is compiled.
To compile the document, run
```bash
bash build.sh
```
The compiled HTML document, along with its dependencies, will be generated in `docs/` folder.