-
1875653·c·447 B·2010-06-01 21:44 UTC
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
char *mystrstr(char *s, const char *t)
{
int i, j, k;
for (i = 0; s[i]; i++)
{
for (j = i, k = 0; t[k] && s[j]; k++, j++)
{
-
1875647·text·3.9 KB·2010-06-01 21:39 UTC
Application: Kamoso (kamoso), signal: Aborted
[Current thread is 1 (Thread 0x7f39f034d760 (LWP 4663))]
Thread 2 (Thread 0x7f39a3739910 (LWP 4668)):
#0 0x00007f39eb113049 in pthread_cond_wait@@GL
-
1875639·text·15.0 KB·2010-06-01 21:25 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Tue Jun 1 21:25:36 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1875624·text·4.9 KB·2010-06-01 21:09 UTC
00000000 27 05 19 56 a6 4c 2b 9e 4c 05 92 89 00 0b f0 50 |'..V.L+.L......P|
00000010 80 00 00 00 80 00 00 00 0d e1 2f 42 05 05 02 03 |........../B....|
00000020 4d 49 50 53 20 4f 70 65 6e 57
-
1875619·text·4.9 KB·2010-06-01 21:01 UTC
00000000 77 72 67 6e 32 33 5f 64 6c 77 62 72 5f 64 69 72 |wrgn23_dlwbr_dir|
00000010 33 30 30 62 00 00 00 00 00 00 00 00 00 00 00 00 |300b............|
00000020 20 02 04 20 20 02 04 20 20 70
-
1875618·text·4.9 KB·2010-06-01 21:01 UTC
00000000 77 72 67 6e 32 33 5f 64 6c 77 62 72 5f 64 69 72 |wrgn23_dlwbr_dir|
00000010 33 30 30 62 00 00 00 00 00 00 00 00 00 00 00 00 |300b............|
00000020 20 02 04 20 20 02 04 20 4a d4
-
1875617·text·4.9 KB·2010-06-01 21:00 UTC
00000000 48 44 52 30 1c e0 37 00 79 7a e8 3f 01 00 01 00 |HDR0..7.yz.?....|
00000010 1c 00 00 00 00 00 00 00 00 00 00 00 27 05 19 56 |............'..V|
00000020 69 34 cc 1d 4b d1 55 60 00 0d
-
1875520·text·55.6 KB·2010-06-01 18:31 UTC
-
1875518·text·682 B·2010-06-01 18:27 UTC
#!/bin/bash
ZABBIX_SENDER="/usr/local/sbin/zabbix_sender"
ZABBIX_TRAPPER="187.61.6.226"
ZABBIX_TRAPPER_PORT=10051
ZABBIX_ITEM_KEY_PREFIX="memcached_"
ZABBIX_HOST="Memcached"
MEMCACHED_SERVER="lo
-
1875508·text·1.4 KB·2010-06-01 18:12 UTC
From bb82b23a97818a2c0ad2c121eab664a32ce0487c Mon Sep 17 00:00:00 2001
From: Robert Bragg <robert@linux.intel.com>
Date: Tue, 1 Jun 2010 17:53:42 +0100
Subject: [PATCH] cogl-path: Adds missing cogl_is
-
1875507·text·1.4 KB·2010-06-01 18:11 UTC
From 6f444ce8ba7d06e93593abeb7c37148e4bb11586 Mon Sep 17 00:00:00 2001
From: Robert Bragg <robert@linux.intel.com>
Date: Tue, 1 Jun 2010 17:53:42 +0100
Subject: [PATCH] cogl-path: Adds missing cogl_is
-
1875506·text·5.8 KB·2010-06-01 18:11 UTC
From 6867977b6b63bc720824c037ec692ebc807ee5ea Mon Sep 17 00:00:00 2001
From: Robert Bragg <robert@linux.intel.com>
Date: Tue, 1 Jun 2010 17:34:59 +0100
Subject: [PATCH] cogl-path: Renames cogl_path_ge
-
1875505·text·1.4 KB·2010-06-01 18:10 UTC
From 6f444ce8ba7d06e93593abeb7c37148e4bb11586 Mon Sep 17 00:00:00 2001
From: Robert Bragg <robert@linux.intel.com>
Date: Tue, 1 Jun 2010 17:53:42 +0100
Subject: [PATCH] cogl-path: Adds missing cogl_is
-
1875450·text·2.8 KB·2010-06-01 16:08 UTC
From 8798a768f0d036f5a877dc70992ce8220ecc1e20 Mon Sep 17 00:00:00 2001
From: Robert Bragg <robert@linux.intel.com>
Date: Tue, 1 Jun 2010 16:54:34 +0100
Subject: [PATCH] Make GLX_ARB_texture_rectangle
-
1875410·text·27.2 KB·2010-06-01 14:33 UTC
From f5320d1b817ad6739bde05d416482d725db86157 Mon Sep 17 00:00:00 2001
From: Robert Bragg <robert@linux.intel.com>
Date: Thu, 27 May 2010 22:24:56 +0100
Subject: [PATCH] CoglObject: Adds cogl_object_{
-
1875397·text·27.4 KB·2010-06-01 14:09 UTC
From 349500cc2e659d78ddaaae178993c0da3855f365 Mon Sep 17 00:00:00 2001
From: Robert Bragg <robert@linux.intel.com>
Date: Thu, 27 May 2010 22:24:56 +0100
Subject: [PATCH] CoglObject: Adds cogl_object_{
-
1875395·c·1.3 KB·2010-06-01 14:05 UTC
#include <gtk/gtk.h> // this callback is called whenever the button is pressed void pressed_cb (GtkWidget *widget, GConfClient *config) {
// gconf_client_get_int () returns 0 if the key does not
-
1875394·text·22.2 KB·2010-06-01 13:58 UTC
From 4972b1bdd4044ac0518e2784193ce865e8098bf4 Mon Sep 17 00:00:00 2001
From: Robert Bragg <robert@linux.intel.com>
Date: Thu, 27 May 2010 22:24:56 +0100
Subject: [PATCH] CoglObject: Adds cogl_object_{
-
1875392·text·10.6 KB·2010-06-01 13:57 UTC
From 311db34d08a52408f1efec74c9de43f9d153219f Mon Sep 17 00:00:00 2001
From: Robert Bragg <robert@linux.intel.com>
Date: Fri, 28 May 2010 01:01:28 +0100
Subject: [PATCH] clip_stack: Remove use of Cogl
-
1875371·text·44.8 KB·2010-06-01 12:57 UTC