This file contains 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
(define ja-dvorakjp-rule-basic | |
'( | |
((("c" "a"). ())("か" "カ" "カ")) | |
((("c" "i"). ())("き" "キ" "キ")) | |
((("c" "u"). ())("く" "ク" "ク")) | |
((("c" "e"). ())("け" "ケ" "ケ")) | |
((("c" "o"). ())("こ" "コ" "コ")) | |
((("c" "y"). ("y" "k"))("" "" "")) | |
((("c" "n"). ("y" "k"))("" "" "")) |
This file contains 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
// Of https://twitter.com/suin/status/1390626681547751429 | |
interface Chapter { | |
level: number; | |
text: string; | |
} | |
interface ChapterNode extends Chapter { | |
children: ChapterNode[]; | |
} | |
const input = [ | |
{ level: 1, text: "1章" }, |
This file contains 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
{ | |
"HeaderInfo": { | |
"AssemblyVersion": "1.3.25.2", | |
"BaseSiteId": 7011464, | |
"Server": "https://demo.pleasanter.org", | |
"CreatorName": "テナント管理者", | |
"PackageTime": "2022-12-02T15:17:55.744909+00:00", | |
"Convertors": [ | |
{ | |
"SiteId": 7011464, |
This file contains 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
{ | |
"HeaderInfo": { | |
"AssemblyVersion": "1.3.25.2", | |
"BaseSiteId": 7122237, | |
"Server": "https://demo.pleasanter.org", | |
"CreatorName": "テナント管理者", | |
"PackageTime": "2022-12-04T15:00:44.1705214+00:00", | |
"Convertors": [ | |
{ | |
"SiteId": 7122237, |
This file contains 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
{ | |
"HeaderInfo": { | |
"AssemblyVersion": "1.3.25.2", | |
"BaseSiteId": 7140333, | |
"Server": "https://demo.pleasanter.org", | |
"CreatorName": "テナント管理者", | |
"PackageTime": "2022-12-08T12:25:58.5422043+00:00", | |
"Convertors": [ | |
{ | |
"SiteId": 7140333, |
This file contains 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
{ | |
"HeaderInfo": { | |
"AssemblyVersion": "1.3.26.1", | |
"BaseSiteId": 7167230, | |
"Server": "https://demo.pleasanter.org", | |
"CreatorName": "テナント管理者", | |
"PackageTime": "2022-12-16T18:24:21.8499706+00:00", | |
"Convertors": [ | |
{ | |
"SiteId": 7167230, |
This file contains 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
# PowerShell 7.3.1 | |
$csv = "A,B`n1,2`n11,12`n21,22"; | |
$file = "./test.csv"; | |
if (Test-Path $file) { | |
Remove-Item $file; | |
} | |
Out-File -InputObject $csv -FilePath $file -NOClobber | |
$Object = [PSCustomObject]@{ A = 0; B = 0 } | |
Import-Csv $file | ForEach-Object { $Object.A += $_.A; $Object.B = $_.B } | |
Write-Host $Object |
This file contains 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
{ | |
"HeaderInfo": { | |
"AssemblyVersion": "1.3.49.0", | |
"BaseSiteId": 9534841, | |
"Server": "https://demo.pleasanter.org", | |
"CreatorName": "テナント管理者", | |
"PackageTime": "2023-12-13T17:10:00.2559769+00:00", | |
"Convertors": [ | |
{ | |
"SiteId": 9534841, |
This file contains 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
{ | |
"HeaderInfo": { | |
"AssemblyVersion": "1.3.49.0", | |
"BaseSiteId": 9538878, | |
"Server": "https://demo.pleasanter.org", | |
"CreatorName": "テナント管理者", | |
"PackageTime": "2023-12-14T15:16:15.8933625+00:00", | |
"Convertors": [ | |
{ | |
"SiteId": 9538878, |