Sponsored Content
Full Discussion: No Free Lunch
The Lounge What is on Your Mind? Cartoons for Geeks No Free Lunch Post 302569300 by Linux Bot on Sunday 30th of October 2011 06:45:02 PM
Old 10-30-2011
No Free Lunch

2011-10-30T23:03:41+01:00
Image





Tweet
Image Image Image Image
Image

Source...
 

7 More Discussions You Might Find Interesting

1. Programming

c for free

is there any web site where i can learn c for free? (2 Replies)
Discussion started by: sodiuM4F
2 Replies

2. UNIX for Dummies Questions & Answers

Can't Lunch CDE

all Freind , Nice to be one of the member for this unix forum . I have problem with machnie ..i using controller C110 for Agilent Tester and using Unix platform . I have problem when rebooting my system suddenly i can't lunch my CDE to proceed . Error mesage shown as below :- **X... (6 Replies)
Discussion started by: amran
6 Replies

3. HP-UX

Can't lunch CDE

All , Need some help & advise here . I have problem with worksation that can't lunch CDE . they was no problem when booting the system .. the problem just appear when time to lunch the CDE . Error measage is " x server can't start " thank you Amran (3 Replies)
Discussion started by: amran
3 Replies

4. Solaris

how to get the more memory free space (see memory free column)

Hi all, Could please let me know how to get the more memory free space (not added the RAM) in local zone. -bash-3.00# vmstat 2 5 kthr memory page disk faults cpu r b w swap free re mf pi po fr de sr s0 s1 s1 s1 in sy cs us sy... (3 Replies)
Discussion started by: murthy76
3 Replies

5. Solaris

MountPoint / is 8% with 899.49MB free crossing threshold of 10% free

Hi, I have a problem one of the server file system cross the limitation MountPoint / is 8% with 899.49MB free crossing threshold of 10% free out put please help how to resolve this dev/vx/dsk/bootdg/rootvol 9.8G 8.8G 956M 91% / /devices ... (3 Replies)
Discussion started by: sriniva0
3 Replies

6. Programming

How to free a port?

hi all, Im using a tcp socket for communication. After all the communications I close the socket and bind another socket to the same port. But it shows bind error. I see it is due to the port no being used immediately. But i am closing the first socket before the binding the second one to the... (9 Replies)
Discussion started by: v1jay
9 Replies

7. Fedora

Good free OS

I dont know much about the available unix/linux OSs and there are so many that it is hard to research very many. I know this is a loaded question with so many devotees to particular OSs but I just need a good (free) OS that would work well for someone who learned some basic scripting in Mac OS X.... (18 Replies)
Discussion started by: ifthanwhile
18 Replies
Vitacilina(3pm) 					User Contributed Perl Documentation					   Vitacilina(3pm)

NAME
Vitacilina - AXAh, quA~X buena medicina! DESCRIPTION
A simple feeds engine exporter that uses YAML to get list of feeds and TT as templating system. Some people would call it an aggregator. It was intended to be a reliable Planet (<http://planetplanet.org>) alternative, then some development ideas evolved into rFeed (http://github.com/damog/rfeed). Vitacilina runs on production services on a couple of systems. SYNOPSIS
use Vitacilina; my $v = Vitacilina->new( config => 'config.yaml', template => 'template.tt', output => 'output.html', limit => '20', ); $v->render; FILES
config The "config" parameter specifies the path to a YAML file specifying a list of feeds. Use this format: http://myserver.com/myfeed: name: Some Cool Feed http://feeds.feedburner.com/InfinitePigTheorem: name: InfinitePigTheorem ... template A "Template::Toolkit" file which will be taken as the template for output. Format: [% FOREACH p IN data %] <a href="[% p.permalink %]">[% p.title %]</a> by <a href="[% p.channelUrl %]">[% p.author %]</a> <br /> [% END %] The "data" is an ordered array with a bunch of hashes with the simple data such as "permalink", "title", "channelUrl", "author", etc. output File path where the output will be written. EXAMPLES
Take a look at the "examples/" directory for fully working example. SEE ALSO
Git repository is located at <http://github.com/damog/vitacilina>. Also take a look at the Stereonaut! blog where similar developments from the author are announced and sampled, <http://log.damog.net/>. AUTHOR
David Moreno, david@axiombox.com. Alexandr Ciornii contributed with patches. COPYRIGHT
Copyright (C) 2009 by David Moreno. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2009-11-29 Vitacilina(3pm)
All times are GMT -4. The time now is 04:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy