ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Programming Ruby 1.9

دانلود کتاب برنامه نویسی یاقوت 1.9

Programming Ruby 1.9

مشخصات کتاب

Programming Ruby 1.9

دسته بندی: برنامه نويسي
ویرایش: 3rd 
نویسندگان: , ,   
سری: Facets of Ruby 
ISBN (شابک) : 9781934356081, 1934356085 
ناشر: Pragmatic Bookshelf 
سال نشر: 2009 
تعداد صفحات: 936 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 6 مگابایت 

قیمت کتاب (تومان) : 56,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 12


در صورت تبدیل فایل کتاب Programming Ruby 1.9 به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب برنامه نویسی یاقوت 1.9 نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب برنامه نویسی یاقوت 1.9



روبی یک زبان کاملاً شی گرا است، بسیار شبیه به زبان کلاسیک شی گرا، اسمال تاک. مانند Smalltalk، به صورت پویا تایپ می‌شود (برخلاف جاوا یا C++)، اما برخلاف اسمال‌تاک، Ruby دارای همان امکاناتی است که در زبان‌های اسکریپت‌نویسی مدرن وجود دارد، و Ruby را به ابزار مورد علاقه برنامه‌نویسان هوشمند و آینده‌نگر و پایه‌ای برای وب Rails تبدیل می‌کند. چارچوب این راهنمای مرجع برای Ruby است، شامل توضیحاتی در مورد تمام ماژول های کتابخانه استاندارد، یک مرجع کامل به تمام کلاس ها و ماژول های داخلی (شامل همه روش های جدید و تغییر یافته معرفی شده توسط Ruby 1.9). همچنین شامل تمام نحو و معنای جدید و تغییر یافته معرفی شده از روبی 1.8 است. درباره قوانین جدید عبور پارامتر، محدوده متغیر محلی در بلوک‌ها، فیبرها، چندملیتی‌سازی، و نحو جدید اعلام بلوک، از جمله ویژگی‌های جدید هیجان‌انگیز دیگر بیاموزید.


توضیحاتی درمورد کتاب به خارجی

Ruby is a fully object-oriented language, much like the classic object-oriented language, Smalltalk. Like Smalltalk, it is dynamically typed (as opposed to Java or C++), but unlike Smalltalk, Ruby features the same conveniences found in modern scripting languages, making Ruby a favorite tool of intelligent, forward-thinking programmers and the basis for the Rails web framework. This is the reference manual for Ruby, including a description of all the standard library modules, a complete reference to all built-in classes and modules (including all the new and changed methods introduced by Ruby 1.9). It also includes all the new and changed syntax and semantics introduced since Ruby 1.8. Learn about the new parameter passing rules, local variable scoping in blocks, fibers, multinationalization, and the new block declaration syntax, among other exciting new features.



فهرست مطالب

Foreword......Page 16
Preface......Page 17
Road Map......Page 22
Part I---Facets of Ruby......Page 24
The Command Prompt......Page 25
Installing Ruby......Page 27
Running Ruby......Page 30
Ruby Documentation: RDoc and ri......Page 32
Ruby Is an Object-Oriented Language......Page 35
Some Basic Ruby......Page 37
Arrays and Hashes......Page 40
Symbols......Page 42
Control Structures......Page 43
Regular Expressions......Page 45
Blocks and Iterators......Page 46
Reading and \'Riting......Page 48
Onward and Upward......Page 49
Classes, Objects, and Variables......Page 50
Objects and Attributes......Page 53
Classes Working with Other Classes......Page 58
Access Control......Page 61
Variables......Page 64
Containers, Blocks, and Iterators......Page 67
Blocks and Iterators......Page 74
Containers Everywhere......Page 90
Sharing Functionality: Inheritance, Modules, and Mixins......Page 91
Inheritance and Messages......Page 97
Modules......Page 96
Mixins......Page 98
Iterators and the Enumerable Module......Page 100
Composing Modules......Page 101
Inheritance, Mixins, and Design......Page 104
Numbers......Page 106
Strings......Page 109
Ranges......Page 114
What Regular Expressions Let You Do......Page 117
Ruby\'s Regular Expressions......Page 118
Digging Deeper......Page 120
Pattern-Based Substitution......Page 128
Advanced Regular Expressions......Page 130
Defining a Method......Page 137
Calling a Method......Page 140
Expressions......Page 146
Operator Expressions......Page 147
Miscellaneous Expressions......Page 149
Assignment......Page 150
Conditional Execution......Page 153
Case Expressions......Page 158
Loops......Page 160
Variable Scope, Loops, and Blocks......Page 165
The Exception Class......Page 167
Handling Exceptions......Page 168
Raising Exceptions......Page 172
Catch and Throw......Page 174
What Is an IO Object?......Page 176
Opening and Closing Files......Page 177
Reading and Writing Files......Page 178
Talking to Networks......Page 181
Fibers......Page 184
Multithreading......Page 186
Controlling the Thread Scheduler......Page 190
Mutual Exclusion......Page 191
Running Multiple Processes......Page 194
Unit Testing......Page 198
The Testing Framework......Page 200
Structuring Tests......Page 204
Organizing and Running Tests......Page 206
RSpec and Shoulda......Page 209
Ruby Debugger......Page 220
Interactive Ruby......Page 221
Editor Support......Page 222
But It Doesn\'t Work!......Page 224
But It\'s Too Slow!......Page 227
Part II---Ruby in Its Setting......Page 232
Command-Line Arguments......Page 233
Program Termination......Page 236
Environment Variables......Page 237
Where Ruby Finds Its Libraries......Page 238
RubyGems Integration......Page 239
The Rake Build Tool......Page 245
Build Environment......Page 248
Namespaces......Page 249
Organizing Your Source......Page 251
Distributing and Installing Your Code......Page 258
Character Encoding......Page 264
Encodings......Page 265
Source Files......Page 266
Transcoding......Page 270
Input and Output Encoding......Page 272
Default External Encoding......Page 274
Encoding Compatibility......Page 275
Default Internal Encoding......Page 276
Fun with Unicode......Page 277
Command Line......Page 278
Configuration......Page 282
Commands......Page 286
Restrictions......Page 288
Documenting Ruby......Page 290
Adding RDoc to Ruby Code......Page 293
Adding RDoc to C Extensions......Page 298
Running RDoc......Page 299
Writing CGI Scripts......Page 304
Cookies......Page 313
Choice of Web Servers......Page 314
Frameworks......Page 315
Ruby and Microsoft Windows......Page 316
Windows Automation......Page 318
Win32API......Page 317
Part III---Ruby Crystallized......Page 324
Source Layout......Page 325
The Basic Types......Page 327
Names......Page 334
Variables and Constants......Page 336
Expressions......Page 344
Method Definition......Page 351
Invoking a Method......Page 355
Class Definition......Page 358
Module Definitions......Page 360
Access Control......Page 362
Blocks, Closures, and Proc Objects......Page 363
Exceptions......Page 367
Catch and Throw......Page 369
Duck Typing......Page 370
Classes Aren\'t Types......Page 371
Coding like a Duck......Page 375
Standard Protocols and Coercions......Page 376
Walk the Walk, Talk the Talk......Page 383
Objects and Classes......Page 384
Singletons......Page 387
Inheritance and Visibility......Page 393
Modules and Mixins......Page 394
Metaprogramming Class-Level Macros......Page 397
Two Other Forms of Class Definition......Page 402
instance_eval and class_eval......Page 406
Hook Methods......Page 410
One Last Example......Page 415
Top-Level Execution Environment......Page 417
The Turtle Graphics Program......Page 418
Looking at Objects......Page 420
Looking at Classes......Page 422
Calling Methods Dynamically......Page 423
System Hooks......Page 426
Tracing Your Program\'s Execution......Page 427
Behind the Curtain: The Ruby VM......Page 430
Marshaling and Distributed Ruby......Page 431
Compile Time? Runtime? Anytime!......Page 435
Locking Ruby in the Safe......Page 436
Safe Levels......Page 437
Trusted Objects......Page 438
Part IV---Ruby Library Reference......Page 441
Built-in Classes and Modules......Page 442
Alphabetical Listing......Page 443
Array......Page 447
BasicObject......Page 463
Bignum......Page 466
Binding......Page 469
Class......Page 470
Comparable......Page 472
Complex......Page 473
Dir......Page 478
Encoding......Page 483
Enumerable......Page 487
Enumerator......Page 496
Errno......Page 500
Exception......Page 501
FalseClass......Page 504
Fiber......Page 505
File......Page 506
File::Stat......Page 518
FileTest......Page 524
Fixnum......Page 525
Float......Page 528
GC......Page 532
Hash......Page 533
Integer......Page 543
IO......Page 546
Kernel......Page 564
Marshal......Page 583
MatchData......Page 585
Math......Page 588
Method......Page 591
Module......Page 594
Mutex......Page 612
NilClass......Page 613
Numeric......Page 615
Object......Page 622
ObjectSpace......Page 635
Proc......Page 637
Process......Page 641
Process::GID......Page 648
Process::Status......Page 650
Process::Sys......Page 653
Process::UID......Page 655
Range......Page 656
Rational......Page 660
Regexp......Page 663
Signal......Page 668
String......Page 670
Struct......Page 696
Struct::Tms......Page 700
Symbol......Page 701
Thread......Page 705
ThreadGroup......Page 712
Time......Page 714
TrueClass......Page 723
UnboundMethod......Page 724
Standard Library......Page 726
Library Changes in Ruby 1.9......Page 727
Abbrev......Page 729
Base64......Page 730
Benchmark......Page 731
BigDecimal......Page 732
CGI......Page 733
CGI::Session......Page 735
CMath......Page 736
Complex......Page 737
Continuation......Page 738
CSV......Page 739
Curses......Page 741
Date/DateTime......Page 742
DBM......Page 743
Delegator......Page 744
Digest......Page 745
DL......Page 746
dRuby......Page 747
English......Page 748
erb......Page 749
Etc......Page 751
expect......Page 752
Fcntl......Page 753
Fiber......Page 754
FileUtils......Page 755
Find......Page 756
Forwardable......Page 757
GDBM......Page 758
GetoptLong......Page 759
GServer......Page 760
Iconv......Page 761
IO/Wait......Page 762
IPAddr......Page 763
irb......Page 764
json......Page 765
Logger......Page 766
mathn......Page 767
Matrix......Page 769
MiniTest......Page 770
Monitor......Page 771
Mutex_m......Page 772
Net::FTP......Page 773
Net::HTTP......Page 774
Net::IMAP......Page 776
Net::POP......Page 777
Net::SMTP......Page 778
Net::Telnet......Page 779
NKF......Page 780
Observable......Page 781
open-uri......Page 782
Open3......Page 783
OpenSSL......Page 784
OptionParser......Page 785
OpenStruct......Page 787
Pathname......Page 788
PP......Page 789
PrettyPrint......Page 790
prime......Page 791
Profile......Page 792
Profiler__......Page 793
PStore......Page 794
PTY......Page 795
Rational......Page 796
Readline......Page 797
Resolv......Page 798
REXML......Page 799
Rinda......Page 801
Ripper......Page 802
RSS......Page 804
Scanf......Page 805
SDBM......Page 806
SecureRandom......Page 807
Set......Page 808
Shellwords......Page 809
Singleton......Page 810
Socket......Page 811
StringIO......Page 812
StringScanner......Page 813
Syslog......Page 814
Tempfile......Page 815
Test::Unit......Page 816
thread......Page 817
ThreadsWait......Page 818
Time......Page 819
Timeout......Page 820
Tk......Page 821
tmpdir......Page 822
Tracer......Page 823
TSort......Page 824
un......Page 825
URI......Page 826
WeakRef......Page 827
WEBrick......Page 828
WIN32OLE......Page 829
XMLRPC......Page 830
YAML......Page 831
Zlib......Page 832
Your First Extension......Page 833
Ruby Objects in C......Page 836
The Threading Model......Page 841
The Jukebox Extension......Page 845
Memory Allocation......Page 852
Ruby Type System......Page 853
Creating an Extension......Page 855
Embedding a Ruby Interpreter......Page 860
Bridging Ruby to Other Environments......Page 864
Ruby C Language API......Page 865
mkmf......Page 874
Part V---Appendixes......Page 877
Socket Library......Page 878
BasicSocket......Page 879
Socket......Page 881
IPSocket......Page 885
TCPSocket......Page 886
SOCKSSocket......Page 887
TCPServer......Page 888
UDPSocket......Page 889
UNIXSocket......Page 891
UNIXServer......Page 892
Websites......Page 893
Mailing Lists......Page 894
Bug Reporting......Page 895
Bibliography......Page 896
Symbols......Page 897
A......Page 899
B......Page 901
C......Page 902
D......Page 905
E......Page 907
F......Page 909
G......Page 911
H......Page 912
I......Page 913
J......Page 914
L......Page 915
M......Page 916
N......Page 919
O......Page 920
P......Page 921
R......Page 923
S......Page 926
T......Page 930
U......Page 932
W......Page 933
Z......Page 934




نظرات کاربران