-
2046588·text·214 B·2011-04-14 23:26 UTC
function switchit(list){
var listElementStyle=document.getElementById(list).style;
if (listElementStyle.display=="block"){
listElementStyle.display="none";
}
else {
listElementStyle.display="
-
2046587·text·320 B·2011-04-14 23:25 UTC
Shopping list for next year:
--Soap
-Bodywash
-Acne Stuff
-Laundry Detergent
-Laundry Softener
-Toilet Paper
Babywipes
Paper Towels
Napkins
-Hand Soap
-Lotion
Lamp
**Nonperishables
Dish
-
2046581·text·8.6 KB·2011-04-14 22:58 UTC
/* Copyright (C) 2003-2007 CAMP
* Copyright (C) 2007-2009 CAMd
* Copyright (C) 2005 CSC - IT Center for Science Ltd.
* Please see the accompanying LICENSE file for further information.
-
2046573·html·3.4 KB·2011-04-14 22:42 UTC
강,원랜,드㉿생중계카지-노
" ▶강,원랜,드㉿생중계카지-노▒ ㉿ ♣ ━━( ‥ HTTP://WwW.EkEk77.Com‥ )━━ ♣ [Y((×﹏×)P]∵인터밀란을>-<강,원랜,드㉿생중계카지-노>-<㉿ ㉿이끄는 감독이 21일 새벽(한국시각) 토튼햄과 ‘2010-11 UEFA챔피언스리그∵>-<강,원랜,드㉿생중계카지-노>-< ㉿ ♣ ━━( ‥ HT
-
2046572·html·3.4 KB·2011-04-14 22:42 UTC
와와카-지-노◈다모아카-지-노
" ▶와와카-지-노◈다모아카-지-노▒ ㉿ ♣ ━━( ‥ HTTP://WwW.EkEK77.COM‥ )━━ ♣ [Y((×﹏×)P]∵인터밀란을>-<와와카-지-노◈다모아카-지-노>-<㉿ ㉿이끄는 감독이 21일 새벽(한국시각) 토튼햄과 ‘2010-11 UEFA챔피언스리그∵>-<와와카-지-노◈다모아카-지-노>-< ㉿ ♣
-
2046570·text·1.5 KB·2011-04-14 22:39 UTC
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type"
-
2046567·text·15.6 KB·2011-04-14 22:30 UTC
!SESSION 2011-04-14 14:57:22.809 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_20
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARC
-
2046563·text·744 B·2011-04-14 22:22 UTC
[tetrahedonism@singularity Trine]$ ./trine-bin32
Got signal 11 at (nil) from 0xb5784dfb
./trine-bin32[0x8078188]
[0xb78ad40c]
./lib32/libxcb.so.1(xcb_send_request+0x3b)[0xb5784dfb]
/usr/lib/libx
-
2046557·text·33.8 KB·2011-04-14 21:54 UTC
-
2046554·text·1.2 KB·2011-04-14 21:30 UTC
SELECT
op_media.status,
op_media.type,
op_media.key as mediakey,
op_media.date_submitted,
op_media.event_id,
op_media.album_id,
op_media.device,
-
2046553·text·914 B·2011-04-14 21:29 UTC
SELECT
op_media.status,
op_media.type,
op_media.key as mediakey,
op_media.date_submitted,
op_media.event_id,
op_media.album_id,
op_media.device,
-
2046552·text·9.3 KB·2011-04-14 21:28 UTC
[1441254.567]
X.Org X Server 1.9.4
Release Date: 2011-02-04
[1441254.570] X Protocol Version 11, Revision 0
[1441254.571] Build Operating System: Linux 2.6.35-23-generic i686
[1441254.605] Curr
-
2046546·text·4.5 KB·2011-04-14 21:06 UTC
[2011-04-14 06:44] Running 'pacman -Sy'
[2011-04-14 06:44] synchronizing package lists
[2011-04-14 06:44] starting full system upgrade
[2011-04-14 06:44] Running 'pacman -S -u'
[2011-04-14 06:44]
-
2046544·text·473 B·2011-04-14 21:05 UTC
%ECE 416
%Homework #10
%Kirk Guotana
%A37602559
%Problem 1.1
T=0.05;
a=tf([1],[1 2 0]);
b=c2d(a,T,'zoh');
%Problem 1.2
c=tf([1 2],[1 5 4]);
d=c2d(c,T,'zoh');
%Problem 2
T2=0.2;
g=t
-
2046541·text·5.4 KB·2011-04-14 20:54 UTC
''' <summary>
''' 5000-byte text
''' </summary>
Protected Const LongTextSample = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi in lacus sapien, dignissim tempus
-
2046538·php·901 B·2011-04-14 20:35 UTC
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1
-
2046536·text·1016 B·2011-04-14 20:35 UTC
[user1]-[2011-04-14 16:31:41]-[39]
$ export BATTERIES_NATIVE_SHLIB no
[user1]-[2011-04-14 16:31:49]-[40]
$ make all
cp -f src/batCamomile-0.8.2.ml src/batCamomile.ml
test ! -e src/batteri
-
2046535·csharp·701 B·2011-04-14 20:17 UTC
using UnityEngine;
using System.Collections;
public class CreateBall : MonoBehaviour {
public GameObject projectile;
private GameObject clone;
// Use this for initialization
void Start
-
2046533·php·308 B·2011-04-14 20:11 UTC
[14-Apr-2011 16:01:11] PHP Fatal error: Uncaught exception 'PDOException' with message 'You cannot serialize or unserialize PDO instances' in -:32
Stack trace:
#0 [internal function]: PDO->__sleep(
-
2046532·text·980 B·2011-04-14 20:08 UTC
<mausi> oh man, ich hasse meine familie. kann ich bei dir einziehen?
<kathi> warum? was haste den angestellt?
<mausi> ich hab nix angestellt
<kathi> raus mit der sprache !!
<mausi> ich hab gestern