-
2093534·text·692 B·2011-11-10 11:25 UTC
java.lang.IllegalArgumentException: Illegal Capacity: -1
at java.util.ArrayList.<init>(ArrayList.java:130)
at menu.SubsetSum$Combination.call(SubsetSum.java:144)
at menu.SubsetSum$Combination.ca
-
2093531·text·2.0 KB·2011-11-10 10:58 UTC
[root@mysql network-scripts]# tracert 10.4.20.70
traceroute to 10.4.20.70 (10.4.20.70), 30 hops max, 40 byte packets
1 10.4.0.37 (10.4.0.37) 0.665 ms 0.902 ms 1.142 ms
2 vl60.cr02-63.core1.d
-
2093530·java·1.2 KB·2011-11-10 10:54 UTC
import java.net.MalformedURLException;
import java.net.URL;
import java.net.InetAddress;
import java.net.UnknownHostException;
public class Exo6 {
/**
* @param args
* @throws Mal
-
2093528·text·1.1 KB·2011-11-10 10:23 UTC
# Define a few Colours
BLACK='\e[0;30m'
BLUE='\e[0;34m'
GREEN='\e[0;32m'
CYAN='\e[0;36m'
RED='\e[0;31m'
PURPLE='\e[0;35m'
BROWN='\e[0;33m'
LIGHTGRAY='\e[0;37m'
DARKGRAY='\e[1;30m'
LIGHTBLUE=
-
2093524·javascript·840 B·2011-11-10 10:06 UTC
var Lo = {
level:0,
groups:[]
};
Lo.g = function(msg, group, level) {
if (typeof msg == 'undefined' || typeof group == 'undefined' || typeof level == 'undefined') {
return false;
}
-
2093521·text·1.7 KB·2011-11-10 09:53 UTC
PING mysql-rw.example.local (192.168.134.71) 56(84) bytes of data.
64 bytes from 10-16-67-14.example.cloud-ips.com (ip_removed): icmp_req=1 ttl=63 time=0.693 ms
-
2093514·c·2.8 KB·2011-11-10 07:48 UTC
#include <stdio.h>
#include <stdlib.h>
#include <GL/glew.h>
#include <GL/glut.h>
int main(int argc, char **argv) {
// declare texture size, the actual data will be a vector
// of size
-
2093511·text·4.0 KB·2011-11-10 07:27 UTC
11/10/2011 00:18:46.000 Info VPN IKE IKE Responder: Aggressive Mode complete (Phase 1) 75.161.123.59, 500, 75-161-123-59.albq.qwest.net xx.xxx.xxx.xxx, 500 GrouPVPN Policy: WAN GroupVPN;3DES; SHA1;
D
-
2093510·text·311 B·2011-11-10 06:49 UTC
Warning: LBA32 addressing assumed
Warning: Device 0x0810: Inconsistent partition table, 2nd entry
CHS address in PT: 12:223:20 --> LBA (55328)
LBA address in PT: 206848 --> CHS (48:134:15
-
2093497·text·817 B·2011-11-10 05:55 UTC
Nov 9 21:47:27 mail postfix/smtpd[4154]: setting up TLS connection from unknown[192.168.11.2]
Nov 9 21:47:27 mail postfix/smtpd[4154]: Anonymous TLS connection established from unknown[192.168.11.2
-
2093494·text·757 B·2011-11-10 05:43 UTC
20111109211957.478201 Network Connect[p376.t519] DSSignalProxy.panic caught signal 10 (DSSignalProxy.m:205)20111109211957.478225 Network Connect[p376.t519] DSSignalProxy.panic relaunching /Application
-
2093493·text·34.9 KB·2011-11-10 05:33 UTC
-
2093492·text·34.9 KB·2011-11-10 05:33 UTC
-
2093491·text·320 B·2011-11-10 05:21 UTC
bash-4.1# lilo
Warning: LBA32 addressing assumed
Warning: Device 0x0800: Inconsistent partition table, 1st entry
CHS address in PT: 0:32:33 --> LBA (640)
LBA address in PT: 2048 --> CHS
-
2093489·text·2.1 KB·2011-11-10 05:08 UTC
# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
# Append any additional kernel parameters:
append=" vt.default_utf8=0"
boot = /dev/sda
# Boot BMP Image.
#
-
2093478·text·341 B·2011-11-10 03:58 UTC
Input:
(displist '(((3 . 4)(6 8 12))(2 13 (4 . 1))))
Output:
(
(
(
3
.
4
)
(
6
8
(
-
2093476·text·1.3 KB·2011-11-10 03:52 UTC
(define (displist origlist)
(define (indent-helper n)
(cond
((> n 0)
(display " ")
(indent-helper (- n 1)))
(else
-
2093473·text·1.1 KB·2011-11-10 03:07 UTC
#!/bin/bash
# Carlos Ferry Sauterel - Ingenieria Ejecución Informática #
MODELNAME=$( awk '/model name/ {print $4; count++; if (count == 1) exit}' < /proc/cpu
KERNELVERSION=$( awk '/Linux ver
-
2093472·text·1.2 KB·2011-11-10 03:05 UTC
ECC'ed - will unecc.
Found 2BL (build 4578) at 00008000
Found 4BL (build 8453) at 0000ff20
Found 5BL (build 1888) at 000156a0
* found decrypted CD
* found XeLL binary, must be linked to 1c00000
-
2093468·text·10.0 KB·2011-11-10 02:29 UTC
# Makefile for Dynamips 0.2.8
# Copyright (c) 2005-2006 Christophe Fillot.
# Replace x86 by amd64 for a build on x86_64.
# Use "nojit" for architectures that are not x86 or x86_64.
DYNAMIPS_ARCH?=x86