()- Unicode : LEFT(U+0028)/RIGHT(U+0029) PARENTHESIS
- parenthesis
- parentheses (plural)
- paren
- round brackets
- 丸括弧
- パレン
[]- Unicode : LEFT(U+005B)/RIGHT(U+005D) SQUARE BRACKET
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const EXCLUSIONS = [ | |
| 'Meiryo', | |
| 'メイリオ', | |
| '"MS PGothic"', | |
| '"MS ゴシック"', | |
| 'x-locale-body', | |
| 'system-ui', | |
| '"Yu Gothic UI"', | |
| '"YuGothic UI"' | |
| ].map(f => f.toLowerCase()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Prompt": "peco >", | |
| "Style": { | |
| "Basic": ["on_default", "default"], | |
| "Selected": ["on_black", "white"], | |
| "Query": ["yellow"], | |
| "Matched": ["yellow"] | |
| } | |
| } |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "rows_length": 3328, | |
| "rows": [ | |
| { | |
| "type": "AMMO", | |
| "id": "battery", | |
| "category": "spare_parts", | |
| "price": 12000, | |
| "name": "battery", | |
| "name_plural": "batteries", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "_id": 3, | |
| "id": "string_6", | |
| "translation": { | |
| "name": "紐(15cm)", | |
| "description": "6インチ(15cm)の綿の紐です。" | |
| } | |
| }, | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 10 INPUT "What is your name: "; U$ 20 PRINT "Hello "; U$ 30 INPUT "How many stars do you want: "; N 40 S$ = "" 50 FOR I = 1 TO N 60 S$ = S$ + "*" 70 NEXT I 80 PRINT S$ 90 INPUT "Do you want more stars? "; A$ 100 IF LEN(A$) = 0 THEN GOTO 90 110 A$ = LEFT$(A$, 1) 120 IF A$ = "Y" OR A$ = "y" THEN GOTO 30 130 PRINT "Goodbye "; U$ 140 END |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [BLACK_R:30] | |
| [BLACK_G:30] | |
| [BLACK_B:50] | |
| [BLUE_R:24] | |
| [BLUE_G:124] | |
| [BLUE_B:232] | |
| [GREEN_R:70] | |
| [GREEN_G:125] | |
| [GREEN_B:55] | |
| [CYAN_R:120] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # layout | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5 | sky | |||||||||||
| 4 | sky | barrack | ||||||||||
| 3 | sky | archery target | bolt | |||||||||
| 2 | sky | bolt recovery | ||||||||||
| 1 | sand | pasture (dog) | ||||||||||
| 0 | sand | |||||||||||
| -1 | sand | pasture | ||||||||||
| -2 | clay | farm | potash | seed | plants |