This repository was archived by the owner on Sep 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeed.xml
More file actions
40 lines (40 loc) · 6.13 KB
/
feed.xml
File metadata and controls
40 lines (40 loc) · 6.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title>ようこそ</title><id>https://SCP-EEE.github.io/feed.xml</id><subtitle>Recent Posts</subtitle><updated>2022-03-02T19:31:47Z</updated><link href="SCP-EEE.github.io/feed.xml" rel="self" /><link href="SCP-EEE.github.io" /><entry><title>Hello, world!</title><id>https://SCP-EEE.github.io/hello-world.html</id><author><name>SCP-EEE</name><email>scpeee@wail.ch</email></author><updated>2022-03-02T19:31:47Z</updated><link href="https://SCP-EEE.github.io/hello-world.html" rel="alternate" /><summary type="html"><h2>はじめまして</h2><p>ここは、私の作品を解説する場所です。</p><p>もうひとつの初めましてと同様ただのサンプルです。</p><p>30フィボナッチ数列だーーー!</p><p>(0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 2584 4181 6765 10946 17711 28657 46368 75025 121393 196418 317811 514229)</p><p>私の姿?いちようこんなの書いてたよ。</p><img src="/images/scp-eee.jpg" /></summary></entry><entry><title>Biwaschemeについて</title><id>https://SCP-EEE.github.io/biwaschemeについて.html</id><author><name>SCP-EEE</name><email>scpeee@wail.ch</email></author><updated>2022-03-02T19:24:00Z</updated><link href="https://SCP-EEE.github.io/biwaschemeについて.html" rel="alternate" /><summary type="html"><h2>Biwaschemeとは</h2><p>ブログの技術紹介はしましたが,大事な本サイトの根幹技術を紹介してませんでした。</p><p>はい,そうです。Biwaschemeですね。</p><p>このプロジェクトはjavascriptに仮想マシンを実装。</p><p>schemeを実行出来るようにしています。</p><p>さらにnodesやjavascript,htmlエレメントとのインターフェースを持っています。</p><p><strong>つまり最強です。</strong></p><p><a href="https://www.biwascheme.org/">https://www.biwascheme.org/</a></p><p>まあ,そのせいで一般の人には馴染みのないサイトになっているかと思いますが。</p><p>もう少しこのサイトに本腰を入れるようになったら,一般受けするのも用意します。</p></summary></entry><entry><title>小春六花を買いました。</title><id>https://SCP-EEE.github.io/小春六花を買いました.html</id><author><name>SCP-EEE</name><email>scpeee@wail.ch</email></author><updated>2022-01-04T15:28:00Z</updated><link href="https://SCP-EEE.github.io/小春六花を買いました.html" rel="alternate" /><summary type="html"><h3>
CevioAIトークボイス小春六花を購入しました!!!
</h3><p>
いやあ、可愛いね。
</p><p>
はい、それだけです。
</p><p>
なにかこれで出来ればいいけど‥まあ考えときます。
</p></summary></entry><entry><title>Hello, markdown!</title><id>https://SCP-EEE.github.io/hello-markdown.html</id><author><name>SCP-EEE</name><email>scpeee@wail.ch</email></author><updated>2021-12-27T20:33:00Z</updated><link href="https://SCP-EEE.github.io/hello-markdown.html" rel="alternate" /><summary type="html"><h1>wikiっぽいのを作成するための準備</h1><p>やっぱりwikiらしいものを作りたいってなったらmarkdownだよね。</p><p>ってことでやはりhauntさん。markdownに対応している。</p><p>ってことでmarkdownで書くtest。</p><p><strong>強調</strong>もあってかなりナイス。</p><p>ここで例えばプログラミングの説明なんかも出来たら面白そうだなって思ってます。</p><pre><code># scheme fibonacci
(define (fib x) (if (&lt; x 2) x (+ (fib (- x 1)) (fib (- x 2)))))</code></pre></summary></entry><entry><title>町だとか</title><id>https://SCP-EEE.github.io/町だとか.html</id><author><name>SCP-EEE</name><email>scpeee@wail.ch</email></author><updated>2021-12-22T10:53:00Z</updated><link href="https://SCP-EEE.github.io/町だとか.html" rel="alternate" /><summary type="html"><figure>
<figcaption></figcaption>
<audio src="audio/town.ogg">
</audio>
</figure><p>
足音は一つですね。
</p><p>
可哀そうなやつです。
</p></summary></entry><entry><title>このサイトを作るのに使っているツールについて</title><id>https://SCP-EEE.github.io/このサイトを作るのに使っているツールについて.html</id><author><name>SCP-EEE</name><email>scpeee@wail.ch</email></author><updated>2021-12-20T11:56:00Z</updated><link href="https://SCP-EEE.github.io/このサイトを作るのに使っているツールについて.html" rel="alternate" /><summary type="html"><p>
hauntと呼ばれる。
</p><p>
guile方言schemeのブログライブラリツールを用いています。
</p><a href="https://dthompson.us/projects/haunt.html">
https://dthompson.us/projects/haunt.html
</a><p>
お化けがキュート。
</p><p>
是非覗いてみて下さい。
</p><p>
David Thompsonさんはその他にも凄いプロジェクトを作成していらっしゃいます。
</p><p>
いつもお世話になってます。
</p><p>
ということでこのサイトの根幹技術についての説明でした。
</p></summary></entry><entry><title>初めまして</title><id>https://SCP-EEE.github.io/初めまして.html</id><author><name>SCP-EEE</name><email>scpeee@wail.ch</email></author><updated>2020-08-31T10:48:00Z</updated><link href="https://SCP-EEE.github.io/初めまして.html" rel="alternate" /><summary type="html"><p>
ここはいちようbolgらしいです。
</p><p>
見たい人は見てください。
</p><p>
いろんなことを説明してますが。意味はありません。
</p></summary></entry></feed>