This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html><html><head><meta charset="utf-8"><title>新・世界樹の迷宮2 ファフニールの騎士 QRコード</title><style>.container{display:flex;flex-wrap:wrap}ul{list-style:none;margin-top:0}.lv10:before{content:'\2605'}.lv1:before{content:'1'}.lv2:before{content:'2'}.lv3:before{content:'3'}.lv4:before{content:'4'}.lv5:before{content:'5'}.lv6:before{content:'6'}.lv7:before{content:'7'}.lv8:before{content:'8'}.lv9:before{content:'9'}</style></head><body><div class="container"><div class="item alchemist"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQsAAAELAQAAAADmLp7/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAABJ0AAASdAHeZh94AAAAAmJLR0QAAd2KE6QAAAaNSURBVGje7dqxrew8DgXgYzBQ5mmAgNpQppasBmyrAbslZWpDgBqQMwWCzwZz73sbLLCJgN3gHzj8AnmGpEhiwP/2KfiH/K9JAzZT72SbGbvR1cvlFa4EViYs88jDsRnb/IBByGP39YJu3r6uLJnPRJJ09/amnIans6cZq7GR9skaMsJUcnR7euyQ09nXlxW6mhI4n2yop1FALpSQAGAFlkTOJRyBgNNABXhnibRP16Xz/vsDTCANCFn/8/M3pCYQkg/HDl1oX4dPrpFyJ/vk+m9JMoE0UzbDF2ODfjKOLifkRTkoJ2ycR9jZDO/MZmzzjEmXXk9X4IS5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html><html lang="ja"><head><meta charset="utf-8"><title>錬金釜レシピ 逆引き検索 (ドラゴンクエストVIII 空と海と大地と呪われし姫君)</title><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.css"><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/datatables/1.10.9/css/jquery.dataTables.min.css"><script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script><script src="//cdnjs.cloudflare.com/ajax/libs/datatables/1.10.9/js/jquery.dataTables.min.js"></script><script src="main.js"></script><style>.cloak{color:#fff} .page-header{text-align:center} .footer{text-align: right}</style></head><body><div class="page-header"><h1>錬金釜レシピ 逆引き検索</h1><label id="mode"><input type="checkbox"> 正引きモード</label></div><div class="container"><table id="table" class="table"><thead><tr><th>素材</th><th class="info">完成品</th><th>レシピ</th><th class="cloak">レシピ</th><th class="cloak">レシピ</th></tr></thead></table><div class="footer">via <a href="http://www.geocities.jp/dorakie/">http://www. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Usage | |
* | |
* copy core.asar from Discord app | |
* Win: %APPDATA%/discord/0.0.xxx/modules/discord_desktop_core/core.asar | |
* Mac: ~/Library/Application\ Support/discord/0.0.xxx/modules/discord_desktop_core/core.asar | |
* yarn add asar | |
* asar e core.asar core | |
* CSS_PATH=C:/dropbox/discordUser.css node injectUserCss.js | |
* asar p core core.asar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$bg3_path = "${env:ProgramFiles(x86)}\Steam\SteamApps\common\Baldurs Gate 3\Data\" | |
$z = "https://gist.github.com/ebith/b3a61eff5cbb8e5eecdfa2d951e54717/raw/Z.txt" | |
[void][System.Reflection.Assembly]::LoadWithPartialName("System.windows.forms") | |
$dialog = New-Object System.Windows.Forms.OpenFileDialog | |
$dialog.Filter = "Divine.exe|Divine.exe" | |
$dialog.InitialDirectory = $(Get-Location) | |
if($dialog.ShowDialog() -ne [System.Windows.Forms.DialogResult]::OK){ exit } | |
$divine = $dialog.FileName |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define FASTLED_INTERNAL | |
#include <Arduino.h> | |
#include <WiFi.h> | |
#include <FastLED.h> | |
#include <Adafruit_BME280.h> | |
#include <InfluxDbClient.h> | |
const int NUM_LEDS = 1; | |
const int LED_PIN = 27; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import re | |
os.makedirs('UnofficialTranslations-ja', exist_ok=True) | |
with open('UnofficialTranslations-ja/Translations-ja.txt', encoding='utf-8', mode='w') as w: | |
number = '' | |
with open('I2Languages-resources.assets-71137.txt', encoding='utf-8', mode='r') as r: | |
for line in r: | |
tmp = re.search(r'(\[\d+\])', line) | |
if tmp: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Author-ebith | |
#Description-Output STL with detailed name. | |
# 謎: | |
# - availablePrintUtilitiesが空っぽ | |
# - sendToPrintUtility = Trueとするとfilenameが無視されてGUID固定になる | |
# Todo: | |
# - ボディを選べるように |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
traefik: | |
network_mode: host | |
environment: | |
- TZ=Asia/Tokyo | |
restart: always | |
image: traefik:v2.9 | |
command: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define FASTLED_INTERNAL | |
#include <Arduino.h> | |
#include <WiFi.h> | |
#include <HttpClient.h> | |
#include <FastLED.h> | |
#include <ArduinoJson.h> | |
const int NUM_LEDS = 1; | |
const int LED_PIN = 27; |
NewerOlder