https://github.com/pome-ta/draftpythonistascripts
https://github.com/pome-ta/draftpythonistascripts
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pome-ta/draftpythonistascripts
- Owner: pome-ta
- License: mit
- Created: 2021-08-13T05:35:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T11:30:25.000Z (2 months ago)
- Last Synced: 2025-04-03T12:30:06.200Z (2 months ago)
- Language: Python
- Size: 26 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# draftPythonistaScripts
とりあえず、試しコードや素振り的なものをおいておく
あとは、issue 書きながら調整
あと、文章的なのも
## mermaid サポートテスト
```mermaid
graph TD;
ほげ-->ふが;
ぴよ-->ほげ;
``````mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
``````mermaid
pie title pyramid
"Sky" : 386
"Sunny side of pyramid" : 85
"Shady side of pyramid" : 15
```## TeX or LaTeX テスト
When $a \ne 0$, there are two solutions
to $(ax^2 + bx + c = 0)$ and they are
$$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$## iOS GitHub app で直接編集できるってマ?
わお、Runestone ベースのテキストエディタで編集できるやんけ、、、
編集して、テキスト全コピーが楽!
## todo:
必要に応じて、目次てきなのを作る?