| 更新: | 2026-01-17 |
|---|---|
| 作者: | @voluntas |
| バージョン: | 2026.1 |
| URL: | https://voluntas.github.io/ |
typo などは https://x.com/voluntas までご連絡ください。
| //祝日を求めるjavascript 昔書いたやつ | |
| // Ported From Calendar::Japanese::Holiday.pm | |
| "use strict" | |
| var FurikaeStr = '振替休日'; | |
| var staticHolidays = [ | |
| // 4/29 みどりの日 : 昭和の日 変更 | |
| // みどりの日は5/4に移行 | |
| { |
| 更新: | 2026-01-17 |
|---|---|
| 作者: | @voluntas |
| バージョン: | 2026.1 |
| URL: | https://voluntas.github.io/ |
typo などは https://x.com/voluntas までご連絡ください。
| 更新: | 2024-05-20 |
|---|---|
| 作者: | @voluntas |
| バージョン: | 2024.1 |
| URL: | https://voluntas.github.io/ |
| WITH | |
| -- write the new values | |
| n(ip,visits,clicks) AS ( | |
| VALUES ('192.168.1.1',2,12), | |
| ('192.168.1.2',6,18), | |
| ('192.168.1.3',3,4) | |
| ), | |
| -- update existing rows | |
| upsert AS ( | |
| UPDATE page_views o |
重要な順で
優秀なプログラマーというのは寝ている間に異世界に召喚されて無双するのとはわけが違うんですよ。
自分の例で言うとプログラミングを始めた中学生の時から優秀なプログラマだったかって、そんなわけない。みんなヘッポコからスタートしているに決まってるわけです。以来二十余年、地道に生き恥を晒し続けてきた結果として、現在いちおう業界の末席を汚すところまで来ている。このプロセスから目を背けるべきではないです。優秀なプログラマーに生まれる人間なんかいない。優秀なプログラマーに「育つ」んだし、それには時間が必要。今日から無双したいと思うな。
https://keeb.io/collections/frontpage/products/iris-keyboard-split-ergonomic-keyboard
↑ここの "Items needed for build" に書いてある
PCB x1
ケース(TOP/BOTTOMプレート) x1
| <div id=root /> | |
| <script type=module> | |
| import React from 'https://dev.jspm.io/react@16' | |
| import ReactDOM from 'https://dev.jspm.io/react-dom@16' | |
| ReactDOM.render( | |
| React.createElement('h1', null, 'hello'), | |
| document.querySelector('#root') | |
| ) | |
| </script> |