| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository is rendered online at http://ScientificC.github.io, it contains a listing of repositories that are open source and maintained by SciC teams.
In order to have your repository show up at http://ScientificC.github.io, a minor change to orgs.js is required.
{
"name": "ScientificC/cmathl",
"type": "repo"
}
{
"name": "ScientificC",
"type": "org"
}
From within the top level folder of the cloned repository run:
$ python -m http.server {port}
For example: python -m http.server 8000 -> Open the following URL in a browser:
http://localhost:8000/
$ git clone https://github.com/ScientificC/ScientificC.github.io $ git checkout -b branch_name
$ git add file1 file2 $ git commit -m "add your commit message here" $ git push origin branch_name
| Back | FazBrowse Home | New Git URL |