From owner-freebsd-questions@FreeBSD.ORG Sat May 6 22:24:57 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A142216A406 for ; Sat, 6 May 2006 22:24:57 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C69243D48 for ; Sat, 6 May 2006 22:24:56 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from epia2.farid-hajji.net (epia-2 [192.168.254.11]) by fw.farid-hajji.net (Postfix) with ESMTP id 45DFEDDDAA; Sun, 7 May 2006 00:20:09 +0200 (CEST) Date: Sat, 6 May 2006 22:27:52 +0000 From: cpghost To: Kyrre Nygard Message-ID: <20060506222752.GA58749@epia2.farid-hajji.net> References: <7.0.1.0.2.20060506121547.021666e0@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7.0.1.0.2.20060506121547.021666e0@broadpark.no> User-Agent: Mutt/1.5.11 Cc: questions@freebsd.org Subject: Re: A good source for scripts 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: Sat, 06 May 2006 22:24:57 -0000 On Sat, May 06, 2006 at 12:16:53PM +0200, Kyrre Nygard wrote: > > Hello! > > I'm searching a good source for various scripts like shell, Ruby, Python > etc. > > A lot of these script sites are more focused on making an income with > eyestabbing > advertising rather than collecting and redistributing fine scripts. > > Anyone know of any? Perl : http://www.cpan.org/ Python: http://aspn.activestate.com/ASPN/Python/Cookbook/ http://cheeseshop.python.org/pypi http://py.vaults.ca/apyllo.py As far as FreeBSD is concerned: the most interesting scripts (or, more precisely, modules) are in the ports; usually with a p5- (perl) or py- (python) prefix. Most of the above are modules; but the last one (Python Cookbook) also contains a lot of Python *scripts* (in the traditional sense). You may also want to look at the Perl Coobook (O'Reilly) for more ideas. > Thanks, > Kyrre Enjoy, -cpghost. -- Cordula's Web. http://www.cordula.ws/