Ruby Cookbook

Ruby Cookbook PDF Author: Lucas Carlson
Publisher: "O'Reilly Media, Inc."
ISBN: 0596523696
Category : Computers
Languages : en
Pages : 908

Book Description
With the introduction of Ruby on Rails, the Ruby scripting language has been a rising star among programmers over the past year. This new book covers all aspects of the language, from the basics to more advanced issues, so that programmers of any level can learn by example and improve their skills.

Ruby Cookbook

Ruby Cookbook PDF Author: Lucas Carlson
Publisher: "O'Reilly Media, Inc."
ISBN: 1449373690
Category : Computers
Languages : en
Pages : 990

Book Description
Why spend time on coding problems that others have already solved when you could be making real progress on your Ruby project? This updated cookbook provides more than 350 recipes for solving common problems, on topics ranging from basic data structures, classes, and objects, to web development, distributed programming, and multithreading. Revised for Ruby 2.1, each recipe includes a discussion on why and how the solution works. You’ll find recipes suitable for all skill levels, from Ruby newbies to experts who need an occasional reference. With Ruby Cookbook, you’ll not only save time, but keep your brain percolating with new ideas as well. Recipes cover: Data structures including strings, numbers, date and time, arrays, hashes, files and directories Using Ruby’s code blocks, also known as closures OOP features such as classes, methods, objects, and modules XML and HTML, databases and persistence, and graphics and other formats Web development with Rails and Sinatra Internet services, web services, and distributed programming Software testing, debugging, packaging, and distributing Multitasking, multithreading, and extending Ruby with other languages

Regular Expressions Cookbook

Regular Expressions Cookbook PDF Author: Jan Goyvaerts
Publisher: "O'Reilly Media, Inc."
ISBN: 1449327486
Category : Computers
Languages : en
Pages : 612

Book Description
Take the guesswork out of using regular expressions. With more than 140 practical recipes, this cookbook provides everything you need to solve a wide range of real-world problems. Novices will learn basic skills and tools, and programmers and experienced users will find a wealth of detail. Each recipe provides samples you can use right away. This revised edition covers the regular expression flavors used by C#, Java, JavaScript, Perl, PHP, Python, Ruby, and VB.NET. You’ll learn powerful new tricks, avoid flavor-specific gotchas, and save valuable time with this huge library of practical solutions. Learn regular expressions basics through a detailed tutorial Use code listings to implement regular expressions with your language of choice Understand how regular expressions differ from language to language Handle common user input with recipes for validation and formatting Find and manipulate words, special characters, and lines of text Detect integers, floating-point numbers, and other numerical formats Parse source code and process log files Use regular expressions in URLs, paths, and IP addresses Manipulate HTML, XML, and data exchange formats Discover little-known regular expression tricks and techniques

Ruby Pocket Reference

Ruby Pocket Reference PDF Author: Michael Fitzgerald
Publisher: "O'Reilly Media, Inc."
ISBN: 149192599X
Category : Computers
Languages : en
Pages : 224

Book Description
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

Rails Cookbook

Rails Cookbook PDF Author: Rob Orsini
Publisher: "O'Reilly Media, Inc."
ISBN: 0596513836
Category : Computers
Languages : en
Pages : 544

Book Description
Rails is one of the leading frameworks for developing the new generation of Web 2.0 applications using the increasingly popular Ruby scripting language. This text is for all web developers, regardless of experience, who want to learn about Rails applications.

Rails Cookbook

Rails Cookbook PDF Author: Rob Orsini
Publisher: "O'Reilly Media, Inc."
ISBN: 0596554648
Category : Computers
Languages : en
Pages : 547

Book Description
Rails Cookbook is packed with the solutions you need to be a proficient developer with Rails, the leading framework for building the new generation of Web 2.0 applications. Recipes range from the basics, like installing Rails and setting up your development environment, to the latest techniques, such as developing RESTful web services. With applications that are code light, feature-full and built to scale quickly, Rails has revolutionized web development. The Rails Cookbook addresses scores of real-world challenges; each one includes a tested solution, plus a discussion of how and why it works, so that you can adapt the techniques to similar situations. Topics include: Modeling data with the ActiveRecord library Setting up views with ActionView and RHTML templates Building your application's logic into ActionController Testing and debugging your Rails application Building responsive web applications using JavaScript and Ajax Ensuring that your application is security and performs well Deploying your application with Mongrel and Apache Using Capistrano to automate deployment Using the many Rails plugins Working with graphics Whether you're new to Rails or an experienced developer, you'll discover ways to test, debug and secure your applications, incorporate Ajax, use caching to improve performance, and put your application into production. Want to get ahead of the Web 2.0 curve? This valuable cookbook will save you hundreds of hours when developing applications with Rails.

The New Alaska Cookbook, 2nd Edition

The New Alaska Cookbook, 2nd Edition PDF Author: Glenn Denkler
Publisher: Sasquatch Books
ISBN: 1570617651
Category : Cooking
Languages : en
Pages : 186

Book Description
Out-of-this-world ingredients (consider the King crab and the salmon from the Copper River) combined with creative chefs makes for adventurous and sophisticated eating. This much-lauded cookbook profiles a dozen Alaska chefs who are developing and perfecting the tastes and flavors of the Last Frontier. Whether they are located in downtown hotel restaurants or remote lodges or far-flung towns, these chefs are finding wonderful local ingredients and either inventing new dishes or re-interpreting classics. The traditional Alaskan Seafood Chowder is a hearty and malleable recipe that takes advantage of the fact that Alaskan kitchens usually have a good supply on hand of various kinds of fin- and shellfish. Naturally, the book offers up a good half-dozen other fish recipes as well. The Wild Mushroom Tart reflects the bounty of the many forests&—and fortunately excellent foraged mushrooms are showing up at farmers markets in the lower-48. Alaska is famous for its long summer days that produce bumper crops and outsized vegetables. Cream of Alaskan Summer Squash and Fresh Sweet Basil Soup is a terrific solution to too many zucchinis (an issue for many home farmers). Roast Cornish Hen with King Prawn is a perfect and unexpected marriage of fish and fowl&—a combination that perhaps could only have been invented in Alaska. With over 120 recipes, this second edition of The New Alaska Cookbook reveals that the culinary world up north has continued to evolve in many new and delicious directions

React Native Cookbook

React Native Cookbook PDF Author: Dan Ward
Publisher: Packt Publishing Ltd
ISBN: 1788990439
Category : Computers
Languages : en
Pages : 583

Book Description
Improve your React Native mobile development skills and transition from web to mobile development with this solution-packed guide Key FeaturesLearn strategies and techniques to face React Native mobile development challenges head-onExplore ways to use iOS and Android for React Native development to maximize code reuse and cohesionBuild engaging user experiences with React NativeBook Description If you are a developer looking to create mobile applications with maximized code reusability and minimized cost, React Native is what you need. With this practical guide, you'll be able to build attractive UIs, tackle common problems in mobile development, and achieve improved performance in mobile environments. This book starts by covering the common techniques for React Native customization and helps you set up your development platforms. Over the course of the book, you'll work through a wide variety of recipes that help you create, style, and animate your apps with built-in React Native and custom third-party components. You'll also develop real-world browser-based authentication, build a fully functional audio player, and integrate Google Maps in your apps. This book will help you explore different strategies for working with data, including leveraging the popular Redux library and optimizing your app's dataflow. You'll also learn how to write native device functionality for new and existing React Native projects and how app deployment works. By the end of this book, you'll be equipped with tips and tricks to write efficient code and have the skills to build full iOS and Android applications using React Native. What you will learnBuild UI features and components using React NativeCreate advanced animations for UI componentsDevelop universal apps that run on phones and tabletsLeverage Redux to manage application flow and dataExpose both custom native UI components and application logic to React NativeEmploy open source third-party plugins to create React Native appsWho this book is for If you're a JavaScript developer looking for a practical guide for developing feature-rich mobile apps using React Native, this book is for you. Though not necessary, some experience of working with React will help you understand the React Native concepts covered in this book easily. While React Native development can be done on a Windows machine, certain aspects, such as running your apps on iOS devices and in the iOS simulator, or editing native code with Xcode, can only be done with a Mac.

Metaprogramming Ruby 2

Metaprogramming Ruby 2 PDF Author: Paolo Perrotta
Publisher:
ISBN: 9781941222126
Category : Object-oriented programming (Computer science)
Languages : en
Pages : 0

Book Description
Paolo Perrotta has fifteen years of experience as a developer, ranging from embedded to enterprise software, computer games, and web applications. Paolo lives a nomadic life, mentoring agile teams throughout Europe. He has a base camp in Bologna, Italy. He loves Ruby.
Proudly powered by WordPress | Theme: Rits Blog by Crimson Themes.