-
2110914·text·1.2 KB·2012-02-07 19:15 UTC
localhost ~ # zgrep SND /proc/config.gz
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_JACK=y
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=
-
2110912·text·2.4 KB·2012-02-07 19:13 UTC
** Message: Value is object type NMActiveConnection
** Message: PC: 0x281f280 (NMDeviceModem) prop (guint) 'current-capabilities' value (guint) 4
** Message: PC: 0x281f280 (NMDeviceModem) prop (g
-
2110911·text·3.9 KB·2012-02-07 19:12 UTC
#ifndef DYNAMIC_DOUBLE_HASH_TABLE_H
#define DYNAMIC_DOUBLE_HASH_TABLE_H
/*****************************************
* UW User ID: uwuserid
* Submitted for ECE 250
* Semester of Submission:
-
2110910·text·2.0 KB·2012-02-07 19:07 UTC
List of generatable packages:
Package Maintainer(s): Aric Cyr <aric.cyr@gmail.com>
Mario Limonciello <superm1@gmail.com>
Status: *UNVERIFIED*
Debian Packages:
Debian/sid
-
2110908·csharp·1.4 KB·2012-02-07 18:57 UTC
public static bool PointLineListContains(Vector2 a, Vector2[] b)
{
// Pick a point far away from a.
Vector2 c = a + (RandomHelper.RandomVector2() * int.MaxValue);
// Count the number
-
2110907·text·3.6 KB·2012-02-07 18:56 UTC
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1
-
2110906·text·3.6 KB·2012-02-07 18:55 UTC
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1
-
2110905·text·3.6 KB·2012-02-07 18:55 UTC
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1
-
2110904·text·5.3 KB·2012-02-07 18:48 UTC
--- a/slim-1.3.2/app.cpp
+++ b/slim-1.3.2/app.cpp
@@ -536,6 +536,60 @@
string xauthority = pw->pw_dir;
xauthority.append("/.Xauthority");
+#ifdef USE_CONSOLEKIT
+ cerr << APPNA
-
2110903·text·3.6 KB·2012-02-07 18:39 UTC
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1
-
2110902·text·3.6 KB·2012-02-07 18:38 UTC
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1
-
2110901·text·3.6 KB·2012-02-07 18:38 UTC
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1
-
2110900·text·438 B·2012-02-07 18:37 UTC
public void OnDataReceived(IAsyncResult asyn)
{
SocketPacket socketData = (SocketPacket)asyn.AsyncState ;
socketData.asyn = asyn;
socketData.iRx = socketData.m_currentSocket.End
-
2110899·text·12.1 KB·2012-02-07 18:37 UTC
CFE version 1.0.37 for BCM947XX (32bit,SP,LE)
Build Date: ¤T 5¤ë 27 16:47:24 CST 2009 (root@localhost.localdomain)
Copyright (C) 2000-2008 Broadcom Corporation.
Init Arena
Init Devs.
Boot part
-
2110897·text·3.0 KB·2012-02-07 18:27 UTC
qo_op@Oneiric:~/Desktop$ sh amd-driver-installer-12-1-x86.x86_64.run --help
Makeself version 2.1.3
1) Getting help or info about amd-driver-installer-12-1-x86.x86_64.run :
amd-driver-installer-
-
2110896·php·2.2 KB·2012-02-07 18:24 UTC
<?php
require_once('inc/config.inc.php'); // just a bunch of define() statements
$pageID = 'download';
session_start();
session_destroy();
print_r($_POST); // prints empty Array ()
print_r($_GET
-
2110894·text·583 B·2012-02-07 18:22 UTC
Private Sub txtFname_TextChanged(ByVal sender As Object, ByVal e As
System.EventArgs) Handles txtFname.TextChanged
If txtFname.Text <> "" Then
If IsNumeric(txtFname.Text) = False
-
2110893·text·2.5 KB·2012-02-07 18:21 UTC
LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
** Messa
-
2110892·text·504 B·2012-02-07 18:18 UTC
Private Sub txtFname_TextChanged(ByVal sender As Object, ByVal e As
System.EventArgs) Handles txtFname.TextChanged
If txtFname.Text <> "" Then
If IsNumeric(txtFname.Text) = False
-
2110891·cpp·165 B·2012-02-07 18:11 UTC
for(i=randomVector.begin(); i!=randomVector.end(); i++){
for(j=sortedVector.begin(); j!=sortedVector.end(); j++){
*j = *i;
}
}