Skip to content

Instantly share code, notes, and snippets.

View 2357gi's full-sized avatar
進捗こそ神勅

2357gi 2357gi

進捗こそ神勅
View GitHub Profile
USER=___
PW=____
# http interfaceは8123
HOST=xxx:8123
DB=xxx
QUERY='SHOW TABLES'
echo ${QUERY} | curl "http://${USER}:${PW}@${HOST}/?database=${DB}" -d @-
export LESS="-iMRS"
# less -iMRS
@2357gi
2357gi / btt.json
Created April 1, 2020 10:17
bttsetting
{
"BTTPresetName" : "main",
"BTTGeneralSettings" : {
"disableScrollingIf3" : true,
"BTTForceNormalClickPressure5F" : 200,
"disableScrollingIf2" : true,
"BTTDidRegisterForUpdateStats" : "3.157",
"BTTShowControlStrip" : false,
"BTTShowControlStripItem" : true,
"BTTForceForceClickPressure5F" : 600,
@2357gi
2357gi / fimiumc.json
Created April 1, 2020 09:48
vimiumc config
{
"name": "Vimium C",
"@time": "4/1/2020, 6:45:49 PM",
"time": 1585734349235,
"environment": {
"extension": "1.81.4",
"platform": "mac",
"chrome": 80
},
"exclusionRules": [
  • Tier1 壁の厚さ(耳を当てる, 軽く叩く)
  • Tier1 ゴミ出しの仕方
  • Tier1 共同部, 周辺の雰囲気
  • Tier2 エアコンの年数(7〜13年が交換スパン)
  • Tier2 玄関がちゃんと閉まるか(虫)
  • Tier3 前の人の退去理由
  • 窓周り
  • 窓開けた時の風通し
  • 結露具合(窓近くの壁紙の具合, カビ)
  • パッキンの劣化具合
@2357gi
2357gi / .gitignore_grobal
Created June 18, 2019 04:51
my grobal ignore template
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Temporary files #
this is test
--- Actions ---
$Copy <M-C>
$Cut <M-X> <S-Del>
$Delete <Del> <BS> <M-BS>
$LRU
$Paste <M-V>
$Redo <M-S-Z> <A-S-BS>
$SearchWeb
$SelectAll <M-A>
$Undo <M-Z>
@2357gi
2357gi / hoge
Created January 20, 2019 04:27
import numpy as np
import matplotlib.pyplot as plt
import os, re
speed = 0.001
conts = []
x = []
for i in range(18): # ファイル 0.001 ~ 0.01
x = x.append(i)
dir = 'stop-data' + str(speed) + '/'