Mäklare

Categories
Animal | Application |Art | Artificial Intelligence | Business | Certification | Commerce | Computer - Hardware | Databases | Electronics | Engineering | Grammar | History | Intelligence | Internet | IT - General | Language | Magazine | Medical | Photographic | Networking| Programming | Security | Uncategorized | WWW

Free Book City > Programming


Full download


Posted: February 29th, 2008, 1:06am CET by free book city

Tags  [edit]

Accelerated C++ Practical Programming by Example

Accelerated C++ Practical Programming by Example

Andrew Koenig,«Accelerated C++ Practical Programming by Example (+ source files and extras)»
Addison-Wesley Professional | ISBN: 020170353X | CHM | 1,14 Mb | 352 Pages | 2000 Year

The Book:
*Starts with the most useful concepts rather than the most primitive ones: You can begin writing programs immediately.
*Describes real problems and solutions, not just language features: You see not only what each feature is, but also how to use it.
*Covers the language and standard library together: You can use the library right from the start.

Full download


Posted: February 26th, 2008, 2:42pm CET by free book city

Tags  [edit]

SOA Approach to Integration

SOA Approach to Integration

This book for architects and senior developers responsible for setting up Service-Oriented Architecture (SOA) for intra-enterprise application integration (EAI) and inter-enterprise (B2B) integration focuses on process-centric SOA to integrate existing (legacy) applications and modern solutions, using new technologies: web services, XML, Enterprise Services Busses (ESBs), and Business Process Execution Language (BPEL). Application integration within and between businesses to make up-to-date information accessible almost anywhere is a difficult task that is growing in importance. This book shows how to best integrate applications developed in different architectures and programming languages on different platforms with modern e-business solutions, develop web services, and process and manage XML documents from the JEE and .NET platforms. It demonstrates how to use ESBs for service integration and BPEL executable business processes for service composition into business processes.

Full download


Posted: February 26th, 2008, 2:42pm CET by free book city

Tags  [edit]

C# 3.0 in a Nutshell: A Desktop Quick Reference

C# 3.0 in a Nutshell: A Desktop Quick Reference

This is a concise yet thorough reference to C# 3.0 programming as implemented in Microsoft’s Visual Studio 2008. C# 3.0 in a Nutshell gets right to the point, covering the essentials of language syntax and usage as well as the parts of the .NET base class libraries you need to build working applications. But unlike earlier editions, this book is now organized entirely around concepts and use cases, providing greater depth and readability.


Full download


Posted: February 20th, 2008, 9:44pm CET by free book city

Tags  [edit]

Joomla Para Principiantes

Joomla Para Principiantes

Joomla Para Principiantes | Aprendiendo a crear y mantener sitios web
Primera revision | 267 paginas | Español | ISBN: 846113754X | PDF | 21.4Mb


¿Quieres tener tu propio sitio web y ahorrarte una buena cantidad de dinero?
¿Te dedicas a crear sitios web para clientes y necesitas soluciones rápidas, sencillas y que impacten al cliente? Entonces, utiliza Joomla!
¿Quieres ser tu propio webmaster, sin depender de empresas externas para actualizar tus contenidos, adaptar el sitio web a las necesidades que surjan y realizar el mantenimiento adecuado? Entonces, no dudes en adquirir este libro.
Decides que tu web la diseñe una empresa, que te lo hagan con Joomla!, siempre los contenidos dependerán de lo que tú decidas y cuando tú quieras.
¿Te dedicas a la enseñanza y quieres que tus alumnos dominen la creación y mantenimiento de sitios web?. ¡Utiliza este amplio Tutorial!
¿Tienes un pequeño negocio que no puede invertir en los servicios de un webmaster para que tu empresa se conozca en el mundo entero?. ¡Ya sabes cómo empezar! ¡Aquí está la solución!


Full download


Posted: February 18th, 2008, 6:28am CET by free book city

Tags  [edit]

Introduction to C++ Programming and Graphics

Introduction to C++ Programming and Graphics

Introduction to C++ Programming and Graphics
Springer; 1 edition | ISBN: 0387689923 | 372 pages | June 6, 2007 | PDF | 2 Mb

C++ has grown rapidly in response to the practical need for a programming language that is able to efficiently handle composite and diverse data types. Today, C++ dominates the commercial market and is favored among application developers. Introduction to C++ Programming and Graphics offers a venue for rapidly learning the language by concisely revealing its grammar, syntax and main features, and by explaining the key ideas behind object oriented programming (OOP), with emphasis on scientific computing.

Full download


Posted: February 18th, 2008, 6:27am CET by free book city

Tags  [edit]

Handbook of Knowledge Representation

Handbook of Knowledge Representation

Frank van Harmelen, Vladimir Lifschitz, Bruce Porter “Handbook of Knowledge Representation "
Elsevier Science | 2007-12-27 | ISBN:0444522115 | 1034 pages | PDF | 4,8 Mb


Knowledge Representation, which lies at the core of Artificial Intelligence, is concerned with encoding knowledge on computers to enable systems to reason automatically.
The Handbook of Knowledge Representation is an up-to-date review of twenty-five key topics in knowledge representation, written by the leaders of each field.
This book is an essential resource for students, researchers and practitioners in all areas of Artificial Intelligence.

* Make your computer smarter
* Handle qualitative and uncertain information
* Improve computational tractability to solve your problems easily

Full download


Posted: February 17th, 2008, 9:39am CET by free book city

TagsPHP Mysql Web Development   [edit]

PHP & MySQL Web Development All-in-One Desk Reference For Dummies

PHP & MySQL Web Development All-in-One Desk Reference For Dummies

Janet Valade, Bill Ballad “PHP & MySQL Web Development All-in-One Desk Reference For Dummies "
For Dummies | 2008-01-29 | ISBN:0470167777 | 646 pages | PDF | 3,5 Mb


Webmasters and Web programmers around the world know that PHP and MySQL provide a robust, easy-to-learn, open-source solution for creating dynamic, database-driven Web sites for eCommerce and content management. In fact, PHP is used in one of every three Web sites on the Internet and MySQL has been downloaded millions of times. PHP and MySQL provide a freely downloadable and widely supported alternative to ASP.NET.
Written by the bestselling author of PHP & MySQL For Dummies, this book provides six discreet minibooks that show you not only how to program in PHP, create and administer a MySQL database, and manipulate MySQL data via a Web interface, but also shows you how to create a secure Web site, and how to code the most popular Web applications, such as login programs and shopping cart applications.

Full download


Posted: February 17th, 2008, 9:28am CET by free book city

TagsC Sharp 3.0 Design Patterns   [edit]

C Sharp 3.0 Design Patterns

C Sharp 3.0 Design Patterns

C Sharp 3.0 Design Patterns
O'Reilly Media | December 2007 | ISBN:9780596527730 | PDF | 256 pages | 2.29 Mb

This is a good rehash of the Gang of Four patterns, reworked in C# 3.0. The book's fairly concise and most patterns are clearly laid out with a simplistic example to demonstrate the basics of the patterns followed by a more detailed example in a semi-real world implementation. The articles are nicely done, there are a good set of exercises about each pattern, and there are some good comparisons between similar patterns. As an example, there's a bit comparing the Builder and Abstract Factory which details that a Builder is concerned with how things are built while an Abstract Factory is concerned with what is built.

Full download


Posted: February 17th, 2008, 8:33am CET by free book city

TagsDesign Patterns in Ruby   [edit]

Design Patterns in Ruby

Design Patterns in Ruby

Design Patterns in Ruby
Addison Wesley | ISBN:9780321490452 | PDF | 2.08 Mb

Design Patterns in Ruby documents smart ways to resolve many problems that Ruby developers commonly encounter. Russ Olsen has done a great job of selecting classic patterns and augmenting these with newer patterns that have special relevance for Ruby. He clearly explains each idea, making a wealth of experience available to Ruby developers for their own daily work.

This book provides a great demonstration of the key 'Gang of Four' design patterns without resorting to overly technical explanations. Written in a precise, yet almost informal style, this book covers enough ground that even those without prior exposure to design patterns will soon feel confident applying them using Ruby. Olsen has done a great job to make a book about a classically 'dry' subject into such an engaging and even occasionally humorous read.

Full download


Posted: February 15th, 2008, 9:43am CET by free book city

Tags  [edit]

Visual Basic .NET Tips & Techniques

Visual Basic .NET Tips & Techniques

Visual Basic .NET Tips & Techniques
McGraw-Hill Companies; 1st edition | ISBN: 0072223189 | 708 pages | May 29, 2002 | PDF | 7 Mb

Bestselling and highly acclaimed Visual Basic author Kris Jamsa delivers the ultimate VB.NET resource. Organized by topic and packed with critical information, this book effectively explains complex concepts with precision. Filled with proven techniques and hundreds of solutions that can be put to immediate use easily and effectively, this is a must-have guide for every Visual Basic developer and programmer working with Web services and applications on the .NET platform.

Full download


Posted: February 15th, 2008, 9:42am CET by free book city

Tags  [edit]

ASP.NET Evolution

ASP.NET Evolution

ASP.NET Evolution
Sams; Pap/Cdr edition | ISBN: 0672326477 | 384 pages | May 29, 2004 | PDF | 3 Mb

If you've ever been a part of an online community, you are aware of all the great features it offers. Dynamic news, forums, calendars and polls are just a few of the elements that you can benefit from in an online community. Now is your chance to learn how it's done and create your own online community. ASP.NET Evolution will show you how to take what you already know about ASP.NET programming and apply it to building a full-scale web application. With solid example code, you will be guided through the building process, making progressively bigger changes to the code as you move through the chapters. The entire example application is available for download and an online forum dedicated to this book will be available to you to discuss the book with the author and other readers. Develop your ASP.NET knowledge with ASP.NET Evolution.

Full download


Posted: February 15th, 2008, 9:42am CET by free book city

Tags  [edit]

Professional Windows Vista Gadgets Programming

Professional Windows Vista Gadgets Programming

Professional Windows Vista Gadgets Programming covers sidebar and sideshow gadget development each in their own part of the book. Part 1 will cover Sidebar gadgets while Part 2 covers SideShow gadgets. In each part, the book first explains the motivation behind each technology and its features.

Then, the reader is taken on a quick walkthrough of how to develop a simple gadget, using the traditional “Hello World” approach to quickly introduce the key concepts. After the quick walkthrough, subsequent chapters will then dive into each specific API that is relevant to enhancing the gadget.

Full download


Posted: February 15th, 2008, 9:17am CET by free book city

Tags  [edit]

Beginning Spring Framework 2

Beginning Spring Framework 2

Beginning Spring Framework 2 shows beginning Java developers how to build serverside Java applications using the latest 2.0 release of the Spring Framework. The book does not assume any previous knowledge of J2EE–in fact, the authors argue that beginners learn more quickly by starting directly with Spring.
The authors show readers how to build a working web application using Spring with other open source tools and technologies, all of which can be freely downloaded and installed via the Internet. Each chapter builds a portion of the application. All the Spring concepts and construction techniques are introduced during the design and coding of this application. (With minor adaptation, the resulting code can be re-used by readers in their own working applications.)

Full download


Posted: February 15th, 2008, 9:17am CET by free book city

Tags  [edit]

.NET Compact Framework Programming with C# (Microsoft .NET Development Series)

.NET Compact Framework Programming with C# (Microsoft .NET Development Series)

.NET Compact Framework Programming with C# (Microsoft .NET Development Series)
Addison-Wesley Professional | ISBN: 0321174038 | 1424 pages | June 3, 2004 | CHM | 12 Mb

.NET Compact Framework Programming with C# is the definitive tutorial and reference for the .NET Compact Framework (CF). It shows you how to transfer your skills and your code to the Pocket PC 2003 and other mobile and embedded smart devices.

Authors Paul Yao and David Durant draw upon their years of research and experience with members of the Microsoft .NET CF team to show you exactly how the best CF programming gets done in C#. This is the only book a programmer needs to master the art of CF coding. Throughout the book, sample code and examples illustrate best practices and programming techniques. In addition, the companion Web site includes downloadable code for all these examples, along with a set of development tools to help you with your CF development projects.

Full download


Posted: February 14th, 2008, 7:36pm CET by free book city

Tags  [edit]

Guide to the Unified Process Featuring UML, Java and Design Patterns

Guide to the Unified Process Featuring UML, Java and Design Patterns

John Hunt “Guide to the Unified Process Featuring UML, Java and Design Patterns"
Springer | 2003-07-30 | ISBN:1852337214 | PDF | 424 pages | 3Mb


Full download


Posted: February 14th, 2008, 3:47am CET by free book city

Tags  [edit]

Programming C# 3.

Programming C# 3.

Jesse Liberty, Donald Xie “Programming C# 3.0 "
O'Reilly Media, Inc | 2008-01-11 | ISBN-10: 0596527438 | 607 pages | PDF | 3,1 Mb

Full download


Posted: February 14th, 2008, 3:45am CET by free book city

Tags  [edit]

C# 3.0 Design Patterns

C# 3.0 Design Patterns

Judith Bishop “C# 3.0 Design Patterns"
O'Reilly Media, Inc. | 2008-01-11 | ISBN: 059652773X | 314 pages | PDF | 2,27 Mb

Full download


Posted: February 14th, 2008, 3:22am CET by free book city

Tags  [edit]

A Unified Signal Algebra Approach to Two-Dimensional Parallel Digital Signal Processing

A Unified Signal Algebra Approach to Two-Dimensional Parallel Digital Signal Processing

Louis A. D'Alotto, Charles R. Giardina, Hua Luo
“A Unified Signal Algebra Approach to Two-Dimensional Parallel Digital Signal Processing"

Chapman & Hall/CRC | 1998-01-09 | ISBN:0824700252 | 304 pages | PDF | 6,1 Mb


Aims to bridge the gap between parallel computer architectures and the creation of parallel digital signal processing (DSP) algorithms. This work offers an approach to digital signal processing utilizing the unified signal algebra environment to develop naturally occurring parallel DSP algorithms.;College or university book shops may order five or more copies at a special student price. Price is available on request.

Full download


Posted: February 11th, 2008, 3:46am CET by free book city

Tags  [edit]

Absolute C++ (2nd Edition) (Savitch Series)

Absolute C++ (2nd Edition) (Savitch Series)

Offers complete coverage of the C++ programming language. This title offers provides all the tools necessary for experienced and novice programmers to master C++, including: thorough coverage of the Standard Template Library; complete and fully executable code throughout; sections highlighting programming tips and common pitfalls; and a logical order of coverage of C++ topics in order for readers to better understand the language. This book is appropriate for anyone interested in learning how to programming using the C++ programming language.

Full download


Posted: February 11th, 2008, 3:38am CET by free book city

Tags  [edit]

Software Evolution

Software Evolution

Software has become omnipresent and vital in our information-based society, so all software producers should assume responsibility for its reliability. While “reliable” originally assumed implementations that were effective and mainly error-free, additional issues like adaptability and maintainability have gained equal importance recently. For example, the 2004 ACM/IEEE Software Engineering Curriculum Guidelines list software evolution as one of ten key areas of software engineering education.

Full download


Posted: February 11th, 2008, 3:37am CET by free book city

Tags  [edit]

Bluetooth Essentials for Programmers

Bluetooth Essentials for Programmers

This book provides an introduction to Bluetooth programming, with a specific focus on developing real code. The authors discuss the major concepts and techniques involved in Bluetooth programming, with special emphasis on how they relate to other networking technologies. They provide specific descriptions and examples for creating applications in a number of programming languages and environments including Python, C, Java, GNU/Linux, Windows XP, Symbian Series 60, and Mac OS X. No previous experience with Bluetooth is assumed, and the material is suitable for anyone with some programming background. The authors place special emphasis on the essential concepts and techniques of Bluetooth programming, starting simply and allowing the reader to quickly master the basic concepts before addressing advanced features.

Full download


Posted: February 11th, 2008, 3:32am CET by free book city

Tags  [edit]

An Introduction to Programming with IDL: Interactive Data Language

Interactive Data Language

In todays information age, scientists and engineers must quickly and efficiently analyze extremely large sets of data. One of the best tools to accomplish this is Interactive Data Language (IDL®), a programming and visualization environment that facilitates numerical modeling, data analysis, and image processing. IDLs high-level language and powerful graphics capabilities allow users to write more flexible programs much faster than is possible with other programming languages.

Full download


Posted: February 10th, 2008, 6:08pm CET by free book city

Tags  [edit]

Computing for Numerical Methods Using Visual C++

Computing for Numerical Methods Using Visual C++

Providing a bridge between a problem and its solution through visualization, this book covers the most talked about problems currently available. Presenting a new approach that allows the reader to work by designing C++ programs directly using Windows interface in one book, the text provides ready to run codes. An equation parser in the form of an object file can be linked directly to the codes to provide accuracy and utility to the presentation. These are provided through an FTP location.


Full download


Posted: February 10th, 2008, 6:06pm CET by free book city

Tags  [edit]

Internet Multimedia Communications Using SIP: A Modern Approach Including Java® Practice (The Morgan Kaufmann Series in Networking) (The Morgan Kaufmann Series in Networking)

A Modern Approach Including Java® Practice (The Morgan Kaufmann Series in Networking) (The Morgan Kaufmann Series in Networking)

Session Initiation Protocol (SIP) was conceived in 1996 as a signaling protocol for inviting users to multimedia conferences. With this development, the next big Internet revolution silently started. That was the revolution which would end up converting the Internet into a total communication system which would allow people to talk to each other, see each other, work collaboratively or send messages in real time. Internet telephony and, in general, Internet multimedia, is the new revolution today and SIP is the key protocol which allows this revolution to grow.

Full download


Posted: February 10th, 2008, 5:26pm CET by free book city

Tags  [edit]

Perl Scripting for IT Security

Perl Scripting for IT Security

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 specifically) is not required, it is 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, specifically 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) find this material valuable, but so will system administrators, law enforcement officers, and students in undergraduate and graduate programs focusing on computer forensics.

Full download


Posted: February 10th, 2008, 5:16pm CET by free book city

Tags  [edit]

Rapid GUI Programming with Python and Qt (Prentice Hall Open Source Software Development)

Rapid GUI Programming with Python and Qt (Prentice Hall Open Source Software Development)

The Insider’s Best-Practice Guide to Rapid PyQt 4 GUI Development
Whether you’re building GUI prototypes or full-fledged cross-platform GUI applications with native look-and-feel, PyQt 4 is your fastest, easiest, most powerful solution. Qt expert Mark Summerfield has written the definitive best-practice guide to PyQt 4 development.

Full download


Posted: February 5th, 2008, 6:21am CET by free book city

Tags  [edit]

PHP Web 2.0 Mashup Projects

PHP Web 2.0 Mashup Projects

Shu-Wai Chow "PHP Web 2.0 Mashup Projects"
Packt Publishing | 2007-09-22 | ISBN: 184719088X | 304 pages | PDF | 7,1 Mb


This practical tutorial has detailed, carefully explained case studies using PHP to build new, effective mashup applications, which combine data from multiple external online sources into an integrated Web 2.0 experience. If you are confident with PHP programming and interested in mashing things up, this book is for you! All you need to know about formats, protocols, web services, and web APIs is covered as you learn to write PHP code to remotely consume services like Google Maps, Flickr, Amazon, YouTube, MSN Search, Yahoo!, Last.fm, the Internet UPC Database, and even the California Highway Patrol Traffic data! The 5 real-world PHP projects each start with an overview of technologies and protocols needed and then dive into the tools used and details of creating the project, and you can download each project's source code. You will learn how these technologies work with each other and how to use this information, together with your imagination, to build your own cutting-edge websites.

Full download


Posted: February 4th, 2008, 5:02pm CET by free book city

Tags  [edit]

Computing with C# and the .NET Framework

Computing with C# and the .NET Framework

Computing with C# and the .NET Framework
Jones and Bartlett Publishers, Inc.; Pap/Cdr edition | ISBN: 0763723398 | 753 pages | February 2003 | CHM | 13 Mb


Both noivce and experienced programmers will find that this text serves as an accessible and thorough guide to object-oriented and event-driven programming concepts.

Full download