https://github.com/jayqi/rosetta-stone
A personal reference for common actions in different languages and frameworks
https://github.com/jayqi/rosetta-stone
Last synced: 4 months ago
JSON representation
A personal reference for common actions in different languages and frameworks
- Host: GitHub
- URL: https://github.com/jayqi/rosetta-stone
- Owner: jayqi
- Created: 2019-05-01T03:49:08.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T04:26:42.000Z (over 4 years ago)
- Last Synced: 2025-04-06T21:45:23.653Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage: https://jayqi.github.io/rosetta-stone/
- Size: 2.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rosetta Stone
[](https://jayqi.github.io/rosetta-stone/)
[](https://github.com/jayqi/rosetta-stone/actions?query=workflow%3Atests+branch%3Amain)
A personal reference for how to do common things in different languages and frameworks.
## Set up / Installation
This project uses conda to manage package dependencies. To set up the conda environment, use:
```bash
conda env create -f environment.yml
```