The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Yet Another Protest Library

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Daniel Berger

Posts: 1383
Nickname: djberg96
Registered: Sep, 2004

Daniel Berger is a Ruby Programmer who also dabbles in C and Perl
Yet Another Protest Library Posted: Jun 7, 2007 7:36 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Daniel Berger.
Original Post: Yet Another Protest Library
Feed Title: Testing 1,2,3...
Feed URL: http://djberg96.livejournal.com/data/rss
Feed Description: A blog on Ruby and other stuff.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Daniel Berger
Latest Posts From Testing 1,2,3...

Advertisement
Tonight I released file-temp, an alternative to Ruby's tempfile library. This marks the sixth library I've released to supplant an existing library in Ruby's stdlib for one reason or another. Here's the list:

  • sys-admin - A cross-platform replacement for the 'etc' library. Oh, and I use the re-entrant C functions, too

  • file-temp - Replaces Ruby's overwrought 183-line tempfile.rb with a C extension that uses your system's tmpfile() function. Oh, and my code, my C code, is only 105 lines.

  • pathname2 - A replacement for Ruby's pathname library, which parses paths with regular expressions (gah!), has some serious issues on MS Windows, is missing some useful methods, and goes out of its way to simulate a string instead of just subclassing String.

  • net-ping - Replaces the ping library that ships with Ruby (which you may not have known). Ruby's is a simple tcp ping wrapper. Mine contains classes for handling external, tcp, http, udp and icmp pings.

  • getopt - Because getopt-long and optparse suck.

  • file-find - Ruby's find module is barely more than a Dir.glob call. Mine is modeled after the find command and actually has useful options.

Read: Yet Another Protest Library

Topic: AT&T Online Support could use some QA Previous Topic   Next Topic Topic: ParseTree version 1.7.1 has been released!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use