-
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;
}
}
-
2110890·python·9.7 KB·2012-02-07 18:07 UTC
#!/usr/bin/env python
from sys import argv, stderr, exit
from getopt import GetoptError, getopt as GetOpt
import hashlib
try:
from scapy.all import *
except Exception, e:
print 'Failed to
-
2110887·text·667.6 KB·2012-02-07 17:48 UTC
-
2110886·csharp·1.0 KB·2012-02-07 17:44 UTC
Console.WriteLine("Starting message round trip serialization...");
DateTime start = DateTime.Now;
Messages.Handshake handshake = new Messages.Handshake(new by
-
2110879·text·3.2 KB·2012-02-07 17:20 UTC
{
"recipient":"1697978 ",
"sender":"3456218",
"body": [{
"ORDERS":[ "order", {
"po_number":46,
"date":"20120207",
"buyer":[
-
2110877·text·3.9 KB·2012-02-07 17:15 UTC
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [
-
2110867·csharp·815 B·2012-02-07 16:40 UTC
public static MvcHtmlString StyledLabelFor<TModel, TValue>(this HtmlHelper<TModel> htmlHelper, Expression<Func<TModel,TValue>> model, String cssClass)
{
String propertyNam
-
2110865·text·466 B·2012-02-07 16:28 UTC
def jaccardsim(s1, s2): #s1 and s2 are strings
#Approach: Count the number of common elements, then divide by the union
uniqueset = []
commonset = []
for i in range(0, len(s1)):
if (not(s
-
2110862·text·1.1 KB·2012-02-07 16:17 UTC
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
#
-
2110859·text·162 B·2012-02-07 16:05 UTC
[*gc.log*]
SHOULD_LINEMERGE = true
DATETIME_CONFIG = current
BREAK_ONLY_BEFORE="No shared spaces configured."
REPORT-jvm = sun_jvm_gc
sourcetype = sun_jvm_gc
-
2110858·text·1.5 KB·2012-02-07 16:03 UTC
0.794: [GC pause (young), 0.00648300 secs]
[Parallel Time: 6.3 ms]
[GC Worker Start Time (ms): 794.5 794.5 795.0 799.8]
[Update RS (ms): 0.0 0.0 0.0 0.0
Avg: 0.0,
-
2110857·text·4.1 KB·2012-02-07 16:03 UTC
s): 0.0 0.0 0.3 0.3 0.0 0.0 0.3 0.0 0.0 0.0 0.2 0.0 0.4
Avg: 0.1, Min: 0.0, Max: 0.4]
[Object Copy (ms): 81.7 81.6 82.0 82.1 81.6 80.8 82.0 81.7 81.4 81.7
-
2110850·text·2.6 KB·2012-02-07 15:30 UTC
#!/usr/bin/env python
#
# Read the block database, parse and dump out results
#
from bsddb.db import *
from datetime import date
import logging
import os
import sys
from BCDataStream import