Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abikesa/worthy
JAMA worthy
https://github.com/abikesa/worthy
bash python r stata unix webapp
Last synced: 20 days ago
JSON representation
JAMA worthy
- Host: GitHub
- URL: https://github.com/abikesa/worthy
- Owner: abikesa
- Created: 2024-06-14T11:16:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T21:53:46.000Z (about 1 month ago)
- Last Synced: 2024-11-15T22:32:40.137Z (about 1 month ago)
- Topics: bash, python, r, stata, unix, webapp
- Language: Jupyter Notebook
- Homepage: https://abikesa.github.io/worthy/
- Size: 23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Directory Structure
```sh
iam/
├── _build/
│ └── html/
│ ├── webApp/
│ │ ├── assets/
│ │ │ └── js/
│ │ │ └── script.js
│ │ ├── styles/
│ │ │ └── style.css
│ │ ├── risk.html
│ │ └── README.md
│ │
│ ├── chapter1.html
│ ├── chapter2.html
│ │ .
│ │ .
│ │ .
│ ├── chapter8.html
│ ├── index.html
│ ├── intro.html
│ ├── README.html
│ .
│ .
│ .
├── _config.yml
├── _toc.yml
├── chapter1.ipynb
├── chapter2.ipynb
│ .
│ .
│ .
├── chapter8.md
├── intro.md
├── README.md
└── requirements.txt```
```sh
git clone https://github.com/abikesa/workflow && mv workflow new && new/setup_myenv.sh && source myenv/bin/activate && iam/pre_build.sh && jb build iam && iam/post_build.sh && new/jbb_https.sh
```