-
2107961·text·6.5 KB·2012-01-31 02:00 UTC
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta conten
-
2107959·text·4.0 KB·2012-01-31 01:55 UTC
<?
/*
Plugin Name: Mobilisation
Plugin URI: http://www.seriadesign.com
Description: Plugin servant a gerer la mobilisation
Version: 0.01
Author: Christophe Rudyj
Author URI: http://www.seriades
-
2107958·text·504 B·2012-01-31 01:51 UTC
$ df
df
Filesystem Size Used Free Blksize
/dev 141M 80K 141M 4096
/mnt/asec 141M 0K 141M 4096
/mnt/obb 141M 0K
-
2107953·text·5.3 KB·2012-01-31 01:40 UTC
resource.AddSingleFile("models/nater/weedplant_pot.dx80.vtx")
resource.AddSingleFile("models/nater/weedplant_pot.dx90.vtx")
resource.AddSingleFile("models/nater/weedplant_pot.mdl")
resource.AddSing
-
2107951·text·5.7 KB·2012-01-31 01:37 UTC
<?php
/*
Plugin Name: Pdf
Plugin URI: http://www.seriadesign.com
Description: Plugin servant a mettre des pdf
Version: 0.01
Author: Christophe Rudyj
Author URI: http://www.seriadesign.com
Lice
-
2107950·text·128 B·2012-01-31 01:37 UTC
<?php
$path = substr ($_SERVER['REQUEST_URI'], 11);
$View = Router::getViewByPath ($path);
echo $View->getHTML();
?>
-
2107949·text·129 B·2012-01-31 01:36 UTC
<?php
$path = substr ($_SERVER['REQUEST_URI'], 11);
$View = Router::getViewByPath ($path);o
echo $View->getHTML();
?>
-
2107947·text·2.4 KB·2012-01-31 01:31 UTC
package edu.wpi.first.wpilibj.templates;
import edu.wpi.first.wpilibj.*;
public class RobotTemplate4334 extends IterativeRobot {
public RobotDrive drivetrain;
public Joystick leftStick
-
2107943·text·1.9 KB·2012-01-31 01:28 UTC
20:18:29 [INFO] [AfkBooter] Kicking player Striffington
20:18:30 [INFO] Striffington kicked for idling.
20:18:30 [INFO] [OKLogger] [COMMAND] <corona36(xxx.xxx.xxx.xxx)>@world(95,75,-520) : /ch g
20
-
2107941·text·1.7 KB·2012-01-31 00:57 UTC
1 Mountain
1 Sulfur Elemental
1 Keldon Marauders
1 Needlepeak Spider
1 Plains
1 Aven Riftwatcher
1 Jaya Ballard, Task Mage
1 Empty the Warrens
1 Plains
1 Terramorphic Expanse
1 Prodigal Pyro
-
2107940·text·12.8 KB·2012-01-31 00:54 UTC
X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: NetBSD-5.99.60-i386 The NetBSD Foundation
Current Operating System: NetBSD thunder 5.99.60 N
-
2107936·text·12.8 KB·2012-01-31 00:28 UTC
X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: NetBSD-5.99.60-i386 The NetBSD Foundation
Current Operating System: NetBSD thunder 5.99.60 N
-
2107935·text·2.3 KB·2012-01-31 00:24 UTC
//
// Hesap Makinesi 00002
// Author: Gökhan Erdoğdu
// Date: 31/01/2012 02:24
//
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace C_Toplama_
-
2107930·text·13.9 KB·2012-01-30 23:57 UTC
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012
The NetBSD Foundation, Inc. All rights reserved.
Copyright (c) 1982, 1986
-
2107929·text·813 B·2012-01-30 23:57 UTC
from django.contrib.auth.models import User, check_password
class EmailAuthBackend(object):
"""
Email Authentication Backend
Allows a user to sign in using an email/password pa
-
2107928·text·1.5 KB·2012-01-30 23:54 UTC
//
// İskambil
// Author: Gökhan Erdoğdu
// Date: 31/01/2012 01:54
//
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
-
2107927·text·1.6 KB·2012-01-30 23:36 UTC
Assinatura da FAPESP Registrada - Contrato Inicial 19/08/2011 - 12:20
Assinatura do Outorgado Registrada - Contrato Inicial 19/08/2011 - 07:49
Análise da Minuta Concluída - Contrato Inicial 08/08/20
-
2107926·text·1.9 KB·2012-01-30 23:36 UTC
//
// Hesap Makinesi 00001
// Author: Gökhan Erdoğdu
// Date: 31/01/2012 01:36
//
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleAp
-
2107925·text·11.1 KB·2012-01-30 23:31 UTC
Rarity's Reality
Today was like any other day, I had just gotten off school, and began to walk home. The warm weather had caused to snow to melt a bit, making the sidewalks a little slushy,
-
2107924·text·375 B·2012-01-30 23:25 UTC
void encipher(const unsigned long *const v,unsigned long *const w,
const unsigned long * const k)
{
register unsigned long y=v[0],z=v[1],sum=0,delta=0x9E3779B9,n=32;
while(n-->0)