-
2085997·text·11.3 KB·2011-10-01 01:44 UTC
19:57 BeyRevRa hey
19:57 BeyRevRa zacherys told me you have promise as a mage/psion or whatever you are
19:58 BeyRevRa is that true or false, do you have an opinion on that
19:58 TashRikil that is
-
2085995·text·4.5 KB·2011-10-01 01:43 UTC
/etc/gdm/Xsession: Beginning session setup...
which: no keychain in (/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/alpha-unknown-linux-gnu/gcc-bin/4.5.2:/usr/x86_64-pc-linux-gnu/armv
-
2085992·text·1.8 KB·2011-10-01 01:24 UTC
on *:INPUT:*: {
if ($left($1,1) == +) || ($left($1,1) == -) {
$iif($remove($1,-,+) isalpha,mode $chan $eval($1-,2))
}
if ($1 = .inv) {
invite $2 $chan
}
if ($1 = .add) {
cs access $chan add $2
-
2085990·text·1.9 KB·2011-10-01 01:14 UTC
#include <iostream>
using namespace std;
bool isitprime (int testinput, int &testdivisor)
{
// cout << "\n\n test input: " << testinput << "\n";
// cout << "test divisor: " << testd
-
2085989·c·1.1 KB·2011-10-01 01:09 UTC
/*
** This happens because as you can read in the _syscall manpage :
**
** NOTES
** Starting around kernel 2.6.18, the _syscall macros were removed from header
** files supplied to user space. U
-
2085985·text·1.8 KB·2011-10-01 00:45 UTC
#include <iostream>
using namespace std;
bool isitprime (int testinput, int testdivisor)
{
cout << "\n\n test input: " << testinput << "\n";
cout << "test divisor: " << testdiviso
-
2085983·actionscript·15 B·2011-10-01 00:40 UTC
Unknown message
-
2085982·text·1.6 KB·2011-10-01 00:31 UTC
#include <iostream>
using namespace std;
bool isitprime (int testinput, int testdivisor)
{
cout << "\n\n test input: " << testinput << "\n";
cout << "test divisor: " << testdiviso
-
2085978·text·504 B·2011-10-01 00:04 UTC
<?php
set_include_path('../libs/PEAR');
include( '../VoxAPIClient.php' );
include( '../Requests/UserToken.php');
include( '../Requests/GetCountriesListRequest.php');
$client = new VoxAPIClient(
-
2085975·text·3.4 KB·2011-09-30 23:59 UTC
From models.py:
class emailusername(models.Model):
"""
Store each username just once along with an inte
-
2085973·text·57.1 KB·2011-09-30 23:52 UTC
-
2085972·text·2.1 KB·2011-09-30 23:52 UTC
From models.py:
class emailusername(models.Model):
"""
Store each username just once along with an inte
-
2085970·text·5.9 KB·2011-09-30 23:49 UTC
/* FOR *NIX, uncomment the following 2lines: */
loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";
/* FOR Windows, uncomment the following 2 lines: */
//loadmodule "modul
-
2085969·text·147 B·2011-09-30 23:38 UTC
*** Listener on ip:6667, clients 5. is PERM
*** Listener on ip:8067, clients 0. is PERM
*** Listener on ip, clients 0. is PERM clientsonly SSL
-
2085968·text·1.6 KB·2011-09-30 23:36 UTC
5 0x00000037a4e7495d in calloc () from /lib64/libc.so.6
#6 0x0000000000590043 in _ast_calloc (num=1, len=976, file=0x5f4454 "utils.c", lineno=1829,
func=0x5f4900 "__ast_calloc_with_stringfield
-
2085965·text·1.2 KB·2011-09-30 23:30 UTC
#include <iostream>
using namespace std;
int main()
{
int num,prime;
cout << "\n\n\nWelcome to the prime program!\n\n\n";
num=2;
while (num != 0)
{
-
2085963·text·2.5 KB·2011-09-30 23:29 UTC
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package myarray;
/**
*
* @author Evan
*/
public class MyArray {
/**
* @
-
2085959·c·7.6 KB·2011-09-30 22:36 UTC
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
/*
mysql_user='******'
mysql_pass='******'
mysql='mysql'
mysql_dump='mysqldump'
config='config.txt'
backup_ba
-
2085955·text·4.2 KB·2011-09-30 22:29 UTC
//-----------------------------------------------------------------------------
class TagData
{
public:
TagData(){szTagName[0] = '\0'; szTagType[0] = '\0'; p_szExtended = 0; nDataSize
-
2085954·java·937 B·2011-09-30 22:25 UTC
public class Main {
public static void main(String[] args) {
Display display = new Display();
Shell shell = new Shell(display);
shell.setLayout(new FillLayout());
TableViewer viewer =