- 提案表記のないものは kb10uy 発案
- 大神 mio は近すぎるので NG (tokio そら が上限)
- 白銀マカレル は遠すぎるので NG
- Capsitrano まつり は論外
- DKIM フブキ は厳しい
- 非同期 IO を提供するときのそら (tokio そら)
- 日本語入力を快適にする AZKi (AZiK)
| # -*- coding: utf-8 -*- | |
| Plugin.create(:mikutter_kyuuyo_koujo) do | |
| command( | |
| :mikutter_kyuuyo_koujo, | |
| name: '給与所得者の基礎控除申告書兼給与所得者の配偶者控除等申告書兼所得金額調整控除申告書', | |
| condition: lambda{ |opt| true }, | |
| visible: true, | |
| role: :timeline | |
| ) do |opt| |
| ;; -*- fundamental -*- ; coding: utf-8 -*- | |
| ;; okuri-ari entries. | |
| いr /挿入/ | |
| かk /顔射/自慰/ | |
| きm /理性崩壊/ | |
| こk /自慰/ | |
| じこr /避妊失敗/ | |
| じこt /避妊失敗/ | |
| だs /射精/排卵/ | |
| でc /射精/排卵/ |
| # -*- coding: utf-8 -*- | |
| Plugin.create(:fxxk_spam_tooter) do | |
| command( | |
| :fxxk_spam_tooter, | |
| name: 'スパムリププライヤーに対応する', | |
| condition: -> _ { true }, | |
| visible: true, | |
| role: :timeline | |
| ) do |opt| |
| # -*- coding: utf-8 -*- | |
| Plugin.create(:mikutter_hokkaido_no_ie) do | |
| command( | |
| :mikutter_hokkaido_no_ie, | |
| name: '木の城たいせつ', | |
| condition: lambda{ |opt| true }, | |
| visible: true, | |
| role: :timeline | |
| ) do |opt| |
| # -*- coding: utf-8 -*- | |
| Plugin.create(:mikutter_currybox) do | |
| command( | |
| :mikutter_currybox, | |
| name: '大型カレーボックス', | |
| condition: lambda{ |opt| true }, | |
| visible: true, | |
| role: :timeline | |
| ) do |opt| |
| SELECT pg_database_size('notestock') AS db_size -- Any DB Name | |
| , ROUND(100 * SUM( | |
| CASE (a.n_live_tup + a.n_dead_tup) WHEN 0 THEN 0 | |
| ELSE c.relpages * (a.n_dead_tup / (a.n_live_tup + a.n_dead_tup)::numeric) | |
| END | |
| ) / SUM(c.relpages), 2) AS garbage_raito | |
| FROM pg_class AS c | |
| JOIN pg_stat_all_tables AS a ON(c.oid = a.relid) | |
| WHERE relpages > 0 |
| package jp.radiko.testasyncalertdialog | |
| import android.os.Bundle | |
| import android.widget.Button | |
| import android.widget.Toast | |
| import androidx.appcompat.app.AlertDialog | |
| import androidx.appcompat.app.AppCompatActivity | |
| import kotlinx.coroutines.CoroutineScope | |
| import kotlinx.coroutines.Dispatchers | |
| import kotlinx.coroutines.Job |
| /* compile: gcc -o mpywd -lfcgi mpywd.c */ | |
| #include <stdio.h> | |
| #include <fcgi_config.h> | |
| #include <fcgi_stdio.h> | |
| int main(void) { | |
| while (FCGI_Accept() >= 0) { | |
| printf("Content-Type: text/html\n"); | |
| printf("Status: 302 Found\n"); | |
| printf("Location: https://twitter.com/mpyw\n"); |