Migrate repository to Gitea server at git.marketally.com
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -1,6 +1,6 @@
|
|||||||
echo ".env
|
.env
|
||||||
*.log
|
*.log
|
||||||
.vscode/
|
.vscode/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.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".
|
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`
|
**Interactive Dashboard**: Run locally with `streamlit run dashboard/app.py`
|
||||||
**Based on**: Ryan Williams' 2025 result that TIME[t] ⊆ SPACE[√(t log t)]
|
**Based on**: Ryan Williams' 2025 result that TIME[t] ⊆ SPACE[√(t log t)]
|
||||||
|
|
||||||
@@ -82,7 +82,7 @@ python ollama_spacetime_experiment.py
|
|||||||
### Installation
|
### Installation
|
||||||
```bash
|
```bash
|
||||||
# Clone repository
|
# Clone repository
|
||||||
git clone https://github.com/sqrtspace/sqrtspace-experiments.git
|
git clone https://git.marketally.com/sqrtspace/sqrtspace-experiments.git
|
||||||
cd Ubiquity
|
cd Ubiquity
|
||||||
|
|
||||||
# Install Python dependencies
|
# Install Python dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user