Sponsored Content
The Lounge What is on Your Mind? Vintage!!! Jimmy Page/Jeff Beck/Eric Clapton-Stairway to Heaven Post 303042846 by Neo on Wednesday 8th of January 2020 11:19:33 AM
Old 01-08-2020
Vintage!!! Jimmy Page/Jeff Beck/Eric Clapton-Stairway to Heaven

You must watch this music video.

Jimmy Page/Jeff Beck/Eric Clapton-Stairway to Heaven

Code:
https://youtu.be/wKlEVtA_TGQ

Long before there was surveillance capitalism, Google, FB and dystopian social media, there was Jimmy Page!

This is how it all "used to be" before mankind was reduced to ones and zeros .....


Vintage!!! Jimmy Page/Jeff Beck/Eric Clapton-Stairway to Heaven-jimmy_pagejpg


Don't miss this! It is "must watch and listen"... .trust me.
This User Gave Thanks to Neo For This Post:
 

5 More Discussions You Might Find Interesting

1. What is on Your Mind?

Jimmy Neutron

For those people wondering who Jimmy Neutron is, he is a boy genius. Jimmy Neutron is also one of the only 3-D cartoon shows on the television. It originally started out as small, two-minute shorts on Nickelodeon. They were pretty old, about ten-years-old. Most of them were about invention... (0 Replies)
Discussion started by: Danny_10
0 Replies

2. Filesystems, Disks and Memory

How to mount and read vintage scsi HDD

I started on another thread and full story can be seen here: https://www.unix.com/security/91428-how-reset-root-password-old-unix-system-v.html But my situation turned to land on this thread now. I have old scsi HDD out of the UHC UNIX System V Rel. 4.0 Version 3.6 box. And need to read... (1 Reply)
Discussion started by: 82026
1 Replies

3. UNIX Desktop Questions & Answers

Vintage unix

Hi, this my be a weird request but I'm wondering if it's possible to instill a vintage unix (like early 1980's) onto a laptop or desktop. If so how I would I go about downloading and installing? I'm mainly wanting to do this as an little porject and some funsies for me. Thanks. (11 Replies)
Discussion started by: dado00
11 Replies

4. What is on Your Mind?

Anyone Running Vintage UNIXen?

Like SunOS, AT&T Unix or anything else of that era... anything running MGR as a graphics subsystem? I'd enjoy hearing from people that may have used MGR back in the day. I have something of a collection of 32bit Suns sun4c, sun4m, sun4d etc..nothing bigger than an 8 way 85Mhz SS1000E though. The... (0 Replies)
Discussion started by: cb88
0 Replies

5. UNIX for Advanced & Expert Users

Extended vs vintage

I am having issues with the MOS (my oracle support) page. I downloaded the new critical patch and oct patchset. for solaris 10 64. However, I noticed that that the Entitlement class read vintage instead of extended in which we bought the service. can anyone tell me the difference? it is safe... (0 Replies)
Discussion started by: goya
0 Replies
Libravatar::URL(3pm)					User Contributed Perl Documentation				      Libravatar::URL(3pm)

NAME
Libravatar::URL - Make URLs for Libravatars from an email address SYNOPSIS
use Libravatar::URL; my $url = libravatar_url( email => 'larry@example.org' ); DESCRIPTION
See <http://www.libravatar.org> for more information. Functions libravatar_url # By email my $url = libravatar_url( email => $email, %options ); # By OpenID my $url = libravatar_url( openid => $openid, %options ); Constructs a URL to fetch the Libravatar for the given $email address or $openid URL. %options are optional. "libravatar_url" will accept all the options of "gravatar_url" in Gravatar::URL except for "rating" and "border". The available options are... size Specifies the desired width and height of the avatar (they are square). Valid values are from 1 to 512 inclusive. Any size other than 80 may cause the original image to be downsampled using bicubic resampling before output. size => 40, # 40 x 40 image default The url to use if the user has no avatar. default => "http://www.example.org/nobody.jpg" Relative URLs will be relative to the base (ie. libravatar.org), not your web site. Libravatar defines special values that you may use as a default to produce dynamic default images. These are "identicon", "monsterid", "wavatar" and "retro". "404" will cause the URL to return an HTTP 404 "Not Found" error instead and "mm" will display the same "mystery man" image for everybody. See <http://www.libravatar.org/api> for more info. If omitted, Libravatar will serve up their default image, the orange butterfly. base This is the URL of the location of the Libravatar server you wish to grab avatars from. Defaults to <http://cdn.libravatar.org/avatar/> for HTTP and <https://seccdn.libravatar.org/avatar/> for HTTPS. short_keys If true, use short key names when constructing the URL. "s" instead of "size", "d" instead of "default" and so on. short_keys defaults to true. https If true, serve avatars over HTTPS instead of HTTP. You should select this option if your site is served over HTTPS to avoid browser warnings about the presence of insecure content. https defaults to false. LICENSE
Copyright 2011, Francois Marier <fmarier@gmail.com>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/artistic.html SEE ALSO
<http://www.libravatar.org> - The Libravatar web site <http://www.libravatar.org/api> - The Libravatar API documentation perl v5.14.2 2012-04-04 Libravatar::URL(3pm)
All times are GMT -4. The time now is 03:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy