-
2063832·text·758 B·2011-05-18 18:45 UTC
# p -Q | grep -P "xfce4.*-plugin"
xfce4-battery-plugin 1.0.0-1
xfce4-clipman-plugin 1.1.3-2
xfce4-cpufreq-plugin 1.0.0-1
xfce4-cpugraph-plugin 1.0.1-2
xfce4-datetime-plugin 0.6.1-1
xfce4-diskper
-
2063830·text·11.7 KB·2011-05-18 18:39 UTC
import org.rsbot.event.events.ServerMessageEvent;
import org.rsbot.event.listeners.PaintListener;
import org.rsbot.event.listeners.ServerMessageListener;
import org.rsbot.script.Script;
import org
-
2063816·text·5.1 KB·2011-05-18 18:13 UTC
KERN: bfs: KERN: invalid node [0x89fdd800] read from offset 1617920 (block 7117), inode at 4810
KERN: bfs: KERN: BPlusTree::_SeekDown() could not open node 1617920
KERN: bfs: Remove:1725: General sy
-
2063815·text·27.2 KB·2011-05-18 18:07 UTC
# Firewall on FreeBSD with PF: The OpenBSD Packet Filter
#
# How-tos:
# FreeBSD http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/
# PF: The OpenBSD Packet Filter http://www.openbsd.org/f
-
2063811·text·2.0 KB·2011-05-18 17:59 UTC
14:14.19 <@roycroft> i spent a lot of time telling him how much of a dumbass my boss is
14:14.27 <@roycroft> he was laughing at the end of this
14:15.00 <@mecca> I missed this story, what happened?
-
2063810·text·32.9 KB·2011-05-18 17:57 UTC
-
2063808·text·32.9 KB·2011-05-18 17:56 UTC
-
2063805·text·1.4 KB·2011-05-18 17:43 UTC
-
2063794·text·1.7 KB·2011-05-18 17:34 UTC
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild UD] media-libs/libpng-1.4.5 [1.4.7] USE="static-libs* (-apng%*)" 0 kB
[ebuild R ] virtual/
-
2063787·text·1.4 KB·2011-05-18 17:32 UTC
-
2063784·text·2.8 KB·2011-05-18 17:27 UTC
[ 211.056194] ======================================================
[ 211.060040] [ INFO: HARDIRQ-safe -> HARDIRQ-unsafe lock order detected ]
[ 211.060040] 2.6.39-rc7.sruffelldbg+ #1
[ 211.06
-
2063782·text·515 B·2011-05-18 17:25 UTC
(10:23:21 AM) ssylviacart: hey mikecrose
(10:23:27 AM) ssylviacart: u are amazing and funny
(10:23:36 AM) ssylviacart: and smell good [today ] <---only today
(10:23:41 AM) ssylviacart: thanks you
-
2063749·text·715 B·2011-05-18 16:53 UTC
cc1plus: warnings being treated as errors
/home/rikuxander/phoe-source/phoenix-sg/indra/media_plugins/gstreamer010/media_plugin_gstreamer010.cpp: In member function ‘bool MediaPluginGStreamer010::get
-
2063732·text·477 B·2011-05-18 16:39 UTC
smtpd_recipient_restrictions = permit_mynetworks,
reject_unknown_sender_domain,
reject_unknown_recipient_domain,
reject_non_fqdn_sender,
reject_non_fqdn_recipient,
-
2063729·text·654 B·2011-05-18 16:39 UTC
$('#facebox form#send_mail').live('submit', function(event){
var $form = $(this);
$.ajax({
url: $form.attr('action'),
type: 'POST',
data: $form.serialize(),
dat
-
2063716·text·830 B·2011-05-18 16:28 UTC
99-jackd.conf :
# Default limits for users of jack-audio-connection-kit
@jackuser - rtprio 20
@jackuser - memlock 4194304
@pulse-rt - rtprio 20
@pulse-rt - nice -20
90-nproc.conf :
-
2063712·javascript·18.2 KB·2011-05-18 16:24 UTC
//This code was written by shrsv. This is worthless, and do not refer to it for the good of yourself because it's written by a complete non-professional
var total = 0; //the grand total
var numberTo
-
2063707·text·1.4 KB·2011-05-18 16:21 UTC
17:14:33.978 JACK was started with PID=3259.
no message buffer overruns
jackdmp 1.9.6
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2010 Grame.
jackdmp comes with ABSOLUTELY NO WARRAN
-
2063706·c·1.8 KB·2011-05-18 16:20 UTC
/*
(C) 2011, yury@nix.co.il
*/
#include <stdio.h>
#define LARGEST_COUNT 5
typedef struct {
int value;
int position;
} val_pos_type;
int val_pos_cmp(const void *a, const void *b) {
-
2063704·text·1.4 KB·2011-05-18 16:19 UTC
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package question1a;
import java.util.Scanner;
/**
*
* @author crusoe
*/
public class Qu