2021年9月20日開催の同人誌イベント【けもケット】にて配布される、vore関係の同人誌やモノのまとめです。
著:sounisi5011 (Twitter / pixiv)
最終更新日時:2021年9月20日 午後1時24分(更新履歴)
- 「巨大娘やモンスター娘、人間」などの捕食者が丸呑み・捕食を行うvoreモノは含みません。ポケモン・ドラゴン・獣人《ケモノ》などの、人外系voreのみとなります。
openapi: 3.0.1 | |
info: | |
title: エンジニア・プログラマにしか使えないSNS | |
description: | | |
通常のSNSで胡散臭い人が多いと感じてしまいました | |
プログラミングスクールが流行り、エンジニアになって億稼いでます!みたいな・・・ | |
そこで、本当のエンジニア・プログラマしか使えないSNSを作ってみました! | |
つまり、WebApi提供のみのSNSです | |
一般ピープルが使うようなフロントエンドなんてありません!! |
pip install selenium
# download chromedriver from https://chromedriver.storage.googleapis.com/index.html?path=91.0.4472.101/
# eg: wget https://chromedriver.storage.googleapis.com/91.0.4472.101/chromedriver_mac64.zip && unzip chromedriver_mac64.zip
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\ASCII] | |
[HKEY_LOCAL_MACHINE\SOFTWARE\ASCII\RPGツクール2000 ランタイムパッケージ] | |
[HKEY_LOCAL_MACHINE\SOFTWARE\ASCII\RPGツクール2000 ランタイムパッケージ\1.00.000] | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Enterbrain] |
日時: | 2021-01-29 |
---|---|
作: | @voluntas |
バージョン: | 2021.2 |
url: | https://voluntas.github.io/ |
0.0.0.0 ads.doubleclick.net | |
0.0.0.0 s.ytimg.com | |
0.0.0.0 ad.youtube.com | |
0.0.0.0 ads.youtube.com | |
0.0.0.0 clients1.google.com | |
0.0.0.0 dts.innovid.com | |
0.0.0.0 googleads4.g.doubleclick.net | |
0.0.0.0 pagead2.googlesyndication.com | |
0.0.0.0 pixel.moatads.com | |
0.0.0.0 rtd.tubemogul.com |
# PDFにoutlineをつけるスクリプト | |
# | |
# 概要: | |
# PDFファイルの本文中にある目次の文字列を解析し、 | |
# 解析結果を元にPDFにアウトラインを設定する | |
# セットアップ: | |
# pip install pdfminer.six | |
# pip install pdfrw | |
# pip install reportlab | |
# 実行方法: |
#!/usr/bin/env python | |
''' | |
List all available versions of Kindle for Mac and Kindle for PC. | |
Dependencies: | |
- asyncio==3.4.3 | |
- aiohttp==3.6.3 | |
''' | |
import os | |
import sys |
Running games through Steam's Proton is great. But what if there is a secondary exe or configuration application bundled with the game? How can you launch it if Steam itself only launches the game?
Simply run this command in a terminal:
cd /path/to/steam/steamapps/compatdata/20920/pfx
STEAM_COMPAT_DATA_PATH="/path/to/steam/steamapps/compatdata/20920" WINEPREFIX=$PWD \
"$HOME/.steam/root/steamapps/common/Proton 5.0/proton" run ./drive_c/path/to/custom_application.exe