Skip to content

Instantly share code, notes, and snippets.

View eggplants's full-sized avatar
🏠
Working from home

haruna eggplants

🏠
Working from home
View GitHub Profile
@sounisi5011
sounisi5011 / README.md
Last active May 5, 2023 17:46
けもケット10で売られるvoreいモノまとめ

けもケット10で売られるvoreいモノまとめ

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です
一般ピープルが使うようなフロントエンドなんてありません!!
@upbit
upbit / README.md
Last active February 16, 2025 14:34 — forked from ZipFile/README.md
Pixiv OAuth Flow (with Selenium)

Retrieving Auth Token (with Selenium)

  1. Setup, install Selenium/ChromeDriver
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
@axzxc1236
axzxc1236 / rtp.reg
Last active December 29, 2022 14:13
A script to install rtp programs in wine.
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]
@voluntas
voluntas / webrtc_turn.rst
Last active March 3, 2025 04:11
WebRTC で利用されいる TURN プロトコルの解説

WebRTC で利用されいる TURN プロトコルの解説

日時:2021-01-29
作:@voluntas
バージョン:2021.2
url:https://voluntas.github.io/

@cschin
cschin / hosts-yt-ads
Created December 16, 2020 07:33 — forked from ewpratten/hosts-yt-ads
youtube ads hosts file
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
@takemikami
takemikami / add_outline_to_pdf.py
Last active May 14, 2022 01:32
PDFにoutlineをつけるスクリプト
# PDFにoutlineをつけるスクリプト
#
# 概要:
# PDFファイルの本文中にある目次の文字列を解析し、
# 解析結果を元にPDFにアウトラインを設定する
# セットアップ:
# pip install pdfminer.six
# pip install pdfrw
# pip install reportlab
# 実行方法:
@marccarre
marccarre / list_kindle_releases.py
Created October 24, 2020 08:46
List all available versions of Kindle for Mac and Kindle for PC.
#!/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
@michaelbutler
michaelbutler / Steam_Proton_Exe.md
Last active December 24, 2024 05:17
How to run another .exe in an existing proton wine prefix

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
@ngoto
ngoto / google-colab-ruby-251.ipynb
Last active January 23, 2024 13:27
Notebook to run Ruby on Google Colaboratory
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.