Migrate repository to Gitea server at git.marketally.com
This commit is contained in:
parent
3cbd817d69
commit
63fb4e24a9
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
echo ".env
|
||||
.env
|
||||
*.log
|
||||
.vscode/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.DS_Store"
|
||||
.DS_Store
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
This repository contains the experimental code, case studies, and interactive dashboard accompanying the paper "The Ubiquity of Space-Time Simulation in Modern Computing: From Theory to Practice".
|
||||
|
||||
**Paper Repository**: [github.com/sqrtspace/sqrtspace-paper](https://github.com/sqrtspace/sqrtspace-paper)
|
||||
**Paper Repository**: [git.marketally.com/sqrtspace/sqrtspace-paper](https://git.marketally.com/sqrtspace/sqrtspace-paper)
|
||||
**Interactive Dashboard**: Run locally with `streamlit run dashboard/app.py`
|
||||
**Based on**: Ryan Williams' 2025 result that TIME[t] ⊆ SPACE[√(t log t)]
|
||||
|
||||
@ -82,7 +82,7 @@ python ollama_spacetime_experiment.py
|
||||
### Installation
|
||||
```bash
|
||||
# Clone repository
|
||||
git clone https://github.com/sqrtspace/sqrtspace-experiments.git
|
||||
git clone https://git.marketally.com/sqrtspace/sqrtspace-experiments.git
|
||||
cd Ubiquity
|
||||
|
||||
# Install Python dependencies
|
||||
|
||||
Loading…
Reference in New Issue
Block a user