Skip to content

Instantly share code, notes, and snippets.

View maimai-swap's full-sized avatar

S. Ishimaru maimai-swap

  • individual
  • Japan
View GitHub Profile
@siyo
siyo / jrapper.rb
Created January 5, 2012 13:49
Jラッパーっぽいつぶやきするやつ / earthquake.gem plugin
# -*- coding: utf-8 -*-
# jrapper tweet / earthquake plugin
#
# jrapper: http://shindanmaker.com/54175
#
require 'httpclient'
Earthquake.init do
command :jrapper do |m|
html = HTTPClient.new.post("http://shindanmaker.com/54175", { :u => m[1], :from => "" } )
@rcmachado
rcmachado / html5.vim
Created December 15, 2009 10:35
Vim syntax file for HTML 5
" Vim syntax file
" Language: HTML (version 5)
" Maintainer: Rodrigo Machado <rcmachado@gmail.com>
" URL: http://gist.github.com/256840
" Last Change: 2010 Aug 26
" License: Public domain
" (but let me know if you liked it :) )
"
" Note: This file just adds the new tags from HTML 5
" and don't replace default html.vim syntax file