docs.seattlerb.orgSeattle.rb - parse_tree and ruby_parser

docs.seattlerb.org Profile

Docs.seattlerb.org is a subdomain of seattlerb.org, which was created on 2006-11-29,making it 18 years ago.

Description:Seattle Ruby Brigade. A home for ruby projects from Seattle based ruby...

Keywords:seattle rb ruby brigade rails gem...

Discover docs.seattlerb.org website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site

docs.seattlerb.org Information

HomePage size: 42.355 KB
Page Load Time: 0.301836 Seconds
Website IP Address: 151.101.194.132

docs.seattlerb.org Similar Website

Seattle World School
sws.seattleschools.org
The Ticket Seattle | Things to Do in Seattle, Events in Seattle
theticket.seattletimes.com
Seattle University School of Law Digital Commons Seattle
digitalcommons.law.seattleu.edu
Seattle's Leading Local News: Weather, Traffic, Sports and More | Seattle, Washington | KING5.com
static.king5.com
Seattle Boat Detailing and Boat Wash Mobile Service serving Seattle, Tacoma, Gig Harbor, Olympia, Wa
seattleboatdetailing.homestead.com
The Seattle Public Library Foundation – The Seattle Public
foundation.spl.org
Seattle - Bourbon & Bacon Fest | Seattle - Bourbon & Bacon Fest
seattle.bourbonandbaconfest.com
SAM - Seattle Art Museum, Seattle Asian Art Museum & Olympic Sculpture Park
www1.seattleartmuseum.org
Seattle homes, neighborhoods, architecture, and real estate | Curbed Seattle
seattle.curbed.com
Seattle Phone Book and Seattle Phone Directory
seattle.findlinks.com
Secret Seattle -- Interesting and Unusual Entertainment Secrets Guide for Seattle Tourist, Visitors
seattle.secretcity.us
findwell Seattle | Seattle neighborhood and real estate blog
seattle.findwell.com
Seattle Party Bus Rentals, Seattle Partybus Rental, Seattle Party Buses
seattlewinerytours.seattlepartybusrentals.com
Seattle sports news and analysis from Seattle Sports - Seattle Sports
sports.mynorthwest.com
Dentistry Seattle WA - Dentists Seattle WA - Dental School Seattle WA -
dental.washington.edu

docs.seattlerb.org PopUrls

Seattle.rb - parse_tree and ruby_parser
http://docs.seattlerb.org/
minitest-5.22.3 Documentation - Seattle.rb
http://docs.seattlerb.org/minitest/
rdoc 4.1.1 Documentation
http://docs.seattlerb.org/rdoc/
seattlerb's hoe-4.2.0 Documentation
http://docs.seattlerb.org/hoe/
debride-1.12.0 Documentation
https://docs.seattlerb.org/debride/index.html
ruby2ruby-2.5.0 Documentation - Seattle.rb
http://docs.seattlerb.org/ruby2ruby/
flay-2.13.2 Documentation - Seattle.rb
http://docs.seattlerb.org/flay/
minitest-bisect-1.7.0 Documentation - Seattle.rb
http://docs.seattlerb.org/minitest-bisect/
class Hoe - seattlerb's hoe-4.2.0 Documentation
http://docs.seattlerb.org/hoe/Hoe.html
sexp_processor-4.17.1 Documentation
http://docs.seattlerb.org/sexp_processor/

docs.seattlerb.org Httpheader

Connection: keep-alive
Content-Length: 47750
Etag: 125f37-ba86-4e559b73
Content-Type: text/html
Last-Modified: Thu, 25 Aug 2011 00:46:43 GMT
Server: WEBrick/1.6.1 (Ruby/2.7.3/2021-04-05)
Accept-Ranges: bytes
Age: 0
Date: Tue, 14 May 2024 07:58:54 GMT
Via: 1.1 varnish
X-Served-By: cache-sjc10054-SJC
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1715673535.549971,VS0,VE104
Vary: Accept-Encoding

docs.seattlerb.org Meta Info

content="text/html;charset=utf-8" http-equiv="Content-Type"/
content="Seattle Ruby Brigade. A home for ruby projects from Seattle based ruby developers." name="description"/
content="seattle rb ruby brigade rails gem plugin" name="keywords"/
content="Ryan Davis, Eric Hodel, Shaners Becker" name="author"/

docs.seattlerb.org Ip Information

Ip Country: United States
City Name: San Francisco
Latitude: 37.7642
Longitude: -122.3993

docs.seattlerb.org Html To Plain Text

Seattle .rb RDoc Bugs Name Description Tier 1 gem install hoe Hoe is a rake/rubygems helper for project Rakefiles. It helps you manage and maintain, and release your project and includes a dynamic plug-in system allowing for easy extensibility. Hoe ships with plug-ins for all your usual project tasks including rdoc generation, testing, packaging, and deployment. gem install hoe-seattlerb Hoe plugins providing tasks used by seattle.rb including minitest, perforce, and email providing full front-to-back release/annouce automation. Tier 2 gem install autotest-rails This is an autotest plugin to provide rails support. It provides basic rails support and extra plugins for migrations and fixtures. gem install minitest minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. gem install minitest_tu_shim minitest_tu_shim bridges the gap between the small and fast minitest and ruby’s huge and slow test/unit. gem install ZenTest ZenTest provides 4 different tools: zentest, unit_diff, autotest, and multiruby. Tier 3 gem install RubyInline Inline allows you to write foreign code within your ruby code. It automatically determines if the code in question has changed and builds it only when necessary. The extensions are then automatically loaded into the class/module that defines it. gem install sexp_processor sexp_processor branches from ParseTree bringing all the generic sexp processing tools with it. Sexp, SexpProcessor, Environment, etc... all for your language processing pleasure. Tier 4 gem install event_hook Wraps rb_add_event_hook so you can write fast ruby event hook processors w/o the speed penalty that comes with set_trace_func (sooo sloooow!). Calls back into ruby so you don’t have to write C. gem install ParseTree ParseTree is a C extension (using RubyInline) that extracts the parse tree for an entire class or a specific method and returns it as a s-expression (aka sexp) using ruby’s arrays, strings, symbols, and integers. gem install rake-remote_task Vlad the Deployer’s sexy brainchild is rake-remote_task, extending Rake with remote task goodness. gem install ruby2ruby ruby2ruby provides a means of generating pure ruby code easily from RubyParser compatible Sexps. This makes making dynamic language processors in ruby easier than ever! gem install ruby_parser ruby_parser (RP) is a ruby parser written in pure ruby (utilizing raccwhich does by default use a C extension). RP’s output is the same as ParseTree’s output: s-expressions using ruby’s arrays and base types. Tier 5 gem install flay Flay analyzes code for structural similarities. Differences in literal values, variable, class, method names, whitespace, programming style, braces vs do/end, etc are all ignored. Making this totally rad. gem install flog Flog reports the most tortured code in an easy to read pain report. The higher the score, the more pain the code is in. gem install gauntlet Gauntlet is a pluggable means of running code against all the latest gems and storing off the data. gem install heckle Heckle is unit test sadism(tm) at it’s core. Heckle is a mutation tester. It modifies your code and runs your tests to make sure they fail. The idea is that if code can be changed and your tests don’t notice, either that code isn’t being covered or it doesn’t do anything. gem install vlad Vlad the Deployer is pragmatic application deployment automation, without mercy. Much like Capistrano, but with 1/10th the complexity. Vlad integrates seamlessly with Rake, and uses familiar and standard tools like ssh and rsync. Tier 6 gem install ruby_to_c ruby_to_c translates a static ruby subset to C. Hopefully it works. gem install wilson Wilson is a pure ruby x86 assembler. No, really. Worst Idea Evar. gem install zenprofile zenprofiler helps answer WHAT is being called the most. spy_on helps answer WHERE those calls are being made. ZenProfiler provides a faster version of the standard library ruby profiler. It is otherwise pretty much the same as before. spy_on provides a clean way to redefine a bottleneck method so you can account for and aggregate all the calls to it. Tier 7 gem install image_science ImageScience is a clean and happy Ruby library that generates thumbnailsand kicks the living crap out of RMagick. Oh, and it doesn’t leak memory like a sieve. :) gem install png PNG is an almost-pure-ruby PNG library. It lets you write a PNG without any C libraries. Tier 8 gem install UPnP-ConnectionManager Stub implementation for a UPnP ConnectionManager service. Currently has no implementation. Works great for a PlayStation 3. gem install UPnP-MediaServer A UPnP MediaServer. Currently a work in progress. Only tested on a PlayStation 3. Tier 9 gem install production_log_analyzer production_log_analyzer lets you find out which actions on a Rails site are slowing you down. gem install rails_analyzer_tools Rails Analyzer Tools contains Bench, a simple web page benchmarker, Crawler, a tool for beating up on web sites, RailsStat, a tool for monitoring Rails web sites, and IOTail, a tail(1) method for Ruby IOs. Tier 10 gem install graph Graph is a type of hash that outputs in graphviz’s dot format. It comes with a command-line interface that is easily pluggable. Tier 11 gem install ar_mailer ar_mailer is a two-phase delivery agent for ActionMailer. Even delivering email to the local machine may take too long when you have to send hundreds of messages. ar_mailer allows you to store messages into the database for later delivery by a separate process, ar_sendmail. gem install autotest This is a stub gem to fix the confusion caused by autotest being part of the ZenTest suite. gem install autotest-screen Update Gnu Screen caption with autotest results. gem install bfts BFTS is a branch of rubicon with the intent of auditing all of rubicon against the latest version of 1.8.x, stripping all the cruft, and getting everything up to date again. rubicon is dead and the authors have shown no interest in getting things moving again. BFTS hopes to fix that. gem install box_layout Allows you to lay out HTML using ASCII art. Stolen from psykotic’s code posted to reddit: http://programming.reddit.com/info/k9dx/comments == SYNOPSIS: require ’box_layout’ page_template = -END| || | | | | | | | | | | | | | | || |END layout = BoxLayout.html page_template puts "titlecute/title" puts "style* { border: 1px solid black }/style" puts layout % %w[header left body right footer].map {|s| "**#{s}**" } == REQUIREMENTS: gem install cached_model CachedModel caches simple (by id) finds in memcached reducing the amount of work the database needs to perform for simple queries. gem install change_class Lets you set the class of an object. Use at your own risk. gem install drawr == DESCRIPTION: This is a ruby wrapper around Plotr with a similar API to Gruff. You can create graphs with a similar interface to Gruff, but offload the rendering to the browser! == FEATURES/PROBLEMS: * Needs more tests! == SYNOPSIS: An example in rails. Your controller: class GraphControllerApplicationController def index @drawr = Drawr::Pie.new @drawr.title = "Twan" @drawr.data("One", [1]) @drawr.data(’Two’, [2]) @drawr.data(’Three’, [2]) @drawr.data(’Four’, [10]) @drawr.data(’Five’, [6]) end end Your view: html head %= javascript_include_tag ’prototype’ % %= javascript_include_tag ’excanvas’ % %= javascript_include_tag ’Plotr’ % /head body %= @drawr % /body /html gem install firebrigade_api http://seattlerb.rubyforge.org/firebrigade_api == DESCRIPTION An API wrapper for http://firebrigade.seattlerb.org == FEATURES/PROBLEMS gem install IMAPCleanse IMAPCleanse removes old, read, unflagged messages from your IMAP mailboxes so you don’t have to! IMAPFlag flags messages I find interesting so I don’t have to! gem install mem_inspect mem_inspect walks Ruby’s heaps giving you the contents of each slot. mem_inspect also includes viewers that will let you visualize the contents of Ruby’s heap. gem install minitest-macruby...

docs.seattlerb.org Whois

Domain Name: seattlerb.org Registry Domain ID: 819c1338d745411da0d3d1f9dc88a60d-LROR Registrar WHOIS Server: http://whois.1api.net Registrar URL: http://www.1api.net Updated Date: 2024-01-10T22:40:18Z Creation Date: 2006-11-29T22:47:10Z Registry Expiry Date: 2024-11-29T22:47:10Z Registrar: 1API GmbH Registrar IANA ID: 1387 Registrar Abuse Contact Email: abuse@1api.net Registrar Abuse Contact Phone: +49.68949396850 Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited Registrant Organization: Registrant of seattlerb.org Registrant State/Province: West Yorkshire Registrant Country: GB Name Server: ns1.dnsimple.com Name Server: ns3.dnsimple.com Name Server: ns4.dnsimple-edge.org Name Server: ns2.dnsimple-edge.net DNSSEC: unsigned >>> Last update of WHOIS database: 2024-05-17T19:33:58Z <<<