Ruby in a Nutshell

Ruby in a Nutshell
Author: Yukihiro Matsumoto
Publisher: "O'Reilly Media, Inc."
Total Pages: 221
Release: 2002
Genre: Computers
ISBN: 0596002149

Download Ruby in a Nutshell Book in PDF, Epub and Kindle

Portable and convenient, "Ruby Essentials" is a concise reference to the features of Ruby's command-line options, syntax, built-in variables, functions and other commonly used classes. Additional code, discussion and examples are included.

Ruby in a nutshell

Ruby in a nutshell
Author: Yukihiro Matsumoto
Publisher: O'Reilly Editions
Total Pages: 242
Release: 2002
Genre:
ISBN: 9782841772100

Download Ruby in a nutshell Book in PDF, Epub and Kindle

Ruby est un langage de programmation orienté objet, qui a été créé pour rendre la programmation à la fois agréable et rapide. Grâce à un interpréteur facile d'emploi, une syntaxe simple à comprendre, une orientation objet complète et des bibliothèques de classes puissantes, Ruby est devenu un langage utilisable dans une grande variété de domaines : de la transformation de fichiers à la volée à l'écriture d'applications professionnelles, en passant par la création de scripts CGI. Tous les programmeurs s'accordent à dire que Ruby est un langage très prometteur. Yukihiro Matsumoto, son créateur et l'auteur de ce livre, a conçu Ruby en prenant le meilleur des langages existants notamment Perl, Python et Smalltalk. Dépassant les frontières du japon, l'utilisation de Ruby se répand lentement mais sûrement partout ailleurs. Les programmes qu'il permet d'écrire ont un haut niveau d'abstraction, ils sont faciles à relire et à modifier. Toutes ces possibilités rendent Ruby très souple et extensible. De plus, les scripts Ruby sont portables entre les différentes plates-formes : Unix, Linux, Windows, Mac OS et BeOS. La puissance du langage vient de sa syntaxe claire et d'un riche ensemble de bibliothèques. Ruby in a Nutshell présente toutes les fonctionnalités intégrées du langage, ainsi que toutes les bibliothèques de la distribution standard. Les programmeurs garderont cet ouvrage ouvert sur leur bureau pendant qu'ils travaillent car il traite de tout ce qui concerne Ruby, des options de la ligne de commande, aux classes et modules les plus fréquemment utilisés, en passant par la syntaxe du langage, par les variables et les fonctions prédéfinies. Ce livre présente la dernière version stable de Ruby (1.6) mais s'applique également à la version de développement 1.7 et à la prochaine version stable prévue (1.8). Il offre une description complète de la syntaxe du langage et des fonctionnalités essentielles de l'interpréteur. Comme tous les livres de la série in a Nutshell, Ruby in a Nutshell est destiné à des programmeurs déjà initiés au maniement du langage, qui ont besoin d'un guide de référence exhaustif et facile à consulter.

The Ruby Programming Language

The Ruby Programming Language
Author: David Flanagan
Publisher: "O'Reilly Media, Inc."
Total Pages: 446
Release: 2008-01-25
Genre: Computers
ISBN: 0596516177

Download The Ruby Programming Language Book in PDF, Epub and Kindle

A guide to Ruby programming covers such topics as datatypes and objects, expressions, classes and modules, control structures, and the Ruby platform.

Algorithms in a Nutshell

Algorithms in a Nutshell
Author: George T. Heineman
Publisher: "O'Reilly Media, Inc."
Total Pages: 366
Release: 2008-10-14
Genre: Computers
ISBN: 1449391133

Download Algorithms in a Nutshell Book in PDF, Epub and Kindle

Creating robust software requires the use of efficient algorithms, but programmers seldom think about them until a problem occurs. Algorithms in a Nutshell describes a large number of existing algorithms for solving a variety of problems, and helps you select and implement the right algorithm for your needs -- with just enough math to let you understand and analyze algorithm performance. With its focus on application, rather than theory, this book provides efficient code solutions in several programming languages that you can easily adapt to a specific project. Each major algorithm is presented in the style of a design pattern that includes information to help you understand why and when the algorithm is appropriate. With this book, you will: Solve a particular coding problem or improve on the performance of an existing solution Quickly locate algorithms that relate to the problems you want to solve, and determine why a particular algorithm is the right one to use Get algorithmic solutions in C, C++, Java, and Ruby with implementation tips Learn the expected performance of an algorithm, and the conditions it needs to perform at its best Discover the impact that similar design decisions have on different algorithms Learn advanced data structures to improve the efficiency of algorithms With Algorithms in a Nutshell, you'll learn how to improve the performance of key algorithms essential for the success of your software applications.

The Ruby Programming Language

The Ruby Programming Language
Author: David Flanagan
Publisher: "O'Reilly Media, Inc."
Total Pages: 450
Release: 2008-01-25
Genre: Computers
ISBN: 0596554656

Download The Ruby Programming Language Book in PDF, Epub and Kindle

The Ruby Programming Language is the authoritative guide to Ruby and provides comprehensive coverage of versions 1.8 and 1.9 of the language. It was written (and illustrated!) by an all-star team: David Flanagan, bestselling author of programming language "bibles" (including JavaScript: The Definitive Guide and Java in a Nutshell) and committer to the Ruby Subversion repository. Yukihiro "Matz" Matsumoto, creator, designer and lead developer of Ruby and author of Ruby in a Nutshell, which has been expanded and revised to become this book. why the lucky stiff, artist and Ruby programmer extraordinaire. This book begins with a quick-start tutorial to the language, and then explains the language in detail from the bottom up: from lexical and syntactic structure to datatypes to expressions and statements and on through methods, blocks, lambdas, closures, classes and modules. The book also includes a long and thorough introduction to the rich API of the Ruby platform, demonstrating -- with heavily-commented example code -- Ruby's facilities for text processing, numeric manipulation, collections, input/output, networking, and concurrency. An entire chapter is devoted to Ruby's metaprogramming capabilities. The Ruby Programming Language documents the Ruby language definitively but without the formality of a language specification. It is written for experienced programmers who are new to Ruby, and for current Ruby programmers who want to challenge their understanding and increase their mastery of the language.

Programming Ruby

Programming Ruby
Author: David Thomas
Publisher:
Total Pages: 830
Release: 2004
Genre: Computers
ISBN: 9780974514055

Download Programming Ruby Book in PDF, Epub and Kindle

A tutorial and reference to the object-oriented programming language for beginning to experienced programmers, updated for version 1.8, describes the language's structure, syntax, and operation, and explains how to build applications. Original. (Intermediate)

Head First Rails

Head First Rails
Author: David Griffiths
Publisher: "O'Reilly Media, Inc."
Total Pages: 462
Release: 2013-05-23
Genre: Computers
ISBN: 1449371647

Download Head First Rails Book in PDF, Epub and Kindle

Ready to transport your web applications into the Web 2.0 era? Head First Rails takes your programming -- and productivity -- to the max. You'll learn everything from the fundamentals of Rails scaffolding to building customized interactive web apps using Rails' rich set of tools and the MVC framework. By the time you're finished, you'll have learned more than just another web framework. You'll master database interactions, integration with Ajax and XML, rich content, and even dynamic graphing of your data -- all in a fraction of the time it takes to build the same apps with Java, PHP, ASP.NET, or Perl. You'll even get comfortable and familiar with Ruby, the language that underpins Rails. But you'll do it in the context of web programming, and not through boring exercises such as "Hello, World!" Your time is way too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First Rails uses a visually rich format designed to take advantage of the way your brain really works.

If You Give a Rake a Ruby

If You Give a Rake a Ruby
Author: Shana Galen
Publisher: Sourcebooks, Inc.
Total Pages: 352
Release: 2013-03-05
Genre: Fiction
ISBN: 1402269781

Download If You Give a Rake a Ruby Book in PDF, Epub and Kindle

Praise for When You Give a Duke a Diamond: "A humorous yet touching love story—with original characters who delight and enough sizzle to add heart to a delicious read."—RT Book Reviews, 4 1/2 Stars Her Mysterious Past is the Best Revenge... Fallon, the Marchioness of Mystery, is a celebrated courtesan with her finger on the pulse of high society. She's adored by men, hated by their wives. No one knows anything about her past, and she plans to keep it that way. Only He Can Offer Her a Dazzling Future... Warrick Fitzhugh will do anything to protect his compatriots in the Foreign Office, including seduce Fallon, who he thinks can lead him to the deadliest crime lord in London. He knows he's putting his life on the line... To Warrick's shock, Fallon is not who he thinks she is, and the secrets she's keeping are exactly what makes her his heart's desire... Praise for When You Give a Duke a Diamond: "A thrilling ride, filled with mystery, intrigue, and romance."—Fresh Fiction

Ruby Pocket Reference

Ruby Pocket Reference
Author: Michael Fitzgerald
Publisher:
Total Pages: 0
Release: 2015-08-28
Genre: Object-oriented programming (Computer science)
ISBN: 9781491926017

Download Ruby Pocket Reference Book in PDF, Epub and Kindle

Updated for Ruby 2.2, this handy reference offers brief yet clear explanations of Ruby's core elements--from operators to blocks to documentation creation--and highlights the key features you may work with every day. Need to know the correct syntax for a conditional? Forgot the name of that String method? This book is organized to help you find the facts fast. Ruby Pocket Reference, 2nd Edition is ideal for experienced programmers who are new to Ruby. Whether you've come to Ruby because of Rails, or you want to take advantage of this clean, powerful, and expressive language for other applications, this reference will help you easily pinpoint the information you need. You'll find detailed reference material for: Keywords, operators, comments, numbers, and symbols Variables, pre-defined global variables, and regular expressions Conditional statements, method use, classes, and exception handling Methods for the BasicObject, Object, Kernel, String, Array, and Hash classes Time formatting directives New syntax since Ruby 1.9

Sapphire Rose

Sapphire Rose
Author: David Eddings
Publisher: Del Rey
Total Pages: 514
Release: 1992-11-23
Genre: Fiction
ISBN: 034537472X

Download Sapphire Rose Book in PDF, Epub and Kindle

David Eddings returns to The Elenium, the splendid fantasy series that began with the thrilling novels Diamond Throne and Ruby Knight. Finally the knight Sparhawk had come to possess Bhelliom, legendary jewel of magic that alone could save Queen Ehlana from the deadly poison that had felled her father. Sparhawk and Sephrenia, ageless instructor in Styric magics, made haste to free Ehlana from the crystalline cocoon that had preserved her life while they desperately sought a cure. But Bhellion carried dangers of its own. Once the stone came into his hands, Sparhawk found himself stalked by a dark, lurking menace. Whether the foul Zemoch God Azash was behind this threat, or some other enemy, even Sephrenia could not say—only that the sapphire rose held powers too dangerous for any mortal to bear. Restoring Queen Ehlana would be only the beginning of Sparhawk’s mission. With the aid of four stalwart knights, one from each Militant Order, he must thwart Ehlana’s prisoner, the Primate Annias, in his plot to assume the throne of the Church. For as Archprelate, Annias would serve his secret master, Azash, and deliver up to the dread God the one thing Azash thirsted for—Bhelliom itself!