Skip to content

Instantly share code, notes, and snippets.

@methane
methane / myprofiler.py
Created December 5, 2011 08:54
Casual MySQL profiler using "SHOW FULL PROCESSLIST"
#!/usr/bin/env python
# coding: utf-8
"""myprofiler - Casual MySQL Profiler
https://github.com/methane/myprofiler
"""
import os
import sys
@kiwanami
kiwanami / anything-teiden.el
Created March 19, 2011 05:54
停電情報を引いてくる。 (参考: http://codnote.net/2011/03/14/unite-teiden/)
;;; anything-teiden.el
;; Copyright (C) 2011 kiwanami
;; GPL 3
;; thanks! > @fizsoft, Google, @sora_h
(require 'deferred)
(defvar anything-teiden-csv-cache nil)