-
1979770·text·71.2 KB·2010-11-02 18:37 UTC
-
1979698·text·3.7 KB·2010-11-02 17:00 UTC
##### Merging of the /util/data/semc_kernel_time_stamp.prop file #####
ro.build.date=Tue Aug 24 17:33:06 2010
ro.build.date.utc=1282663986
ro.build.user=SEMCUser
ro.build.host=SEMCHost
##### Fi
-
1979690·diff·674 B·2010-11-02 16:45 UTC
From aa529734e30e3fc9542f95780b0d5346ddd29eaf Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Tue, 2 Nov 2010 18:43:59 +0200
Subject: [PATCH] Add missing variable initialisation
-
1979675·text·18.1 KB·2010-11-02 16:22 UTC
[ 4490.505]
X.Org X Server 1.9.0
Release Date: 2010-08-20
[ 4490.505] X Protocol Version 11, Revision 0
[ 4490.505] Build Operating System: Linux 2.6.35-23-generic-pae i686 Ubuntu
[ 4490.505
-
1979663·text·72.3 KB·2010-11-02 15:56 UTC
-
1979650·text·20.8 KB·2010-11-02 15:46 UTC
[ 28133.201]
X.Org X Server 1.9.0
Release Date: 2010-08-20
[ 28133.201] X Protocol Version 11, Revision 0
[ 28133.201] Build Operating System: Linux 2.6.24-27-server i686 Ubuntu
[ 28133.201] Cur
-
1979568·css·15.6 KB·2010-11-02 13:46 UTC
/*
-----------------------------------------------
Blogger Template
Name: Lusciously Girlish
Designer: Sappie
URL: http://cherishing.blogspot.com
E-mail: Cherishing4eva@hotmail.com
D
-
1979561·text·232 B·2010-11-02 13:33 UTC
misc: 2.7.4-0.1mdv2010.0 in main/updates, 2010.0 for i586
misc: 2.7.3-0.1mdv2010.0 in main/backports, 2010.0 for i586
misc: 2.7.2-0.2mdv2010.0 in main/testing, 2010.0 for i586
misc: 2.6.3-2mdv2010.0 i
-
1979554·text·15.6 KB·2010-11-02 13:10 UTC
/*
-----------------------------------------------
Blogger Template
Name: Lusciously Girlish
Designer: Sappie
URL: http://cherishing.blogspot.com
E-mail: Cherishing4eva@hotmail.com
D
-
1979543·c·1.4 KB·2010-11-02 12:43 UTC
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
char* selectChars(char* from, int (*what)(int), int (*where)(int))
{
char* str = (char*)malloc(sizeof(char)*(strl
-
1979503·text·121.7 KB·2010-11-02 11:19 UTC
-
1979445·python·626 B·2010-11-02 09:30 UTC
for (key, value) in lines:
if key == 'InfoKey':
last_info_key = value
elif key == 'InfoValue':
meta[last_info_key] = unescape(value)
elif key in meta_keys:
meta[key] = unescape(v
-
1979438·text·19.9 KB·2010-11-02 09:10 UTC
LogOutput initialized.
Spring 0.82.6.1 (0.82.6.1)
Build date/time: Oct 15 2010 20:04:51
Available log subsystems: CollisionVolume, unit, ArchiveScanner, VFS-detail, VFS, Sound
Enabled log subsyste
-
1979385·text·4.8 KB·2010-11-02 07:21 UTC
#include "audio.h"
#include "gst_driver.h"
#include <gst/pbutils/pbutils.h>
GstElement *pipeline;
GstElement *playbin;
GstDiscoverer *discoverer;
int AUDIO_is_audio(AUDIO_SESSION *s,const char *url)
-
1979371·text·5.2 KB·2010-11-02 06:36 UTC
A resistência social aos saberes heterodoxos.
740 words
30 September 1999
Jornal de Notícias
JNLNEG
Portuguese
(c) JORNAL DE NOTÍCIAS http://www.jnoticias.pt e-mail:noticias@jnoticias.pt.
O a
-
1979293·c·1.1 KB·2010-11-02 02:51 UTC
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <ctype.h>
char* selectChars(char* from, int (*what)(int), int (*where)(int))
{
char* str = (char*)malloc(sizeof(char)*(st
-
1979292·text·1.1 KB·2010-11-02 02:51 UTC
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <ctype.h>
char* selectChars(char* from, int (*what)(int), int (*where)(int))
{
char* str = (char*)malloc(sizeof(char)*(st
-
1979291·java·4.5 KB·2010-11-02 02:50 UTC
package action;
import dao.DAOBloco;
import fswork.Action;
import html.Input;
import html.InputType;
import html.Table;
import html.TableCol;
import html.TableForm;
import html.TableHeader;
-
1979283·cpp·789 B·2010-11-02 02:35 UTC
#include <iostream>
#include <string>
#include <algorithm>
#include <cctype>
bool isNotAlpha(char ch)
{
return !isalpha(ch);
}
bool isPalindrome(std::string sentence)
{
std::string::it
-
1979282·c·1.3 KB·2010-11-02 02:33 UTC
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
int isAlpha(char ch)
{
return (ch >= 'a' && ch <= 'z') || (ch >= 'A' && ch <= 'Z');
}
char* selectChars(char* from, int (*where)(