forked from wspace/corpus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
36 lines (36 loc) · 1.3 KB
/
project.json
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
{
"id": "whitespace/ytaka23",
"name": "whitespace_pumpkin.ws, whitespace_fizzbuzz.ws, and whitespace_sieve.ws",
"authors": ["Yuto Takahashi"],
"license": "none",
"languages": ["Whitespace"],
"tags": ["programs"],
"date": "2013-11-07 04:06:05 -0800",
"spec_version": "0.2",
"source": [
"https://github.com/wspace/ytaka23-whitespace",
"https://gist.github.com/y-taka-23/7353571",
"https://gist.github.com/y-taka-23/7353594",
"https://gist.github.com/y-taka-23/7353612",
"https://github.com/thaliaarchi/repo-archival/blob/main/scripts/wspace/ytaka23-whitespace.sh"
],
"whitespace": { "extension": "ws" },
"programs": [
{
"path": "whitespace_pumpkin.ws",
"spec_version": "0.2",
"desc": "CodeIQ「カボチャの種を数えて!」の Whitespace による解答です。 処理系の仕様により EOF が扱えないため、「標準入力で '?' より前に現れた 'O' の個数」をカウントします。"
},
{
"path": "whitespace_fizzbuzz.ws",
"spec_version": "0.2",
"desc": "FizzBuzz (up to 100) on Whitespace"
},
{
"path": "whitespace_sieve.ws",
"spec_version": "0.2",
"desc": "Sieve of Eratosthenes (up to 100) on Whitespace"
}
],
"notes": "wspace repo is a cleaned up, unified git history"
}