Skip to content

Instantly share code, notes, and snippets.

View tmitz's full-sized avatar

tmitz tmitz

View GitHub Profile

Twitterface

A LimeChat theme adding Twitter icons for IRC nicknames.

Installation

  1. Open LimeChat Preferences -> Theme and click the "Open in Finder" button.
  2. Place Twitterface.yaml and Twitterface.js in the directory.
  3. Reopen Preferences -> Theme and select the Twitterface theme.
@defunkt
defunkt / clients.md
Created April 18, 2010 14:09
A list of Gist clients.

Gist Clients

Want to create a Gist from your editor, the command line, or the Services menu? Here's how.

Editor Support

var re = {
'tumblr': /^http:\/\/[^.]+\.tumblr\.com\/post\//,
'flickr': /^http:\/\/(www\.)?flickr.com\/photos\/[^/]+\/(\d+)/
};
var flickr_api_key = 'b64ebb97d85e8ab9571ea101bba30bcc';
function InlineImageInsert() {
arguments.callee.prototype = {
@zigorou
zigorou / pp_with_pipe.pl
Created December 20, 2011 10:53
For mandy
#!/usr/bin/env perl
use strict;
use warnings;
use Data::Dump qw(dump);
use IO::Pipe;
use Parallel::Prefork;
use Time::HiRes;
@to
to / gist:2913882
Created June 12, 2012 01:40
Window Size, Media Query
<!doctype html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0">
</head>
<body>
<pre id="out"></pre>
</body>
<script>
function checkSizes(){
@ritou
ritou / gist:3149557
Created July 20, 2012 08:21
OpenID Connect Session Management Demo
@piscisaureus
piscisaureus / pr.md
Created August 13, 2012 16:12
Checkout github pull requests locally

Locate the section for your github remote in the .git/config file. It looks like this:

[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = git@github.com:joyent/node.git

Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/* to this section. Obviously, change the github url to match your project's URL. It ends up looking like this:

@hayajo
hayajo / changelog_en.md
Last active July 19, 2024 05:47
ChangeLog を支える英語

ChangeLog を支える英語

ChangeLog を書く際によく使われる英語をまとめました。

ほとんど引用です。

基本形

@kazuho
kazuho / gist:4122754
Created November 21, 2012 03:00
The "queue_stats()" function, introduced in Q4M 0.9.7
How it looks like
==================================
mysql> select queue_stats('t');
+------------------------------------------------------------------------------------------------------------------------------+
| queue_stats('t') |
+------------------------------------------------------------------------------------------------------------------------------+
| rows_written: 0
rows_removed: 0
wait_immediate: 0