Sponsored Content
Full Discussion: Album Cover Contest
The Lounge What is on Your Mind? Album Cover Contest Post 302396610 by pludi on Friday 19th of February 2010 01:07:58 AM
Old 02-19-2010
You are right of course.

Hints for the 3 remaining:
2. Someone died all too soon from all the wrong reasons
4. There's the hint of a destination on the cover
10. The band claims to know what music is made of

---------- Post updated at 07:07 ---------- Previous update was at 07:04 ----------

Quote:
Originally Posted by reborg
My musical tastes are varied to say the least. I'm willing to donate some challenging images to you for the next round.
I'm all open for suggestions Smilie
Quote:
Originally Posted by reborg
Losing my Religion is also one of my favorite R.E.M. songs to listen to too but "Country Feedback" is one of my favorite songs to play/sing, mostly because I like the Cmaj7 chord switch during the musical pauses in the lyrics.
Never could get myself warmed up to "Country Feedback". Rather have a bit of "Nightswimming" or "The One I Love".
 

2 More Discussions You Might Find Interesting

1. Red Hat

How do I find out which rpms to install to cover dependencies?

Howdy all, I am trying to install dk-milter on a postfix mail machine, but am running up against some dependencies, and I don't know how to find out which rpms contain the required packages. # cat /etc/redhat-release Red Hat Enterprise Linux ES release 3 (Taroon Update 9) # uname -a ... (2 Replies)
Discussion started by: zefflyn
2 Replies

2. What is on Your Mind?

Movie Screenshot Contest - Bits to be won!

I propose a little game, I post a bunch of images from random movies out there and people try to identify the name of the character and the movie. Each correct answer earns a point, at the end of the contest I'll give some Bits to those with the most points. The rules: I'll post only a few... (35 Replies)
Discussion started by: Smiling Dragon
35 Replies
GCOV2PERL(1p)						User Contributed Perl Documentation					     GCOV2PERL(1p)

NAME
gcov2perl - convert gcov files to Devel::Cover databases VERSION
version 0.89 SYNOPSIS
gcov2perl -h -i -v -db database gcov_files DESCRIPTION
Convert gcov files to Devel::Cover databases. OPTIONS
The following command line options are supported: -db database - specify the database to use -h -help - show help -i -info - show documentation -v -version - show version DETAILS
To obtain coverage of XS files they must first be compiled with the appropriate options. In a standard Makefile environment, such as that created by ExtUtils::MakeMaker, this can be accomplished with the command: HARNESS_PERL_SWITCHES=-MDevel::Cover make test CCFLAGS=-O0 -fprofile-arcs -ftest-coverage OTHERLDFLAGS=-fprofile-arcs -ftest-coverage If you have already built your object files it may be necessary to run make clean first, or to find some other way to ensure that they get rebuilt with the options gcov requires. Now the code coverage data has been collected "gcov" needs to be run: gcov Mylib.xs This will create one or more gcov files on which you can run "gcov2perl": gcov2perl Mylib.xs.gcov Finally, "cover" should be run as usual with any options required: cover If you are running everything with standard options, you can do all this with one command: cover -test EXIT STATUS
The following exit values are returned: 0 All files converted successfully >0 An error occurred. SEE ALSO
Devel::Cover BUGS
Huh? LICENCE
Copyright 2001-2012, Paul Johnson (paul@pjcj.net) This software is free. It is licensed under the same terms as Perl itself. The latest version of this software should be available from my homepage: http://www.pjcj.net perl v5.14.2 2012-06-15 GCOV2PERL(1p)
All times are GMT -4. The time now is 03:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy