Note
この記事はShowNet 2024に参加した経験に基づいて書かれています.2025年以降も通用するとは限りません.
持ち物にはテプラや養生テープなどで名前をつけることをおすすめします.よく紛失します.
- ノートPC
- IPv6 対応
| var problems_list; | |
| fetch("https://scoreserver.ictsc.net/api/problems") | |
| .then( problem_json => { return problem_json.json() } ) | |
| .then( problems => { | |
| problems_list = problems.data.problems; | |
| return problems_list.map( problem => { | |
| return "https://scoreserver.ictsc.net/api/problems/" + problem.id + "/answers" | |
| }) | |
| .map( url => { | |
| return fetch(url) |
| // ==UserScript== | |
| // @name manaba report type | |
| // @namespace Violentmonkey Scripts | |
| // @match https://manaba.tsukuba.ac.jp/ct/home_library_query | |
| // @grant none | |
| // @version 1.0 | |
| // @author - | |
| // @description 2023/10/15 21:21:34 | |
| // ==/UserScript== |
| *://*.366service.com/* | |
| *://*.alwaysemmyhope.com/* | |
| *://*.answer-id.com/* | |
| *://*.askdev.info/* | |
| *://*.base64.work/* | |
| *://*.code-examples.net/* | |
| *://*.coder.work/* | |
| *://*.fixes.pub/* | |
| *://*.gitmemory.com/* | |
| *://*.i-harness.com/* |
| { | |
| "keywords": [ | |
| { | |
| "scope": 1610612481, | |
| "source": -1, | |
| "user_key": null, | |
| "value": "#ニコニコ動画" | |
| }, | |
| { | |
| "scope": 1610612481, |
| 38.27.106.27 wasabisys.com | |
| 76.191.80.18 s3.us-west-1.wasabisys.com | |
| 18.212.96.210 console.wasabisys.com | |
| 18.212.96.210 iam.wasabisys.com | |
| 38.27.106.27 s3.wasabisys.com | |
| 18.212.96.210 billing-service.wasabisys.com |
| #include <stdio.h> | |
| #include <math.h> | |
| int calc(int i,int j,int k){ | |
| return pow(2,i) * pow(3,j) * pow(5,k); | |
| } | |
| int main(void){ | |
| int count = 0; | |
| int amari; |
| diff --git a/PKGBUILD b/PKGBUILD | |
| index f9f2bf3..2a71d42 100644 | |
| --- a/PKGBUILD | |
| +++ b/PKGBUILD | |
| @@ -30,12 +30,9 @@ source=( | |
| japanese_usage_dictionary::git+https://github.com/hiroyuki-komatsu/japanese-usage-dictionary.git#commit=${_japanese_usage_dictionary_rev} | |
| fix-build-with-gcc8.patch::https://salsa.debian.org/debian/mozc/raw/master/debian/patches/Fix-build-with-gcc8.patch | |
| mozc-2.23.2815.102-python-3.patch::https://github.com/google/mozc/files/4048079/mozc-2.23.2815.102-python-3.patch.txt | |
| - add_support_new_japanese_era_for_mozc.patch | |
| - add_support_new_japanese_era_for_ut2.patch |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "word_count": 44626, | |
| "processed_language": "ja", | |
| "personality": [ | |
| { | |
| "trait_id": "big5_openness", | |
| "name": "知的好奇心", | |
| "category": "personality", | |
| "percentile": 0.9319734429513193, | |
| "significant": true, |