-
1853716·bash·20.1 KB·2010-03-27 07:47 UTC
# Module for archive functions
# Last modified: 2008-07-16T22:54:53-04:00
# set base url based on parameters
set_baseurl(){
node_var="$1"
base_dir=`dirname "$2"`
# check if we want ab
-
1853705·text·24.7 KB·2010-03-27 07:01 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Sat Mar 27 07:00:54 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1853684·text·22.7 KB·2010-03-27 05:32 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Sat Mar 27 05:32:36 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1853677·text·21.8 KB·2010-03-27 05:13 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Sat Mar 27 05:13:37 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1853667·bash·141 B·2010-03-27 05:01 UTC
#!/bin/bash
BACKUPDIR-/mnt/data/PUBLIC/debbu2/pkgbu
dpkg --get-selections | grep -v deinstall > $BACKUPDIR/pkgbu-`date +%F-%H-%M`.txt
-
1853648·text·861 B·2010-03-27 04:25 UTC
hello! : )
hi! i know that you don't know me and i don't know you but i really need your help! i'm a 19 year old girl and i go to university and i need your help for my social sciences project! my
-
1853647·text·612 B·2010-03-27 04:20 UTC
anyways, i was just wondering... what's your personality like? i'm a pretty random person... and that should be obvious to you because i just went off-topic! lol! i usually go off-topic a lot... btw,
-
1853644·text·6.6 KB·2010-03-27 04:07 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Sat Mar 27 04:06:55 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1853634·text·4.7 KB·2010-03-27 03:44 UTC
using Gtk;
public class abcNotepad : Window {
Image page;
public void open(string filename){
stdout.printf("Title = %s\n",filename);
}
public abcNotepad () {
stdout.printf("abcNotepad by Vi
-
1853602·actionscript·91 B·2010-03-27 02:41 UTC
Горячие новости в российско-литовских отношениях
-
1853597·text·559 B·2010-03-27 02:31 UTC
Index: src/common/bgloader/loader.h
===================================================================
--- src/common/bgloader/loader.h (revision 5744)
+++ src/common/bgloader/loader.h (working copy)
-
1853547·text·1.1 KB·2010-03-27 00:27 UTC
Index: src/client/psengine.cpp
===================================================================
--- src/client/psengine.cpp (revision 5744)
+++ src/client/psengine.cpp (working copy)
@@ -529,7 +529
-
1853525·text·22.7 KB·2010-03-27 00:02 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Sat Mar 27 00:02:12 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1853515·text·22.7 KB·2010-03-26 23:54 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Fri Mar 26 23:54:47 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
1853447·text·54.0 KB·2010-03-26 23:23 UTC
-
1853424·text·19.5 KB·2010-03-26 22:46 UTC
/boot/initrd-2.6.33.1-desktop-1mnb.img:
========================================================================
drwx------ 5 root root 0 Mar 26 22:56 lib
drwx------ 2 root root
-
1853385·text·561 B·2010-03-26 21:47 UTC
Index: include/cssysdef.h
===================================================================
--- include/cssysdef.h (revision 33837)
+++ include/cssysdef.h (working copy)
@@ -1160,7 +1160,7 @@
* En
-
1853382·php·2.6 KB·2010-03-26 21:44 UTC
<?php function _mam_ddpaginate($prevtext='« PREV ',$nexttext=' NEXT »',$jumptext=' Jump To: ') {
/* Function to provide Previous/Next page links with a dropdown to jump
to other
-
1853351·php·1.4 KB·2010-03-26 21:01 UTC
function smart404_redirect() {
if ( !is_404() )
return;
// Extract search term from URL
$patterns_array = array();
if ( ( $patterns = trim( get_option('ignored_patterns' ) ) ) ) {
$pat
-
1853331·python·1.2 KB·2010-03-26 20:45 UTC
# -*- coding: utf-8 -*-
import sys
from PyQt4 import QtGui,uic
def widgetAbsGeom(widget):
'''Given a widget w, returns a 4-tuple of its
absolute geometry'''
r=widget.geometry()