Cargando…

Ruby by Example : Concepts and Code.

There may be no better way to learn how to program than by dissecting real, representative examples written in your language of choice. Ruby by Example analyzes a series of Ruby scripts, examining how the code works, explaining the concepts it illustrates, and showing how to modify it to suit your n...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Baird, Kevin
Formato: Electrónico eBook
Idioma:Inglés
Publicado: San Francisco : No Starch Press, 2007.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000Mi 4500
001 EBOOKCENTRAL_ocn476124002
003 OCoLC
005 20240329122006.0
006 m o d
007 cr mn|---|||||
008 091207s2007 cau ob 001 0 eng d
010 |z  2007018653 
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d OCLCQ  |d OTZ  |d N$T  |d OCLCQ  |d OCLCF  |d DEBSZ  |d OCLCQ  |d YDXCP  |d CCO  |d E7B  |d UMI  |d TXJ  |d CEF  |d COCUF  |d UAB  |d DKDLA  |d NHM  |d B24X7  |d MERUC  |d OCLCQ  |d COO  |d AGLDB  |d MOR  |d PIFBR  |d ZCU  |d LIV  |d RECBK  |d OCLCQ  |d JBG  |d TEFOD  |d OCLCQ  |d LOA  |d K6U  |d STF  |d U3W  |d D6H  |d BRL  |d WRM  |d OCLCQ  |d CNNOR  |d ICG  |d VT2  |d CNCEN  |d AU@  |d OCLCQ  |d WYU  |d A6Q  |d S9I  |d TKN  |d DKC  |d OCLCQ  |d UKAHL  |d UKCRE  |d OCLCQ  |d INARC  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 173959626  |a 182738861  |a 290565895  |a 475314467  |a 568385429  |a 606038667  |a 648288862  |a 988414507  |a 992057107  |a 1014379208  |a 1017937401  |a 1020117660  |a 1029490486  |a 1037442237  |a 1038661480  |a 1055351696  |a 1055769354  |a 1058085647  |a 1064767228  |a 1076306058  |a 1078516672  |a 1081226613  |a 1103253069  |a 1129330893  |a 1152985288  |a 1156156178  |a 1192341607  |a 1194921696  |a 1228581780  |a 1240529473 
020 |a 9781593271602  |q (electronic bk.) 
020 |a 1593271603  |q (electronic bk.) 
020 |a 9781593271480  |q (electronic bk.) 
020 |a 1593271484  |q (electronic bk.) 
029 1 |a AU@  |b 000048830207 
029 1 |a AU@  |b 000051409650 
029 1 |a DEBBG  |b BV043036200 
029 1 |a DEBSZ  |b 355442914 
029 1 |a DEBSZ  |b 396156282 
029 1 |a DEBSZ  |b 421438185 
029 1 |a HEBIS  |b 291513212 
029 1 |a NZ1  |b 14237814 
035 |a (OCoLC)476124002  |z (OCoLC)173959626  |z (OCoLC)182738861  |z (OCoLC)290565895  |z (OCoLC)475314467  |z (OCoLC)568385429  |z (OCoLC)606038667  |z (OCoLC)648288862  |z (OCoLC)988414507  |z (OCoLC)992057107  |z (OCoLC)1014379208  |z (OCoLC)1017937401  |z (OCoLC)1020117660  |z (OCoLC)1029490486  |z (OCoLC)1037442237  |z (OCoLC)1038661480  |z (OCoLC)1055351696  |z (OCoLC)1055769354  |z (OCoLC)1058085647  |z (OCoLC)1064767228  |z (OCoLC)1076306058  |z (OCoLC)1078516672  |z (OCoLC)1081226613  |z (OCoLC)1103253069  |z (OCoLC)1129330893  |z (OCoLC)1152985288  |z (OCoLC)1156156178  |z (OCoLC)1192341607  |z (OCoLC)1194921696  |z (OCoLC)1228581780  |z (OCoLC)1240529473 
037 |a CL0500000014  |b Safari Books Online 
037 |a D5C1D5CF-5B56-4AF4-8B08-E3368EE1D5F7  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.64  |a QA76.64.B27 2007 
072 7 |a COM  |x 051210  |2 bisacsh 
082 0 4 |a 005.1/17 
049 |a UAMI 
100 1 |a Baird, Kevin. 
245 1 0 |a Ruby by Example :  |b Concepts and Code. 
260 |a San Francisco :  |b No Starch Press,  |c 2007. 
300 |a 1 online resource (314 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file  |2 rda 
520 |a There may be no better way to learn how to program than by dissecting real, representative examples written in your language of choice. Ruby by Example analyzes a series of Ruby scripts, examining how the code works, explaining the concepts it illustrates, and showing how to modify it to suit your needs. Baird's examples demonstrate key features of the language (such as inheritance, encapsulation, higher-order functions, and recursion), while simultaneously solving difficult problems (such as validating XML, creating a bilingual program, and creating command-line interfaces). Each chapter buil. 
588 0 |a Print version record. 
504 |a Includes bibliographical references and index. 
505 0 |a Introduction : what is Ruby? -- Ch. 1. Interactive Ruby and the Ruby environment -- Ch. 2. Amusements and simple utilities -- Ch. 3. Programmer utilities -- Ch. 4. Text manipulation -- Ch. 5. Number utilities -- Ch. 6. Functionalism with blocks and procs -- Ch. 7. Using, optimizing, and testing functional techniques -- Ch. 8. HTML and XML tools -- Ch. 9. More complex utilities and tricks, part I -- Ch. 10. More complex utilities and tricks, part II -- Ch. 11. CGI and the Web -- Ch. 12. RubyGems and rails preparation -- Ch. 13. A simple rails project -- App. How does Ruby compare to other languages? 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Object-oriented programming (Computer science) 
650 0 |a Ruby (Computer program language) 
650 6 |a Programmation orientée objet (Informatique) 
650 6 |a Ruby (Langage de programmation) 
650 7 |a COMPUTERS  |x Programming  |x Object Oriented.  |2 bisacsh 
650 7 |a Object-oriented programming (Computer science)  |2 blmlsh 
650 7 |a Ruby (Computer program language)  |2 blmlsh 
650 7 |a Object-oriented programming (Computer science)  |2 fast 
650 7 |a Ruby (Computer program language)  |2 fast 
776 0 8 |i Print version:  |z 9781593271480 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=326381  |z Texto completo 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781593271480/?ar  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH33086791 
938 |a Books 24x7  |b B247  |n bks00022220 
938 |a ebrary  |b EBRY  |n ebr10183329 
938 |a EBSCOhost  |b EBSC  |n 440079 
938 |a Recorded Books, LLC  |b RECE  |n rbeEB00709923 
938 |a YBP Library Services  |b YANK  |n 2800073 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL6097383 
938 |a Internet Archive  |b INAR  |n rubybyexamplecon0000bair 
994 |a 92  |b IZTAP