| Round | Date | Twitter URL |
|---|---|---|
| #KEEB_PD | 2020/07/19 | #KEEB_PD |
| #KEEB_PD_R2 | 2020/07/26 | #KEEB_PD_R2 |
| #KEEB_PD_R3 | 2020/08/02 | #KEEB_PD_R3 |
| #KEEB_PD_R4 | 2020/08/09 | #KEEB_PD_R4 |
| #KEEB_PD_R5 | 2020/08/16 | #KEEB_PD_R5 |
| #KEEB_PD_R6 | 2020/08/23 | #KEEB_PD_R6 |
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
| { | |
| "schemas": [ | |
| [ | |
| { | |
| "name": "TITLE", | |
| "type": "text", | |
| "content": "筋力トレーニング記録表", | |
| "position": { | |
| "x": 65, | |
| "y": 10 |
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
| import { DOMParser } from "jsr:@b-fuze/deno-dom"; | |
| const years = ["2021", "2022", "2023", "2024", "2025"]; | |
| const postedDate: { post_date: string; title: string; url: string }[] = []; | |
| for (const year of years) { | |
| let page = 1; | |
| while (true) { | |
| const res = await fetch( | |
| `https://salicylic-weekly.hatenablog.jp/archive/${year}?page=${page}`, | |
| ); |
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
| import { assertEquals } from "jsr:@std/assert@^1.0.11"; | |
| // KEEB_PDの初回からのURLを生成する | |
| const KEEB_PD_START_DATE = "2020-07-19"; | |
| const KEEB_PD = "KEEB_PD"; | |
| type Schedules = { | |
| round: string; | |
| since: Temporal.PlainDate; |
| Title | Series Index | Price | Points | Point Rate | Series Affiliate URL | Affiliate URL |
|---|---|---|---|---|---|---|
| 新九郎、奔る! | 1 | 759 | 385 | 50 | Affiliate URL | Affiliate URL |
| 新九郎、奔る! | 2 | 759 | 385 | 50 | Affiliate URL | Affiliate URL |
| 新九郎、奔る! | 3 | 759 | 385 | 50 | Affiliate URL | Affiliate URL |
| 新九郎、奔る! | 4 | 759 | 385 | 50 | Affiliate URL | Affiliate URL |
| 新九郎、奔る! | 5 | 759 | 385 | 50 | Affiliate URL | Affiliate URL |
| 新九郎、奔る! | 6 | 759 | 385 |
| Title | Series Index | Price | Points | Point Rate | Series URL | URL | Series Affilate URL | Affilate URL |
|---|---|---|---|---|---|---|---|---|
| 地図にない場所(1) (ビッグコミックス) | 1 | 693 | 14 | 2 | URL | URL | URL | URL |
| 地図にない場所(2) (ビッグコミックス) | 2 | 693 | 308 | 44 | URL | URL | URL | URL |
| 地図にない場所(3) (ビッグコミックス) | 3 | 693 | 308 | 44 | URL | URL | URL | URL |
| 地図にない場所(4) (ビッグコミックス) | 4 | 693 | 308 | 44 | [URL](https://www.amazon. |
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
| function* meraGenerator() { | |
| for (let i = 0x30A1; i <= 0x30FA; i++) { | |
| yield `${String.fromCharCode(i)}メラ`; | |
| } | |
| } | |
| console.log( | |
| [...meraGenerator()].sort().reduce((p, c, index) => { | |
| if (index % 10 === 0) { | |
| p.push([c]); |
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
| // -*- mode: c++ -*- | |
| // Copyright 2016-2022 Keyboardio, inc. <jesse@keyboard.io> | |
| // See "LICENSE" for license details | |
| /** | |
| * These #include directives pull in the Kaleidoscope firmware core, | |
| * as well as the Kaleidoscope plugins we use in the Model 100's firmware | |
| */ | |
| // The Kaleidoscope core |
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
| <?xml version='1.0' encoding='UTF-8'?> | |
| <rss version='2.0'> | |
| <channel> | |
| <title>🐶<title> | |
| <description>🐶情報</description> | |
| <item> | |
| <title></title> | |
| <link>https://twitter.com/nillpo/status/1543965259329064961</link> | |
| <description>🐶<description> | |
| <pubDate>Wed, 6 Jul 2022 20:31:00 +0900</pubDate> |
NewerOlder