-
2073458·text·146 B·2011-06-02 00:19 UTC
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
#
exec /usr/bin/gnome-session&
exec /usr/bin/xterm&
-
2073455·nasm·1.3 KB·2011-06-02 00:08 UTC
.MODEL small
.STACK 100h
.DATA
FibVetor DB 0,0,0,0,0,13,10,'$'
Tam DB 5
.CODE
mov cx,@data
mov ds,cx ;set DS to point to the data segment
mov ax,5
CALL
-
2073454·text·167 B·2011-06-02 00:05 UTC
(if window-system (
(color-theme-blackboard)
(put 'suspend-frame 'disabled t)
)
(color-theme-zenburn))
-
2073453·nasm·1.3 KB·2011-06-02 00:02 UTC
.MODEL small
.STACK 100h
.DATA
FibVetor DB 0,0,0,0,0,13,10,'$'
Tam DB 5
.CODE
mov cx,@data
mov ds,cx ;set DS to point to the data segment
mov ax,5
CALL
-
2073450·diff·6.5 KB·2011-06-01 23:53 UTC
commit 82a38ce65490afbec5d4d1c29bd97f7d7e94d861
Author: Matt Benjamin <matt@linuxbox.com>
Date: Wed Jun 1 19:29:50 2011 -0400
Audit BCB
Add support to conditionally report callba
-
2073448·text·373 B·2011-06-01 23:49 UTC
cameron@cameron-linux:/$ blkid
/dev/sda1: UUID="FA98E9EA98E9A4FB" TYPE="ntfs"
/dev/sda3: UUID="67c0fc38-fe22-420d-a471-4e8715a9cabe" TYPE="ext3"
/dev/sda5: UUID="7d129343-46c4-420b-bf22-b6d811c44
-
2073447·text·952 B·2011-06-01 23:48 UTC
diff --git a/mythtv/libs/libmythupnp/upnpdevice.cpp b/mythtv/libs/libmythupnp/upnpdevice.cpp
index d121dcb..6b49297 100644
--- a/mythtv/libs/libmythupnp/upnpdevice.cpp
+++ b/mythtv/libs/libmythupnp
-
2073446·text·681 B·2011-06-01 23:48 UTC
diff --git a/mythtv/libs/libmythupnp/upnptasksearch.cpp b/mythtv/libs/libmythupnp/upnptasksearch.cpp
index 20d6d8e..a5a0960 100644
--- a/mythtv/libs/libmythupnp/upnptasksearch.cpp
+++ b/mythtv/libs
-
2073445·text·710 B·2011-06-01 23:47 UTC
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda3
-
2073443·text·683 B·2011-06-01 23:39 UTC
diff --git a/mythtv/libs/libmythupnp/upnptasksearch.cpp b/mythtv/libs/libmythupnp/upnptasksearch.cpp
index 20d6d8e..a5a0960 100644
--- a/mythtv/libs/libmythupnp/upnptasksearch.cpp
+++ b/mythtv/libs
-
2073440·diff·6.7 KB·2011-06-01 23:32 UTC
commit 32f73a9105892eee3642b026aef9de3b5e7de9e9
Author: Matt Benjamin <matt@linuxbox.com>
Date: Wed Jun 1 19:29:50 2011 -0400
Slightly Buggy Audit BCB
Add support to conditionall
-
2073438·text·3.8 KB·2011-06-01 23:22 UTC
148 recipes
16 achievements
21:39:29 [INFO] Starting minecraft server version Beta 1.6.6
21:39:29 [INFO] Loading properties
21:39:29 [INFO] Starting Minecraft server on *:25565
21:39:29 [INFO] Th
-
2073437·text·832 B·2011-06-01 23:16 UTC
2011-06-01 16:46:11.737 UPnpCDSExtension::GetCount() - SELECT count( song.album_id ) FROM music_songs song WHERE song.album_id = :K
EY = 1
2011-06-01 16:46:11.738 Error preparing query: SELECT song.
-
2073433·text·7.5 KB·2011-06-01 23:00 UTC
OpenSSH_5.6p1, OpenSSL 0.9.8r 8 Feb 2011
debug1: Reading configuration data /etc/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to bigsky.nsnet.us [10
-
2073432·text·99 B·2011-06-01 22:59 UTC
ndawson@bigsky:~$ sudo vi /etc/hosts
127.0.0.1 localhost
10.1.1.55 bigsky.nsnet.us bigsky
-
2073431·text·108 B·2011-06-01 22:58 UTC
ndawson@bigsky:~$ sudo vi /etc/hosts
127.0.0.1 bigsky localhost
10.1.1.55 bigsky.nsnet.us bigsky
-
2073430·text·30.4 KB·2011-06-01 22:54 UTC
0.000000 futex(0xbcf0ec, FUTEX_WAIT_PRIVATE, 61, NULL) = 0 <7.127058>
7.127242 futex(0xbcf0c0, FUTEX_WAKE_PRIVATE, 1) = 0 <0.000070>
0.000185 write(46, "0", 1) = 1 <0.000050>
-
2073429·text·475 B·2011-06-01 22:49 UTC
> amz[["Weight"]]
[1] 0.47% 0.98% 1.11% 2.78% 1.38% 0.46% 0.30% 1.43% 0.60% 0.86%
[11] 3.41% 0.38% 2.41% 14.20% 4.33% 5.04% 1.04% 0.36% 0.79% 0.66%
[21] 0.54% 9.69% 3.43% 0.6
-
2073428·text·58.5 KB·2011-06-01 22:40 UTC
-
2073424·text·165 B·2011-06-01 22:24 UTC
$test = get_facebook_posts_and_likes('10376464573');
$likes = 0;
foreach ($test as $tester) {
$likes += $tester['likes']['count'];
}
echo $likes.'<br />';
?>