Skip to content

Instantly share code, notes, and snippets.

View YuukiToriyama's full-sized avatar
🚲
On Cycling

ToriChan YuukiToriyama

🚲
On Cycling
  • Kyoto, Japan
View GitHub Profile
#include <opencv2/opencv.hpp>
#include <opencv2/calib3d/calib3d.hpp>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <iostream>
#include <sstream>
#include <string>
#include <fcntl.h>
#include <unistd.h>
#include <sys/ioctl.h>
@YuukiToriyama
YuukiToriyama / drawing_a_star.pde
Last active October 19, 2020 06:04
Processing Sample
// drawing_a_star.pde
int t;
boolean flag;
PVector location;
PVector[] vertices = new PVector[5];
PVector[] velocity = new PVector[5];
void setup() {
// 画面の初期化
@YuukiToriyama
YuukiToriyama / gsi20210106054009243.json
Created January 5, 2021 20:41
気多・気多神社リスト
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@YuukiToriyama
YuukiToriyama / nodemon.md
Created January 12, 2021 12:51
nodemonの使い方

nodemonの使い方

nodemonとは

  • remy/nodemon
  • https://github.com/remy/nodemon
  • Monitor for any changes in your node.js application and automatically restart the server - perfect for development
  • ファイルの変更を検知して自動的にコードを再実行してくれるパッケージ

使い方

インストール

  1. npmを使って使用したいプロジェクトにnodemonをインストール
@YuukiToriyama
YuukiToriyama / bin.js
Created April 5, 2021 10:49
fs.createReadStream & csv.parse
const stream = fs.createReadStream("data/hokkaido.csv").pipe(csv.parse());
stream.on("data", data => {
console.log(data);
})

先行注釈比較

速須佐之男命言、「」

  • 次田潤『古事記新講』
    • 言(まを)したまはく
  • 倉野・武田『古事記 祝詞』
    • 言ひしく
  • 西宮一民『新潮日本古典集成 古事記』
    • 言ひしく
  • 沖森・佐藤・八嶋『新校古事記』
    • 言はく
@YuukiToriyama
YuukiToriyama / docker-compose.yml
Created June 8, 2021 21:07
PostgresDB + Drupal
version: '3'
services:
drupal:
image: drupal:8-apache
ports:
- 8080:80
volumes:
- /var/www/html/modules
- /var/www/html/profiles
@YuukiToriyama
YuukiToriyama / README.md
Created September 3, 2021 03:17
京都観光地情報
@YuukiToriyama
YuukiToriyama / list.csv
Created October 26, 2021 11:26
都道府県名を含む市町村一覧(2021年10月最新版)
神奈川県 横浜市神奈川区
埼玉県 南埼玉郡宮代町
茨城県 北茨城市
茨城県 東茨城郡茨城町
茨城県 東茨城郡大洗町
茨城県 東茨城郡城里町
千葉県 千葉市中央区
千葉県 千葉市花見川区
千葉県 千葉市稲毛区
千葉県 千葉市若葉区