begin process at 2012 02 10 04:11:39
  Trouver un code source :
 
dans
 

Tous les livres avec "perl"


Les livres classés sous : perl

Le guide de survie - Perl moderne L essentiel des pratiques actuelles

FR Le guide de survie - Perl moderne L'essentiel des pratiques actuelles

Cet ouvrage traite du langage Perl "moderne" (version 5.10), fortement inspirée de la future version 6, déjà en cours de conception. Vous y verrez : le nouveau visage de Perl 5.10 : les mutations et les modernisations importantes de ces dernière...

(paru le 29/10/2010, consulté 1807 fois)
Perl pour les linguistes Programmes en Perl pour exploiter les données langagières

FR Perl pour les linguistes Programmes en Perl pour exploiter les données langagières

Adressé aux linguistes qui souhaitent travailler sur corpus, cet ouvrage de programmation en Perl analyse, d'un point de vue pratique, les principales techniques informatiques d'exploitation des données textuelles et lexicales à des fins linguistiques. ...

(paru le 15/09/2007, consulté 2884 fois)
Introduction aux expressions régulières Avec awk, Java, Perl, Python, PHP, Tcl...

FR Introduction aux expressions régulières Avec awk, Java, Perl, Python, PHP, Tcl...

Les expressions régulières représentent une syntaxe abstraite pour la description de chaînes de caractères. Les domaines d'utilisation des expressions régulières sont nombreux : elles interviennent tant dans le cadre de l'édition de textes très diver...

(paru le 26/05/2008, consulté 4206 fois)
Minimal Perl For UNIX/Linux People

EN Minimal Perl For UNIX/Linux People

Perl is a complex language that can be difficult to master. Perl advocates boast that "There's More Than One Way To Do It", but do you really want to learn several ways of saying the same thing to a computer? To make Perl more accessible, Dr. Tim Maher...

(paru le 15/10/2006, consulté 3454 fois)
Perl Testing A Developer s Notebook

EN Perl Testing A Developer's Notebook

Is there any sexier topic in software development than software testing? That is, besides game programming, 3D graphics, audio, high-performance clustering, cool websites, et cetera? Okay, so software testing is low on the list. And that's unfortunate, be...

(paru le 22/07/2005, consulté 4071 fois)
Les meilleures bibliothèques pour Perl

FR Les meilleures bibliothèques pour Perl

Perl sait tout faire, mais pas tout seul : il s'appuie sur les 8000 bibliothèques librement disponibles sur CPAN.org. Cet extraordinaire réservoir de solutions pose toutefois problème : laquelle choisir pour réaliser une tâche ? Les aute...

(paru le 02/10/2006, consulté 3879 fois)
Intermediate Perl Beyond the basics of learning Perl

EN Intermediate Perl Beyond the basics of learning Perl

Perl is a versatile, powerful programming language used in a variety of disciplines, ranging from system administration to web programming to database manipulation. One slogan of Perl is that it makes easy things easy and hard things possible. Intermediat...

(paru le 05/10/2006, consulté 4675 fois)
Perl Hacks Tips and Tools For Programming, Debugging and Surviving

EN Perl Hacks Tips and Tools For Programming, Debugging and Surviving

With more than a million dedicated programmers, Perl has proven to be the best computing language for the latest trends in computing and business. While other languages have stagnated, Perl remains fresh, thanks to its community-based development model, w...

(paru le 12/06/2006, consulté 3390 fois)
De l art de programmer en Perl Standards et règles pour du code maintenable

FR De l'art de programmer en Perl Standards et règles pour du code maintenable

De nombreux programmeurs codent en Perl quasi naturellement, en suivant leur instinct et en conservant les bonnes vieilles habitudes : le code tourne et c'est bon. Mais dans un cadre professionnel, cela ne marche plus. Au travers de 256 recommanda...

(paru le 23/03/2006, consulté 5787 fois)
Introduction à Perl Rendre ce qui est facile facile et difficile possible - Couvre Perl 5.8

FR Introduction à Perl Rendre ce qui est facile facile et difficile possible - Couvre Perl 5.8

Depuis l'époque où il servait surtout aux administrateurs de système Unix pour automatiser des tâches répétitives, Perl s'est rendu utile dans tous les domaines de l'informatique, du Web aux bases de données, en passant par le traitement des fichiers. Il ...

(paru le 02/03/2006, consulté 3983 fois)
Web Standards HTML, CSS, JavaScript, Perl, Python, and PHP

EN Web Standards HTML, CSS, JavaScript, Perl, Python, and PHP

This invaluable resource offers tutorials and real-world examples as well as thorough language references for Web markup languages (HTML/XHTML and CSS), and popular scripting languages (JavaScript, Perl, and PHP) Examines the role of JavaScript, CGI (w...

(paru le 09/08/2005, consulté 5628 fois)
Wicked Cool Perl Scripts Useful Perl Scripts that Solve Difficult Problems

EN Wicked Cool Perl Scripts Useful Perl Scripts that Solve Difficult Problems

Most Perl programmers have been frustrated at one time or another because the system just wouldn't do what they wanted it to do. There was that one simple and obvious utility that was missing that would make life so much easier: A tool to get a stock quot...

(paru le 08/02/2006, consulté 4889 fois)
Programmation avancée en Perl

FR Programmation avancée en Perl

Cet ouvrage démontre que tout ce qui est classiquement implanté en C++, Python, Java ou Tel, est aussi réalisable en Perl, et souvent de manière plus simple à condition de bien en maîtriser certains aspects fondamentaux. Au sommaire Références de donnée...

(paru le 09/07/1998, consulté 5390 fois)
Network Programming with Perl

EN Network Programming with Perl

Network Programming with Perl is a comprehensive, example-rich guide to creating network-based applications using the Perl programming language. Among its many capabilities, modern Perl provides a straightforward and powerful interface to TCP/IP, and this...

(paru le 15/03/2001, consulté 4554 fois)
Programming the Network with Perl

EN Programming the Network with Perl

After providing an introduction to the Perl programming language, this helpful guide teaches computer networking using Perl. Topics discussed include ethernet network analysis, programming standard Internet protocols, and exploring mobile agent programmin...

(paru le 06/03/2002, consulté 4426 fois)
Perl & LWP

EN Perl & LWP

Perl soared to popularity as a language for creating and managing web content, but with LWP (Library for WWW in Perl), Perl is equally adept at consuming information on the Web. LWP is a suite of modules for fetching and processing web pages. The Web is ...

(paru le 12/07/2002, consulté 4841 fois)
Perl in a Nutshell

EN Perl in a Nutshell

This complete guide to the Perl programming language ranges widely through the Perl programmer's universe, gathering together in a convenient form a wealth of information about Perl itself and its application to CGI scripts, XML processing, network progra...

(paru le 15/07/2002, consulté 4680 fois)
Perl Best Practices

EN Perl Best Practices

Many programmers code by instinct, relying on convenient habits or a "style" they picked up early on. They aren't conscious of all the choices they make, like how they format their source, the names they use for variables, or the kinds of loops they use. ...

(paru le 09/08/2005, consulté 4447 fois)
Pro Perl Parsing Master parsing concepts and techniques using the Perl language

EN Pro Perl Parsing Master parsing concepts and techniques using the Perl language

Perl, one of the world's most widely used programming languages, was born out of the need to resolve the creator's dissatisfaction with what were, at the time, standard data parsing solutions. Indeed, since the 1.0 release in 1987, Perl has been heralded ...

(paru le 22/08/2005, consulté 4565 fois)
Perl pour l impatient Le langage qui optimise le programmeur

FR Perl pour l'impatient Le langage qui optimise le programmeur

Perl : l'efficacité au bout des doigts ! Pour un petit script du quotidien comme pour une architecture complexe, vous pouvez compter sur lui pour économiser votre temps. Avec ses 8 000 bibliothèques spécialisées, c'est le couteau suisse - ou plu...

(paru le 15/08/2005, consulté 4243 fois)
Pro Perl Debugging

EN Pro Perl Debugging

Combining the best features of C, UNIX utilities, and regular expressions, Perl has grown as one of the most powerful and popular scripting languages. The valuable Perl is often used for system administration, text processing and Web programming. It is ev...

(paru le 02/08/2005, consulté 2862 fois)
Higher Order Perl Transforming Programs withs Programs

EN Higher Order Perl Transforming Programs withs Programs

Higher-Order Perl is the most exciting, most clearly-written, most comprehensive, and most forward-looking programming book I've read in at least ten years. It's your map to the future of programming in any language.Sean M. Burke, Leading Programmer, Comp...

(paru le 13/04/2005, consulté 2698 fois)
Pro Perl A comprehensive guide for developers who want to master the Perl programming language

EN Pro Perl A comprehensive guide for developers who want to master the Perl programming language

Over the years, Perl has grown from an elegant scripting tool into a mature and full-featured language for application development, boasting object-oriented programming, a flexible threading model, built-in support for Unicode, and a thriving community. P...

(paru le 14/04/2005, consulté 5160 fois)
Perl For System  Administration

EN Perl For System Administration

Perl for System Administration Some people plan to become administrators. The rest of us are thrust into it: we are webmasters, hobbyists, or just the default "technical people" on staff who are expected to keep things running. After some stumbling aroun...

(paru le 15/08/2000, consulté 3990 fois)
De Perl à Java Programmation des expressions régulières

FR De Perl à Java Programmation des expressions régulières

Les expressions régulières de Perl sont devenues la référence. Les regex de Perl sont utilisables, quelque soient les langages utilisés (Java, PHP, Python, TCL, JavaScript, C++, C#). Ce livre décrit les outils qui permettront sans difficulté aux progra...

(paru le 24/02/2005, consulté 5968 fois)
Perl 6 and Parrot Essentials

EN Perl 6 and Parrot Essentials

Distilling the knowledge of those who helped create it, Perl 6 and Parrot Essentials, Second Edition is an unparalleled preview of major changes in the widely anticipated Perl 6. Still in development, the Perl 6 project is a community-based effort to buil...

(paru le 22/11/2004, consulté 2859 fois)
Perl 6 Now The Core Ideas Illustrated with Perl 5 - Lead the way by mastering Perl 6 techniques now

EN Perl 6 Now The Core Ideas Illustrated with Perl 5 - Lead the way by mastering Perl 6 techniques now

Today's Perl 5 barely resembles the first release of Perl 5 more than a decade ago. To keep pace with how it's being used, Perl has grown constantly, offering better, more powerful, cleaner ways to perform tasks, including taking the best ideas from newer...

(paru le 14/01/2005, consulté 3218 fois)
Perl Core Language Little Black Book Little Black Book- Concise Problem Solver

EN Perl Core Language Little Black Book Little Black Book- Concise Problem Solver

The essential guide to Perl programming. This fully updated edition of the best-selling Perl Core Language Utf/e Black Book is one of the most practical and concise guides available for Perl programmers. It includes hundreds of highly .useful solutio...

(paru le 02/11/2004, consulté 5447 fois)
Beginning Perl Master key Perl concepts such as CGI programming, databasing, and object-oriented programming with this comprehensive guide

EN Beginning Perl Master key Perl concepts such as CGI programming, databasing, and object-oriented programming with this comprehensive guide

Whether you are a complete novice or an experienced programmer, you hold in your hands the ideal guide to learning Perl. Originally created as a powerful text processing tool, Perl bas since evolved into a multipurpose, multiplatform language capable of i...

(paru le 24/09/2004, consulté 4028 fois)
Perl Mini-Référence

FR Perl Mini-Référence

Une fonction oubliée, une hésitation sur la syntaxe ? Ce qu'il vous faut, c'est un condensé de Perl immédiatement accessible, un rappel toujours disponible des constantes, variables, opérateurs, structures de contrôles, fonctions du langage et de ses outi...

(paru le 15/07/2000, consulté 4330 fois)
mod_perl Developer s Cookbook

EN mod_perl Developer's Cookbook

Mod_perl is a unique piece of software that wholly integrates the power of Perl with the flexibility and stability of the Apache Web server. With mod_perl, developers can harness the power of the full Apache API and develop Web applications quickly and wi...

(paru le 13/12/2001, consulté 4682 fois)
Web Programming Building Internet Applications

EN Web Programming Building Internet Applications

A one-stop resource for programmers who need quick answers about today's Web development tools. Web development is a rapidly evolving field, encompassing such new technologies as XML and new applications such as e-commerce. This how-to book provides an al...

(paru le 07/02/2002, consulté 4337 fois)
Programming Web Graphics with Perl and GNU

EN Programming Web Graphics with Perl and GNU

From access counters and log-report graphs to scientific plots and on-the-fly animated GIFs, graphics scripting is within the grasp of most Web authors. However, it is a poorly documented field. Programming Web Graphics with Perl & GNU Software shows ...

(paru le 13/04/1999, consulté 4823 fois)
Bioinformatics, biocomputing and perl An introduction to bioinformatics computing skills and practice

EN Bioinformatics, biocomputing and perl An introduction to bioinformatics computing skills and practice

Working with Perl presents an extended tutorial introduction to programming through Perl, the premier programming technology of the bioinformatics community. Even though no previous programming experience is assumed, completing the tutorial equips the rea...

(paru le 15/06/2004, consulté 3706 fois)
Perl 5

FR Perl 5

Ce livre est destiné à fournir toutes informations nécessaires pour devenir un programmeur Perl. Perl n'est pas un langage de programmation ordinaire ; il inspire la dévotion, la passion, l'exaltation et l'excentricité, sans toutefois tomber dans l'exaspé...

(paru le 01/05/2001, consulté 5494 fois)
Object Oriented Perl

EN Object Oriented Perl

Object Oriented Perl is designed to provide anyone who is familiar with the basics of regular Perl programming with a complete introduction to the object-oriented features of Perl, leading them from the very simplest applications right up to advanced appl...

(paru le 15/09/1999, consulté 4947 fois)
Programming Perl in the .Net Environment

EN Programming Perl in the .Net Environment

For all students in courses on the Perl programming language. Modern Perl Programming is the Perl programming guide that helps students master all of Perl's most robust features—so they can make the most of the language regardless of their experienc...

(paru le 18/10/2002, consulté 4241 fois)
The Perl CD Bookshelf 3.0 7 Bestselling Books on CD-Rom

EN CD ROM inclus The Perl CD Bookshelf 3.0 7 Bestselling Books on CD-Rom

Perl programmers increasingly rely on the Web, online help, and other online information sources to solve technical problems. Version 3.0 of O'Reilly's Perl CD Bookshelf gives you convenient online access to your favorite books from your CD-ROM drive. We'...

(paru le 05/11/2002, consulté 4668 fois)
Perl Database Programming

EN Perl Database Programming

In this authoritative reference, Perl expert Brent Michalski uses plenty of examples to help you master Perl's capabilities in database applications with MySQL, PostgreSQL, and Oracle. Along the way, he explores practical applications for cutting-edge tec...

(paru le 15/11/2002, consulté 4821 fois)
Computer Science & Perl Programming

EN Computer Science & Perl Programming

In its first five years of existence, The Perl Journal ran 247 articles by over 120 authors. Every serious Perl programmer subscribed to it, and every notable Perl guru jumped at the opportunity to write for it. TPJ explained critical topics such as regul...

(paru le 22/12/2002, consulté 4980 fois)
1 2 3



Nos sponsors


Sondage...

Comparez les prix

CalendriCode

Février 2012
LMMJVSD
  12345
6789101112
13141516171819
20212223242526
272829    

Consulter la suite du CalendriCode

Photothèque

 
Développement réalisé par Nicolas SOREL (Nix) avec l'aide de : Cyril DURAND et Emmanuel (EBArtSoft), Merci à Vincent pour ses précieux conseils.
CodeS-SourceS.com© Toute reproduction même partielle est interdite sauf accord écrit du Webmaster
CodeS-SourceS.com© est une marque déposée tous droits réservés

Google Coop CodeS-SourceS Google Coop CodeS-SourceS
Temps d'éxécution de la page : 0,359 sec (4)

Nous contacter | Annoncer sur CodeS-SourceS | Mentions légales