小さいものは、大きい物にない利点がいくつもある。小さいもの同士なら簡単に独特の便利な方法で組み合わせることができる
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
# -*- coding: utf-8 -*- | |
""" | |
Spyderエディタ | |
これは一時的なスクリプトファイルです | |
""" | |
import requests,json,platform | |
json_url = "https://api.github.com/repos/gohugoio/hugo/releases/latest" | |
json_data = requests.get(json_url) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCa9QgWj4uK5ypblOLZ58bwqZL+s792LcZsdJ7sxCSkrp8p7LyKVqTTnGicCgKtN/4s5hJDInM5P1Iuaws4cEzgvWMKu4XJNsuCbvfceaOfQa3+Ar81lclsUg3OuTFCW6quBPFeoCaoQ9RD9M/Ygso0YJFcpUSBJWVV82b82y33b3m3eevs/SjE/gyWtq5xUPGpcnMrqcWK+rNJE2W2vT+wANhY5UoHc22YUsDVV1RkZIQuVE8j4HpKCBKotWnv4LJc7Jk3oWhTzptRJHvz4P8slGYWehg7MiaUNEcGjWyKUxxiCjzQ8j1ZSE2RqnYcbT281t5vOzKj+i7uqgsjRBI1 pokop@DESKTOP-BMGS4AG |
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 numpy as np | |
import matplotlib.pyplot as plt | |
plt.rcParams['font.family'] = 'MEIRYO' | |
plt.rcParams["font.size"] = 18 | |
w, h, dpi = 1920, 1080, 144 | |
fig = plt.figure(figsize=(w / dpi, h / dpi), dpi=dpi, facecolor='white') |
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
SERVER_USER="mizuha" | |
SERVER_ADDR="153.127.6.191" | |
SERVER_PORT="11022" | |
hash gh 2>&1 /dev/null | |
if [ $? = 0 ]; then | |
ssh ${SERVER_USER}@${SERVER_ADDR} -p ${SERVER_PORT} "echo \"$(gh gist view $1)\" >> /home/${SERVER_USER}/.ssh/colab_ssh_keys" | |
gh gist delete $1 | |
for i in {10000..10020}; do | |
ssh -L ${i}:localhost:${i} ${SERVER_USER}@${SERVER_ADDR} -p ${SERVER_PORT} -vvv | |
done |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 tomokazu on 2021/08/14. | |
// | |
#include <cmath> | |
#include <cstdio> | |
#include <cstdlib> | |
#include <cstring> | |
#include <omp.h> |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQChU1R0sIoCaq4wZzFlHiNfCPbuVFw52JKLZqkl4+Hs25Iu/DHnz2Cts/yhi/NA9iA6gzvWsjCIlRJycLk7PVIf/icn3zt7LuY+kDkGK9C04jDro/rGtk9/gTdOvFO5UUt+UYZPp9EwR3+q2lY148BSwmdH075AJx+hWNI+FDiloiShIga8RMKlpc+obv4qyj8j6I+YnbeQTqz/xoLfpqDFKJ7VTQ4s7Q+85PifaT0mzKuOQ6IHAUpieRSa+NGxhbD/ZApA9o3rOyPgZh7r5bRzoM7x8NbR90JLdGAOilkVqxzD4tevSt4wCacgL8UOn1Rp9RVYreeifeOVj8GwoUlLA55F6stRyjnJOxekTm1AdW3L1VR8n3Xl+OZDk/U+wdD1KSGv6/GxFNi1rl0PAO5UD2bGilH+vucfo5BZfe4TaDMak076FV2M+S4PqPWuMmIVp8QgTzC7dX/jGENOTQuT9qeixxMZ3x7fw7cuXJUtDgTRGc7BC3a2ybv2vW1HzDs= tomokazu@tomokazu-neon-desktop |
こちらの記事は『もっとハロブロを読まれたい!ハロヲタブログ Advent Calendar 2022』12/17の記事になります。
書いた人間は@yayoi_mizuha , @hello_counter.<-間違い指摘お待ちしております。
ブログ形式のはずがかなり技術メモっぽくて脈絡のない文章になってしまいましたが、許してください。
※ここで使ってるコードはGitHubで公開してます。オレオレコードなので使い方はTwitterのDMなりで聞いてくださいな
これはオタクあるあるだと思うんですが、推しについての情報を収集してまとめたくなりますよね。
でも、ハロメンは67人いて、既卒を含めたら200人以上もいます。曲に至っては概数さえはっきりしないくらいの量があります。大量のデータを手作業で管理するのは本当に大変ですね。
OlderNewer