-
2070033·text·503 B·2011-05-27 06:29 UTC
#!/bin/sh
rsync -arvuz \
--exclude '.*' \
--exclude From.Desktop \
--exclude .Trash \
--exclude waxwing \
--exclude Music \
--exclude Albums \
--exclude Desktop \
--exclude Downloads \
--ex
-
2070032·text·8.8 KB·2011-05-27 06:28 UTC
mip6d[10841]: MIPL Mobile IPv6 for Linux v2.0.2-umip-0.4 started (Mobile Node)
Fri May 27 09:26:33 main: MIPL Mobile IPv6 for Linux started in debug mode, not detaching from terminal
Fri May 27 09:2
-
2070023·text·593 B·2011-05-27 06:24 UTC
// ==UserScript==
// @name Scroll Down Damn It!
// @namespace userscripts.org
// @description Automatically scroll down the Eternia Games shoutbox widget. Tested and working on Go
-
2070022·text·4.4 KB·2011-05-27 06:23 UTC
Fri May 27 09:15:47 md_update_router_stats: Adding CoA 3ffe:10:0:0:226:55ff:fe6d:f5ad on interface (2)
Fri May 27 09:15:48 mn_move: 1827
Fri May 27 09:15:48 mn_move: in home net
Fri May 27 09:15:48
-
2070021·text·690 B·2011-05-27 06:22 UTC
exports.bot = {
onmessage : function(msg) {
// do something with msg
console.log(msg);
},
// Commands is a list of commands you can send to your bot, like:
-
2070020·text·1.6 KB·2011-05-27 06:22 UTC
;#Testis-Pre -> #search2
on *:TEXT:*:#Testis-Pre: {
if (!pre isin $1) {
scon 2 /msg #Search2 $1-
}
if (!dupe isin $1) {
scon 2 /msg #Search2 !dupe $2-
}
if (!weather is
-
2070016·text·1.0 KB·2011-05-27 06:19 UTC
<cipellort> hello
<|Seth|> hi cipellort
<cipellort> Why are you athist
<cipellort> atheist
<|Seth|> me?
<cipellort> yes
<|Seth|> personally?
<|Seth|> okay
<cipellort> yes
<|Seth|> I don't th
-
2070015·c·2.3 KB·2011-05-27 06:19 UTC
/*
* fat_memorymap.h - Structure of the FAT File System
*
* ALL values are offsets of the sector or cluster they reside in
*
*
*/
#define FAT12 0x00
#define FAT16 0x01
#define FA
-
2070014·text·2.8 KB·2011-05-27 06:19 UTC
static final char method1724(char c) {
char c_0_ = c;
while_21_: do {
while_20_: do {
while_19_: do {
while_18_: do {
while_17_: do {
while_16_: do {
whil
-
2070013·text·110 B·2011-05-27 06:18 UTC
gz entityItem = new gz(world, (double)i + xShift, (double)j + yShift, (double)k + zShift, new ii(79, 1, 0));
-
2070010·text·1.2 KB·2011-05-27 06:17 UTC
Configurable - HP EliteBook 8560w Mobile Workstation-Quad Core
(ENERGY STAR)
XX058AV
HP EliteBook 8560w Mobile Workstation with Mobile Intel® QM67 Express Chipset, and Intel Quad Core Processor
Ge
-
2070008·text·1.0 KB·2011-05-27 06:16 UTC
<cipellort> hello
<|Seth|> hi cipellort
<cipellort> Why are you athist
<cipellort> atheist
<|Seth|> me?
<cipellort> yes
<|Seth|> personally?
<|Seth|> okay
<cipellort> yes
<|Seth|> I don't th
-
2070007·text·734 B·2011-05-27 06:16 UTC
UNRAR 3.80 beta 2 freeware Copyright (c) 1993-2008 Alexander Roshal
Extracting from smut.rar
Extracting IMG_0545.JPG OK
Extracting IMG_054
-
2070006·text·2.2 KB·2011-05-27 06:16 UTC
using System;
using System.Collections.Generic;
using System.Text;
class Box {
double ma, mb, mh;
public Box() {
ma = 0;
mb = 0;
mh = 0;
}
publi
-
2070002·text·485 B·2011-05-27 06:12 UTC
local my_class = class
local my_ship = ships[my_class]
local s = sensor_contacts({})
local gotoguy = nil
for k, v in pairs(s) do
if (v:team() ~= team) then
gotoguy = v
break
-
2069999·text·2.2 KB·2011-05-27 06:10 UTC
using System;
using System.Collections.Generic;
using System.Text;
class Box {
double ma, mb, mh;
public Box() {
ma = 0;
mb = 0;
mh = 0;
}
publi
-
2069998·text·223 B·2011-05-27 06:10 UTC
valgrind: m_debuginfo/readelf.c:1432 (vgModuleLocal_read_elf_debug_info): Assertion 'rw_svma_limit != 0' failed.
==25562== at 0x3802DAC5: ??? (in /usr/lib64/valgrind/memcheck-x86-linux)
sched s
-
2069997·c·1.3 KB·2011-05-27 06:10 UTC
zcmd:loadmap(playerid, params[])
{
new MapId, totalObjects;
if(CurrentMap) SendClientMessage(playerid, 0xFFFFFFFF, "- Já existe um mapa carregado no servidor.");
else if(sscanf(params, "d", Map
-
2069992·text·619 B·2011-05-27 06:06 UTC
var total_height = 0;
$$('div#auto-scroll ul li').each( function(el){
if(el.get('id') != 'repeat'){
var height = el.getStyle('height').toInt();
total_height = total_height + height;
}
-
2069988·text·2.8 KB·2011-05-27 06:05 UTC
#include <cstdlib>
#include <iostream>
#include <cmath>
#include <time.h>
using namespace std;
void fill_array(double array [20]);
void bubble_sort(double array [20]);
void get_max(double a