ユーザー: どういう論文ですか?どのような実験を行ったかが知りたいです
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
| /** | |
| Created by ${USER} on ${DATE} | |
| */ | |
| #if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME} #end | |
| sealed interface ${NAME}Action { | |
| } |
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
| Host * | |
| AddKeysToAgent yes | |
| UseKeychain yes | |
| IdentityFile ~/.ssh/id_ed25519 | |
| Host {human_readable_name} | |
| HostName {remote_server_ip} | |
| User {Ubuntu_server_user} | |
| IdentityFile ~/.ssh/id_ed25519 | |
| IdentitiesOnly yes |
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
| { | |
| "title": "入部届", | |
| "remark": "${service}で生成した標準的な入部届レイアウト例です。\n必要事項を整理し、学校・団体など幅広い場面で使用できる構成になっています。", | |
| "info": {"rows":[30.17897824470657,17.008,20.119318829804378,20.119318829804378,20.119318829804378,20.119318829804378,20.119318829804378,40.238637659608756,20.119318829804378,40.238637659608756,20.119318829804378],"columns":[91.10899332811714,10.123221480901906,151.8483222135286,10.123221480901906,61.71432179362343,10.123221480901906,40.49288592360762,10.123221480901906,82.05959081751564],"areas":[{"id":"1772235102138","name":"print_area","type":"print","props":[{"name":"name","value":"印刷範囲"},{"name":"paper","value":"A4"},{"name":"paperMarginTop","value":"25"},{"name":"paperMarginBottom","value":"30"},{"name":"paperMarginLeft","value":"25"},{"name":"paperMarginRight","value":"20"}]}],"grids":[{"control":{"type":"label","props":[{"name":"name","value":"入部届"},{"name":"link","value":""}]},"group":"group0","font":{"size":18},"align":{"vertical":"center","horizontal":"center"}},{"group":"group0"},{"group":"g |
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
| test |
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
| #!/usr/bin/env python3 | |
| """Compute mean and stdev of Alpha Earth Foundation embeddings per census block. | |
| Required input data | |
| ------------------- | |
| 1. Census block shapefiles: | |
| - Go to https://www.census.gov/cgi-bin/geo/shapefiles/index.php | |
| - Select year "2025" (or desired year) and layer type "Blocks (2020)" | |
| - Choose a state (e.g. "Washington") and download the ZIP | |
| - Unzip to get tl_2025_53_tabblock20.shp (and companion files) |
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
| SERAJ STORE |
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
| [ | |
| { | |
| "type": "git", | |
| "name": "mitsumori", | |
| "url": "https://gist.githubusercontent.com/KenjiNirasawa/d35b2e2134bd6f7fb06d9ba5c1d2a337/raw/mitshmori.json" | |
| }, | |
| { | |
| "type": "git", | |
| "name": "nyuubu", | |
| "url":"https://gist.githubusercontent.com/KenjiNirasawa/6ee364d4925860e1a0e357c06a88d9ef/raw/nyuubu.json" |
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
| { | |
| "title": "見積書", | |
| "remark": "${service}で生成した標準的な見積書レイアウト例です。\n商品・数量・単価・金額を整理し、幅広い用途に対応できる構成です。", | |
| "info": { | |
| "rows": [ | |
| 31.18113333333333, | |
| 10.39371111111111, | |
| 31.18113333333333, | |
| 31.18113333333333, | |
| 31.18113333333333, |
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
| // vibe code product. Use with CAUTION. | |
| // Unlicense. | |
| #include <dirent.h> | |
| #include <errno.h> | |
| #include <fcntl.h> | |
| #include <linux/kvm.h> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <sys/ptrace.h> |