-o amiko 単数主格 友人
-oj amikoj 複数主格 友人達
-on amikon 単数対格 友人を
-ojn amikojn 複数対格 友人達を
Mi havas komputilon 私はコンピュータを持っています
-a bona amiko 単数主格 良い友人
-o amiko 単数主格 友人
-oj amikoj 複数主格 友人達
-on amikon 単数対格 友人を
-ojn amikojn 複数対格 友人達を
Mi havas komputilon 私はコンピュータを持っています
-a bona amiko 単数主格 良い友人
| // ==UserScript== | |
| // @name danbooru dl support | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author karubabu | |
| // @match https://*/post/show/* | |
| // @grant none | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Mastodon - Open post link in WebUI | |
| // @description Click fa-comment just before URLs in posts, then it shows linked page in WebUI | |
| // @namespace https://github.com/unarist/ | |
| // @downloadURL https://gist.github.com/unarist/9bed2c719f42853b9588104e6fdb0a20/raw/mastodon-open-link-in-webui.user.js | |
| // @version 0.2 | |
| // @author unarist | |
| // @match https://*/web/* | |
| // @grant none | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name danbooru dl support | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.2 | |
| // @description try to take over the world! | |
| // @author karubabu | |
| // @match https://*/post/show/* | |
| // @grant GM_download | |
| // @grant GM_notification | |
| // ==/UserScript== |
| import random, sys | |
| from PyQt5.QtCore import Qt, QVariant, QSortFilterProxyModel | |
| from PyQt5.QtWidgets import QApplication, QTableView | |
| from PyQt5.QtGui import * | |
| class NumberSortModel(QSortFilterProxyModel): | |
| def lessThan(self, left, right): | |
| lvalue = float(left.data()) |
| // ==UserScript== | |
| // @name get images from permalink tweet | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author karubabu | |
| // @match https://twitter.com/*/status/* | |
| // @grant GM_download | |
| // @grant GM_notification | |
| // @grant GM_registerMenuCommand |
| [ 5.544793] [drm] Replacing VGA console driver | |
| [ 5.545202] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). | |
| [ 5.545204] [drm] Driver supports precise vblank timestamp query. | |
| [ 5.755366] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:10.0/0000:04:00.1/sound/card3/input9 | |
| [ 5.755398] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:10.0/0000:04:00.1/sound/card3/input10 | |
| [ 5.755423] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:10.0/0000:04:00.1/sound/card3/input11 | |
| [ 5.755447] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:10.0/0000:04:00.1/sound/card3/input12 | |
| [ 5.814795] usbcore: registered new interface driver snd-usb-audio | |
| [ 5.961468] [drm] Initialized i915 1.6.0 20171222 for 0000:00:02.0 on minor 1 | |
| [ 5.961633] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915]) |
| // ==UserScript== | |
| // @name [Crypko]祖先辿り | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description カードの祖先一覧を表示します。 | |
| // @author You | |
| // @match https://crypko.ai/* | |
| // match文に#があるの上手くマッチングしてくれないのどうすればいいのかしら | |
| // @license MIT | |
| // @grant GM_registerMenuCommand |
| gui.gamesetup.aidifficulty = "2" | |
| hotkey.camera.down = "O", "DownArrow" | |
| hotkey.camera.left = "A", "LeftArrow" | |
| hotkey.camera.right = "E", "RightArrow" | |
| hotkey.camera.rotate.ccw = "Ctrl+RightArrow", "Ctrl+E" | |
| hotkey.camera.rotate.cw = "Ctrl+LeftArrow", "Ctrl+A" | |
| hotkey.camera.rotate.down = "Ctrl+DownArrow", "Ctrl+O" | |
| hotkey.camera.rotate.up = "Ctrl+UpArrow", "Ctrl+Comma" | |
| hotkey.camera.up = "Comma", "UpArrow" |
| $ sudo emaint sync -A | |
| >>> Syncing repository 'gentoo' into '/usr/portage'... | |
| * Using keys from /var/lib/gentoo/gkeys/keyrings/gentoo/release/pubring.gpg | |
| * Refreshing keys via WKD ...Traceback (most recent call last): | |
| File "/usr/lib64/python3.6/site-packages/portage/util/_async/AsyncFunction.py", line 39, in _run | |
| result = self.target(*(self.args or []), **(self.kwargs or {})) | |
| File "/usr/lib64/python3.6/site-packages/portage/sync/controller.py", line 169, in sync | |
| taskmaster.run_tasks(tasks, func, status, options=task_opts) | |
| File "/usr/lib64/python3.6/site-packages/portage/sync/controller.py", line 68, in run_tasks | |
| result = getattr(inst, func)(**kwargs) |