-
2097099·text·654 B·2011-12-29 01:36 UTC
map to guest = Never
username map =
use mmap = Yes
os2 driver map =
username map script =
ldap idmap suffix =
homedir map = auto.home
-
2097098·text·2.1 KB·2011-12-29 01:35 UTC
UnityException: Failed assemblies stripper: C:/Program Files (x86)/Unity/Editor/Data/Mono/bin\mono.exe "C:/Program Files (x86)/Unity/Editor/Data/Tools/UnusedBytecodeStripper.exe" -l none -c link -a "A
-
2097095·text·2.2 KB·2011-12-29 01:02 UTC
2011-12-29 01:08:43 [INFO] jordanhuot [/98.215.128.104:1116] logged in with entity id 8973 at ([world] 0.5, 69.0, 0.5)
2011-12-29 01:08:44 [INFO] Connection reset
2011-12-29 01:08:44 [INFO] Connecti
-
2097092·text·650 B·2011-12-29 00:26 UTC
/dev/sda2 / ext3 acl,user_xattr 1 1
/dev/sda1 swap swap defaults 0 0
proc /proc
-
2097091·text·5.5 KB·2011-12-29 00:24 UTC
private int GetWeekNumberByDate(JulianDate startingDate, JulianDate currentDate) {
if (currentDate >= startingDate && currentDate <= (startingDate + 6)) return 1;
els
-
2097090·text·174.0 KB·2011-12-29 00:24 UTC
-
2097088·text·7 B·2011-12-28 23:59 UTC
deleted
-
2097084·text·850 B·2011-12-28 23:25 UTC
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2008/08/20 15:04:58
[global]
workgroup = WORKGROUP
netbios name = SERVER
server string = SERVER
domain logons =
-
2097083·php·1.9 KB·2011-12-28 23:10 UTC
// Marein's Bullshitty Namespace Tabs
$title = $this->data['thispage'];
$title = str_replace('Lore:', '', $title);
$title = str_replace('Game:', '', $title);
$query['action'] =
-
2097082·text·1.9 KB·2011-12-28 23:10 UTC
// Marein's Bullshitty Namespace Tabs
$title = $this->data['thispage'];
$title = str_replace('Lore:', '', $title);
$title = str_replace('Game:', '', $title);
$query['action'] =
-
2097078·text·478 B·2011-12-28 22:59 UTC
/blog/AdminWidget.cpp:13:1: error: prototype for ‘blog::AdminWidget::AdminWidget(Wt::Dbo::Session*, std::string&, supa::URLMapper*, Wt::WContainerWidget*)’ does not match any in class ‘blog::AdminWidg
-
2097077·text·639 B·2011-12-28 22:57 UTC
/home/matiu/projects/customers/alberto_marroquin/blog/blog/AdminWidget.cpp:13:1: error: prototype for ‘blog::AdminWidget::AdminWidget(Wt::Dbo::Session*, std::string&, supa::URLMapper*, Wt::WContainerW
-
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))