-
2077020·text·201 B·2011-06-09 00:18 UTC
debian:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: AMD Radeon HD 6990
OpenGL version string: 4.1.10750 Compatibility Profile Context
-
2077017·python·830 B·2011-06-09 00:13 UTC
#!/usr/bin/env python
def hoppity(puzzle):
""" Takes a filename argument for each number in the text file
and returns Hoppity, Hophop or Hop depending on the ability
if the number is
-
2077012·text·1.3 KB·2011-06-09 00:03 UTC
<?php
function a($start_index) {
for($i = $start_index; $i < 10; $i++) echo "\$i = $i\n";
}
a(false);
$i = null;
--$i;
var_dump($i); // NULL
$i--;
var_dump($i); // NULL
$i-=1;
var
-
2076990·text·3.7 KB·2011-06-08 23:18 UTC
00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
Subsystem: ASUSTeK Computer Inc. Device 81bf
00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
Subsystem: ASU
-
2076987·text·3.7 KB·2011-06-08 23:02 UTC
[root@waklaver ~]# openvpn --config /etc/openvpn/openvpn.conf
Wed Jun 8 15:52:11 2011 OpenVPN 2.1.1 x86_64-redhat-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] built on Jan 5 2010
Wed Jun 8 15:52:11 2
-
2076983·text·311 B·2011-06-08 22:54 UTC
Weather report for: Chester, United Kingdom.
Observation station located in Liverpool, UNITED KINGDOM
Last update: 08/06/11 at 23:20:00 Local Time.
Temperature
Temperature: 12 °C
Windchill:
-
2076982·cpp·315 B·2011-06-08 22:52 UTC
switch(strWeekday)
{
case 'Lunes':
// code
break;
case 'Martes':
// code
break;
case 'Miercoles':
case 'Jueves':
case 'Viern
-
2076976·text·2.1 KB·2011-06-08 22:17 UTC
+COMMENT +CONTENTS +DESC +MTREE_DIRS +REQUIRED_BY
mail# cat +CONTENTS
@comment PKG_FORMAT_REVISION:1.1
@name php5-pgsql-5.3.5
@comment ORIGIN:databases/php5-pgsql
@cwd
-
2076972·text·802 B·2011-06-08 22:12 UTC
I do the following: (this example is in phpsh)
php> set_include_path('/usr/local/apache2/htdocs/lib/zfdev/trunk/library');
php> require_once 'Zend/Session.php';
php> Zend_Session::start();
php>
-
2076970·text·178 B·2011-06-08 22:12 UTC
mail# pkg_info | grep postgres
postgresql-client-8.1.23 PostgreSQL database (client)
postgresql-server-8.1.23 The most advanced open-source database available anywhere
mail#
-
2076969·text·46.6 KB·2011-06-08 22:08 UTC
-
2076967·text·184 B·2011-06-08 21:58 UTC
mail# ldd /usr/local/lib/php/20090626/pgsql.so
/usr/local/lib/php/20090626/pgsql.so:
libpq.so.5 => not found (0x0)
libc.so.7 => /lib/libc.so.7 (0x800647000)
mail#
-
2076964·text·1.3 KB·2011-06-08 21:42 UTC
#> ping6 ipv6.google.com
PING ipv6.google.com(ber01s02-in-x6a.1e100.net) 56 data bytes
From 2001:0:d91f:cc9a:20e2:6c5d:b17f:5e80 icmp_seq=11 Destination unreachable: Address unreachable
From 2001:
-
2076963·diff·3.9 KB·2011-06-08 21:42 UTC
Index: src/xf_p2p.cpp
===================================================================
--- src/xf_p2p.cpp (revision 73)
+++ src/xf_p2p.cpp (working copy)
@@ -174,8 +174,14 @@
memc
-
2076962·text·814 B·2011-06-08 21:41 UTC
#> ping6 ipv6.google.com
PING ipv6.google.com(ber01s02-in-x6a.1e100.net) 56 data bytes
From 2001:0:d91f:cc9a:20e2:6c5d:b17f:5e80 icmp_seq=11 Destination unreachable: Address unreachable
From 2001:
-
2076961·text·5.3 KB·2011-06-08 21:41 UTC
/*******************************************************************************
* Copyright (c) 2004 - 2010 IBM Corporation and others.
* All rights reserved. This program and the accompanying ma
-
2076960·text·515 B·2011-06-08 21:40 UTC
name = "rhel54"
kernel = "/usr/lib/xen/boot/hvmloader"
builder='hvm'
memory = 512
vcpus = 1
vif = [ 'mac=00:16:3e:00:00:76, bridge=xenbr0' ]
disk = [ 'tap:aio:/root/rhel54.img,xvda,w' ]
device_
-
2076955·text·2.7 KB·2011-06-08 21:29 UTC
(14:26:03) util: Writing file prefs.xml to directory /home/cer/.purple
(14:26:03) util: Writing file /home/cer/.purple/prefs.xml
(14:26:07) jabber: jabber_actions: have pep: NO
(14:26:07) jabber: j
-
2076952·text·162 B·2011-06-08 21:21 UTC
SELECT
COUNT(*)
FROM
products
WHERE
products.active = '1' AND
d1 >= 0 AND
EXISTS (SELECT * FROM prod_images WHERE products.id = prod_images.id_prod)
-
2076950·text·261 B·2011-06-08 21:18 UTC
SELECT
COUNT(*)
FROM
products
LEFT JOIN prod_alltoys ON products.supnum = prod_alltoys.cataloguenumber
LEFT JOIN prod_images ON products.id = prod_images.id_prod
WHERE
products.active = '1