Skip to content

Instantly share code, notes, and snippets.

View taross-f's full-sized avatar

Taro Furuya taross-f

View GitHub Profile
<Query Kind="Program">
<Reference>&lt;RuntimeDirectory&gt;\System.dll</Reference>
<Reference>&lt;RuntimeDirectory&gt;\System.Net.dll</Reference>
<Reference>&lt;RuntimeDirectory&gt;\System.Net.Http.dll</Reference>
<Reference>&lt;RuntimeDirectory&gt;\System.Web.dll</Reference>
<NuGetReference>Microsoft.Net.Http</NuGetReference>
<NuGetReference>Newtonsoft.Json</NuGetReference>
<NuGetReference>Sendgrid</NuGetReference>
<Namespace>Newtonsoft.Json</Namespace>
<Namespace>Newtonsoft.Json.Bson</Namespace>
<Query Kind="Program">
<Reference>&lt;RuntimeDirectory&gt;\System.dll</Reference>
<Reference>&lt;RuntimeDirectory&gt;\System.Net.dll</Reference>
<Reference>&lt;RuntimeDirectory&gt;\System.Net.Http.dll</Reference>
<Reference>&lt;RuntimeDirectory&gt;\System.Web.dll</Reference>
<NuGetReference>Microsoft.Net.Http</NuGetReference>
<NuGetReference>Newtonsoft.Json</NuGetReference>
<NuGetReference>Sendgrid</NuGetReference>
<Namespace>Newtonsoft.Json</Namespace>
<Namespace>Newtonsoft.Json.Bson</Namespace>
@taross-f
taross-f / gmail_query
Created January 12, 2017 02:28
gmail削除用
has:attachment larger:1M before:2016/1/1
@taross-f
taross-f / select_all.html
Created February 9, 2017 04:06
select all textarea
<input type="text" onclick="this.select(0,this.value.length)" />
@taross-f
taross-f / convert_utf8.sql
Created February 14, 2017 10:40
convert all columns to UTF8 characterset on Mysql
select concat("alter table schema.", table_name, " convert to Character set utf8;")
from information_schema.TABLES
where table_schema = "schema";
@taross-f
taross-f / disp_hiddenfile.sh
Created February 14, 2017 14:25
隠しファイル表示
defaults write com.apple.finder AppleShowAllFiles -boolean true
killall Finder
@taross-f
taross-f / chk_connection.sql
Created March 1, 2017 08:33
TooManyConnectionsでたら
show global variables like 'wait_timeout';
show global variables like 'max_connections';
@taross-f
taross-f / aggregate_check.cs
Created March 14, 2017 04:34
aggregate check
void Main()
{
new int[0].DefaultIfEmpty().Aggregate((x, y) => x + y).Dump();
new int[0].DefaultIfEmpty().Dump();
new int[0].Aggregate((x, y) => x + y).Dump(); // dead
}
@taross-f
taross-f / Resume.md
Last active April 24, 2023 15:52
Resume

Resume

基礎情報

  • 古屋 太郎 | Furuya Taro
  • 埼玉県川越市在住

スキル(業務経験あり)

Golang, Python, TypeScript, C#
Gin, Gorm, Docker, Unity, Django Rest Framework, FastAPI, Flask,Angular, React.js, OpenVINO, Terraform

@taross-f
taross-f / spotlight_on_win.ahk
Created March 22, 2017 05:18
spotlightっぽいショートカットをwinで実現する with autohotkey
sc03a&{Space}::
Send, #{q}