Skip to content

Instantly share code, notes, and snippets.

View wutali's full-sized avatar

Takahiro Fujiwara wutali

View GitHub Profile
@crimsonwoods
crimsonwoods / kosenconf-100tokyoの交通費等支援の募集要項.md
Last active December 21, 2015 15:26
Kosenconf-100tokyoの交通費等支援の募集要項

KCFunds ってなに?

高専カンファレンスとお酒が大好きな人達がはじめた個人的なプロジェクトです。KCFundsでは、経済的困難などの問題により、関東での高専カンファレンスに参加できない学生さんを支援します。

更新情報

  • 第一回目の応募を締め切りました。
  • 第二回目の応募も締め切りました。
  • 高専カンファレンス100 in 東京は無事に終了いたしました。
@ScottSturdivant
ScottSturdivant / Vagrantfile
Last active December 18, 2015 01:59 — forked from wutali/fabric.rb
Fabric provisioner for Vagrant 1.2
require_relative "plugins/provisioners/fabric/plugin.rb"
Vagrant.configure("2") do |config|
*snip*
config.vm.provision :fabric do |fab|
fab.tasks = ["setup_salt:kwarg=value"]
end
end
@redoPop
redoPop / .gitignore
Created June 18, 2010 22:08
Template .gitignore file for WordPress projects
# This is a template .gitignore file for git-managed WordPress projects.
#
# Fact: you don't want WordPress core files, or your server-specific
# configuration files etc., in your project's repository. You just don't.
#
# Solution: stick this file up your repository root (which it assumes is
# also the WordPress root directory) and add exceptions for any plugins,
# themes, and other directories that should be under version control.
#
# See the comments below for more info on how to add exceptions for your