- remy/nodemon
- https://github.com/remy/nodemon
- Monitor for any changes in your node.js application and automatically restart the server - perfect for development
- ファイルの変更を検知して自動的にコードを再実行してくれるパッケージ
- npmを使って使用したいプロジェクトにnodemonをインストール
#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> |
// drawing_a_star.pde | |
int t; | |
boolean flag; | |
PVector location; | |
PVector[] vertices = new PVector[5]; | |
PVector[] velocity = new PVector[5]; | |
void setup() { | |
// 画面の初期化 |
const stream = fs.createReadStream("data/hokkaido.csv").pipe(csv.parse()); | |
stream.on("data", data => { | |
console.log(data); | |
}) |
version: '3' | |
services: | |
drupal: | |
image: drupal:8-apache | |
ports: | |
- 8080:80 | |
volumes: | |
- /var/www/html/modules | |
- /var/www/html/profiles |
本ファイルは京都府オープンデータポータルサイト KYOTO DATASTOREからダウンロードしたxlsxファイルをCC BY 4.0ライセンスのもとに加工し公開したものである。
https://data.pref.kyoto.lg.jp/dataset/260002_kankou_shisetsu
神奈川県 | 横浜市神奈川区 | |
---|---|---|
埼玉県 | 南埼玉郡宮代町 | |
茨城県 | 北茨城市 | |
茨城県 | 東茨城郡茨城町 | |
茨城県 | 東茨城郡大洗町 | |
茨城県 | 東茨城郡城里町 | |
千葉県 | 千葉市中央区 | |
千葉県 | 千葉市花見川区 | |
千葉県 | 千葉市稲毛区 | |
千葉県 | 千葉市若葉区 |