Search preferences
Ir a los resultados principales

Filtros de búsqueda

Tipo de artículo

  • Todos los tipos de productos 
  • Libros (1)
  • Revistas y publicaciones (No hay ningún otro resultado que coincida con este filtro.)
  • Cómics (No hay ningún otro resultado que coincida con este filtro.)
  • Partituras (No hay ningún otro resultado que coincida con este filtro.)
  • Arte, grabados y pósters (No hay ningún otro resultado que coincida con este filtro.)
  • Fotografías (No hay ningún otro resultado que coincida con este filtro.)
  • Mapas (No hay ningún otro resultado que coincida con este filtro.)
  • Manuscritos y coleccionismo de papel (No hay ningún otro resultado que coincida con este filtro.)

Condición Más información

  • Nuevo (1)
  • Como nuevo, Excelente o Muy bueno (No hay ningún otro resultado que coincida con este filtro.)
  • Bueno o Aceptable (No hay ningún otro resultado que coincida con este filtro.)
  • Regular o Pobre (No hay ningún otro resultado que coincida con este filtro.)
  • Tal como se indica (No hay ningún otro resultado que coincida con este filtro.)

Encuadernación

Más atributos

  • Primera edición (No hay ningún otro resultado que coincida con este filtro.)
  • Firmado (No hay ningún otro resultado que coincida con este filtro.)
  • Sobrecubierta (No hay ningún otro resultado que coincida con este filtro.)
  • Con imágenes (1)
  • No impresión bajo demanda (1)

Idioma (1)

Precio

  • Cualquier precio 
  • Menos de EUR 20 (No hay ningún otro resultado que coincida con este filtro.)
  • EUR 20 a EUR 45 
  • Más de EUR 45 (No hay ningún otro resultado que coincida con este filtro.)
Intervalo de precios personalizado (EUR)

Gastos de envío gratis

  • Envío gratis a España (No hay ningún otro resultado que coincida con este filtro.)

Ubicación del vendedor

  • David Copeland

    Publicado por Pragmatic Programmers Apr 2012, 2012

    ISBN 10: 1934356913 ISBN 13: 9781934356913

    Idioma: Inglés

    Librería: AHA-BUCH GmbH, Einbeck, Alemania

    Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

    Contactar al vendedor

    EUR 11,99 gastos de envío desde Alemania a España

    Destinos, gastos y plazos de envío

    Cantidad disponible: 2 disponibles

    Añadir al carrito

    Taschenbuch. Condición: Neu. Neuware - Speak directly to your system. With its simple commands, flags, and parameters, a well-formed command-line application is the quickest way to automate a backup, a build, or a deployment and simplify your life.As Ruby pro David Copeland explains, writing a command-line application that is self-documenting, robust, adaptable and forever useful is easier than you might think. Ruby is particularly suited to this task, since it combines high-level abstractions with 'close to the metal' system interaction wrapped up in a concise, readable syntax. Moreover, Ruby has the support of a rich ecosystem of open-source tools and libraries.Ten insightful chapters each explain and demonstrate a command-line best practice. You'll see how to use these tools to elevate the lowliest automation script to a maintainable, polished application.You'll learn how to use free, open source parsers to create user-friendly command-line interfaces as well as command suites. You'll see how to use defaults to keep options simple for everyday users, while giving advanced users options for more complex tasks.There's no reason a command-line application should lack documentation, whether it's part of a help command or a man page; you'll find out when and how to use both. Your journey from command-line novice to pro ends with a look at valuable approaches to testing your apps, and includes some fun techniques for outside-the-box, colorful interfaces that will delight your users.With Ruby, the command line is not dead. Long live the command line.What You Need:All you'll need is Ruby, and the ability to install a few gems along the way.Examples written for Ruby 1.9.2, but 1.8.7 should work just as well.