-
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))
-
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() {