From owner-freebsd-questions@FreeBSD.ORG Thu Oct 29 04:20:15 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D2361065676 for ; Thu, 29 Oct 2009 04:20:15 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.25]) by mx1.freebsd.org (Postfix) with ESMTP id B01D68FC19 for ; Thu, 29 Oct 2009 04:20:14 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 9so391360qwb.7 for ; Wed, 28 Oct 2009 21:20:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:cc :subject:in-reply-to:message-id:references:user-agent :x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type; bh=8wU2q4Rsnz33GPj9uvJeKz9G9pOeQMcC309XrJj17wE=; b=gGOFWTDTx+M0JfsRiJmFcbuR8xAMB0XN3MQpOmjRij5yHifA9claqTfkbXM102kW04 LLPGkbi75Nyk2gAyWnJWyqspVjk2ov7AJiUtfmbUM6sSBh+CpAHwkuZNw7GpAO/GIyzi xhSmQa7QSdn3jvzlEKGvYA7t4vHEti65SRMlU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:in-reply-to:message-id:references :user-agent:x-openpgp-key-id:x-openpgp-key-fingerprint:mime-version :content-type; b=PiDSkFWEUOrrb0+XplPI7ZOV2Hiv6R+cEyG9ZEdYIjaokRbxTVGQiQKoJ10xDryslc g4MyOlnfekJvf42CuP/w4hLEICFubWikD1NcEFukTfo1rEZyuOhvwV1v/9ZU1jRFXnXM vndAXTKdZ8wOmEsmo/KWULBvk6Gvk28GpsAmQ= Received: by 10.224.24.84 with SMTP id u20mr9733638qab.160.1256790013845; Wed, 28 Oct 2009 21:20:13 -0700 (PDT) Received: from ppp-22.186.dialinfree.com (ppp-22.186.dialinfree.com [209.172.22.186]) by mx.google.com with ESMTPS id 23sm1038549qyk.7.2009.10.28.21.20.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 28 Oct 2009 21:20:13 -0700 (PDT) Sender: "J. Hellenthal" Date: Thu, 29 Oct 2009 00:20:07 -0400 From: jhell To: Gary Gatten In-Reply-To: <21901_1256787458_4AE90E02_21901_537_1_70C0964126D66F458E688618E1CD008A08CCEED0@WADPEXV0.waddell.com> Message-ID: References: <21901_1256787458_4AE90E02_21901_537_1_70C0964126D66F458E688618E1CD008A08CCEED0@WADPEXV0.waddell.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-OpenPGP-Key-Id: 0x89D8547E X-OpenPGP-Key-Fingerprint: 85EF E26B 07BB 3777 76BE B12A 9057 8789 89D8 547E MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: [OT] Show nice columns of numers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 04:20:15 -0000 On Wed, 28 Oct 2009 23:37, Ggatten@ wrote: > How but some ascii art that animates Beastie walking across the screen or something? A little creativity? > > ----- Original Message ----- > From: owner-freebsd-questions@freebsd.org > To: jhell > Cc: Bertram Scharpf ; freebsd-questions@freebsd.org > Sent: Wed Oct 28 22:14:09 2009 > Subject: Re: [OT] Show nice columns of numers > > > On Wed, 28 Oct 2009 23:03, jhell@ wrote: >> >> On Wed, 28 Oct 2009 18:32, lists@ wrote: >>> Hi, >>> >>> >>> my company is going to shoot a TV spot that will show me at work. >>> The first thing my desktop will contain is some BSD/FreeBSD logo. >>> >>> As it will be a movie, not a photograph, I would like to have huge >>> columns of numbers running over the screen or at least one window. >>> Does somebody know a programm that produces such nice output? >>> >>> Thanks in advance. >>> >>> Bertram >>> >>> >>> >> >> >> Nice output so far. I like seeing all these examples Polytropon's to be >> specific. >> >> Here is another one for you that is a little unique that you might not see on >> every computer out there. >> >> Integer Sequences database located here: >> fetch http://www.research.att.com/~njas/sequences/stripped.gz >> >> Put some real previous work back to work!. ;) >> >> sed & awk that file to your liking to change commas spaces or such around so >> it can be spilled out to a terminal then toil the end result with the >> something like the following. >> >> # For bourne style shells. >> for line in `zcat stripped.gz`; do echo $line && sleep .09 ;done >> >> The above command on that file will show you the reason why some awk'ing >> might be needed but that's up to you. >> >> Best of luck. >> >> > > > For extra added effect make things a little bit larger. > xterm -fn 12x24 -geometry 80x30+0+0 -bw 0 -T "Your favorite title here." > > Load up logo_saver.ko on a VM, record the output with XVidCap on the hosting machine & play it back with mplayer -vo aa. ;) loop until happy. -- Thu Oct 29 00:17:03 2009 -0500 jhell