-
2128173·text·570 B·2012-03-14 18:45 UTC
class Foo
{
private int x = 6;
public static void main(String[] args)
{
##BEGIN CHOICE (a = 1)
int x = 11;
##END CHOICE
System.out.println(x);
}
That will at times get transl
-
2128172·text·1.6 KB·2012-03-14 18:40 UTC
public class Pay
{
public static void main (String args[])
{
int hours, rate;
DecimalFormat decFor = new DecimalFormat("0.00");
Scanner scan = new Scanner(System.in);
-
2128168·text·177 B·2012-03-14 18:25 UTC
class Foo
{
private int x = 6;
public static void main(String[] args)
{
if(args.length == 2)
{
int x =11;
}
System.out.println(x);
}
-
2128167·text·179 B·2012-03-14 18:19 UTC
class Foo
{
private int x = 6;
public static void main(String[] args)
{
if(args.length == 2)
{
int x = 6;
}
System.out.println(x);
}
-
2128165·text·1020 B·2012-03-14 18:14 UTC
x86_64-pc-linux-gnu-gcc -m32 -o g_src/glew.os -c -Dunix -DGLEW_STATIC -pthread -O3 -march=native -O2 -pipe -fPIC -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr
-
2128162·text·1.0 KB·2012-03-14 18:11 UTC
cat <<'xxxxxxxxxxxxxxxxCONFIGxxxxxxxxxxxxxxxxxx' > /tmp/test.txt;
# Define a service to check the disk space of the root partition
# on the local machine. Warning if < 20% free, critical if
-
2128150·text·1.9 KB·2012-03-14 17:58 UTC
DUNDI is set-up between sanr-pbx and shef-pbx with the same config. sanr-pbx (asterisk 1.8) can dial shef-pbx (asterisk 1.4) extensions fine but not the other way round.
The sending server (shef-pb
-
2128148·text·1.7 KB·2012-03-14 17:40 UTC
==20383== 352 bytes in 22 blocks are definitely lost in loss record 392 of 467
==20383== at 0x4C28F9F: malloc (vg_replace_malloc.c:236)
==20383== by 0x5ACF4F6: ecore_thread_feedback (in /opt
-
2128147·text·1.2 KB·2012-03-14 17:38 UTC
==20383== Conditional jump or move depends on uninitialised value(s)
==20383== at 0x7676510: inflateReset2 (in /lib/x86_64-linux-gnu/libz.so.1.2.3.4)
==20383== by 0x7676605: inflateInit2_ (in
-
2128146·text·3.0 KB·2012-03-14 17:36 UTC
==20383== Use of uninitialised value of size 8
==20383== at 0x4C2AF69: memset (mc_replace_strmem.c:738)
==20383== by 0x4E3A851: _decrapify_blacklist (ems_utils.c:156)
==20383== by 0x4E3ABA
-
2128139·text·1.6 KB·2012-03-14 16:35 UTC
After importing image, got following error message from VirtualBox:
Failed to open a session for the virtual machine BRL-CAD_X.Y.Z_ubuntu_10.04_LTS_x86.
Failed to open/create the internal network
-
2128138·text·4.2 KB·2012-03-14 16:32 UTC
@0 anchor "ftp-proxy/*" all
[ Evaluations: 911 Packets: 0 Bytes: 0 States: 0 ]
[ Inserted: uid 0 pid 22595 State Creations: 0 ]
@1 pass in quick on dc0 inet prot
-
2128137·text·768 B·2012-03-14 16:32 UTC
# macros
int_if="dc0"
tcp_services="{ 22, 113, 5444, 5445 }"
icmp_types="echoreq"
set block-policy return
set loginterface fxp0
set skip on lo
# FTP Proxy rules
anchor "ftp-proxy/*
-
2128134·text·2.1 KB·2012-03-14 16:04 UTC
I decided to try using Lerp to dictate the movement for Attract mode,
but what i can only assume is because of the conversion from Float to Int, after a few times doing the movement it decides it doe
-
2128132·actionscript·111 B·2012-03-14 16:01 UTC
You can't separate pease from freedom because no one can be at peace unless he has his freedom.
-
2128122·text·1.1 KB·2012-03-14 15:37 UTC
MARTINs-Mac-mini:xbmc builduser$ make -C tools/darwin/depends/libcec
rm -rf libcec
tar xf /Users/Shared/xbmc-depends/tarballs/libcec-latest.tar.bz2
echo libcec > .gitignore
cd libcec; autoreconf -
-
2128119·bash·931 B·2012-03-14 15:22 UTC
let sum3 a b c = a + b + c
let issqsum a b c = (a*a + b*b == c*c)
let ismin arg list = (minimum list) == arg
let isadigit a = (a `elem` ['0'..'9'])
let digitX a = if isadigit a then 'X' else a
le
-
2128117·text·6 B·2012-03-14 15:14 UTC
asdasd
-
2128116·text·12.6 KB·2012-03-14 15:12 UTC
gdb spacefm
GNU gdb (Gentoo 7.3.1 p2) 7.3.1
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: y
-
2128115·text·268 B·2012-03-14 15:11 UTC
MARTINs-Mac-mini:xbmc builduser$ make -C tools/darwin/packaging/xbmc-osx
if [ -e "/Volumes/XBMC" ] ; then umount /Volumes/XBMC ; fi
./dmgmaker.pl ../../../../build/Debug/XBMC.app
Could not find "..