Skip to content

Instantly share code, notes, and snippets.

View aiwas's full-sized avatar
💭
hey

Miyako Kuwano aiwas

💭
hey
View GitHub Profile
@akahana-1
akahana-1 / sokuten-vol3-cfp.md
Last active December 1, 2023 13:12
測点 Vol.3 原稿募集告知

『測点』 Vol.3原稿募集告知

おるみん党の活動を広く一般市民に伝えるべく機関誌『測点』Vol.3の刊行を予定しています。 寄稿希望者に関しては、下記の要項をよく読み、締切までに原稿を提出してください

Call For Papers

おるみん党機関誌『測点』では情報通信技術に関する内容を中心に、幅広く主に技術・工学に関する原稿を募集しています。 過去の寄稿内容としては

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) タイプする前に考えること。
@pacochi
pacochi / mastodon_em_visibility.user.css
Created May 8, 2018 13:36
Mastodon の見えにくい公開範囲を分かりやすく表示します。
/*
元 : https://mstdn.maud.io/@unarist/99654429632902892
崩れるところも結構あるらしい
*/
.status-unlisted::before, .status-private::before {
display: block;
position: absolute;
width: 14px;
height: 14px;
left: 10px;
@pacochi
pacochi / mastodon_show_faboo.user.js
Last active December 12, 2022 09:28
Mastodon の静的ページに⭐🔃した人のアイコンを表示します。
// ==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==
@rokugasenpai
rokugasenpai / how_to_download_streaming_jp.md
Last active December 17, 2023 09:50
各ストリーミング配信のダウンロード方法(要curl・ffmpeg・rtmpdump・chrome・limechat・wireshark)

ツイキャス

@dearing
dearing / docker-nftables.conf
Created February 25, 2016 14:26
nftables with docker
# /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
@asm256
asm256 / CM3D2.ArchiveReplacer.Hook.cs
Last active May 26, 2017 20:01
CM3D2.ArchiveReplacer
/*
* コンパイルして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;
@Nunocky
Nunocky / gist:c19b0d99c03dad587fb2
Created March 2, 2015 06:30
nfc-list失敗 (一度成功したあとにもう一度実行)
> 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