サークル名 | 商品名 | 値段 |
---|---|---|
ス04-さくらのナレッジ | さくらのナレッジ増刊号 | 300 |
運01-運営事務局 | 技術季報vol.6 | 1000 |
aa02-mochikoAsTech | 【技術書典限定】2冊セットで限定ギフト | 2000 |
uu21-しょぼんブログ | ゼロからはじめるWindows10マスタイメージ作成 October 2018 Update対応版 | 1000 |
uu26-馬場研究所 | 自宅LANを物理層から自作するシリーズ第3弾 Linux PCをルータに改造してフレッツ光と戯れる本 | 500 |
uu31-WebでIoTをする会 | Web技術でIoTをしよう | 1000 |
uu31-WebでIoTをする会 | 今日から始めるIoT スマートホーム開発 | 400 |
ee21-ハロー!旅に出よう | Markdown で構築/運用手順を書いているのでノウハウ共有するよ | 100 |
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am kazu0617 on github. | |
* I am kazu0617 (https://keybase.io/kazu0617) on keybase. | |
* I have a public key ASDVziGgTfqewrTAi0QrFHWXdFBO4gLgdsQ_cx2Hl8mKhgo | |
To claim this, I am signing this object: |
This file contains 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
SMELT §2粉砕機 | |
I = STONE:0 | |
=== COBBLESTONE | |
$times:170 | |
SMELT §2粉砕機 | |
I = COBBLESTONE | |
=== GRAVEL | |
$times:170 |
This file contains 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
param([string]$USER,[string]$PASSWD) | |
$webReq = [Net.HttpWebRequest]::Create("http://www.mydns.jp/login.html") | |
$webReqv4 = [Net.HttpWebRequest]::Create("http://ipv4.mydns.jp/login.html") | |
$webReq.Credentials = New-Object System.Net.NetworkCredential($USER, $PASSWD) | |
$webReqv4.Credentials = New-Object System.Net.NetworkCredential($USER, $PASSWD) | |
try { | |
$webRes = $webReq.GetResponse() | |
$webRes.Close() | |
$webResv4 = $webReqv4.GetResponse() |
This file contains 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
time | direction | bytes | latency | bps | ttfb | contentDownloadTime | serverTime | responseSize | |
---|---|---|---|---|---|---|---|---|---|
1597668600575 | download | 0 | 82.000231 | 102536.29651360374 | 174 | 0 | 91.999769 | 1051 | |
1597668601623 | download | 100000 | 49.000246 | 5422165.54461259 | 82 | 100 | 32.999754 | 100988 | |
1597668601734 | download | 0 | 40.999905 | 205073.64590235028 | 66 | 0 | 25.000095 | 1051 | |
1597668601922 | download | 0 | 42.000017 | 200190.39516103052 | 85 | 0 | 42.999983 | 1051 | |
1597668602040 | download | 0 | 36.999935 | 227243.64245504758 | 69 | 0 | 32.000065 | 1051 | |
1597668602138 | download | 0 | 48.000164 | 175166.06818260037 | 70 | 0 | 21.999836 | 1051 | |
1597668602253 | download | 0 | 42.999966 | 195535.0383300303 | 82 | 0 | 39.000034 | 1051 | |
1597668602441 | download | 0 | 44.00005 | 191090.69194239553 | 71 | 0 | 26.99995 | 1051 | |
1597668602551 | download | 0 | 51.999977 | 161692.3792100908 | 78 | 0 | 26.000023 | 1051 |
This file contains 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
{ | |
"jsonid" : "input_profile", | |
"controller_type": "vive_tracker_camera", | |
"input_bindingui_mode" : "single_device", | |
"input_bindingui_right" : | |
{ | |
"image": "{htc}/icons/vive_tracker.svg" | |
}, | |
"input_source" : |
This file contains 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
「LogiX群」 | |
二次入稿以降投稿したLogiXについての説明です。 | |
Get String with host access | |
... 外部から情報をとってくる際に、情報をとってくる理由をとるユーザに対して教えなければなりません。そのための | |
Request Hose Access というノードがあるのですが、これの仕様が「URLのうちドメイン部のみ」という仕様です。 | |
そのため、そのままURLを入れた場合には挙動として正しくなくなってしまいます。 | |
このLogiXは、そういった場合にURLを入力していればその中から自動で必要な部分だけを取り出してくれ、またその後の値の保存までを行ってくれるLogiXです。 |
This file contains 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
ToggleMute for CV by kazu Ver.0.0.1 (2021/8/23付) | |
# これ何 | |
ミュート・アンミュートをコンテキストメニュー/リングメニューから切り替えできるやつ。 | |
# 入れ方 | |
1. アバターの子供にToggleMuteを設置(アバターの子供であればどこでもOKです)。 | |
2. [Plz delete before install]階層を赤ゴミ箱🚮で削除。 | |
3. ぺら紙みたいな[Sync Facet]と書かれている板を保存する。 | |
4. 保存した板を<b>一度だけ</b>クリックし、[Facetとして出現(一番左にあるピンクのアイコン)]ボタンをクリックする。 |
This file contains 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
/* 縦にしたいって話してたので下の参考サイトを参考に改変しました。もしよければどうぞ */ | |
/* 右側に置く位置は大体で決めています。もしもう少し右とかの場合はtranslateXの%を、もう少し下の場合はtranslateYの%をそれぞれ調整してください */ | |
/* 参考サイト: https://albalunaweb.net/note/10296.html / https://note.com/protein_daizi/n/n0abb4237680d */ | |
/* 値を利用しやすくしてる定義エリア */ | |
/* discord-avatarsizeは参加者の人数に応じて変更してください */ | |
/* OBS側の設定 "幅"はdiscord-avatarsizeに合わせて調整して下さい */ | |
/* 手元環境だと高さ 1080において、 15人なら38px, 10人なら75px でいい感じになりました */ | |
:root { | |
--discord-avatarsize: 75px; |
OlderNewer