-
2121096·text·280 B·2012-02-23 19:05 UTC
My form tutor's husband was dating a girl at Oxford Brookes, and slept round her place one day. At 9am he was in the kitchen of her apartment and her parents rang the doorbell. Her parents told the gi
-
2121090·text·2.0 KB·2012-02-23 18:46 UTC
### Potentiella fel i din QuickSort.
# Partition returnerar index inom pivotintervallet. (3-delning)
mid[0] ↓ ↓ mid[1]
[2, 6, 3, 4 | 8 8 8 8 8 8 8 8 | 12 39 10 30]
dvs,
-
2121085·text·2.6 KB·2012-02-23 18:24 UTC
Setting up python-glance (2012.1~e4~20120217.1275-0ubuntu1) ...
Setting up python-nova (2012.1~e4~20120223.12885-0ubuntu0ppa1~precise1) ...
Setting up nova-common (2012.1~e4~20120223.12885-0ubuntu0p
-
2121084·text·3.2 KB·2012-02-23 18:19 UTC
2012-02-23T18:17:55.946Z| vthread-3| I120: Your GCC version: 4.6
2012-02-23T18:17:55.946Z| vthread-3| I120: Searching for GCC 4.4.
2012-02-23T18:17:55.948Z| vthread-3| I120: Kernel compiled with: GC
-
2121083·text·10.8 KB·2012-02-23 18:18 UTC
I/Netd ( 129): Netd 1.0 starting
D/AndroidRuntime( 130):
D/AndroidRuntime( 130): >>>>>> AndroidRuntime START com.android.internal.os.ZygoteInit <<<<<<
D/AndroidRuntime( 130): CheckJNI is ON
-
2121082·text·2.6 KB·2012-02-23 18:12 UTC
help.c: In function ‘bool parse_numbers(Iterator, Iterator)’:
help.c:19:66: error: no match for ‘operator<<’ in ‘boost::phoenix::ref(std::cout) << "Read: "’
help.c:19:66: note: candidates are:
/usr
-
2121081·text·1.9 KB·2012-02-23 18:12 UTC
#define BOOST_SPIRIT_UNICODE
#include <boost/spirit/include/qi.hpp>
template <typename Iterator>
bool parse_numbers(Iterator first, Iterator last)
{
namespace qi = boost::spirit::qi;
names
-
2121080·text·10.5 KB·2012-02-23 18:09 UTC
I/Netd ( 148): Netd 1.0 starting
I/ ( 147): ServiceManager: 0xad50
V/AudioHardware( 147): libsecril-client.so is loaded
E/AudioHardware( 147): LVVEFS_Create returns [5]
D/AudioHardwa
-
2121079·text·479 B·2012-02-23 18:06 UTC
namespace qi = boost::spirit::qi;
using enc::alnum;
bool r = phrase_parse(
first, /*< start iterator >*/
last,
-
2121078·text·924 B·2012-02-23 18:00 UTC
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6.1/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --
-
2121075·text·205 B·2012-02-23 17:55 UTC
<!-- BEGIN SIDEBAR -->
<div id="sidebar">
<?php
if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar')):
endif;
?>
</div>
<!-- END SIDEBA
-
2121073·text·109.1 KB·2012-02-23 17:50 UTC
-
2121064·javascript·391 B·2012-02-23 16:37 UTC
function concatFormFields()
{
var name = document.getElementById["name"];
var type = document.getElementById["type"];
var color = document.getElementById["color"];
var size = document.getElem
-
2121062·text·598 B·2012-02-23 16:25 UTC
[root@gateway ~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
172.16.0.5 0.0.0.0 255.255.255.255 UH 0 0
-
2121060·text·605 B·2012-02-23 16:18 UTC
cat /etc/openvpn/openvpn.conf
port 1194 # (1194 is the default but on some APN networks this is blocked)
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
server 172.
-
2121059·text·3.5 KB·2012-02-23 16:18 UTC
cat /etc/openvpn/client.conf
##############################################
# Sample client-side OpenVPN 2.0 config file #
# for connecting to multi-client server. #
#
-
2121056·text·1.1 KB·2012-02-23 16:11 UTC
Thu Feb 23 16:08:22 2012 client.pub.ip:56270 [mydomain.com] Peer Connection Initiated with client.pub.ip:56270
Thu Feb 23 16:08:22 2012 mydomain.com/client.pub.ip:56270 MULTI: Learn: 172.16.0.10 -> m
-
2121054·python·287 B·2012-02-23 16:05 UTC
__module_name__ = "helloworld"
__module_version__ = "1.0"
__module_description__ = "Python module example"
def filter_twitter(word, word_eol, userdata):
if userdata.nick == "REPLACE ME" &&
-
2121052·text·591 B·2012-02-23 16:03 UTC
Started by user anonymous
Building in workspace /var/lib/jenkins/jobs/Phoenix/workspace
Checkout:workspace / /var/lib/jenkins/jobs/Phoenix/workspace - hudson.remoting.LocalChannel@26114629
Using st
-
2121050·cpp·321 B·2012-02-23 15:57 UTC
#include <QtCore>
#include <QSettings>
int main ( int argc, char *argv[] )
{
QSettings settings("file.desktop", QSettings::IniFormat);
settings.beginGroup("Desktop Entry");