Skip to content

Instantly share code, notes, and snippets.

@kwgch
kwgch / 3Box.txt
Created October 15, 2020 14:34
3Box
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreihutattligvs5wj2p5mq3hcrelbpodei6jxrefzc72pwgthjfuooa ✅
Create your profile today to start building social connection and trust online at https://3Box.io/
@kwgch
kwgch / complete.html
Last active June 1, 2019 02:28
GASで簡易承認ワークフロー ref: https://qiita.com/kwgch/items/e2f666806503af4bb695
<!DOCTYPE html>
<html>
<head>
<base target="_top">
</head>
<body>
処理が完了しました
</body>
</html>
@kwgch
kwgch / hiki.rb
Created December 30, 2014 06:07
rackメモ
#!/usr/bin/env ruby
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'hiki/app'
require 'rubygems'
require 'rack'
module Rack
class Request
@kwgch
kwgch / file0.txt
Last active August 29, 2015 14:07
octpressでmaterial design風味のblogをつくる ref: http://qiita.com/kwgch/items/e6ce88bc7e3d4daa42cb
% gem install hub