-
1873338·mirc·303 B·2010-05-28 12:19 UTC
On @*:Ban:#:{
if ($nick == $me) {
hadd -m $+($chan,.mybans) $banmask $ctime
}
}
On @*:UnBan:#:{
if ($hget($+($chan,.mybans),$banmask) && $nick != $me) {
MODE $chan +b $banmask
-
1873324·text·92.4 KB·2010-05-28 11:16 UTC
-
1873244·text·214 B·2010-05-28 05:18 UTC
2.26.3-1mdv2010.0 in main/backports, current for i586
2.24.0-1.3mdv2010.0 in main/updates, current for i586
2.24.0-1.2mdv2010.0 in main/testing, current for i586
2.24.0-1mdv2010.0 in main/release, cur
-
1873221·xml·2.1 KB·2010-05-28 03:19 UTC
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:exslt="http://exslt.org/common"
exclude-result-prefixes="exslt
-
1873214·bash·9.2 KB·2010-05-28 02:56 UTC
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libtool configure 2.2.6b, which was
generated by GN
-
1873213·text·9.2 KB·2010-05-28 02:56 UTC
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libtool configure 2.2.6b, which was
generated by GN
-
1873208·text·24.9 KB·2010-05-28 02:21 UTC
!!################################
!!ALSA Information Script v 0.4.52
!!################################
!!Script ran on: Fri May 28 04:21:47 CEST 2010
!!Linux Distribution
!!------------------
P
-
1873137·perl·1.3 KB·2010-05-27 22:13 UTC
#!/usr/bin/perl
use strict;
use warnings;
use Digest::MD5;
my $ctx = Digest::MD5->new;
my $cmp;
sub md5sum()
{
my $file = shift;
local *FILE;
open(FILE,$file);
$ctx->addfile(*FIL
-
1873136·perl·1.3 KB·2010-05-27 22:12 UTC
#!/usr/bin/perl
use strict;
use warnings;
use Digest::MD5;
my $ctx = Digest::MD5->new;
my $cmp;
sub md5sum()
{
my $file = shift;
local *FILE;
open(FILE,"$file");
$ctx->addfile(*F
-
1873132·text·141.6 KB·2010-05-27 21:54 UTC
-
1873131·text·141.6 KB·2010-05-27 21:53 UTC
-
1873130·text·141.6 KB·2010-05-27 21:53 UTC
-
1873011·text·1.1 KB·2010-05-27 18:58 UTC
/*
THIS SCRIPT WAS MADE BY VIKKMAN
USE IT WISE & DON'T DELETE THE CREDITS
YOURS SINCERELY,
VIKKMAN.
*/
#include <a_samp>
#define TIMER 150000
#define COLOR_GOLD
-
1873008·text·113.4 KB·2010-05-27 18:54 UTC
-
1873007·text·1.1 KB·2010-05-27 18:50 UTC
/*
THIS SCRIPT WAS MADE BY VIKKMAN
USE IT WISE & DON'T DELETE THE CREDITS
YOURS SINCERELY,
VIKKMAN.
*/
#include <a_samp>
#define TIMER 150000
#define COLOR_GOLD
-
1872992·text·1.6 KB·2010-05-27 18:17 UTC
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" cont
-
1872974·text·126.0 KB·2010-05-27 02:17 UTC
-
1872772·text·41.3 KB·2010-05-25 22:39 UTC
-
1872577·text·85 B·2010-05-23 18:45 UTC
Enter, copy or drag and drop source code and text notes for publishing on pastebin.ca
-
1872574·python·1.4 KB·2010-05-23 13:40 UTC
#!/usr/bin/env python
import sys
# Erzeuge Liste von Regel Tupeln aus String v
# z.B. v='S->aS' ergibt [('S', 'aS')]
def getGramma(v):
rls = [];
for rule in v.split(','):
rule = rule.stri