Skip to content

Instantly share code, notes, and snippets.

View koralle's full-sized avatar

koralle koralle

View GitHub Profile
@koralle
koralle / gce.md
Last active September 24, 2020 11:22
Google Compute Engine (GCE)に関する資料集

Google Compute Engineってなんだっけ

Googleが提供する、クラウド上のIaaS。

公式ドキュメント

GCE全体のドキュメント

Compute Engineドキュメント

入門ガイド

@koralle
koralle / google-cloud-functions_about.md
Created October 24, 2020 10:11
Cloud Functionsまとめ

Google Cloud Functionsってなんだ: From Cloud Functions の概要

  • GoolgeのFaaS
  • サーバーレスなので運用管理の必要はなし

Google Cloud Functionsで使用できるランタイム

  • Node.js v10 or v12
  • Python v3.7 or v3.8
  • Go v1.11 or 1.13
@koralle
koralle / 年末年始でやったこと.md
Last active January 15, 2021 09:49
Googleのキャンペーンを利用して無料でGCPのハンズオンで遊んだ話

お前は誰だ

  • Web Developer 1年目
  • 現在はSwift UIでiOSアプリを新規開発してる
  • クラウドはGCP >>>>>>> AWS、ただGCPも分からん
  • TypeScript/React(Next.js)/Python/Swift
  • 今年はRust > Goをやりたい

Summary

[tool.poetry]
name = "sample"
version = "0.1.0"
description = "This is a sample of pyproject.toml"
authors = ["koralle"]
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
@koralle
koralle / my-history-learning-neovim.md
Last active September 7, 2022 03:18
Neovim環境作る時に調べたことメモ

まずはガイドを読む

Neovimは設定をVim ScriptじゃなくてLuaで書くのがトレンドになってきているので、
まずはこのガイドを読むとよさそう

https://github.com/willelz/nvim-lua-guide-ja/blob/master/README.ja.md

おすすめプラグインを調べる

このRepositoryを見れば流行っているNeovimプラグインはある程度把握できる

Nightfox.nvimを使っているときのFeline.nvimのColorpalette設定

local feline = require("feline")

local nordfox_stattus, nordfox = pcall(require, "nightfox.palette.nordfox")
if not nordfox_stattus then
  print(nordfox)
  return
end
import glob
import os
import chardet
import concurrent.futures
import fire
from tqdm import tqdm
ignore_entries = ["ignore1", "ignore2", "..."] # add entries to ignore
class FileConverter:
@koralle
koralle / mysql-10-knock-in-mysql8.md
Last active July 29, 2023 13:18
MySQL8版MySQL10本ノック
@koralle
koralle / WSL接続下でのVPNインストール.md
Last active July 31, 2023 02:01
VPN接続下でのWSLインストール

‎‎​