An open API service indexing awesome lists of open source software.

https://github.com/pome-ta/draftpythonistascripts


https://github.com/pome-ta/draftpythonistascripts

Last synced: 23 days ago
JSON representation

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:

必要に応じて、目次てきなのを作る?