Skip to content

Instantly share code, notes, and snippets.

View omohayui's full-sized avatar
🦦
otter

otter - Yui Takeuchi omohayui

🦦
otter
View GitHub Profile
@omohayui
omohayui / bench_substrings_match_test_with_lower.go
Created June 29, 2023 13:00
strings.Contains vs regexp.MatchString (with ToLower and MustCompile)
package bench
import (
"regexp"
"strings"
"testing"
)
var (
inputTexts = []string{
@omohayui
omohayui / bench_substrings_match_test.go
Created June 29, 2023 12:41
strings.Contains vs regexp.MatchString
package bench
import (
"regexp"
"strings"
"testing"
)
var (
inputTexts = []string{
@omohayui
omohayui / marine_stadium.geojson
Last active September 27, 2019 09:45
marine_stadium.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@omohayui
omohayui / 2017-10-25-start-free-tryal-for-gcp.md
Last active October 21, 2017 15:15
2017-10-25 【無料トライアル版】GCPアカウントの作成

【簡易版】GCPアカウント作成はこちら

  • 住所の登録やクレジットカード登録せずに無料枠だけで試す場合

無料トライアルの登録

  • https://cloud.google.com/ にアクセス
  • 「無料トライアル」クリック
  • Googleアカウントでサインイン
  • 「国」:日本、「お知らせ受け取る」:はい or いいえ、「同意します」:はい
@omohayui
omohayui / 2017-10-25-create-gcp-account.md
Last active October 21, 2017 15:22
2017-10-25 【簡易版】GCPアカウントの作成

第35回 GTUG Girls Meetup [事前準備] GCPアカウントの作成の説明

前置き

GCPの無料トライアルについて

  • 12ヶ月間、$300分のクレジットが貰えます

BigQueryの無料枠について