This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# blah blah redistribution blah warranty blah | |
use Irssi; | |
use strict; | |
use vars qw($VERSION %IRSSI); | |
$VERSION='0.1'; | |
%IRSSI=( | |
authors => qw(grawity dvyjones), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# blah blah redistribution blah warranty blah | |
use Irssi; | |
use strict; | |
use vars qw($VERSION %IRSSI); | |
$VERSION='0.1'; | |
%IRSSI=( | |
authors => qw(grawity dvyjones), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Function: greet, name | |
print "Hello, " name "!" | |
End | |
greet(read()) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-16"?> | |
<DATABASE> | |
<EXE NAME="SYSTEM INFO" FILTER="GRABMI_FILTER_SYSTEM"> | |
<MATCHING_FILE NAME="advapi32.dll" SIZE="616960" CHECKSUM="0xD5DD4299" BIN_FILE_VERSION="5.1.2600.3520" BIN_PRODUCT_VERSION="5.1.2600.3520" PRODUCT_VERSION="5.1.2600.3520" FILE_DESCRIPTION="Advanced Windows 32 Base API" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft® Windows® Operating System" FILE_VERSION="5.1.2600.3520 (xpsp_sp2_gdr.090206-1233)" ORIGINAL_FILENAME="advapi32.dll" INTERNAL_NAME="advapi32.dll" LEGAL_COPYRIGHT="© Microsoft Corporation. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x9BE9E" LINKER_VERSION="0x50001" UPTO_BIN_FILE_VERSION="5.1.2600.3520" UPTO_BIN_PRODUCT_VERSION="5.1.2600.3520" LINK_DATE="02/09/2009 10:20:33" UPTO_LINK_DATE="02/09/2009 10:20:33" VER_LANGUAGE="English (United States) [0x409]" /> | |
<MATCHING_FILE NAME="gdi32.dll" SIZE="283648" CHECKSUM="0xBDDF0091" BIN_FILE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$conf = array( | |
'startmodules' => array('m_basic','m_clueirc'), | |
'server' => array( | |
'host' => 'lanserv', | |
'port' => 6667), | |
'nick' => "modbot", | |
'daemon' => 0, | |
//Begin m_basic.php conf | |
'version' => 'Php-bot-thingy. contact hawken for sourcecode', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class IrcBotd | |
def register(modname, functions) | |
functions.each do |function| | |
function.downcase! | |
puts "#{modname} -> #{function}" | |
case function | |
when 'quit' | |
@mods[modname][:function][:quit] = true | |
when # Cursor was here | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14:18:51 < emoboy> tonyb: http://paste.cluenet.org/2078 Im trying to run the CGI and its just erroring. | |
14:18:52 -!- emoboy is now known as Damian | |
14:18:52 < hawken2> Math Problem by emoboy : http://paste.cluenet.org/2078 Im trying to run the CGI and its just erroring. . The Answer Is: 0 | |
14:18:52 -!- Damian [[email protected]] has left #clueirc [Rejoining because of user@host change] | |
14:18:52 -!- Damian [[email protected]] has joined #clueirc | |
14:19:02 < Damian> o.0 | |
14:19:03 < hawken2> Please specify an equation. | |
14:19:11 * Damian thinks hawken2 is mental | |
14:19:20 < Dvyjones> Erm. | |
14:19:21 < hawken2> Please specify an equation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* conn.c | |
* $Id: conn.c,v 1.51 2006/08/01 00:07:53 ianmacd Exp $ | |
*/ | |
#include "ruby.h" | |
#include "rbldap.h" | |
#if defined(HAVE_SYS_TIME_H) | |
# include <sys/time.h> | |
#endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// This will print all the ClueNet usernames | |
$ldap = ldap_connect("ldap.cluenet.org", 389); | |
if (!$ldap) { | |
die("Connection failed!\r\n"); | |
} | |
echo "Connected\r\n"; | |
if (!ldap_set_option($ldap, LDAP_OPT_PROTOCOL_VERSION, 3)) { | |
die("Failed to set the LDAP version to 3\r\n"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20:20:19 <~f0ner00t> Hi Beau! | |
20:20:24 <~f0ner00t> How are you doing? | |
20:20:56 <~f0ner00t> Wow what happened. | |
20:44:36 <~f0ner00t> Okay what happened to your heart though? | |
23:32:55 <~f0ner00t> Beau? |