-
1938253·text·988 B·2010-09-11 15:03 UTC
;;; .skkinput --- config file for skkinput
skkinput-rom-kana-rule-list: ("xx" "x" "っ" "ッ")
skkinput-rom-kana-rule-list: ("z," "" "‥" "‥")
skkinput-rom-kana-rule-list: ("z-" "" "〜" "〜")
skkinput-
-
1938235·text·399 B·2010-09-11 14:44 UTC
;;; ===================
;;; Audio Output Method
;;; ===================
(Parameter.set 'Audio_Method 'esdaudio)
;(Parameter.set 'Audio_Method 'Audio_Command)
;(Parameter.set 'Audio_Required_Rat
-
1938229·text·94 B·2010-09-11 14:40 UTC
# Should wmcliphist automaticaly take up clipboard content?
# Default: yes
auto_take_up no
-
1938222·xml·370 B·2010-09-11 14:37 UTC
<?xml version="1.0"?>
<definition>
<config model="Inspiron 6400">
<PrevTrack keycode="144"/>
<Play keycode="162"/>
<Stop keycode="164"/>
<NextTrack
-
1938197·bash·271 B·2010-09-11 14:19 UTC
#!/bin/sh
scraped=~/.scraped
info=$scraped/info
last=`ls $scraped | sort -n | tail -1 | sed 's/[^0-9].*//'`
for file in "$@"
do
last=$(($last + 1))
last_dir=$scraped/$last
mkdi
-
1938172·javascript·1.5 KB·2010-09-11 13:58 UTC
import javax.microedition.lcdui.Alert;
import javax.microedition.lcdui.AlertType;
import javax.microedition.lcdui.Command;
import javax.microedition.lcdui.CommandListener;
import javax.microeditio
-
1938158·java·1.5 KB·2010-09-11 13:51 UTC
import javax.microedition.lcdui.Alert;
import javax.microedition.lcdui.AlertType;
import javax.microedition.lcdui.Command;
import javax.microedition.lcdui.CommandListener;
import javax.microeditio
-
1938156·text·1.7 KB·2010-09-11 13:48 UTC
// AccountTest.cs
// Create and manipulate Account objects.
using System;
public class AccountTest
{
// Main method begins execution of C# application
public static void Main(string[] ar
-
1938126·text·21.9 KB·2010-09-11 13:28 UTC
@charset "utf-8";
/*---------------------------------------------------
Desidgned by Juergen Koller
Designers Home: http://www.LernVid.com
---------------------------------------------------*/
-
1938020·text·16.9 KB·2010-09-11 12:21 UTC
-- $HOME/.xmonad/xmonad.hs for i531 --
{-# LANGUAGE NoMonomorphismRestriction #-}
import System.IO
import XMonad
import XMonad.Actions.CycleWS
import XMonad.Actions.DynamicWorkspaces
import XMonad.
-
1937924·text·16.9 KB·2010-09-11 10:41 UTC
-- $HOME/.xmonad/xmonad.hs for i531 --
{-# LANGUAGE NoMonomorphismRestriction #-}
import System.IO
import XMonad
import XMonad.Actions.CycleWS
import XMonad.Actions.DynamicWorkspaces
import XMonad.
-
1937895·text·795 B·2010-09-11 10:05 UTC
local time = 3 -- 1 = 1 sec, 2 = 2 sec, ...
local say_events = {}
local function SayText(cid)
if isPlayer(cid) == TRUE then
if say_events[getPlayerGUID(cid)] ~= nil then
-
1937726·diff·4.0 KB·2010-09-11 06:06 UTC
Index: table.c
===================================================================
--- table.c (revision 8899)
+++ table.c (working copy)
@@ -1269,23 +1269,20 @@
AG_PostEvent(NULL, t,
-
1937676·text·788 B·2010-09-11 03:31 UTC
# Generated by iptables-save v1.4.4 on Fri Sep 10 23:30:30 2010
*nat
:PREROUTING ACCEPT [9:1312]
:POSTROUTING ACCEPT [100831:6052626]
:OUTPUT ACCEPT [100500:6032790]
-A POSTROUTING -s 192.168.122
-
1937666·text·14.2 KB·2010-09-11 02:56 UTC
-- $HOME/.xmonad/xmonad.hs for i531 --
{-# LANGUAGE NoMonomorphismRestriction #-}
import System.IO
import XMonad
import XMonad.Actions.CycleWS
import XMonad.Actions.DynamicWorkspaces
import XMonad.
-
1937639·text·35.2 KB·2010-09-11 01:21 UTC
-
1937627·text·14.2 KB·2010-09-11 00:33 UTC
-- $HOME/.xmonad/xmonad.hs for i531 --
{-# LANGUAGE NoMonomorphismRestriction #-}
import System.IO
import XMonad
import XMonad.Actions.CycleWS
import XMonad.Actions.DynamicWorkspaces
import XMonad.
-
1937613·text·1.2 KB·2010-09-10 23:56 UTC
#include <iostream>
#include <vector>
#include <map>
#include <set>
using namespace std;
int main(){
vector<string> vs;
while(true){
string s;
cin>>s;
if(s=="#"){
break;
}
-
1937551·text·71.7 KB·2010-09-10 21:39 UTC
-
1937532·text·8.7 KB·2010-09-10 21:06 UTC
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010
The NetBSD Foundation, Inc. All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991