Super Street Fighter 4 Arcade Edition
The project develops the ideas and principles Street Fighter IV - A brilliant fighting game, with delight received by journalists and fans of the genre worldwide.

Divinity 2: Ego Draconis
Blood of the Dragon returns players to World Rivellon. War, hurricane flying on his land, destroying many cities and killed many people. But disaster could happen again. An ancient demon appeared in Rivellon, and together they returned to the world the evil ...

Might and Magic: Heroes VI
The acclaimed RPG franchise returns with Might and Magic Heroes VI. This adventure begins 400 years before the events in Heroes V, showcasing a family of heroes in a thrilling, epic story where Angels plot to revive an unfinished war.

Showing posts with label Perl. Show all posts
Showing posts with label Perl. Show all posts
Wednesday, May 11, 2011
Publisher: Onyx Neon Press | 2010 | ISBN: 0977920151 | 276 pages | PDF | 1,5 MB
Perl 5 is a popular, powerful, and robust programming language. With
countless satisfied developers, tens of thousands of freely available
libraries, and continual improvements to the language and its
ecosystem, modern Perl development can be easy, reliable, and fun. To
take advantage of the full power of Perl 5–to become a true expert,
capable of solving any problem put before you–you must understand the
language. Modern Perl explains Perl 5 from theory to implementation,
including Perl 5.12. Perl 1.0 came out in 1987. In the decades since then, The language
has gone from a simple tool for system administration somewhere between
shell scripting and C programming (Perl 1) to a powerful, general
purpose language steeped in a rich heritage (Perl 5) and a consistent,
coherent, rethinking of programming intended to last for at least
another 25 years (Perl 6).
Filesonic
Mediafire
Catalyst 5.8: the Perl MVC Framework
Many web applications are implemented in a way that makes developing
them difficult and repetitive. Catalyst is an open source Perl-based
Model-View-Controller framework that aims to solve this problem by
reorganizing your web application to design and implement it in a
natural, maintainable, and testable manner, making web development fun,
fast, and rewarding. This book teaches you how to use Catalyst to weave the various
components involved in a web application, using methods and tools you
personally prefer along with recommendations and details on the most
popularly used objects like the DBIX ORM, TT2 Template, and Moose.
Filesonic
Mediafire
Megaupload
Effective Perl Programming: Ways to Write Better, More Idiomatic Perl, 2nd Edition
Publisher: Addison-Wesley Professional 2010 | 504 Pages | ISBN: 0321496949 | PDF | 8.3 MB
The Classic Guide to Solving Real-World Problems with Perl—Now Fully Updated for Today’s Best Idioms! For years, experienced programmers have relied on Effective Perl Programming to discover better ways to solve problems with Perl. Now, in this long-awaited second edition, three renowned Perl programmers bring together today’s best idioms, techniques, and examples: everything you need to write more powerful, fluent, expressive, and succinct code with Perl. Nearly twice the size of the first edition, Effective Perl Programming, Second Edition, offers everything from rules of thumb to avoid common pitfalls to the latest wisdom for using Perl modules. You won’t just learn the right ways to use Perl: You’ll learn why these approaches work so well. New coverage in this edition includes
* Reorganized and expanded material spanning twelve years of Perl evolution
* Eight new chapters on CPAN, databases, distributions, files and filehandles, production Perl, testing, Unicode, and warnings
* Updates for Perl 5.12, the latest version of Perl
* Systematically updated examples reflecting today’s best idioms
The Classic Guide to Solving Real-World Problems with Perl—Now Fully Updated for Today’s Best Idioms! For years, experienced programmers have relied on Effective Perl Programming to discover better ways to solve problems with Perl. Now, in this long-awaited second edition, three renowned Perl programmers bring together today’s best idioms, techniques, and examples: everything you need to write more powerful, fluent, expressive, and succinct code with Perl. Nearly twice the size of the first edition, Effective Perl Programming, Second Edition, offers everything from rules of thumb to avoid common pitfalls to the latest wisdom for using Perl modules. You won’t just learn the right ways to use Perl: You’ll learn why these approaches work so well. New coverage in this edition includes
* Reorganized and expanded material spanning twelve years of Perl evolution
* Eight new chapters on CPAN, databases, distributions, files and filehandles, production Perl, testing, Unicode, and warnings
* Updates for Perl 5.12, the latest version of Perl
* Systematically updated examples reflecting today’s best idioms
Filesonic
Mediafire
Fileserve
Beginning Perl, 3rd Edition
Publisher: Apress | 2010 | ISBN: 1430227931 | 464 pages | PDF | 5,7 MB
This is a book for those of us who believed that we didn’t need to
learn Perl, and now we know it is more ubiquitous than ever. Perl
is extremely flexible and powerful, and it isn’t afraid of Web 2.0 or
the cloud. Originally touted as the duct tape of the Internet, Perl has
since evolved into a multipurpose, multiplatform language present
absolutely everywhere: heavy-duty web applications, the cloud, systems
administration, natural language processing, and financial engineering.
Beginning Perl, Third Edition provides valuable insight into Perl’s role
regarding all of these tasks and more.
Filesonic
Download Beginning Perl, 3rd Edition
Mediafire
Download Beginning Perl, 3rd Edition
Fileserve
Perl Best Practices
O'Reilly Media, Inc. | 2005-07-12 | ISBN: 0596001738 | 542 pages | PDF | 4 MB
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. They’re focused entirely
on problems they’re solving, solutions they’re creating, and algorithms
they’re implementing. So they write code in the way that seems natural,
that happens intuitively, and that feels good. But if you’re serious about your profession, intuition isn’t enough. Perl Best Practices
author Damian Conway explains that rules, conventions, standards, and
practices not only help programmers communicate and coordinate with one
another, they also provide a reliable framework for thinking about
problems, and a common language for expressing solutions. This is
especially critical in Perl, because the language is designed to offer
many ways to accomplish the same task, and consequently it supports many
incompatible dialects.
Filesonic
Mediafire
Uploading
Automating System Administration with Perl, 2nd Edition
Publisher: OReilly Media | ISBN: 059600639X | 2009 | PDF | 666 pages | 2.5 Mb
If
you do systems administration work of any kind, you have to deal with
the growing complexity of your environment and increasing demands on
your time. Automating System Administration with Perl, Second Edition,
not only offers you the right tools for your job, but also suggests the
best way to approach specific problems and to securely automate
recurring tasks. Updated and expanded to cover the latest operating
systems, technologies, and Perl modules, this edition of the Otter
Book will help you:Manage user accounts Monitor filesystems and
processes Work with configuration files in important formats such as XML
and YAML Administer databases, including MySQL, MS-SQL, and Oracle with
DBI Work with directory services like LDAP and Active Directory Script
email protocols and spam control Effectively create, handle, and analyze
log files Administer network name and configuration services, including
NIS, DNS and DHCP Maintain, monitor, and map network services, using
technologies and tools such as SNMP, nmap, libpcap, GraphViz and RRDtool
Improve filesystem, process, and network securityThis edition includes
additional appendixes to get you up to speed on technologies such as
XML/XPath, LDAP, SNMP, and SQL. With this book in hand and Perl in your
toolbox, you can do more with less fewer resources, less effort, and
far less hassle.
Filesonic
Mediafire
Fileserve
The Definitive Guide to Catalyst: Writing Extensible, Scalable and Maintainable Perl–Based Web Applications
Publisher: Apress | 2009 | ISBN: 1430223650 | 360 pages | PDF | 9.05 MB
Learn to build web applications with Catalyst, the popular open source web framework based on the Perl programming language. The Definitive Guide to Catalyst: Writing Extendable, Scalable, and Maintainable Perl–Based Web Applications is a definitive guide to Catalyst version 5.8, which will be released in 2009. This book contains
- Training materials for new and experience programmers.
- Worked examples and cookbook–style recipes of common web application programming tasks
- Fundamentals of web application design and best–practice application style
What you’ll learn
- Write web applications with Catalyst and Perl.
- Design for extendability and code reuse.
- Understand deployment options for high– and low–traffic sites.
- Use DBIx::Class, Moose, and Template Toolkit.
- Understand the Catalyst dispatcher and request cycle.
- Deal with common web programming requirements: authentication and authorization, web services, sending e–mail, serving streaming media.
Filesonic
Mediafire
Intermediate Perl
Publisher: O'Reilly Media (2006) | ISBN-10: 0596102062 | English | 5.2 Mb | 278 pages
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. “Intermediate Perl” is about making the
leap from the easy things to the hard ones.Originally released in 2003
as “Learning Perl Objects, References, and Modules” and revised and
updated for Perl 5.8, this book offers a gentle but thorough
introduction to intermediate programming in Perl. Written by the authors
of the best-selling “Learning Perl,” it picks up where that book left
off. Topics include:
- Packages and namespaces
- References and scoping
- Manipulating complex data structures
- Object-oriented programming
- Writing and using modules
- Testing Perl code
- Contributing to CPAN
Download Intermediate Perl
Mediafire
Download Intermediate Perl
Practical Text Mining with Perl
Publisher: Wiley (2008) | English | ISBN-10: 0470176431 | 296 pages | 17.6 MB
This book is devoted to the fundamentals of text mining using Perl, an open-source programming tool that is freely available via the Internet (www.perl.org). It covers mining ideas from several perspectives–statistics, data mining, linguistics, and information retrieval–and provides readers with the means to successfully complete text mining tasks on their own. The book begins with an introduction to regular expressions, a text pattern methodology, and quantitative text summaries, all of which are fundamental tools of analyzing text. Then, it builds upon this foundation to explore:
This book is devoted to the fundamentals of text mining using Perl, an open-source programming tool that is freely available via the Internet (www.perl.org). It covers mining ideas from several perspectives–statistics, data mining, linguistics, and information retrieval–and provides readers with the means to successfully complete text mining tasks on their own. The book begins with an introduction to regular expressions, a text pattern methodology, and quantitative text summaries, all of which are fundamental tools of analyzing text. Then, it builds upon this foundation to explore:
- Probability and texts, including the bag-of-words model
- Information retrieval techniques such as the TF-IDF similarity measure
- Concordance lines and corpus linguistics
- Multivariate techniques such as correlation, principal components analysis, and clustering
- Perl modules, German, and permutation tests
Download Practical Text Mining with Perl
Mediafire
Download Practical Text Mining with Perl
Fileserve
Download Practical Text Mining with Perl
Perl Programming for Biologists
Publisher: Wiley-Liss (2003) | English | ISBN-10: 0471430595 | 208 pages | 5.2 MB
Working on the assumption that the reader has no formal training in programming, Perl Programming for Biologists demonstrates how Perl is used to solve biological problems. Each chapter opens with a set of learning objectives, provides numerous review questions and self-study exercises, and concludes with a bulleted summary of key points. The author incorporates numerous real-life examples throughout the text. Upon completing the book, readers are able to quickly perform such tasks as correcting recurring errors in spreadsheets, scanning a Fasta sequence for every occurrence of an EcoRI site, adapting other writers’ scripts to one’s own purposes, and most important, writing reusable and maintainable scripts that spare the rote repetition of code.
Working on the assumption that the reader has no formal training in programming, Perl Programming for Biologists demonstrates how Perl is used to solve biological problems. Each chapter opens with a set of learning objectives, provides numerous review questions and self-study exercises, and concludes with a bulleted summary of key points. The author incorporates numerous real-life examples throughout the text. Upon completing the book, readers are able to quickly perform such tasks as correcting recurring errors in spreadsheets, scanning a Fasta sequence for every occurrence of an EcoRI site, adapting other writers’ scripts to one’s own purposes, and most important, writing reusable and maintainable scripts that spare the rote repetition of code.
Filesonic
Mediafire
Fileserve
Teach Yourself Perl in 21 Days, 2nd Edition
Sams Teach Yourself Perl in 21 Days covers the basics of Perl in the
first few chapters, and then moves on to practical issues of Perl and
in-depth discussions of more advanced topics. Later chapters also delve
into software engineering topics, with discussions of modular code and
object-oriented programming. CGI is covered in one chapter, but it is
not the focus on the book. The book relies heavily on longer working
examples and code, as opposed to small snippets and code fragments, and
each chapter includes two to three smaller complete examples and one
major one that illustrates most of the concepts for that chapter and
builds on the chapters before it. Written by Laura Lemay, this is her
third major book after Sams Teach Yourself Web Publishing with HTML in
21 Days and Sams Teach Yourself Java in 21 Days.
Filesonic
Mediafire
Teach Yourself CGI Programming With Perl in a Week
Publisher: Sams | 1996-01 | ISBN-10: 1575211963 | 590 pages | English | 5.1 Mb
Teach Yourself CGI Programming with Perl 5 in a Week is for the experienced Web page developer who is familiar with basic HTML. The tutorial explains how to use CGI to add interaction to Web sites. The CD includes the source code for all the examples used in the book, along with tools for creating and editing CGI scripts, image maps, forms, and HTML.From the Publisher. Teach Yourself CGI Programming with Perl 5 in a Week, Second Edition is
the follow-up to the bestseller, completely revised and updated to cover
Perl 5 in greater detail. It includes complete coverage of Windows CGI
and Perl QuickStart to bring the beginning programmer quickly up to
speed. – Includes detailed instructions for using CGI in a Windows
environment- Windows/Macintosh/UNIX CD-ROM includes all the source code
for the book’s programs plus pre-packaged libraries of CGI programs,
Perl, and other CGI development tools.
Filesonic
Mediafire
Fileserve
Perl: The Complete Reference, 2nd Edition
McGraw-Hill | January 23, 2001 | ISBN: 0072194251 | 1249 pages | PDF | 3.4 MB
Written by Martin Brown, Perl expert and author of the highly praised
first edition, this comprehensive reference is ideal for developers of
every level, and is updated to include coverage of Perl 5.6. Learn all you need to know about Perl from this definitive, hands-on
reference. Perl expert Martin Brown will walk you through
everything–from the basics of writing your first script and
understanding Perl’s syntax to the complexities of processing data,
communicating with external databases, and communicating over the Web.
Along the way, you’ll learn how to network, design user interfaces, and
write scripts that work under UNIX, Windows, and MacOS. Also covers how
to interface to an external C library and embed the Perl interpreter
into your C programs. For building, developing, and fine-tuning robust
Perl applications, you’ll want this thorough guide!
Filesonic
Mediafire
Mastering Perl
Publisher: O'Reilly Media, Inc. | 2007 | 344 Pages | ISBN: 0596527241 | PDF | 5.4 MB
This is the third in O'Reilly's series of landmark Perl tutorials, which started with Learning Perl, the bestselling introduction that taught you the basics of Perl syntax, and Intermediate Perl, which taught you how to create re-usable Perl software. Mastering Perl pulls everything together to show you how to bend Perl to your will. It convey's Perl's special models and programming idioms. This book isn't a collection of clever tricks, but a way of thinking about Perl programming so you can integrate the real-life problems of debugging, maintenance, configuration, and other tasks you encounter as a working programmer.
Filesonic
Mediafire
Mastering Algorithms with Perl
O'Reilly Media, Inc. | 1999 | ISBN: 1565923987 | 701 pages | PDF | 6,42 MB
While there are dozens of books on programming algorithms, never before
has there been one that uses Perl. Using the algorithms explained here,
you’ll be able to carry out traditional programming tasks in a
high-powered, efficient, easy-to-maintain manner with Perl. This guide
assumes a basic understanding of Perl syntax and functions, but not
necessarily any background in computer science. The authors clearly
explain the reasons for using various classic programming techniques,
the kind of applications that use them, and — most important — how to
code these algorithms in Perl. Topics range in complexity from sorting
and searching to statistical algorithms, numerical analysis, and
encryption. If you are an amateur programmer, this book will fill you in
on the essential algorithms needed to solve problems just like an
expert. If you’ve learned algorithms in other languages, you will be
surprised at how much different (and often easier) it is to implement
them in Perl.
Filesonic
Mediafire
Mastering Perl/Tk
Perl/Tk is the marriage of the Tk graphical toolkit with Perl, the
powerful programming language used primarily for system administration,
web programming, and database manipulation. With Perl/Tk, you can build
Perl programs with an attractive, intuitive GUI interface with all the
power of Perl behind it. Mastering Perl/Tk is the "bible" of Perl/Tk:
It's not only a great book for getting started, but the best reference
for learning the techniques of experienced Perl/Tk programmers. The
first half of the book contains the basics on how to use Perl/Tk, and
then branches out into advanced applications with a series of extensive
program examples. The result is a book accessible for novices, and
invaluable for experienced programmers ready to learn the next step in
the elegant and effective use of Perl/Tk.
Filesonic
Mediafire
Rapidshare
Data Munging with Perl
Publisher: Manning Publications | Pages: 300 | Date: 2001-01-15 | ISBN: 1930110006 | PDF | 5.5 Mb
Your desktop dictionary may not include it, but ‘munging’ is a common
term in the programmer’s world. Many computing tasks require taking
data from one computer system, manipulating it in some way, and passing
it to another. Munging can mean manipulating raw data to achieve a final
form. It can mean parsing or filtering data, or the many steps required
for data recognition. Or it can be something as simple as converting
hours worked plus pay rates into a salary cheque.This book shows you how to process data productively with Perl.
Filesonic
Mediafire
Perl Scripting for IT Security
Syngress | 2007-12-28 | ISBN: 159749173X | 418 pages | PDF | 4,2 Mb
This book is intended for anyone who has an interest in useful Perl scripting, in particular
on the Windows platform, for the purpose of incident response, and forensic analysis, and
application monitoring. While a thorough grounding in scripting languages (or in Perl
specifi cally) is not required, it helpful in fully and more completely understanding the
material and code presented in this book. This book contains information that is useful to
consultants who perform incident response and computer forensics, specifi cally as those
activities pertain to MS Windows systems (Windows 2000, XP, 2003, and some Vista).
My hope is that not only will consultants (such as myself) fi nd this material valuable, but
so will system administrators, law enforcement offi cers, and students in undergraduate
and graduate programs focusing on computer forensics.
Filesonic
Mediafire
Automating Windows with Perl
Publisher: Publishers Group West 1999 | 209 Pages | ISBN: 0879305894 | PDF | 6.3 MB
Perl is the perfect language for achieving Automation in Windows because it combines a painless Visual Basic style of coding with Perl’s
strength as a scripting language for process communications. The new
multitasking and networking approaches with 32-bit Windows require a
radical departure from previous programming techniques. This book, dedicated to the use of Perl as a language to automate 32-bit Windows, shows how to control many Win32 systems processes without immediate user interaction. The author explains how to use Perl scripts to automate tasks such as
processing complex documents and customizing interactions by making a
program look different to different users. Also provided are Perl
scripts that will permit network administrators to automate tedious
Windows maintenance tasks that range from automating backups to running a
Windows system remotely from the Web.
Filesonic
Mediafire
Fileserve
Monday, May 9, 2011
Perl Medic: Transforming Legacy Code
Publisher: Addison-Wesley Professional 2004 | English | ISBN-10: 0201795264 | 336 pages | 6.7 MiB
This book is about taking over Perl code, whether written by someone
else or by yourself at an earlier time. Developers regularly estimate
that they spend 60 to 80 percent of their time working with existing
code. Many problems of code inheritance are common to all languages, but
the nature of the language makes Perl especially tricky. The reason why
is that Perl is similar to English – bursting with irregular verbs,
consistent only when it’s convenient, borrowing terms from other
languages, and providing many ways to say the same thing. In fact, Perl
developers have a motto with the abbreviation TMTOWTDI: There’s More
Than One Way To Do It. While this flexibility is one of the language’s
strengths, it also makes it extremely difficult when you are faced with
an existing piece of code. There are millions of lines of Perl code
being used all over the Web; much of it was built on an ad hoc basis,
the creators never imagining that the code would still be in use months
or years later.
Filesonic
Download Perl Medic: Transforming Legacy Code
Mediafire
Download Perl Medic: Transforming Legacy Code