Skip to content

Instantly share code, notes, and snippets.

@biwakonbu
biwakonbu / vscode_dependencies.md
Last active April 11, 2019 15:39
vscode 依存パッケージ
@biwakonbu
biwakonbu / clojure_env.rst
Created May 10, 2017 10:00
Clojure(Script)? setups

Clojure と ClojureScript の環境設定

update:2017-05-10
Author: @biwakonbu
ver:0.1

最初にやる事

@biwakonbu
biwakonbu / books.rst
Last active October 25, 2018 02:28
勉強する時に読むべき本

勉強用

更新:2016-11-23
作者:@biwakonbu
ver:
@biwakonbu
biwakonbu / fish.rst
Last active September 22, 2016 08:33
Fish shell 環境

Fish shall 環境

更新:2016-09-22
作者:@biwakonbu
ver:0.1
@biwakonbu
biwakonbu / web-front-devenv.rst
Created September 15, 2016 02:46
Web フロント開発環境

Web フロント開発環境

更新:2016-09-15
作者:@biwakonbu
ver:0.1
@biwakonbu
biwakonbu / kyosuke.rst
Last active August 29, 2016 16:13
きょうすけのべんきょうぷろぐらむ

インフラの勉強

update:2016-08-29
Author: @biwakonbu
ver:0.1

最初に

@biwakonbu
biwakonbu / server-devenv.rst
Last active August 26, 2016 18:26
開発環境

サーバ開発環境

更新:2016-08-27
作者:@biwakonbu
ver:0.1
@biwakonbu
biwakonbu / gentoo_install_battle_x201.md
Created November 22, 2015 01:47 — forked from jitomesky/gentoo_install_battle_x201.md
ThinkPad X201 gentoo setting log
@biwakonbu
biwakonbu / amont_sbi.rb
Created January 3, 2015 17:22
SBI ネットバンク総投資額計算スクリプト
# coding: utf-8
require 'csv'
_header, *table = CSV.read(ARGV[0], encoding: 'cp932:utf-8')
SBI = 'SBIハイブリッド預金'
def column_sum(table, num)
table.map do |item|