おるみん党の活動を広く一般市民に伝えるべく機関誌『測点』Vol.3の刊行を予定しています。 寄稿希望者に関しては、下記の要項をよく読み、締切までに原稿を提出してください
おるみん党機関誌『測点』では情報通信技術に関する内容を中心に、幅広く主に技術・工学に関する原稿を募集しています。 過去の寄稿内容としては
| import { Plugin } from "$fresh/server.ts"; | |
| const sources = [ | |
| "https://raw.githubusercontent.com/bigskysoftware/htmx/dev/src/htmx.js", | |
| "https://raw.githubusercontent.com/bigskysoftware/htmx/dev/src/ext/head-support.js" | |
| ] | |
| export default function htmx(): Plugin { | |
| const main = `data:application/javascript,${sources.map(s => `import "${s}";`).join('')} export default () => {}` | |
| return { |
| ; https://github.com/missive/emoji-mart/blob/master/LICENSE | |
| +1 /👍/ | |
| -1 /👎/ | |
| 100 /💯/ | |
| 1234 /🔢/ | |
| 8ball /🎱/ | |
| a /🅰️/ | |
| ab /🆎/ | |
| abacus /🧮/ | |
| abc /🔤/ |
| ____-------____ | |
| __-- --__ | |
| / \ | |
| \ _--_ _--_ / あなたはシステム管理者から通常の講習を受けたはずです。 | |
| | ,--. ,--. | これは通常、以下の3点に要約されます: | |
| | |()| |()| | | |
| | _______ | #1) 他人のプライバシーを尊重すること。 | |
| | \ ||| / | | |
| | `---' | #2) タイプする前に考えること。 |
| /* | |
| 元 : https://mstdn.maud.io/@unarist/99654429632902892 | |
| 崩れるところも結構あるらしい | |
| */ | |
| .status-unlisted::before, .status-private::before { | |
| display: block; | |
| position: absolute; | |
| width: 14px; | |
| height: 14px; | |
| left: 10px; |
| // ==UserScript== | |
| // @name [Mastodon] show ⭐🔃 on static pages | |
| // @namespace hen.acho.co | |
| // @include /^https?:\/\/[^\/]+\/(?:@\w+|users\/\w+\/(?:statuses|updates))\/\d+/ | |
| // @version 1.221212 | |
| // @description add favoriter or booster icons next to counts | |
| // @downloadURL https://gist.github.com/pacochi/d466d481fa9aa982c2f206815765fd53/raw/mastodon_show_faboo.user.js | |
| // @run-at document-idle | |
| // @grant none | |
| // ==/UserScript== |
要rtmpdump
生
石川典行の配信を例に取る。
http://twitcasting.tv/streamserver.php?mode=view&appid=TCViewerFlash&rtmp=1&target=icchy8591
レスポンス 例 edge101.moi.st/publisher/214392821-f554a8fe319b8e13.stream?is_publisher=0:1935:GET :icchy8591:214392821
rtmpdump -r "rtmp://edge101.moi.st/publisher/214392821-f554a8fe319b8e13.stream" -y "publisher/214392821-f554a8fe319b8e13.stream?is_publisher=0" -y icchy8591 -o output.flv
コメント 初回 例 http://twitcasting.tv/noriyukicas/userajax.php?c=listupdate&m=212328387
mは放送ID
| # /etc/systemd/system/docker.service.d/docker-nftables.conf | |
| # disable iptables in docker, allowing nftables to do work | |
| [Service] | |
| ExecStart= | |
| ExecStart=/usr/bin/docker daemon -H fd:// --iptables=false |
| /* | |
| * コンパイルしてManagedフォルダ内へ置いてください | |
| * csc /t:library /r:Assembly-CSharp-firstpass.dll CM3D2.ArchiveReplacer.Hook.cs | |
| * CM3D2_KAIZOU\_Data フォルダに追加・置換したいファイルを置いてください | |
| */ | |
| // @AB_addarg /r:Assembly-CSharp-firstpass.dll | |
| // @AB_addarg /lib:%managed% | |
| // @AB_install %managed% | |
| using System; |
| > LIBNFC_LOG_LEVEL=3 nfc-list | |
| debug libnfc.config key: [allow_intrusive_scan], value: [yes] | |
| debug libnfc.config Unable to open directory: /usr/local/Cellar/libnfc/1.7.0/etc/nfc/devices.d | |
| debug libnfc.general log_level is set to 3 | |
| debug libnfc.general allow_autoscan is set to true | |
| debug libnfc.general allow_intrusive_scan is set to true | |
| debug libnfc.general 0 device(s) defined by user | |
| nfc-list uses libnfc 1.7.0 | |
| debug libnfc.general 0 device(s) found using arygon driver | |
| debug libnfc.general 0 device(s) found using pn532_uart driver |