-
1820867·text·5.5 KB·2010-03-03 08:46 UTC
/usr/share/vdr/yacoto
-rwxr-xr-x 1 root root 196 Dec 18 2008 yac_update.sh
-rwxr-xr-x 1 root root 5156 Dec 18 2008 yac_status.sh
-rwxr-xr-x 1 root root 927 Dec 18 2008 yac_start.sh
-rwxr-xr-x 1 r
-
1820845·text·15.1 KB·2010-03-03 08:19 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Wed Mar 3 08:19:07 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1820722·text·94 B·2010-03-03 06:21 UTC
#Port 22
#Protocol 2,1
Protocol 2
#AddressFamily any
#ListenAddress 0.0.0.0
#ListenAddress ::
-
1820718·text·323 B·2010-03-03 06:15 UTC
Linux frodo.gerdesas.com 2.6.18-164.9.1.el5 #1 SMP Tue Dec 15 21:04:57 EST 2009 i686 i686 i386 GNU/Linux
tcp 0 0 10.0.0.25:51422 70.34.192.97:3306 TIME_WAIT -
-
1820679·text·16.7 KB·2010-03-03 05:39 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Wed Mar 3 05:35:21 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1820674·c·2.7 KB·2010-03-03 05:37 UTC
/*
* Programming Challeng: Minesweeper
* PC/UVa IDs: 110102/10189
*
* Attempt: 3
* Revision: 1
*
* pfh - 09/19/06
*
* Uses static arrays for better speed than attempt #1. Also, the
-
1820633·text·20.1 KB·2010-03-03 05:04 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Wed Mar 3 05:04:33 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1820616·text·25.1 KB·2010-03-03 04:47 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Wed Mar 3 04:47:01 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1820348·text·2.6 KB·2010-03-03 02:05 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Wed Mar 3 02:05:41 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1820340·javascript·728 B·2010-03-03 02:03 UTC
javascript:for(i=0;t=document.getElementsByTagName('textarea')[i];++i)
{ s = t.value;
s = s.replace(/\.\.\./g, '…');
s = s.replace(/(<-->)/g, '↔');
s = s.replace(/(-->)/g, '→');
s = s.replace(
-
1820311·text·624 B·2010-03-03 01:27 UTC
Hey Hanah,
I'm a little dissatisfied with how the host matching is going... I
interviewed with Greg Chesson, and told David that I'd like to have at
least one other host interview before deciding wha
-
1820297·text·2.7 KB·2010-03-03 01:20 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Wed Mar 3 01:20:12 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1820288·text·3.9 KB·2010-03-03 01:16 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Wed Mar 3 01:16:11 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1820279·text·26.1 KB·2010-03-03 01:08 UTC
X.Org X Server 1.7.5
Release Date: 2010-02-16
X Protocol Version 11, Revision 0
Build Operating System: Slackware 13.1 Slackware Linux Project
Current Operating System: Linux nicola 2.6.33-smp #1
-
1820198·text·19.9 KB·2010-03-02 23:59 UTC
X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: openSUSE SUSE LINUX
Current Operating System: Linux linux-6mtb 2.6.31.5-0.1-default #1 SMP 2
-
1820180·text·543 B·2010-03-02 23:43 UTC
diff --git a/lib/netplay/nettypes.h b/lib/netplay/nettypes.h
index 608c476..ccb89c0 100644
--- a/lib/netplay/nettypes.h
+++ b/lib/netplay/nettypes.h
@@ -79,10 +79,11 @@ static BOOL NETenum(EnumT* enum
-
1820158·text·19.9 KB·2010-03-02 23:27 UTC
X.Org X Server 1.6.5
Release Date: 2009-10-11
X Protocol Version 11, Revision 0
Build Operating System: openSUSE SUSE LINUX
Current Operating System: Linux linux-6mtb 2.6.31.5-0.1-default #1 SMP 2
-
1820127·text·204 B·2010-03-02 23:04 UTC
6.15-5.1mdv2009.1 in main/testing, 2009.1 for x86_64
6.15-5.1mdv2009.1 in main/testing, 2009.1 for i586
6.15-5mdv2009.1 in main/release, 2009.1 for i586
6.15-5mdv2009.1 in main/release, 2009.1 for x86
-
1820114·text·2.6 KB·2010-03-02 22:56 UTC
*deleting xulrunner-devel-unstable-1.9.0.18-1.el5_4.i386.rpm
*deleting xulrunner-devel-1.9.0.18-1.el5_4.i386.rpm
*deleting xulrunner-1.9.0.18-1.el5_4.i386.rpm
*deleting systemtap-testsuite-0.9
-
1820113·c·867 B·2010-03-02 22:54 UTC
int matriz_do_arquivo(const char *fname, int **m, int *i, int *j)
{
FILE *fp;
int k, n;
fp = fopen(fname, "r");
if(!fp)
return 0;
fscanf(fp, "%d%d", i, j);
m = aloca_matriz