-
1876572·text·2.0 KB·2010-06-03 11:45 UTC
janot: rpm name match `locales':
locales
locales-aa
locales-af
locales-am
locales-ar
locales-as
locales-az
locales-be
locales-ber
locales-bg
locales-bn
-
1876559·text·242 B·2010-06-03 11:27 UTC
blingme: 3.4.7-0.2mdv2010.0 in main/updates, 2010.0 for i586
blingme: 3.4.3-2mdv2010.0 in main/backports, 2010.0 for i586
blingme: 3.4.3-0.1mdv2010.0 in main/testing, 2010.0 for i586
blingme: 3.4.2-1m
-
1876558·text·243 B·2010-06-03 11:27 UTC
blingme: 3.4.3-2mdv2009.1 in main/backports, 2009.1 for i586
blingme: 3.3.12-0.2mdv2009.1 in main/updates, 2009.1 for i586
blingme: 3.3.9-0.1mdv2009.1 in main/testing, 2009.1 for i586
blingme: 3.3.2-3
-
1876539·text·6.2 KB·2010-06-03 10:36 UTC
KG ---
James while John had had had had had had had had had had had a better effect on the teacher
18 May at 09:02 · Comment · Like
KG ---
That that is is that that is not is not is that it i
-
1876529·xml·11.7 KB·2010-06-03 10:18 UTC
<?xml version="1.0" encoding="UTF-8"?>
<wps:ProcessDescriptions xmlns:wps="http://www.opengis.net/wps/1.0.0"
xmlns:ows="http://www.opengis.net/ows/1.1"
xmlns:xlink="http://www.w3.org/1999/xlink"
x
-
1876528·text·6.5 KB·2010-06-03 10:16 UTC
ProcessDescription:
Abstract: 'The manual page of this module is available here: http://grass.osgeo.org/grass70/manuals/html70_user/r.watershed.html'
DataInputs:
- ComplexData:
Default
-
1876426·php·10.3 KB·2010-06-03 04:24 UTC
<?php
//set varibles
$no_tags = array(); //Cuts out the hmtl and php tags
$no_lines = array(); // breaks the line aparts
$docid_hash = array(); //Document lookup tab
-
1876351·python·2.3 KB·2010-06-03 01:14 UTC
#!/usr/bin/env python
#
# Copyright (c) 2010 Andrew Barr <andrew.james.barr@gmail.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the G
-
1876338·bash·87.7 KB·2010-06-03 00:32 UTC
-
1876326·cpp·129.6 KB·2010-06-03 00:06 UTC
-
1876324·cpp·113.0 KB·2010-06-03 00:05 UTC
-
1876302·text·505 B·2010-06-02 22:59 UTC
@echo off
echo Auto-open Program/s
echo (1) Internet Explorer
echo (2) Firefox
echo (3) Notepad
echo (4) MS Paint
echo (5) Photoshop (Only if you have it!)
echo (6) Sony Vegas 9.0c
echo (7) Mi
-
1876291·text·441 B·2010-06-02 22:42 UTC
@echo off
echo Auto-open Program/s
echo (1) Internet Explorer
echo (2) Firefox
echo (3) Notepad
echo (4) MS Paint
echo (5) Photoshop (Only if you have it!)
echo (6) Sony Vegas 9.0c
set /p opti
-
1876264·text·46.3 KB·2010-06-02 21:43 UTC
-
1876238·text·5.9 KB·2010-06-02 21:04 UTC
DROP TABLES IF EXISTS Artists,Genre, Members, Titles, Tracks,SalesPeople,Studios,XrefArtistsMembers;
DROP TABLES IF EXISTS Authors,Publishers,Titles,Title_Authors,Royalties;
DROP TABLES IF EXISTS Pr
-
1876185·text·119.7 KB·2010-06-02 19:49 UTC
-
1876178·text·144.0 KB·2010-06-02 19:36 UTC
-
1876153·bash·5.0 KB·2010-06-02 18:47 UTC
#!/bin/bash
######################################## MEINE EINSTELLUNGEN
# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
eval "`dircolors -b`"
alias ls=
-
1876150·text·1.6 KB·2010-06-02 18:44 UTC
###############################
ALSA Information Script v 0.4.3
###############################
Linux Distribution
------------------
DISTRIB_ID=LinuxMint DISTRIB_DESCRIPTION="Linux Mint 9 Isadora
-
1876148·bash·438 B·2010-06-02 18:42 UTC
#!/bin/bash
# Bash
PROGNAME=$(basename $0)
ren() {
local newname
newname=${1//-/_}
[ "$1" != "$newname" ] && mv -- "$1" "$newname"
}
traverse() {
local i
cd -- "$1" || exit 1
for i in *; d