-
2089896·text·45.9 KB·2011-10-14 01:46 UTC
-
2089895·java·9.9 KB·2011-10-14 01:38 UTC
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Array;
/**
*
* @author 16227033-8
*/
public class TestArray {
private s
-
2089894·text·25.1 KB·2011-10-14 01:33 UTC
[kate@copper ~]$ ssh -vvv 10.11.10.131 -p 22
OpenSSH_5.5p1, OpenSSL 1.0.0e-fips 6 Sep 2011
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect
-
2089893·text·405 B·2011-10-14 01:27 UTC
Physical reality seems to recede in proportion as man's symbolic activity advances. Instead of dealing with the things themselves mas is in a sense constantly conversing with himself. He has so envelo
-
2089892·text·6 B·2011-10-14 01:23 UTC
sdgsd
-
2089888·text·2.9 KB·2011-10-14 00:47 UTC
delta@monsterkuebel ~/desura/lib_extra $ ls -l
total 2224
-rw-r--r-- 1 delta delta 1560040 Oct 14 02:17 libcrypto.so.0.9.8
-rw-r--r-- 1 delta delta 143496 Oct 14 02:17 libjpeg.so.62
-rw-r--r-- 1
-
2089884·text·370 B·2011-10-14 00:17 UTC
public class Fibonacci extends Equation
{
@Override
public Object Execute(int inN)
{
long lResult = 0;
double l5Root = Math.sqrt(5);
double lTermA = Math.pow((1 + l5Root) / 2, inN);
-
2089880·text·2.9 KB·2011-10-13 23:44 UTC
[ 411.515843] irq 69: nobody cared (try booting with the "irqpoll" option)
[ 411.522678] [<c00521bc>] (unwind_backtrace+0x0/0xec) from [<c043ea98>] (dump_stack+0x20/0x24)
[ 411.531289] [<c043ea98
-
2089879·text·562 B·2011-10-13 23:41 UTC
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" androi
-
2089878·text·1.5 KB·2011-10-13 23:22 UTC
#!/bin/sh
[ -z "$1" ] && echo "Error: should be run by udhcpc" && exit 1
. /etc/functions.sh
. /lib/netifd/netifd-proto.sh
set_classless_routes() {
local max=128
local type
whil
-
2089877·text·1.3 KB·2011-10-13 23:22 UTC
#!/bin/sh
. /etc/functions.sh
. ../netifd-proto.sh
init_proto "$@"
dhcp_init_config() {
proto_config_add_string "ipaddr"
proto_config_add_string "netmask"
proto_config_add_strin
-
2089876·text·8.6 KB·2011-10-13 23:20 UTC
SOBAKA# perl -MCPAN -e shell
Terminal does not support AddHistory.
cpan shell -- CPAN exploration and modules installation (v1.9205)
ReadLine support available (maybe install Bundle::CPAN or Bund
-
2089874·text·3.4 KB·2011-10-13 22:42 UTC
9c9,10
< FORM 10-Q
---
> FORM 10-Q/A
> Amendment No. 1
51a53,54
> Explanatory Note
> This amendment corrects two typographical errors in text related to product revenue mix on pages 20 and 23.
-
2089873·text·1.7 KB·2011-10-13 22:21 UTC
char** q3c_handle_input(char* inp, int* argc) {
if (inp != NULL) {
char* cd = strchr(inp, ':');
if (cd != NULL) {
int di = cd - inp, ac = 1, dc, ign = 0;
-
2089865·text·1.3 KB·2011-10-13 21:50 UTC
RagemanXx (10:31): alrtie noob :P
TGC Scrumbee (10:31): so what do you want?
RagemanXx (10:31): whats the link to ur stream so i can promote it on my site
?
TGC Scrumbee (10:32): its in the not
-
2089864·c·309 B·2011-10-13 21:46 UTC
#include <stdio.h>
int main()
{
int value = 1234;
int* n1; int* n2; int* n3; int* n4;
n1 = &value;
n2 = n1;
n3 = n2;
n3 = n4;
printf("value = %i\n", value);
printf("n1 = %i
-
2089862·text·2.7 KB·2011-10-13 21:24 UTC
|------------------------------------------------------------------------------------------|
| WinMTR statistics |
|
-
2089858·text·1.0 KB·2011-10-13 20:31 UTC
INFO [StreamStage:1] 2011-10-13 15:54:43,746 StreamOutSession.java (line 174) Streaming to scdbe43.stg.pvt/10.80.8.43
ERROR [Thread-1623] 2011-10-13 15:54:43,759 AbstractCassandraDaemon.java (line 1
-
2089831·text·1.5 KB·2011-10-13 19:14 UTC
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'blag.fsf.org' is known and matches the RSA host key.
debug1: Found key in /home/jayeola/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signatur
-
2089829·text·1.2 KB·2011-10-13 19:11 UTC
[default@AdhData] set AdhData[ascii('ed')][ascii('guy')]=ascii('capriolo');
Value inserted.
[default@AdhData] get AdhData[ascii('ed');
Syntax error at position 23: missing ']' at ';'
[default@AdhD