-
2002592·text·5.7 KB·2010-11-26 04:30 UTC
// This file is generated by kconfig_compiler from ksieveui.kcfg.
// All changes you do to this file will be lost.
#include "settings.h"
#include <klocale.h>
#include <kglobal.h>
#include <
-
2002591·text·4.8 KB·2010-11-26 04:29 UTC
// This file is generated by kconfig_compiler from ksieveui.kcfg.
// All changes you do to this file will be lost.
#ifndef SETTINGS_H
#define SETTINGS_H
#include <stdio.h>
#include <kconfigskel
-
2002584·text·1.6 KB·2010-11-26 04:24 UTC
#
# ext3
#
Version 1.03e ------Sequential Output------ --Sequential Input- --Random-
-Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine Size K/se
-
2002574·text·8.5 KB·2010-11-26 03:56 UTC
06/05/10 13:55:50 [AppID 18110] Success: "c:\program files (x86)\steam\steamapps\common\shattered_horizon\installer_support\vcredist_x86.exe" /Q
06/05/10 13:55:50 [AppID 18110] CreateProcess failed:
-
2002468·text·234 B·2010-11-26 00:27 UTC
- add delegations for 'get', 'set' in all native attr traits.
e.g. bool has no 'get'.
- evals -> Test::Requires in t/000_recipes tests generated from pods.
Search for DateTime::Calendar::Mayan to g
-
2002403·python·18.7 KB·2010-11-25 23:08 UTC
import BaseHTTPServer
import pickle
import random
import math
import copy
import cgi
import time
import re
import threading
import urlparse
import sys
import decimal
HOST_NAME = 'localho
-
2002373·text·35.3 KB·2010-11-25 22:31 UTC
-
2002363·text·15 B·2010-11-25 22:22 UTC
Futurama S06E13
-
2002286·text·2.2 KB·2010-11-25 20:37 UTC
HOME FOR CHRISTMAS - Maria Mena
Tabbed by Are Romøren
("G#/D#"-notations indicate bassnotes, so G#/D# is G# with a D# bass note)
(Capo 3rd fret and transpose down 3 half steps to C major for
-
2002252·text·28.1 KB·2010-11-25 19:48 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Thu Nov 25 19:48:02 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
2002136·text·28.3 KB·2010-11-25 17:25 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Thu Nov 25 17:25:19 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
2002130·text·4.7 KB·2010-11-25 17:19 UTC
Well, may as well toss my hat into the ring.
I've been a bard in various LARPs over the years. Lived in Sweden for three years, then moved on over to the US around 2007 and have been here ever sinc
-
2002059·perl·1.4 KB·2010-11-25 16:08 UTC
#!/usr/bin/perl
##
## builds %struct_hash with following inside:
## keys are identifiers ..
## `$struct_hash{$_}->{'str'}` is utf8 string descr
## `$struct_hash{$_}->{'parent'}` is full parent identif
-
2002040·text·327 B·2010-11-25 15:45 UTC
Set oShell = CreateObject("WScript.Shell")
iRC = oShell.Run("xcopy.exe ""C:\Archivos de programa\OCS Inventory Agent\Bc128ct.ttf"" ""c:\windows\fonts"" /y", 0, True)
If iRC <> 0 Then
-
2002030·perl·1.4 KB·2010-11-25 15:32 UTC
#!/usr/bin/perl
use strict;
use warnings;
my $csv_file="@ARGV";
my %struct_hash;
##### functions
sub read_csv {
my @csv;
open my $fh, "$csv_file" or die "bad file: \"$csv_file\" - can't open\n";
-
2001985·vbnet·3.5 KB·2010-11-25 14:19 UTC
Module Module1
Dim BoardSquare(8, 8) As String, DupeBoard(8, 8) As String
Dim Flipped(25, 2) As Integer
Dim PlayerIcon As String = "X", AIIcon As String = "O"
Dim GameOver As Boo
-
2001978·vbnet·9.8 KB·2010-11-25 13:52 UTC
Module Module1
Dim BoardSquare(8, 8) As String, DupeBoard(8, 8) As String
Dim Flipped(25, 2) As Integer
Dim PlayerIcon As String = "X", AIIcon As String = "O"
Dim HintsEnable
-
2001954·javascript·1.9 KB·2010-11-25 13:18 UTC
<script type="text/javascript">
// Creates a new plugin class and a custom listbox
tinymce.create('tinymce.plugins.ExamplePlugin', {
createControl: function(n, cm) {
switch (n) {
case
-
2001919·perl·29.8 KB·2010-11-25 12:41 UTC
#!/usr/bin/perl -w
# Paulo Trezentos - Caixa Mágica 2009
# This is the main wrapper responsible for the pipeline of apt-pbo
#
# For example:
# apt-pbo install car
# |__ apt-get pboinstall car
#
-
2001901·perl·6.7 KB·2010-11-25 12:16 UTC
#!/usr/bin/perl
## Script for posting command's output directly from command line.
## i wrote this script to be able use it on solaris operating system without
## installing any exotic or not core per