-
2077036·php·37 B·2011-06-09 01:11 UTC
<?php echo "This is a test again"; ?>
-
2077035·text·31 B·2011-06-09 01:09 UTC
This is a test of how gay I am.
-
2077033·nasm·5.0 KB·2011-06-09 01:08 UTC
.MODEL small
.STACK 100h
.DATA
Message1 DB 'Digite uma sequencia de caracteres',13,10,'$'
Message2 DB 'Enezimo numero Fibonacci:',13,10,'$'
Message3 DB 'SEU IDIOTA É PRA DIGITAR UM NU
-
2077032·text·14 B·2011-06-09 01:07 UTC
This is a test
-
2077029·text·1.3 KB·2011-06-09 00:48 UTC
.form-fields {
width: 188px;
float: left;
margin: 0 15px;
position: relative;
}
.form-fields input {
width: 183px;
height: 23px;
border: 1px solid #d1d3d4;
margin: 0 0 3px 0;
color
-
2077028·text·298 B·2011-06-09 00:37 UTC
debian:~$ aticonfig --list-adapters
* 0. 04:00.0 AMD Radeon HD 6990
1. 05:00.0 AMD Radeon HD 6990
* - Default adapter
excerpt from xorg.conf:
Section "Device"
Identifier "at
-
2077027·text·126 B·2011-06-09 00:35 UTC
debian:~$ aticonfig --list-adapters
* 0. 04:00.0 AMD Radeon HD 6990
1. 05:00.0 AMD Radeon HD 6990
* - Default adapter
-
2077026·text·19 B·2011-06-09 00:32 UTC
0020 2060 0053 2129
-
2077022·text·2.1 KB·2011-06-09 00:20 UTC
struct imaginaria
{
struct Doctor* doc;
struct imaginaria* sig;
};
void reatar_doctores(struct Doctor* doc)
{
struct imaginaria* head = NULL;
if(doc)
{
reatar_doctore
-
2077021·python·859 B·2011-06-09 00:18 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
-
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#