-
2073362·text·3.2 KB·2011-06-01 19:22 UTC
// :: q2 config - by senti - #play.q2
unbindall
echo loading senti.cfg...
// :: M O V E M E N T
bind s "+forward"
bind space "+back"
bind d "+moveright"
bind a "+moveleft"
bind f +
-
2073361·text·287 B·2011-06-01 19:22 UTC
#include <iostream.h>
void add(int *);
main()
{
int a[10], i;
cout << "Please enter 10 numbers ";
for (i=0; i<10; i++)
{ cin >> a[i];}
add(&a[0]);
for (i=0; i<10; i++)
{ cout <<a[i];
-
2073357·text·725 B·2011-06-01 19:18 UTC
Capital = White
lowercase = Black
r|k|b|q|k|b|k|r|
p|p|p|p|p|p|p|p|
_|_|_|_|_|_|_|_|
_|_|_|_|_|_|_|_|
_|_|_|_|_|_|P|_|
_|_|_|_|_|_|_|_|
P|P|P|P|P|P|_|P|
R|K|B|Q|K|B|K|R|
White's first mo
-
2073356·text·725 B·2011-06-01 19:17 UTC
Capital = White
lowercase = Black
r|k|b|q|k|b|k|r|
p|p|p|p|p|p|p|p|
_|_|_|_|_|_|_|_|
_|_|_|_|_|_|_|_|
_|_|_|_|_|_|_|_|
_|_|_|_|_|_|_|_|
P|P|P|P|P|P|_|P|
R|K|B|Q|K|B|K|R|
White's first mo
-
2073354·text·1.1 KB·2011-06-01 19:15 UTC
From: nice-servers.com <accounting@nice-servers.com>
Date: 30 May 2011 20:05
Subject: Game Panel & Server Downtime
To: Obfuscated
Dear ..
s you might have mentioned we got a huge
-
2073353·text·884 B·2011-06-01 19:10 UTC
Capital = White
lowercase = Black
R|K|B|Q|K|B|K|R|
P|P|P|P|P|P|P|P|
_|_|_|_|_|_|_|_|
_|_|_|_|_|_|_|_|
_|_|_|_|_|_|_|_|
_|_|_|_|_|_|_|_|
p|p|p|p|p|p|p|p|
r|k|b|k|q|b|k|r|
R|K|B|Q|K|B|
-
2073349·text·9.3 KB·2011-06-01 19:02 UTC
Blake Force (me):
I didn't want a rehash of Melee either, I wanted a new game. There's plenty of ways that Brawl could have (and has) been made into a much better game. There's a difference between
-
2073345·text·555 B·2011-06-01 18:54 UTC
Gligar (M) @ Eviolite
Trait: Sand Veil
EVs: 76 Atk / 156 Def / 236 Spd
Jolly Nature (+Spd, -SAtk)
- Knock Off
- Roost
- Earthquake
- Aerial Ace
Insert pokemon here
Slowpoke (M) @ Eviolite
-
2073344·text·2.0 KB·2011-06-01 18:51 UTC
813EA218 EB0001BC bl plt__icall_native_Tests_TestVector_Vector3
813EA21C E59B0000 ldr r0,[r11]
813EA220 ED800A00 vstr s0,[r0]
-
2073342·text·562 B·2011-06-01 18:44 UTC
[Phantasm, 1]
Power Diagnostic System II
Damage Control II
Power Diagnostic System II
Invulnerability Field II
Invulnerability Field II
Photon Scattering Field II
Large Shield Booster II
Shi
-
2073341·text·308 B·2011-06-01 18:40 UTC
<?php
add_action('admin_menu', 'crnews_import_submenu');
function crnews_import_submenu() {
add_submenu_page( 'tools.php', 'Newslettter Import', 'Newslettter Import', 'edit_themes', 'newsle
-
2073339·text·150 B·2011-06-01 18:34 UTC
[bob@camp-radio playlists]# mpc load camp_radio.m3u
loading: camp_radio.m3u
[bob@camp-radio playlists]# mpc playlist
[bob@camp-radio playlists]#
-
2073334·text·402 B·2011-06-01 18:28 UTC
public static boolean test(int [][] m)
{
int n=m.length;
for(int r=0; r<(n-1); r++)
for (int c=0; c<n; c++)
for (int i=0; i<n; i++)
if(m[r][c] > m[r+1][i]) return false;
-
2073333·text·863 B·2011-06-01 18:26 UTC
cameron@cameron-linux:/etc$ mount -v
/dev/sda3 on / type ext3 (rw,relatime,errors=remount-ro)
proc on /proc type proc (rw)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/con
-
2073330·text·2.3 KB·2011-06-01 18:19 UTC
Global $UnPaused
Global $MousePos
HotKeySet("{F1}", "MousePosition")
HotKeySet("{F2}", "Kamikaze")
HotKeySet("{F3}", "Repair")
HotKeySet("{F4}", "Pause")
HotKeySet("{ESC}", "Terminate")
While
-
2073325·text·353 B·2011-06-01 18:07 UTC
conf_engine
conf_winlist
conf_window_focus
conf_window_display
conf_wallpaper
conf_transitions
conf_startup
conf_screensaver
conf_profiles
conf_mouse_cursor
conf_mousebindings
conf_mouse
c
-
2073313·text·609 B·2011-06-01 17:36 UTC
gst-launch v4l2src device=/dev/video name=source ! capsfilter name=geometry_and_framerate caps=video/x-raw-yuv,width=640,height=480,framerate=5/1 ! tee name=t ! queue ! videoscale name=testscaling ! v
-
2073312·bash·349 B·2011-06-01 17:32 UTC
#!/bin/bash
waitforjob() {
WHICH=$1
MAX=$2
echo "max = $MAX";
N=0
while true; do
kill -0 $WHICH 2>&1 >/dev/null || break
sleep 1
echo -n "."
N=$((N+1))
if te
-
2073308·text·4.3 KB·2011-06-01 17:19 UTC
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header
-
2073306·text·518 B·2011-06-01 17:18 UTC
I have the following two dimensional array, like the example below ([0][0] = 1, [0][1] = 8, [1][1] = 60). Note that this is just an example. The array is of size n x n, and the values of a[x][random]