Approximity blog home
153 to 172 of 599 articles InfoSyndicate: full/short

Introduction to Refactoring Streamzine   18 Dec 05
[print link all ]
Net Objective’s latest stream-zine demonstrates refactorings and code-smells. Audio and slides.

www.netobjectives.com/streamzines/CurrentStreamzine/

Very good introductory material.

Ruby versus .. Perl5 versus XOTcl   18 Dec 05
[print link all ]
Thanks to Michael Schlenker we added a XOTcl column to our OO comparison table.

Extended Object Tcl (for short: XOTcl, pronounced exotickle) is an object-oriented scripting language based on MIT’s OTcl.

Interesting book sales news   09 Dec 05
[print link all ]
radar.oreilly.com/archives/2005/12/ruby_book_sales_surpass_python.html

Ruby books are up over 1500% over last year, while Python books are up 20% (and Perl is down 3%).

Several interesting comments as well.

— thanks, -pate

Ruby and .Net Fitnesse Tutorials   09 Dec 05
[print link all ]
Hi All,

I’ve been working on some tutorials for getting Fitnesse up and running with some of the other runners. I’ve completed the tutorials for .NET (C#) and Ruby, and would love feedback on them.

.NET/C#: www.cornetdesign.com/2005/11/fitnesse-and-net-basic-tutorial.html

Ruby: www.cornetdesign.com/2005/12/fitnesse-and-ruby-basic-tutorial.html

Thanks!

Cory

Marrying Ferret and Rails   09 Dec 05
[print link all ]
Great wiki summary based on a rails mailing by Kaspar Weibel. It works on multiple Active Records.

Rails Cheat Sheet   09 Dec 05
[print link all ]
I found this cheat sheet. Unfortunately I do not know who the author is, but thanks to the anonymous author anyhow.

Why should egineers and scientists be worried about color?   06 Dec 05
[print link all ]
Highly recommended article for anybody who tries to visualise data. The misuse of excel and powerpoint leads to too many 3D pie diagrams :-(. Any student should read his Tufte.

Ten Wikipedia Hacks   06 Dec 05
[print link all ]
Some good tips on using wikipedia.

Ruport   05 Dec 05
[print link all ]
Ruport is currently a combination of a neat proof of concept with some useful little scripts and utils that are quickly becoming rather powerful. The aim is to be a very handy report generation framework and library which will support an insane amount of input sources (CSVs,Excel,any Database Ruby-DBI supports,various ORMS, anything you can hack away at with parse/input,etc) and then output in an insane amount of formats (PDF,XHTML,XML,CSV,Excel,RSS,etc,etc) while leveraging a powerful set of tools that will munge, organize, and beautify whatever it is you need to report on. It’s not nearly there yet, but it’s on it’s way.

Slightly more information available at the home page

AllInOneRuby   05 Dec 05
[print link all ]
AllInOneRuby creates an compressed executable for Windows or Linux that includes both the Ruby interpreter and the runtime libraries. This is useful for temporary installations or USB sticks.

www.erikveen.dds.nl/allinoneruby/index.html

Flatland online   05 Dec 05
[print link all ]
Who hasn’t yet read the story of Flatland?

Flatland: A romance of many dimensions

Text by Edwin A. Abbott, 1884; copyright expired

Economics in one lesson   05 Dec 05
[print link all ]
jim.com/econ/contents.html

Great Hubble Space Telescope pics   05 Dec 05
[print link all ]

link

Greasemonkey - making the browser more powerful   05 Dec 05
[print link all ]
Would you like to see price comparisons while browsing Amazon?

Would you like to use a website in ways its page authors have never thought of? Stop being the passive read,er be active. Amend the information.

Greasemonkey is a Firefox extension which lets you to add bits of DHTML ("user scripts") to any web page to change its behavior. In much the same way that user CSS lets you take control of a web page’s style, user scripts let you easily control any aspect of a web page’s design or interaction.

For example, you could:

  • Make sure that all URLs displayed in the browser are clickable links
  • Improve the usability of a site you frequent
  • Route around common and annoying website bugs
  • Use the Coral content network selectively.

Some other smart extension scripts.

Famous and not so famous programming quotes   03 Dec 05
[print link all ]
After a 2 year break, I finally did update my quotes collection. On RubyGarden you can find even more quotes.

Hey, it’s a rainy day today.

Google Maps in Rails   03 Dec 05
[print link all ]
Great post.

Cartographer is a ruby library for Google Maps API.

enjoy!

Userscripts.org   03 Dec 05
[print link all ]
Userscripts serves tons of useful scripts. Great site!

Project (Cartoon)   01 Dec 05
[print link all ]
Enjoy the super comic.

It’s truer than one thinks :-).

[ANN] Rabbit 0.3.0   30 Nov 05
[print link all ]
Kouhei Suto posted the announcement to ruby-talk.

Rabbit is a presentation tool. Rabbit uses RD format as slide source. We can make a slide from the following text:

  = Rabbit

  : subtitle
    Presentation with RD

  : author
    Kouhei Sutou

 = First Slide

  * Rabbit uses Ruby/GTK+
  * ...

 = Second Slide

Some screenshots

Rabbit includes a theme for lightning talk a.k.a. ‘Takahashi method’: pub.cozmixng.org/~gallery/kou/screenshot/rabbit/lightning%2Dtalk/

Rabbit supports m17n: pub.cozmixng.org/~gallery/kou/screenshot/rabbit/m17n/

Rabbit supports PS/PDF output: pub.cozmixng.org/~kou/archives/rabbit/

[ANN] Action Profiler 1.0.0   30 Nov 05
[print link all ]
Eric Hodel posted the announcement to the rails-ML.

Rubyforge

Action Profiler allows you to profile a single Rails action to determine what to optimize. You can use the Production Log Analyzer and action_grep to determine which actions you should profile and what arguments to use.

Information on the Production Log Analyzer can be found at:

rails-analyzer.rubyforge.org/pl_analyze

Action Profiler REQUIRES Ruby 1.8.3, even if you just use Ruby’s builtin profiler.

Action Profiler can use three profilers, Ruby’s builtin profiler class, Shugo Maeda’s Prof or Ryan Davis’ ZenProfile.

Shugo Maeda’s Prof: raa.ruby-lang.org/project/ruby-prof

Ryan Davis’ ZenProfile: rubyforge.org/frs/?group_id=712&release_id=2476

Gem Installation

 gem install action_profiler

 

Powered by Rublog