-
2113606·csharp·579 B·2012-02-09 04:24 UTC
/// <summary>
/// Initiates a single receive operation (note: Receives are made recursively until no data remains on the wire.
/// Multiple "MessageReceived" events may occu
-
2113594·text·1.4 KB·2012-02-09 03:24 UTC
The Prophet of Islam (PBUH) was a great teacher. He was a great lawgiver. He was a great statesman and he was a great sovereign who ruled. The life of the Prophet (PBUH) was simple according to those
-
2113587·text·320 B·2012-02-09 01:26 UTC
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I /home/test/install/share/aclocal --force -I m4 ${ACLOCAL_FLAGS}
aclocal: couldn't open
-
2113585·text·2.3 KB·2012-02-09 01:17 UTC
; Assuming the address of the number to be converted from dec2bin is stored in A1
; the converted value will be stored in D1
Dec2bin move.l D2, -(A7) ; store values of registers to be used onto
-
2113584·text·2.4 KB·2012-02-09 01:16 UTC
******************************************
; Assuming the address of the number to be converted from dec2bin is stored in A1
; the converted value will be stored in D1
Dec2bin move.l D2, -(A7)
-
2113573·text·2.4 KB·2012-02-09 00:57 UTC
A sample Atlas mission profile json:
{
"format": "ATLAS Mission Profile Format 0.01",
"title": "A training mission for school-related words in Chinese for English-speaking students",
"authors
-
2113565·text·9.9 KB·2012-02-09 00:49 UTC
mysql> select title,programid,subtitle,left(description,80) from oldrecorded where title like "Storage Hunters%" order by programid,title,subtitle;
+-----------------+----------------+---------------
-
2113557·text·1.0 KB·2012-02-09 00:40 UTC
[root@localhost redsocks]# make
cc -g -O2 -std=gnu99 -Wall -c -o parser.o parser.c
cc -g -O2 -std=gnu99 -Wall -c -o main.o main.c
cc -g -O2 -std=gnu99 -Wall -c -o redsocks.o redsocks.c
redso
-
2113554·text·2.0 KB·2012-02-09 00:37 UTC
/*
Name: Zach Hoggard
Student No.: 250 611 551
Email: zhoggard@uwo.ca
Section: 004
Date: February 8, 2012
*/
#include <iostream>
#include <cmath>
#include <iomanip>
using n
-
2113515·text·852 B·2012-02-08 23:56 UTC
/*
Name: Zach Hoggard
Student No.: 250 611 551
Email: zhoggard@uwo.ca
Section: 004
Date: February 8, 2012
*/
#include <iostream>
#include <cmath>
using namespace std;
int m
-
2113509·text·2.0 KB·2012-02-08 23:53 UTC
/*
Name: Zach Hoggard
Student No.: 250 611 551
Email: zhoggard@uwo.ca
Section: 004
Date: February 8, 2012
*/
#include <iostream>
#include <cmath>
#include <iomanip>
using n
-
2113506·text·1.0 KB·2012-02-08 23:50 UTC
/*
Name: Zach Hoggard
Student No.: 250 611 551
Email: zhoggard@uwo.ca
Section: 004
Date: February 8, 2012
*/
#include <iostream>
#include <cmath>
using namespace std;
int
-
2113498·text·50.3 KB·2012-02-08 23:42 UTC
-
2113486·text·2.0 KB·2012-02-08 23:26 UTC
Hello,
That is Goren from UALUG. I've contacted you earlier asking you not to send essential information, such as templates for documents you seek to receive, in proprietary formats that do not res
-
2113485·text·2.3 KB·2012-02-08 23:25 UTC
LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
** Message: PC: 0x20bb150 (NMDeviceEthernet) prop (guint) 'speed' value (guint) 0
** Message: PC: 0x20bb
-
2113484·text·2.3 KB·2012-02-08 23:24 UTC
LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
** Message: PC: 0x20bb150 (NMDeviceEthernet) prop (guint) 'speed' value (guint) 0
** Message: PC: 0x20bb
-
2113474·text·52.0 KB·2012-02-08 23:18 UTC
-
2113440·diff·2.3 KB·2012-02-08 22:42 UTC
diff --git a/configure.ac b/configure.ac
index f9a483e..7cb7cf6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1927,7 +1927,7 @@ if test "x$enable_gallium_tests" = xyes; then
fi
if test "
-
2113438·java·11.7 KB·2012-02-08 22:41 UTC
/*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you m
-
2113435·text·3.3 KB·2012-02-08 22:39 UTC
#include <stdio.h>
#include <stdlib.h>
#include <CL/cl.h>
#define CASE_ERR(ec) case ec: return #ec;
const char * err_string(cl_int error)
{
switch(error) {
CASE_ERR(CL_DEVICE_NOT_