Search preferences
Passer aux résultats principaux de la recherche

Filtres de recherche

Type d'article

  • Tous les types de produits 
  • Livres (1)
  • Magazines & Périodiques (Aucun autre résultat ne correspond à ces critères)
  • Bandes dessinées (Aucun autre résultat ne correspond à ces critères)
  • Partitions de musique (Aucun autre résultat ne correspond à ces critères)
  • Art, Affiches et Gravures (Aucun autre résultat ne correspond à ces critères)
  • Photographies (Aucun autre résultat ne correspond à ces critères)
  • Cartes (Aucun autre résultat ne correspond à ces critères)
  • Manuscrits & Papiers anciens (Aucun autre résultat ne correspond à ces critères)

Etat

  • Tous 
  • Neuf (1)
  • Ancien ou d'occasion (Aucun autre résultat ne correspond à ces critères)

Reliure

Particularités

  • Ed. originale (Aucun autre résultat ne correspond à ces critères)
  • Signé (Aucun autre résultat ne correspond à ces critères)
  • Jaquette (Aucun autre résultat ne correspond à ces critères)
  • Avec images (1)
  • Sans impressions à la demande (1)

Langue (1)

Prix

  • Tous les prix 
  • Moins de EUR 20 (Aucun autre résultat ne correspond à ces critères)
  • EUR 20 à EUR 45 
  • Plus de EUR 45 (Aucun autre résultat ne correspond à ces critères)
Fourchette de prix personnalisée (EUR)

Livraison gratuite

  • Livraison gratuite à destination de France (Aucun autre résultat ne correspond à ces critères)

Pays

  • David Copeland

    Edité par Pragmatic Programmers Apr 2012, 2012

    ISBN 10 : 1934356913 ISBN 13 : 9781934356913

    Langue: anglais

    Vendeur : AHA-BUCH GmbH, Einbeck, Allemagne

    Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

    Contacter le vendeur

    EUR 26,82

    Autre devise
    EUR 10,99 expédition depuis Allemagne vers France

    Destinations, frais et délais

    Quantité disponible : 2 disponible(s)

    Ajouter au panier

    Taschenbuch. Etat : 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.