-
2110679·text·836 B·2012-02-07 08:05 UTC
/**
* Menu callback for our AJAX
*/
function dialog_example_ajax_callback($ajax) {
// If we're using JavaScript, display the content within the dialog.
if ($ajax) {
// Construct the di
-
2110662·text·2.2 KB·2012-02-07 07:36 UTC
//KONSOL EKRANINDA MOUSE KULLANIMI
//Bu Program Hüseyin ÇAKANLI tarafından
//07.02.2012 Tarihinde Konsol örnekleme için yazıldı.
//C# Express ile test edilmiştir.
using System;
using System.Drawi
-
2110630·text·97 B·2012-02-07 07:09 UTC
auto lo
iface lo inet loopback
auto br0
iface br0 inet dhcp
bridge-ports wlan0 eth0
-
2110624·text·21.1 KB·2012-02-07 06:44 UTC
<HBProfile>
<Name>Uldum</Name>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>3</MinFreeBagSlots>
<MinLevel>1</MinLevel>
<MaxLevel>86</MaxLevel>
<Factions>99999</Factions>
<Mail
-
2110621·text·811 B·2012-02-07 06:25 UTC
<olfway@akontio:~>$ openra
Platform is Linux
Using Gl renderer
Desktop resolution: 1680x1050
Using resolution: 1024x768
IRQ's not enabled, falling back to busy waits: 2 0
Available mods:
-
2110618·text·4.7 KB·2012-02-07 06:05 UTC
Liquid money.
There are a lot of different ways we analyze money. The most basic theory is it lowers transaction costs for trading. Instead of me looking for a farmer who needs work in investments a
-
2110617·text·4.7 KB·2012-02-07 06:05 UTC
Liquid money.
There are a lot of different ways we analyze money. The most basic theory is it lowers transaction costs for trading. Instead of me looking for a farmer who needs work in investments a
-
2110610·text·6 B·2012-02-07 05:36 UTC
asdasd
-
2110608·text·2.2 KB·2012-02-07 05:35 UTC
root@server16 [/home]# /scripts/killacct crazyfor
Are you sure you want to remove the account "crazyfor" [y/N]? y
Running pre removal script (/usr/local/cpanel/scripts/prekillacct)......Done
Collec
-
2110603·text·1.6 KB·2012-02-07 05:19 UTC
Program - Tax Calculations
CIS162AC - C++
Assignment Goal:
Methods are units of code that perform a specific task. Breaking a program down into small individual tasks allows the program to con
-
2110596·text·23.4 KB·2012-02-07 05:01 UTC
<xp:section id="AdvanceDetail" header="Advance Detail"
headerStyle="font-size:14pt">
<xp:br></xp:br>
<xp:panel>
<xp:inputText id="AddList"></xp:inputText>
<xp:button va
-
2110589·text·421 B·2012-02-07 04:52 UTC
import java.util.Arrays;
import java.lang.String;
class Two {
public static void main(String[] a);
Utilities.tostring(int[] a);
}
}
class Utilities {
public static String tostr
-
2110583·javascript·30.4 KB·2012-02-07 04:41 UTC
<xp:section id="AdvanceDetail" header="Advance Detail"
headerStyle="font-size:14pt">
<xp:br></xp:br>
<xp:panel>
<xp:inputText id="AddList"></xp:inputText>
<xp:button va
-
2110580·text·1.1 KB·2012-02-07 04:25 UTC
[pseudomorph@toster:~]$ ping -c10 La2.laglessproxy.com
PING La2.laglessproxy.com (74.117.56.250) 56(84) bytes of data.
64 bytes from unassigned.psychz.net (74.117.56.250): icmp_req=1 ttl=47 time=201
-
2110579·text·1.9 KB·2012-02-07 04:20 UTC
<?xml version="1.0" encoding="UTF-8"?>
<JapForwarder><CaptchaEncoded><CaptchaKeyBits>48</CaptchaKeyBits><ExtraKeyBits>16</ExtraKeyBits><CaptchaCharacters>ABCDEFGHIJKLMNOPQRSTUVWXYZ</CaptchaCharacters
-
2110578·text·1.9 KB·2012-02-07 04:15 UTC
<?xml version="1.0" encoding="UTF-8"?>
<JapForwarder><CaptchaEncoded><CaptchaKeyBits>48</CaptchaKeyBits><ExtraKeyBits>16</ExtraKeyBits><CaptchaCharacters>ABCDEFGHIJKLMNOPQRSTUVWXYZ</CaptchaCharacters
-
2110564·text·1.4 KB·2012-02-07 02:56 UTC
Voici Deadlands, le RPG western/steampunk/fantasy dont je vous avais parlé.
Il y a 7 livres, et voici ce que vous devrez lire:
-Player's Handbook. Presqu'au complet. Il vous faut lire les chapit
-
2110562·text·709 B·2012-02-07 02:52 UTC
-- Monsquaz Swap Album II: Fackin' Hardcore --
Hosted from January to February 2012 through email and #monsquaz @ irc.esper.net by RAMPKORV
Every participants starts out making a song in module
-
2110553·text·4.7 KB·2012-02-07 02:35 UTC
//Thomas Burlingame
//CSE 142
//TA: Simone Schaffer
//Description: This program calculates ACT/SAT scores for two
//applicants based on their input and compares them.
//lets me use the scanner
-
2110549·text·2.5 KB·2012-02-07 02:32 UTC
void *malloc_exec(size_t sz) {
long pagesize = sysconf(_SC_PAGE_SIZE);
void *p;
if (posix_memalign(&p, pagesize, sz) != 0) {
printf ("oops: memalign failed!\n");
exit (-1)