Ruby ist zwar eine leicht zu erlernende Programmiersprache, aber in der Hitze des Gefechts kann es Ihnen schon einmal passieren, dass Sie einen Methodennamen oder die korrekte Syntax für eine Bedingung vergessen. Ruby kurz & gut bietet Ihnen eine praktische Befehlsreferenz zu den wichtigsten Ruby-Sprachelementen - von Operatoren zu reservierten Wörtern, von Datenstrukturen bis zur Methodensyntax - für Ihre tagtägliche Arbeit mit Ruby. Ruby kurz & gut hilft Ihnen dabei, effektiver und präziser mit Ruby zu arbeiten. Die kompakte Referenz ist jederzeit einsetzbar - egal, wo Sie sich gerade befinden. Folgende Ruby-Sprachelemente werden behandelt: * Reservierte Wörter, Operatoren, Kommentare, Zahlen, Variablen, Bereiche und Symbole * Vordefinierte Variablen, globale Variablen, globale Konstanten, Pseudovariablen * Bedingungsausdrücke, Methoden, Klassen und Module (Mixins) * sprintf und Time-Formatierungsdirektiven * Interactive Ruby (irb) und RubyGems * Ruby-Dokumentation (RDoc) Wenn Sie sich schnell und effektiv zu einem Ruby-Sprachelement informieren wollen, dann ist Ruby kurz & gut die richtige Wahl.
O'Reilly Pocket ReferenceReihe
Diese Reihe von Taschen-Nachschlagewerken befasst sich mit einer breiten Palette technischer Themen, von Programmiersprachen bis hin zu Betriebssystemen. Jedes Buch ist darauf ausgelegt, prägnante und wesentliche Informationen für erfahrene Fachleute und aufstrebende Enthusiasten zu liefern. Sie dienen als unschätzbare Ressource für diejenigen, die effektiv Fehler beheben und komplexe Konzepte schnell erfassen müssen. Ihr tragbares Design gewährleistet jederzeit und überall einfachen Zugriff auf kritische Details.






Empfohlene Lesereihenfolge
vi and Vim Editors Pocket Reference
- 85 Seiten
- 3 Lesestunden
vi and Vim are immensely powerful tools for anyone working with Unix, Linux, or Mac OS X, but there are far too many commands for anyone to remember. This handy little book puts all of the essential information about vi and Vim at your fingertips, in a format that makes browsing easy.
C# language
- 128 Seiten
- 5 Lesestunden
C# programmers all have one thing in common -- they're learning a new language. That fact alone brings challenges, frustrations, and constant demands on your patience. And, no matter how good your reference books are, you can't always stop to thumb through hundreds of pages to find the piece of information you need. Your answer is the C# Language Pocket Reference. Concise and easy to use, this handy pocket guide to C# comes from the authors of C# in a Nutshell, and is a must-have quick reference for anyone implementing this new object-oriented language. The C# Language Pocket Reference offers the convenience of a quick reference in a format that will actually fit in your pocket. The book includes a guide to C# language elements, a brief overview of the Framework Class library, a cross-reference for namespaces and assemblies, a list of compiler syntax and switches, a regular expressions reference guide, and more. You'll be surprised at how much information can fit into this slim volume. O'Reilly's Pocket References have become a favorite among programmers everywhere. By providing a wealth of important details in a concise, well-organized format, these handy books deliver just what you need to complete the task at hand. When you've reached a sticking point in your work and need to get to a solution quickly, the new C# Language Pocket Reference is the book you'll want to have.
C++ ist eine komplexe Sprache mit vielen subtilen Facetten. Insbesondere Programmierer, die von einer anderen Programmiersprache umsteigen oder nur gelegentlich mit C++ arbeiten, haben ihre Schwierigkeiten mit ähnlichen und doch nicht identischen Features in Java oder C. Aber auch erfahrene C++-Programmierer müssen manchmal überlegen, wie ein bestimmtes Konstrukt oder Konzept in C++ implementiert ist. Ihnen allen bietet C++ – kurz & gut einen kompakten Überblick über die Strukturen und Syntaxelemente der Kernsprache, erläutert anhand von kurzen Beispielen. Die Kurzreferenz ist ideal zum schnellen Nachschlagen, sie bringt die C++-Sprachfeatures auf den Punkt und behandelt auch die Neuerungen von C++17. Aus dem Inhalt: - C++-Anweisungen und -Funktionen - Lexikalische Elemente und Typen - Klassen und Vererbung - Template-Programmierung Jetzt zu C++17: Diese 3. Auflage des Nachschlagebandes deckt den aktuellen ISO-Standard 2017 ab. Informationen zu den C++-Bibliotheken finden Sie in der Schnellreferenz C++ Standardbibliothek – kurz & gut.
Regular Expression Pocket Reference
- 126 Seiten
- 5 Lesestunden
Concise and easy to use, this handy guide offers programmers a complete overview of the syntax and semantics of regular expressions, which are at the heart of every text-processing application.
Ideal as an introduction for beginners and a quick reference for advanced programmers, this handy little book consists of two parts - a compact description of the C language and a thematically structured reference to the standard library.
Die vorliegende Referenz bietet einen schnell zugänglichen Überblick über Optionen und Befehle von vi und ex, Befehlszeilen-Optionen, Shortcuts im Eingabemodus, reguläre Ausdrücke sowie Optionen der vi-Klone nvi, elvis, vim und vile und deren Erweiterungen. Damit wird sowohl der Einstieg in die Textbearbeitung mit vi erleichtert, als auch dem erfahrenen Anwender die Möglichkeit geboten, vi im Arbeitsalltag effizienter zu nutzen. vi-Editor - kurz & gut ist die ideale Ergänzung zu dem Titel Textbearbeitung mit dem vi-Editor, in dem Linda Lamb und Arnold Robbins detailliert in den Umgang mit vi und seinen Klonen einführen.
Java Pocket Guide
- 150 Seiten
- 6 Lesestunden
How many times have you reached an impasse while writing code because you couldn't remember how something in Java worked? This new pocket guide is designed to keep you moving. Concise, convenient and easy to use, the Java Pocket Guide gives you Java stripped down to its bare essentials -- in fact, it's the only book on Java that you can actually fit in your pocket. Written by Robert and Patricia Liguori, senior software and lead information engineers for Java-based air traffic management and simulation environments, Java Pocket Guide contains everything you really need to know about Java, particularly everything you need to remember. The book pays special attention to the new areas in Java 5 and 6, such as generics and annotations. Why do you need the Java Pocket Guide?It's the only CliffsNotes-style guide to Java available Lets you find important things quickly without consulting 1000-page tutorials Includes ma
JavaScript: Pocket Reference
- 265 Seiten
- 10 Lesestunden
"JavaScript is the ubiquitous programming language of the Web, and for more than 15 years, JavaScript: The Definitive Guide has been the bible of JavaScript programmers around the world. Ideal for JavaScript developers at any level, this book is an all-new excerpt of The Definitive Guide, collecting the essential parts of that hefty volume into this slim yet dense pocket reference. The first 9 chapters document the latest version (ECMAScript 5) of the core JavaScript language ... The next 5 chapters document the fundamental APIs for using JavaScript with HTML5 and explain how to interact with web browser windows ; script HTML documents and document elements ;modify and apply CSS styles and classes ; respond to user input events ; communicate with web servers (and) store data locally on the user's computer." Amazon.com viewed 5/7/2020
Java Pocket Guide, 4e
- 290 Seiten
- 11 Lesestunden
Any time you need quick answers for developing or debugging Java programs, this pocket guide is the ideal reference to standard features of the Java programming language and its platform.
Perl 5 Pocket Reference
- 71 Seiten
- 3 Lesestunden
This quick-reference guide to, the Perl programming language provides a complete overview of the language, from variables to input and output, from flow control to regular expressions, from functions to document formats - all packed into a convenient, carry-around booklet. Included is a summary of Perl syntax rules, a complete list of standard library modules with brief descriptions, and a precedence table for Perl operators. Updated for Perl Version 5.005, this booklet covers the newest Perl features like enhanced regular expressions, multithreading, and the Per] compiler. The Perl 5 Pocket Reference is the perfect companion to Learning Perl, a carefully paced tutorial course by Randal L. Schwartz, and Programming Perl, the complete, authoritative reference work co-authored by Perl developer Larry Wall, Tom Christiansen, and Schwartz.
The Perl debugger is a versatile tool that should be in every Perl programmer's arsenal. Included with the Perl core distribution itself, the debugger allows programmers to control the program's execution, examine variables, set breakpoints, and step through the program line by line to find the source of a program's problems. Perl Debugger Pocket Reference is the first book devoted solely to the Perl debugger. This small book acts as both a tutorial and reference for any Perl programmer who wants to use the debugger, or simply use it better.
Ruby Pocket Reference 2e
- 224 Seiten
- 8 Lesestunden
This handy pocket reference offers brief yet clear explanations of Ruby's core components, from operators to reserved words to data structures to method syntax, highlighting those key features that you'll likely use every day when coding Ruby.
Objective-C ist die Programmiersprache der letzten Jahre. Die Beliebtheit von Apples Plattformen iOS und Mac OS X sorgt dafür, dass die Sprache heute aktueller ist als je zuvor. Wer einen kompakten Überblick über die Strukturen und Syntaxelemente von Objective-C sucht, findet in dieser Kurzreferenz alle Features der Sprache zum schnellen Nachschlagen. Objective-C - kurz & gut eignet sich für alle Programmierer, die bereits mit anderen Sprachen wie C, Java oder C# vertraut sind und jetzt für den Mac, das iPhone oder das iPad programmieren möchten: Ihnen vermittelt das Buch die Sprachgrundlagen von Objective-C. Behandelt werden Objekte, Klassen, Funktionen und Nachrichten, aber auch die fortgeschrittenen Features der NSObject-Schnittstelle sowie die Speicherverwaltung, Fehler und Ausnahmen und das Messaging. Das Buch bietet darüber hinaus eine alphabetische Referenz der wichtigsten NSObject-Methoden und der Compilerdirektiven. Dieser Referenzabschnitt ist auch für all diejenigen Programmierer nützlich, die bereits Kenntnisse in Objective-C mitbringen.
JavaScript, an object-based scripting language embedded in HTML, is essential for web developers, enabling the creation of dynamic, interactive applications within web browsers. As the preferred language for Dynamic HTML content, its syntax, influenced by C, C++, and Java, makes it accessible for experienced programmers, while its interpreted nature offers flexibility for newcomers. The JavaScript Pocket Reference, 2nd Edition, presents a comprehensive overview of the core language and client-side scripting environment, along with quick-reference material on essential objects, methods, and properties. This updated edition addresses JavaScript 1.5 and is particularly beneficial for developers using standards-compliant browsers like Internet Explorer 6, Netscape 7, and Mozilla. Serving as both an introduction for beginners and a quick reference for advanced users, this pocket-sized guide is portable and complements the bestselling JavaScript: The Definitive Guide, 4th Edition. O'Reilly's Pocket References are favored among developers for their concise, organized format, providing crucial details to resolve issues swiftly. When faced with challenges, the JavaScript Pocket Reference is the ideal companion to have on hand.
JavaScript ist eine mächtige, objektorientierte Skriptsprache, deren Code in HTML-Seiten eingebettet und vom Browser interpretiert und ausgeführt wird. Richtig eingesetzt, eignet sie sich aber auch für die Programmierung komplexer Anwendungen und hat im Zusammenhang mit HTML5 noch einmal an Bedeutung gewonnen. Diese Kurzreferenz ist ein Auszug aus der überarbeiteten und ergänzten Neuauflage von JavaScript - Das umfassende Referenzwerk, 6. Auflage, der JavaScript-Bibel schlechthin. JavaScript kurz & gut befasst sich in den ersten neun Kapiteln mit der neuesten Version des Sprachkerns (ECMAScript 5) und behandelt die Syntax der Sprache, Typen, Werte, Variablen, Operatoren und Anweisungen sowie Objekte, Arrays, Funktionen und Klassen. All dies ist nicht nur für die Verwendung von JavaScript in Webbrowsern, sondern auch beim Einsatz von Node auf der Serverseite relevant. In den folgenden fünf Kapiteln geht es um die Host-Umgebung des Webbrowsers. Es wird erklärt, wie Sie clientseitiges JavaScript für die Erstellung dynamischer Webseiten und -applikationen verwenden und mit JavaScript auf die HTML5-APIs zugreifen. Diese Kapitel liefern Informationen zu den wichtigsten Elementen von clientseitigem JavaScript: Fenster, Dokumente, Elemente, Stile, Events, Netzwerke und Speicherung.
The "Perl Pocket Reference" is an invaluable reference for those who find themselves frequently searching for a quick answer to a question or reminder of a syntax rule. This handy, well-organized quick reference condenses stacks of Perl documentation down to the most essential at-your-fingertips facts. For ease-of-use, convenience, and price, this little reference is the first place Perl programmers look when they need an answer quickly.The "Perl Pocket Referenc" provides a complete overview of the Perl programming language, all packed into a convenient, carry-around booklet. It is updated for Perl 5.8, and covers a summary of Perl syntax rules, a complete list of operators, built-in functions, and standard library modules, all with brief descriptions. Also included are the newest Perl features, such as enhanced regular expressions, multithreading, the Perl compiler, and Unicode support.The "Perl Pocket Reference," 4th Edition, is the perfect companion to the authoritative books on Perl published by O'Reilly & Associates: "Programming Perl," "Learning Perl," and the "Perl Cookbook." This pocket reference will never make it to the bookshelf--dog-eared and well worn, it will remain within arms reach of the keyboard or tucked in a back pocket, where it will be referred to on a daily basis.