Geeks In Bars

 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Cartoons for Geeks Geeks In Bars
# 1  
Old 03-26-2010
Geeks In Bars

2010-03-26T09:44:45+01:00
Image






* Image Image Image Image
Image

Source...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Some colorful progress bars

Hi Folks, I've been playing around implementing some colorful progress bars using shell scripting. I thought it would nice to share my work :) If you like em, feel free to use em :D Cheers #!/bin/sh # progbar3.sh # Simulate a progress bar with colors # Author: Sofiane Cherchalli... (1 Reply)
Discussion started by: sofianito
1 Replies

2. UNIX for Dummies Questions & Answers

Extra error bars in Gnuplot!

When I use gnuplot to plot a set of data I get extra y-axis error bars in some random points. Please try the code below, and note the y error bars in the top left corner that don't have any data corresponding to it. Any idea what might be causing this? gnuplot > set yrange set xrange ... (1 Reply)
Discussion started by: cosmologist
1 Replies

3. UNIX for Dummies Questions & Answers

scroll bars in Exceed X-windows

I am using this as my command line in Hummingbird Exceed XSession: xterm -ls -geometry 150x60 -display @D -bg white -fg black The problem is that I need scroll bars. Any ideas on what to add? (7 Replies)
Discussion started by: yankee428
7 Replies
Login or Register to Ask a Question
Debian::Control::Stanza::Source(3pm)			User Contributed Perl Documentation		      Debian::Control::Stanza::Source(3pm)

NAME
Debian::Control::Stanza::Source - source stanza of Debian source package control file SYNOPSIS
my $src = Debian::Control::Stanza::Source->new(\%data); print $src; # auto-stringification print $src->Build_Depends; # Debian::Dependencies object DESCRIPTION
Debian::Control::Stanza::Source can be used for representation and manipulation of "Source:" stanza of Debian source package control files in an object-oriented way. Converts itself to a textual representation in string context. FIELDS
The supported fields for source stanzas are listed below. For more information about each field's meaning, consult the section named "Source package control files -- debian/control" of the Debian Policy Manual at http://www.debian.org/doc/debian-policy/ <http://www.debian.org/doc/debian-policy/> Note that real control fields may contain dashes in their names. These are replaced with underscores. Source Section Priority Maintainer Uploaders DM_Upload_Allowed Build_Conflicts Build_Conflicts_Indep Build_Depends Build_Depends_Indep Standards_Version Vcs_Browser Vcs_Bzr Vcs_CVS Vcs_Git Vcs_Svn Homepage XS_Autobuild All Build_... fields are converted into objects of Debian::Dependencies class upon construction. CONSTRUCTOR
new new( { field => value, ... } ) Creates a new Debian::Control::Stanza::Source object and optionally initializes it with the supplied data. SEE ALSO
Debian::Control::Stanza::Source inherits most of its functionality from Debian::Control::Stanza COPYRIGHT &; LICENSE Copyright (C) 2009 Damyan Ivanov dmn@debian.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. perl v5.14.2 2012-01-15 Debian::Control::Stanza::Source(3pm)