rdoc.rubyforge.org rdoc.rubyforge.org

rdoc.rubyforge.org

rdoc 4.1.1 Documentation

Literals 1 8.kpeg. Literals 1 9.kpeg. Class and Module Index. RDoc: Markup: Parser: Error. RDoc: Markup: Parser: ParseError. RDoc: RI: Driver: Error. RDoc: RI: Driver: NotFoundError. RDoc - Ruby Documentation System ¶. Produces HTML and command-line documentation for Ruby projects. RDoc. Tools for generating and displaying documentation from the command-line. Generating Documentation ¶. Once installed, you can create documentation using the. Rdoc [options] [names.]. For an up-to-date option summary, type.

http://rdoc.rubyforge.org/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR RDOC.RUBYFORGE.ORG

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

May

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.8 out of 5 with 5 reviews
5 star
1
4 star
2
3 star
2
2 star
0
1 star
0

Hey there! Start your review of rdoc.rubyforge.org

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.1 seconds

CONTACTS AT RDOC.RUBYFORGE.ORG

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
rdoc 4.1.1 Documentation | rdoc.rubyforge.org Reviews
<META>
DESCRIPTION
Literals 1 8.kpeg. Literals 1 9.kpeg. Class and Module Index. RDoc: Markup: Parser: Error. RDoc: Markup: Parser: ParseError. RDoc: RI: Driver: Error. RDoc: RI: Driver: NotFoundError. RDoc - Ruby Documentation System ¶. Produces HTML and command-line documentation for Ruby projects. RDoc. Tools for generating and displaying documentation from the command-line. Generating Documentation ¶. Once installed, you can create documentation using the. Rdoc [options] [names.]. For an up-to-date option summary, type.
<META>
KEYWORDS
1 pages
2 classes
3 methods
4 contributing
5 examplemarkdown
6 examplerdoc
7 history
8 legal
9 license
10 manifest
CONTENT
Page content here
KEYWORDS ON
PAGE
pages,classes,methods,contributing,examplemarkdown,examplerdoc,history,legal,license,manifest,readme,rakefile,todo,markdown kpeg,block parser ry,inline parser ry,rdoc,rdoc alias,rdoc anonclass,rdoc anymethod,rdoc attr,rdoc classmodule,rdoc codeobject,bugs
SERVER
Apache
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

rdoc 4.1.1 Documentation | rdoc.rubyforge.org Reviews

https://rdoc.rubyforge.org

Literals 1 8.kpeg. Literals 1 9.kpeg. Class and Module Index. RDoc: Markup: Parser: Error. RDoc: Markup: Parser: ParseError. RDoc: RI: Driver: Error. RDoc: RI: Driver: NotFoundError. RDoc - Ruby Documentation System ¶. Produces HTML and command-line documentation for Ruby projects. RDoc. Tools for generating and displaying documentation from the command-line. Generating Documentation ¶. Once installed, you can create documentation using the. Rdoc [options] [names.]. For an up-to-date option summary, type.

INTERNAL PAGES

rdoc.rubyforge.org rdoc.rubyforge.org
1

class RDoc::TomDoc - rdoc 4.1.1 Documentation

http://rdoc.rubyforge.org/RDoc/TomDoc.html

A parser for TomDoc. Specification can be found at:. The latest version of the TomDoc. Specification can be found at:. As your only default format see Saved Options at RDoc: Options. For instructions on setting up a. File to store your project default. There are a few differences between this parser and the specification. A best-effort was made to follow the specification as closely as possible but some choices to deviate were made. A future version of RDoc. This class is documented in TomDoc. RDoc: Mark...

2

class RDoc::Parser::C - rdoc 4.1.1 Documentation

http://rdoc.rubyforge.org/RDoc/Parser/C.html

Do define class under. Do define module under. Do struct define without accessor. Look for directives in. Remove commented out lines. Class RDoc: Parser: C. Attempts to parse C. Extension files. It looks for the standard patterns that you find in extensions:. Rb define class, rb define method. And so on. It tries to find the corresponding C. Source for the methods and extract comments, but if we fail we dont worry too much. The comments associated with a Ruby method are extracted from the C. Documentatio...

3

class RDoc::Options - rdoc 4.1.1 Documentation

http://rdoc.rubyforge.org/RDoc/Options.html

Handles the parsing and storage of options. You can save some options like the markup format in the. File in your gem. The easiest way to do this is:. Rdoc - markup tomdoc - write-options. Which will automatically create the file and fill it with the options you specified. The following options will not be saved since they interfere with the users preferences or with the normal operation of RDoc:. Generators can hook into RDoc: Options. To add generator-specific command line options. Does not respond to.

4

class RDoc::Markup - rdoc 4.1.1 Documentation

http://rdoc.rubyforge.org/RDoc/Markup.html

Bold, Italic, Typewriter Text. Controlling what is documented. Parses plain text documents and attempts to decompose them into their constituent parts. Some of these parts are high-level: paragraphs, chunks of verbatim text, list entries and the like. Other parts happen at the character level: a piece of bold text, a word in code font. This markup is similar in spirit to that used on WikiWiki webs, where folks create web pages using a simple set of formatting rules. Supported Formats ¶. Is intended to be...

5

class RDoc::Markdown - rdoc 4.1.1 Documentation

http://rdoc.rubyforge.org/RDoc/Markdown.html

As described by the markdown syntax. As your only default format see Saved Options at RDoc: Options. For instructions on setting up a. File to store your project default. Here is a brief example of using this parse to read a markdown file by hand. Data = File.read(README.md) formatter = RDoc: Markup: ToHtml.new(RDoc: Options.new, nil) html = RDoc: Markdown.parse(data).accept(@formatter) # do something with html. The following markdown extensions are supported by the parser, but not all are used in RDoc.

UPGRADE TO PREMIUM TO VIEW 6 MORE

TOTAL PAGES IN THIS WEBSITE

11

LINKS TO THIS WEBSITE

mime-types.rubyforge.org mime-types.rubyforge.org

COPYING - mime-types-2.1 Documentation

http://mime-types.rubyforge.org/docs/COPYING_txt.html

GNU GENERAL PUBLIC LICENSE ¶.

mime-types.rubyforge.org mime-types.rubyforge.org

Licence - mime-types-2.1 Documentation

http://mime-types.rubyforge.org/Licence_rdoc.html

Perl Artistic License (version 2). GNU GPL version 2. This software is available under three licenses: the GNU GPL version 2 (or at your option, a later version), the Perl Artistic license, or the MIT license. Note that my preference for licensing is the MIT license, but the original Perl MIME: Types. Adapted from MIME: Types. Perl) by Mark Overmeer. MIT License ¶. Perl Artistic License (version 2) ¶. See the file docs/artistic.txt. In the main distribution. GNU GPL version 2 ¶. In the main distribution.

mime-types.rubyforge.org mime-types.rubyforge.org

Contributing - mime-types-2.1 Documentation

http://mime-types.rubyforge.org/Contributing_rdoc.html

I value any contribution to mime-types you can provide: a bug report, a feature request, or code contributions. As mime-types is a complex codebase, there are a few guidelines:. Changes (aside from new MIME. Be accepted without tests. The test suite is written with Minitest. Match my coding style. Use a thoughtfully-named topic branch that contains your change. Rebase your commits into logical chunks as necessary. Use quality commit messages. Submit a GitHub pull request with your changes. Git checkout -...

wildblueether.com wildblueether.com

Taming the Wild Blue Ether » On the Rails: Set Up Ruby, Rails and PostgreSQL on Ubuntu 10.04

http://www.wildblueether.com/2010/05/31/on-the-rails-set-up-ruby-rails-and-postgresql-on-ubuntu-10-04

Taming the Wild Blue Ether. Making sense of the Internet and software development. On the Rails: Set Up Ruby, Rails and PostgreSQL on Ubuntu 10.04. On the Rails: Set Up Ruby, Rails and PostgreSQL on Ubuntu 10.04. May 31st, 2010. Hello again. Today we are going to be installing Ruby. 187 patchlevel 174), RubyGems. 137), Ruby on Rails. 32-bit 10.04 (Lucid Lynx) LTS (Long-Term Support release). This runthrough assumes a clean install of Lucid, with all available updates/upgrades applied. Type your user pass...

ai4r.org ai4r.org

class Ai4r::Clusterers::CompleteLinkage - ar4r - Artificial Intelligence For Ruby - API DOC

http://ai4r.org/rdoc/Ai4r/Clusterers/CompleteLinkage.html

Distance between item and cluster. Class Ai4r: Clusterers: CompleteLinkage. Implementation of a Hierarchical clusterer with complete linkage (Everitt et al., 2001 ; Jain and Dubes, 1988 ; Sorensen, 1948 ). Hierarchical clusterer create one cluster per element, and then progressively merge clusters, until the required number of clusters is reached. With complete linkage, the distance between two clusters is computed as the maximum distance between elements of each cluster. Data set, number of clusters).

ai4r.org ai4r.org

class Ai4r::Clusterers::AverageLinkage - ar4r - Artificial Intelligence For Ruby - API DOC

http://ai4r.org/rdoc/Ai4r/Clusterers/AverageLinkage.html

Class Ai4r: Clusterers: AverageLinkage. D(cx, (ci U cj) = (D(cx, ci) D(cx, cj) / 2. Data set, number of clusters). Click to toggle source. Build a new clusterer, using data examples found in data set. Items will be clustered in number of clusters different clusters. File lib/ai4r/clusterers/average linkage.rb, line 38. Click to toggle source. This algorithms does not allow classification of new data items once it has been built. Rebuild the cluster including you data element. Cx, ci, cj).

ai4r.org ai4r.org

ar4r - Artificial Intelligence For Ruby - API DOC

http://ai4r.org/rdoc/index.html

Class and Module Index. Ai4r: Classifiers: NaiveBayes: DataEntry. Ai4r: Data: Parameterizable: ClassMethods. This project aims to produce ruby implementations of algorithms covering several Artificial intelligence fields. Where can I find the lastest code and info on this project? How to install ¶. Include require statements in your code:. More Info ¶. AI4R Project site: www.ai4r.org. RDoc site: www.ai4r.org/rdoc/index.html. Email address: (sergio (at) gmail (dot) com).

ogeidix.com ogeidix.com

Documenting Rails: two gems released - ogeidix's blog

http://www.ogeidix.com/blog/2012/04/26/documenting-rails-two-gems-released.html

Hacking with code and life. My name is Diego Giorgini. I like building things, learning new technologies and. I study Computer Science. At University of Padua. Italy) and UC Irvine. I love to get my hands dirty with #security. Documenting Rails: two gems released. One of the saddest day for a developer is when a project is ending and. the manager asks about its documentation! I bet that many projects are neverending and the developers keep coding just because they are scared of that word: documentation.

rbtree.rubyforge.org rbtree.rubyforge.org

class RBTree - Ruby/RBTree

http://rbtree.rubyforge.org/RBTree.html

A sorted associative collection that cannot contain duplicate keys. RBTree. Is a subclass of MultiRBTree.

wildblueether.com wildblueether.com

Taming the Wild Blue Ether » Jeremy Merrill

http://www.wildblueether.com/author/admin

Taming the Wild Blue Ether. Making sense of the Internet and software development. On the Rails: Set Up Ruby, Rails and PostgreSQL on Ubuntu 10.04. May 31st, 2010. Hello again. Today we are going to be installing Ruby. 187 patchlevel 174), RubyGems. 137), Ruby on Rails. 32-bit 10.04 (Lucid Lynx) LTS (Long-Term Support release). This runthrough assumes a clean install of Lucid, with all available updates/upgrades applied. We are going to be more or less following the instructions found in a gist. Curl htt...

UPGRADE TO PREMIUM TO VIEW 47 MORE

TOTAL LINKS TO THIS WEBSITE

57

OTHER SITES

rdoc.genacode.com rdoc.genacode.com

Genacode

Genacode is a software development and consulting firm delivering solutions in the web and real-time communications space. We have expertise in developing integrated applications and services using the following technologies:. Web 20 Applications (Ruby, Rails, Ramaze). Java Web Technologies (J2EE, Web Services). Voice over IP Technologies (Freeswitch, SIP. Rich Client User Interfaces ( DHTML. Application/System Management (Unix, Solaris, Linux). Web Data Admin Tool Generator. Search result lists are sort...

rdoc.mirmaid.org rdoc.mirmaid.org

start [miRMaid]

Welcome to the miRMaid community wiki. MiRMaid is data about microRNAs structured for easier access and integration, especially for computer-geeks. The core of miRMaid is the data contained in miRBase. Which is the de facto accepted standard registry for microRNA information and nomenclature. MiRMaid takes miRbase data, reorganises it slightly and provides a programming interface to the data, which makes it much easier for the computer-savvy to perform complex data queries and analysis. MiRBase 16.0,...

rdoc.noosfero.org rdoc.noosfero.org

Exquisiteness Beauty

Routine at Home for 30s. Male Celebrities With Seriously Impressive Beauty Routines. This Is How Much 8 Celebrities Spend On Their Skin-Care Routines. Perfect-Skin Secrets From Hollywood’s Best Derms and Facialists. Celebrity Skin Care: What Makes Celebs’ Skin Look So Good. 5 tips for healthy skin. When to See Your Doctor About Acne. Medications for Skin Conditions. Routine at Home for 30s. What men really think of health spas. Essential skincare tips for men. Guy’s Grooming Guide: Skin Care. Good skin c...

rdoc.org rdoc.org

RDOC Main Page

We are a volunteer organization dedicated to training dogs to be better pets and to provide advanced training necessary to earn the Obedience titles awarded by the American Kennel Club. We believe that responsible dog obedience training is the key to a healthy relationship with your dog. RDOC’s inclement weather policy is to close if the Richmond City Schools are closed. If in doubt whether your class will meet call your instructor or call (804)278-9032 and listen to the voice message. 8/19 - Puppy STAR.

rdoc.rkxxbj.cn rdoc.rkxxbj.cn

变态传奇私服_无内功传奇私服_最好玩的传奇私服_1.76精品传奇

新开176复古传奇 1.96盘古蓝魔 1.76精品毁灭 1.96玄武皓月.

rdoc.rubyforge.org rdoc.rubyforge.org

rdoc 4.1.1 Documentation

Literals 1 8.kpeg. Literals 1 9.kpeg. Class and Module Index. RDoc: Markup: Parser: Error. RDoc: Markup: Parser: ParseError. RDoc: RI: Driver: Error. RDoc: RI: Driver: NotFoundError. RDoc - Ruby Documentation System ¶. Produces HTML and command-line documentation for Ruby projects. RDoc. Tools for generating and displaying documentation from the command-line. Generating Documentation ¶. Once installed, you can create documentation using the. Rdoc [options] [names.]. For an up-to-date option summary, type.

rdoc.univ-sba.dz rdoc.univ-sba.dz

Dspace de universite Djillali Liabes de SBA: Home

Dspace de universite Djillali Liabes de SBA. DSpace de l'université Djillali Liabes. Bienvenue dans notre bibliothèque numérique. Enter some text in the box below to search DSpace. Choose a community to browse its collections. Thèse de Doctorat de 3ème cycle (LMD). Thèse de Doctorat en Sciences. Thèse de Doctorat en Sciences Médicales. Ressources Documentaires de l'université Djillali Liabes de Sidi Bel Abbes.

rdoc.us rdoc.us

Home - Recreational Divers of ColoradoRecreational Divers of Colorado

Make your next dive a safe one. Diving Tips and Trips. When diving for sport, safety is your number one priority. We accomplish this through training both you and your buddy. Recreational Divers of Colorado was founded on the belief that when divers are properly trained and are supplied with quality equipment, their safety and comfort level improves significantly! Please feel free to contact us. Safe diving always,. Recreational Divers of Colorado.

rdocalendar.com rdocalendar.com

RDO Calendar > August 2015

Click a squad: 1. Starting day of the week:. Contact me: admin@rdocalendar.com.

rdocart.com rdocart.com

Reflections Dunn on Canvas

The Art of Jean M. Dunn. National Artist of the Year. Her painting "In a World of Spruce". Was used for the advertising for the Reflections of Nature 2007 show. Saskatchewan Wildlife Art Association purchased the original painting.

rdocaterstaters.com rdocaterstaters.com

RDO Caters Taters for Charity

Help Support Anne Carlsen Center - Fargo. Make a donation now! What is Caters Taters? Annual Caters Taters for Charity Event to Benefit Anne Carlsen Center - Fargo. FARGO, N.D., May 18, 2015:. 2015 marks the 16th anniversary of the potato luncheon event, which has raised more than $370,000 for local charities including American Cancer Society, Make-A-Wish of North Dakota, Hospice of the Red River Valley, Sanford Childrenâ s Hospital, Special Olympics North Dakota, Project Ignite Light, and most recently,...