-
2097076·text·629 B·2011-12-28 22:41 UTC
~$ ./bin/gmg migrate
Traceback (most recent call last):
File "./bin/gmg", line 9, in <module>
load_entry_point('mediagoblin==0.3.0.dev', 'console_scripts', 'gmg')()
File "/var/www/media.ma
-
2097075·text·655 B·2011-12-28 21:50 UTC
Last login: Fri Dec 23 20:54:40 on ttyp1
/Users/cong/Desktop/df_osx/df; exit
Welcome to Darwin!
Allisons-Mac-mini:~ con$ /Users/cong/Desktop/df_osx/df; exit
dyld: lazy symbol binding failed: Symbo
-
2097074·text·686 B·2011-12-28 21:49 UTC
Last login: Fri Dec 23 20:54:40 on ttyp1
/Users/kimconger/Desktop/df_osx/df; exit
Welcome to Darwin!
Allisons-Mac-mini:~ kimconger$ /Users/kimconger/Desktop/df_osx/df; exit
dyld: lazy symbol bindi
-
2097073·text·4 B·2011-12-28 21:42 UTC
aa
-
2097071·perl·449 B·2011-12-28 21:38 UTC
foreach my $mailbox (@mailboxes)
{
if ($$mailbox[0] =~ /uc\.cox\.net/)
{
%info = $client->info($$mailbox[0]);
}
if ($$mailbox[0] =~ /user(\/([0-9a-fA-F]+))?\/(\d+)@([\w\.]+)/)
{
-
2097057·text·1.3 KB·2011-12-28 19:57 UTC
CPP lib/cximage-6.0/CxImage/tif_xfile.o
In file included from tif_xfile.cpp:10:0:
ximage.h:56:0: warning: "_XOPEN_SOURCE" redefined
/usr/include/features.h:166:0: note: this is the location of
-
2097056·text·12.2 KB·2011-12-28 19:32 UTC
body {
background:#D4EAF5!important;
width:auto!important;
font-family:Helvetica, sans-serif!important;
font-size:.75em!important;
font-weight:400!important;
margin:0 1em!important;
letter-spac
-
2097054·text·290 B·2011-12-28 19:24 UTC
import random,math
def gibbs(N=50000,thin=1000):
x=0
y=0
print "Iter x y"
for i in range(N):
for j in range(thin):
x=random.gammavariate(3,1.0/(y*y+4))
-
2097049·text·10.7 KB·2011-12-28 18:41 UTC
Dec 28 08:38:26 knuth kernel: [33369.024072] firewire_sbp2: fw2.0: sbp2_scsi_abort
Dec 28 08:38:30 knuth kernel: [33372.524063] firewire_sbp2: fw1.0: orb reply timed out, rcode=0x11
Dec 28 08:38:30
-
2097048·text·1.5 KB·2011-12-28 18:36 UTC
frailes10@frailes10:~$ sudo lspci
[sudo] password for frailes10:
00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
00:02.0 VGA compatible controller: I
-
2097047·text·749 B·2011-12-28 18:24 UTC
public class Arrow : MonoBehaviour {
public int player = 0;
void Start(){
Messenger<int>.AddListener("Destroy Self", destroySelf);
}
void OnMouseDown(){
Debug.Log("Arrow clicked -
-
2097046·text·635 B·2011-12-28 18:23 UTC
list messages;
string pipi;
default {
state_entry() {
llSetTimerEvent(0.1); // Poll for emails. (Yes, that is a retarded way on an event-based system!)
}
timer() {
-
2097044·text·834 B·2011-12-28 18:16 UTC
werner@HTPC:~$ mythfrontend --version
Please attach all output as a file in bug reports.
MythTV Version : v0.24.1+
MythTV Branch :
Network Protocol : 63
Library API : 0.24.20110505-1
-
2097043·text·196 B·2011-12-28 18:14 UTC
private var buildingTags : BuildingTag[];
function TurnOffCurrBuildingTag()
{
if (currBuildingTagOn >= 0)
{
buildingTags[currBuildingTagOn].TurnOff();
currBuildingTagOn = -1;
}
}
-
2097041·text·7.1 KB·2011-12-28 17:46 UTC
werner@HTPC:~$ mythfrontend -v none,file,extra 2>&1 > frontlog
QObject::connect: Cannot queue arguments of type 'QNetworkReply::NetworkError'
(Make sure 'QNetworkReply::NetworkError' is registered u
-
2097036·text·1.6 KB·2011-12-28 17:33 UTC
Zubatej's concept of wc run
Motivation:
Oryx 2 has 65k hp
dmg needed to get wc top in sb is afaik around 650 so we can get like 100 sb bags
(we won't get 100, but let's get as much as we can)
-
2097034·text·1.1 KB·2011-12-28 17:33 UTC
Perl interface loaded
* Looking up irc.warez-bb.org
* Connecting to irc.warez-bb.org (94.75.237.215) port 7000...
SSL Microsoft Unified Security Protocol Provider
SSL Sending 81 bytes of h
-
2097033·text·1.6 KB·2011-12-28 17:33 UTC
Zubatej's concept or wc run
Motivation:
Oryx 2 has 65k hp
dmg needed to get wc top in sb is afaik around 650 so we can get like 100 sb bags
(we won't get 100, but let's get as much as we can)
-
2097031·text·431 B·2011-12-28 17:29 UTC
New Form:
=====
This operation will recreate all funds with the "propogate" flag for the next fiscal year.
[ ] Deactivate propogated funds and rollover encumberances and balances to the next fisc
-
2097030·text·1.3 KB·2011-12-28 17:28 UTC
kyron lvm # rm /dev/sda[123]
kyron lvm # rm /dev/sdb[123]
kyron lvm # ll /dev/sd[ab]*
brw-rw---- 1 root disk 8, 0 Dec 28 12:25 /dev/sda
brw-rw---- 1 root disk 8, 16 Dec 28 12:25 /dev/sdb
kyron l