Public Gists by powchin

gist: 195400 http://d.hatena.ne.jp/code4...
Gravatar
Mon Sep 28 05:47:05 -0700 2009
1
2
3
// ==UserScript==
// @name Google Search Site-block Plus Plus
// @description Selected web-sites aren't displayed from Google search result.
Gravatar
Tue Aug 18 07:28:21 -0700 2009
1
2
3
const Vsearch = {
  youtube :{
    base: "http://www.youtube.com",
gist: 168022 localizing about:ubiquity.
Gravatar
Fri Aug 14 12:04:27 -0700 2009
1
2
3
<!--
NOTE TO TRANSLATORS:
 
gist: 155852 dnsflusher - Provides a fac...
Gravatar
Sun Jul 26 09:10:13 -0700 2009
1
2
3
const
Help = "Execute to reflesh the DNS resolvings.",
Tmpl = <![CDATA[
gist: 138084 (appjet | JGate) an alterna...
Gravatar
Tue Jun 30 02:14:07 -0700 2009
1
2
3
/* appjet:version 0.1 */
 
var samplecode = appjet._native.codeSection("samplecode")[0].code;
gist: 138083 (appjet | JGate) an alterna...
Gravatar
Tue Jun 30 02:11:26 -0700 2009
1
2
3
/* appjet:version 0.1 */
print(H1(appjet.appName));
print(P(A({href:'http://docs.lib-html-xpath.appjet.net/'},'documentation')));
gist: 138016 (appjet | JGate) jsp fake.
Gravatar
Mon Jun 29 22:38:15 -0700 2009
1
2
3
/* appjet:version 0.1 */
/* appjet:library */
function template (code, prams) {
gist: 137280 Builds a text (from the pag...
Gravatar
Sun Jun 28 07:31:30 -0700 2009
1
2
3
const Aliases = {
  t: {
    help: 'title',
Gravatar
Sat Jun 27 10:09:42 -0700 2009
1
2
3
CmdUtils.CreateCommand({
  name: "args-test",
  arguments: {object: noun_arb_text},
gist: 131851 wack sql generator.
Gravatar
Thu Jun 18 04:03:28 -0700 2009
1
2
3
package com.github.gist.powchin;
 
public class WacQL {
Gravatar
Thu Jun 11 23:43:54 -0700 2009
1
2
3
const Name = 'check-twitter',
Twitter = 'http://twitter.com/',
Icon = Twitter +'favicon.ico',
gist: 128415 Tesing git. Git version 1.4...
Gravatar
Thu Jun 11 20:37:19 -0700 2009
1
2
3
it's test.
 
edit 1.
gist: 125664 A shortcut command for Hatena.
Gravatar
Sun Jun 07 23:20:39 -0700 2009
1
2
3
const
W = 'http://www.hatena.ne.jp/',
D = 'http://d.hatena.ne.jp/',
gist: 113701 tabstorage - Saves all of c...
Gravatar
Mon May 18 12:42:31 -0700 2009
1
2
3
/**
 * tabstorage
 * - Saves all of current tab states or loads saved them by the specified key.
gist: 108238 A test for migemize nountypes.
Gravatar
Thu May 07 11:07:42 -0700 2009
1
2
3
const {prefs} = Application;
var noun_type_migemized = {
  _name: "text",
gist: 99667 https://gist.github.com/835...
Gravatar
Wed Apr 22 01:49:28 -0700 2009
1
2
3
powchin@debian:~$ diff -Naur hatebu.ubiq.js hatebu.ubiq.new.js
--- hatebu.ubiq.js 2009-04-23 15:21:13.000000000 +0900
+++ hatebu.ubiq.new.js 2009-04-23 15:19:15.000000000 +0900
gist: 99199 (appjet | JGate) reports th...
Gravatar
Tue Apr 21 08:40:45 -0700 2009
1
2
3
/* appjet:version 0.1 */
import("lib-html-xpath");
import("storage");
gist: 88121 Snipets of perl testing.
Gravatar
Tue Mar 31 02:17:34 -0700 2009
1
2
3
perl -e "use DateTime;use DateTime::Format::Mail;print DateTime::Format::Mail->format_datetime( DateTime->now(time_zone => DateTime::TimeZone->new( name => 'local' )) )"
 
perl -e "use DateTime;print DateTime->now->strftime('%Y/%m/%d %H:%M:%S')"
gist: 87125 rengle - Searches Google fo...
Gravatar
Sat Mar 28 08:49:15 -0700 2009
1
2
3
/**
 * rengle - Searches Google for your {dlm} separated words.
 * "連(ren)" means a concatenation.
gist: 84006 unicode-escape - picked fro...
Gravatar
Tue Mar 24 01:59:29 -0700 2009
1
2
3
/**
* picked from: http://d.hatena.ne.jp/sawat/20070309/1173459459
*/