-
2051342·text·1.1 KB·2011-04-27 21:49 UTC
17:43:04 <Jeff> if a usb profile is loaded, select song from screenselectmusic, escape out, back to screenselectmusic. choose a different song.
17:43:14 <Jeff> black screen, crash with a
17:43:14
-
2051341·text·1.4 KB·2011-04-27 21:48 UTC
* libxml2-2.7.8.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* Package: dev-libs/libxml2-2.7.8
* Repository: gentoo
* Maintainer: gnome@gentoo.or
-
2051336·text·15.6 KB·2011-04-27 21:39 UTC
description: Desktop Computer
product: GA-MA74GM-S2
vendor: Gigabyte Technology Co., Ltd.
width: 64 bits
capabilities: smbios-2.4 dmi-2.4 vsyscall64 vsyscall32
configurati
-
2051335·perl·379 B·2011-04-27 21:35 UTC
if(defined($args{QUERY})){
$x_variant=$args{QUERY}->param('x_variant');
}
unless(defined($x_variant)) {
while(my $temp=$article->find_file("guest-access-form".($x_variant+1).".inc")) {
-
2051334·text·253 B·2011-04-27 21:27 UTC
require(quantmod)
y <- getFX('USD/CAD', from=Sys.Date()-499, auto.assign=F)
y.above <- y[as.vector(y) > mean(as.vector(y))]
y.below <- y[as.vector(y) < mean(as.vector(y))]
plot(y, type='n')
polyg
-
2051333·text·794 B·2011-04-27 21:26 UTC
class version : private std::pair<unsigned int, unsigned int>
{
public:
explicit version(unsigned int major = 2, unsigned int minor = 0) throw();
std::string str() const throw(
-
2051331·text·9.4 KB·2011-04-27 21:18 UTC
[ 62/421] cxx: ingen/src/server/PostProcessor.cpp -> build/ingen/src/server/PostProcessor.cpp.1.o
In file included from /home/joe/building/drobilla-lad/ingen/src/serialisation/Serialiser.hpp:30,
-
2051326·text·1.7 KB·2011-04-27 21:04 UTC
#!/bin/bash
#
# Delete old file...
rm /var/www/adblockhosts.txt
echo "Download new files..."
wget --limit-rate=20K -qO /var/www/rawhosts0.txt http://pgl.yoyo.org/as/serverlist.php?hostfor
-
2051321·text·447 B·2011-04-27 20:30 UTC
jcf@compsoc ~/Cabal-1.8.0.4 $ ./Setup configure --user --prefix=$HOME/.cabal
Configuring Cabal-1.8.0.4...
jcf@compsoc ~/Cabal-1.8.0.4 $ ./Setup build
Preprocessing library Cabal-1.8.0.4...
Buildin
-
2051318·text·2.3 KB·2011-04-27 20:12 UTC
cmake .
-- Building Spring for 32bit environment
-- Found AI Wrapper: Cpp-AIWrapper
-- Found AI Wrapper: LegacyCpp-AIWrapper
-- Found AI Wrapper: LegacyCpp-Creg-AIWrapper
-- Found AI Wrapper: CUt
-
2051317·text·5.7 KB·2011-04-27 20:11 UTC
#==============================================
# Olympus Memory Map
# http://compass.mot.com/go/342391245
# Ver 1.30
#==============================================
[device]
type=hsm
-
2051315·text·741 B·2011-04-27 20:05 UTC
vector:/~/packages/vasm
milkdud:$ ls
PKGBUILD putcontrib@ sudoers.d-vasm
packagers.forum slack-changes vasm-7.0-noarch-1vl70.txz
vector:/~/packages/vasm
milkdud:$ putcontrib
Usin
-
2051314·text·2.8 KB·2011-04-27 20:03 UTC
64 bytes from www.phpbb.com (140.211.15.9): icmp_req=172 ttl=47 time=203 ms (DUP!)
64 bytes from www.phpbb.com (140.211.15.9): icmp_req=175 ttl=47 time=202 ms
64 bytes from www.phpbb.com (140.211.15
-
2051313·text·571 B·2011-04-27 20:02 UTC
15:58 < manOwl> BitWraith: I have a problem
15:59 < manOwl> my adsense account is on a different email than my google
checkout account.
15:59 < manOwl> and when I try to open an ad
-
2051309·text·2.6 KB·2011-04-27 19:57 UTC
function NTM_ChangeAreaInt(how, dest, ownername, myportal)
{
debugPrint("ntm changeAreaint how:"+how+" Dest:"+dest );
var _portal, _wpHex;
var _playerportal = false;
var _prearea;
var _warp
-
2051308·text·1.4 KB·2011-04-27 19:54 UTC
CreateObject(985, 2644.8845214844, -2039.7027587891, 10.554044723511, 0, 0, 178);
CreateObject(985, 1843.7287597656, -1855.7330322266, 8.4497909545898, 0, 0, 270);
CreateObject(985, 1024.8260498047,
-
2051307·text·26.2 KB·2011-04-27 19:53 UTC
<?xml version="1.0" encoding="UTF-8"?>
<!-- Do not edit this file, it will be overwritten on install.
Copy the file to $HOME/.config/openbox/ instead. -->
<openbox_config xmlns="http://open
-
2051306·text·573 B·2011-04-27 19:52 UTC
stephan@laptop:~$ host -a portal
Trying "portal.arts.local"
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2621
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1
;; QU
-
2051305·text·5.0 KB·2011-04-27 19:49 UTC
#include <stdio.h>
#include <stdlib.h>
#include <arpa/inet.h>
// copyright of capisce
uint32_t read_uint32(FILE *fp)
{
int32_t value;
fread(&value, 4, 1, fp);
return ntohl(va
-
2051303·java·258 B·2011-04-27 19:43 UTC
String content = EntityUtils.toString(response.getEntity());
if(content == "EMAIL_PLS") {
EditText errorText = (EditText)findViewById(R.id.errorText);