Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts

Friday, July 4, 2008

Mathematical Programming: Theory and Methods


S. M. Sinha “Mathematical Programming: Theory and Methods"
Elsevier Science | 2006-02-12 | ISBN: 813120376X | 572 pages | Djvu | 4,5 MB


Mathematical Programming, a branch of Operations Research, is perhaps the most efficient technique in making optimal decisions. It has a very wide application in the analysis of management problems, in business and industry, in economic studies, in military problems and in many other fields of our present day activities. In this keen competetive world, the problems are getting more and more complicated ahnd efforts are being made to deal with these challenging problems. This book presents from the origin to the recent developments in mathematical programming.
The book has wide coverage and is self-contained. It is suitable both as a text and as a reference.

* A wide ranging all encompasing overview of mathematical programming from its origins to recent developments
* A result of over thirty years of teaching experience in this feild
* A self-contained guide suitable both as a text and as a reference





PHP | architect 2008 june (06)


PHP | architect 2008 june (06)
60 pages | PDF | 3.2 Mb

Oh, and forward compatibility. Now optimization is definitely more Greg’s kind of thing than mine, and Marcus doesn’t have much spare time these days, so I took it on myself to focus on that other thing. I went to look at PHP 6. The good news is that from now, all phars created using PHP 5.2.1 and up should run under PHP 6 and vice versa. The structure’s unchanged. Sing hallelujah.
The bad news is that a phar with a default stub won’t run under versions of PHP prior to PHP 5.2.1, whereas we had PHP 5.1 support this time last week. Blame: b and the binary cast. The default stub calls unpack(), you see, and PHP 6 needs to be told that the second argument to unpack() is a binary string and not a Unicode string. The only ways we have of telling PHP 6 this will throw a parse error in PHP 5.2.0 and under. There’s no way to have both backward compatibility and forward compatibility: we have to choose....

Essentials of XBRL


Essentials of XBRL
Wiley | 2003-01-31 | ISBN: 0471220779 | 240 pages | PDF | 2,4 MB

XBRL (eXtensible Business Reporting Language) is a language focused on facilitating the efficient, user-friendly and effective use and exchange of financial information. Based on the widely-utilized XML (eXtensible Markup Language) language, XBRL is an important language that offers a host of benefits to both producers and consumers of financial data and information.

"Essentials of XBRL" offers a comprehensive overview of XBRL, in terms of defining and contextualizing the language and in terms of providing an executive-level overview of the benefits of XBRL.

This book is recommended reading for those interested in learning about XBRL. As XBRL is an evolving language, there are also a host of on-line resources and guides that should serve as good supplements to this book.

Provides a complete overview of what XBRL is and how companies can use it effectively.

* Explains the benefits of XBRL to corporate executives (CEOs, CFOs).
* Written in nontechnical language that financial managers can understand.
* Provides numerous examples and illustrations.

Enjoy this great book! Brought to you by SMIRK

FileFactory

Easy-Share

MegaUpload

Beginning Microsoft Visual C# 2008

The book is aimed at novice programmers who wish to learn programming with C# and the .NET framework. The book starts with absolute programming basics. It then moves into Web and Windows programming, data access (databases and XML), and more advanced technologies such as graphics programming with GDI+ and basic networking. The book is divided into sections including:

  • The C# Language: Basic language skills using console application. Content moves from the absolute basics to fairly involved OOP skills.
  • Windows Vista Programming: Using basic Windows applications, reinforcing earlier OOP and debugging skills.
  • Web Programming: Putting together basic Web applications, highlighting differences between Web and Windows programming.
  • Data Access: Accessing all kinds of data sources from Web and Windows applications, including SQL usage, XML, file system data, and Web Services.
  • Additional Techniques: "The fun stuff", including Windows Presentation Foundation, Windows Workflow, Windows Communication Foundation, GDI+, networking, Windows Services, and so on.

Download Here

Password: knowfree.net

Windows Forms Programming in C#

Windows Forms Programming in C#
By Chris Sells Everything changes in the Microsoft .NET Framework and the C# language, including the creation of graphical user interfaces (GUIs). Windows Forms Programming in C# explains the Windows Forms (WinForms) environment to programmers who have some experience with .NET programming, and in the process (thanks to a clear and deliberate expository style) reveals a lot about .NET to less experienced developers. The overall effect is that almost every reader comes away with better knowledge of .NET, not just its user-interface libraries and behaviors. Author Chris Sells takes care to balance code samples with explanatory text, meaning that most chapters take on a characteristic "code, explanation, effect" style (in which "effect" is usually documented with a screen shot). This approach is effective, and serves both to answer "How do I..." questions and inspire "I should give that a try!" exploration. Once in a while, callouts will link two or more screen shots with a sample of code, graphically illustrating how code affects the appearance of a form and how it's represented in the Visual Studio development environment. On top of his clear teaching style, Sells calls attention to workarounds for shortcomings in the .NET environment (particularly where similar limitations don't exist in Microsoft Foundation Classes), helping to improve programmer productivity in the growing .NET environment. David Wall

http://rapidshare.com/files/126461474/978-0-321-11620-8.rar
http://rnbload.com/file/20518/978-0-321-11620-8-rar.html

Thursday, July 3, 2008

Software Project Management in Practice


Software Project Management in Practice
288 pages | Addison-Wesley Professional (February 10, 2002) | ISBN: 0201737213 | CHM | 1 MB

Aimed at developers and IT managers alike, Software Project Management in Practice offers an invaluable guide to using lightweight software processes in real projects. Filled with sample documents, this book can benefit any organization seeking to improve the ways it manages software.

In an era of ever tighter schedules, implementing a serious software process becomes even more difficult. This book ventures a simple argument: that the techniques for software process management used by InfoSys (a company with a "mature" software process) can be applied to other organizations. Packed with sample documents drawn from real projects, this book is also notable for its clear presentation and the absence of the theoretical and jargon-laden prose that can be found in many software engineering texts.

The author first looks at how to assess a company's software process using the Capability Maturity Model (CMM) and other schemes. Surprisingly, the tools at InfoSys (which earn high CMM marks) are not fancy case tools, but databases, spreadsheets, and Microsoft Project files. Its software process database, for example, allows new projects to reuse existing documents and expertise. After an overview of the modified waterfall model software process used at InfoSys, the author looks at techniques for estimating the size and scope of projects. Then it's on to quality planning. A consistent theme here is that metrics and statistical process control (SPC) should be used to track defects. The book then covers risk assessment and the structure of teams. A standout section on configuration management outlines the role for preserving builds and project documents at each stage of the game.

Later sections examine the actual implementation and deployment of software. The author's argument for peer review of code is a strong one. He details strategies for running design and code reviews (if even by a single person) to catch defects and improper designs, as well as tips for overcoming resistance to such practices.

Sample defect tracking and status for projects also gets its due. Sample documents (using spreadsheets and even the layout of disk directories) to store project information show that a simple approach can yield productive results. The author then shows how to analyze the patterns of defects in software, including how to use statistical techniques to spot out-of-control projects. The book closes with the ways in which a project postmortem (or "project closure analysis") can be used to spot what went wrong and to improve things the next time around.

For both those new to software process or for those who want to see some practical ideas for successful process in a fast-paced world, this concisely packaged title fills a valuable niche with its mix of current thinking on software process and excellent real-world examples.

Download - (1 Mb)

Swing Extreme Testing - Packt Publishing


Thorough testing is the basis of good software. Whether we use an agile development methodology such as Extreme Programming, or a more traditional approach, we must test our software at the unit level and application level. The tests must run automatically and cover all aspects of the software.

In this book, the authors draw on more than 20 years of experience to show how automated testing can be applied to a real commercial product.

This book will teach you how to automatically test user interfaces (Swing GUIs), the help system, internationalization, log files, spreadsheets, email, and web services, how to perform tests involving multiple JVMs, and a host of other things. These tests are applied at the module level (unit tests) and at the application level (function tests).

The authors have developed the test processes in the broader context of an Extreme Programming (XP) methodology. However, the testing techniques are certainly not specific to XP, and may be applied within any given development methodology.

Downnload Here

Professional Assembly Language

Professional Assembly Language
By Richard Blum Unlike high-level languages such as Java and C++, assembly language is much closer to the machine code that actually runs computers, it's used to create programs or modules that are very fast and efficient, as well as in hacking exploits and reverse engineering Covering assembly language in the Pentium microprocessor environment, this code-intensive guide shows programmers how to create stand-alone assembly language programs as well as how to incorporate assembly language libraries or routines into existing high-level applications Demonstrates how to manipulate data, incorporate advanced functions and libraries, and maximize application performance Examples use C as a high-level language, Linux as the development environment, and GNU tools for assembling, compiling, linking, and debugging

http://rapidshare.com/files/126271477/978-0-7645-7901-1.rar
http://rnbload.com/file/20469/978-0-7645-7901-1-rar.html

Wednesday, July 2, 2008

Smarty PHP Template Programming And Applications

Smarty is a templating engine for PHP. Designers who are used to working with HTML files can work with Smarty templates, which are HTML files with simple tags while programmers work with the underlying PHP code. The Smarty engine brings the code and templates together. The result of all this is that designers can concentrate on designing, programmers can concentrate on programming, and they don't need to get in each others way so much. Even if you are developing a site on your own, Smarty is a powerful way to make your code clearer to you and others, as well as easier to debug and modify later. This book is a comprehensive guide to all aspects of using Smarty.

Download Here

Beginning C# 3.0: An Introduction to Object Oriented Programming

Beginning C# is a book that offers a lot of guidance, in a format that readers find intuitive to follow. The exercise-based format of the Wrox Beginning series has a strong following by all levels of readers, and is one that works very well in the classroom or home. Written by a veteran programming instructor, this is the perfect mix of tutorial, and hands-on coding new programmers are looking for - written from their point of view.

Beginning C# is written for those readers with no prior programming experience who want a thorough, yet easy to understand, introduction to C# and Object Oriented Programming. Dr. Purdum uses his 25 years of teaching experience to teach readers:

  • The C# syntax and concepts of Object Oriented Programming
  • How to design and write C# programs that are functional and embody safe programming practices
  • Tried and true tricks of the trade, from design concepts to debugging aids
  • And all of these goals are done in an easy-to-read and enjoyable manner
    and much more. Complete source code, examples, and discussion forms available at Wrox.com

Download Here

Password: knowfree.net

Sams Teach Yourself Visual C# 2008 in 24 Hours: Complete Starter Kit

In just 24 sessions of one hour or less, you will be up and running with Visual C# 2008. Using a straightforward, step-by-step approach, each lesson builds upon the previous one, allowing you to learn the essentials of Visual C# from the ground up.

Learn how to…

  • Use the powerful design environment of Visual Studio 2008
  • Design a feature-rich interface using components such as tree views and tabs
  • Create robust applications using modern error handling
  • Draw fast graphics using GDI+
  • Build a database application using ADO.NET
  • Distribute a Visual C# 2008 application

Download Here

Password: knowfree.net

Inside Delphi 2006

Inside Delphi 2006
By Ivan Hladni Starting with a detailed description of Delphi and C++ languages, this book covers the essential topics such as conditions, loops, strings and arrays, procedures and functions, file I/O, and pointers and gives an introduction to OOP before venturing into Covering topics such as the foundations of Delphi, VCL framework programming, and .NET programming, this book provides users with four programming languages and demonstrates how to use them.
http://rapidshare.com/files/126216456/978-1-59822-003-2.rar
http://rnbload.com/file/20343/978-1-59822-003-2-rar.html

The Tomes of Delphi: Algorithms and Data Structures

The Tomes of Delphi: Algorithms and Data Structures
by Julian Bucknall Delphi developer Julian Bucknall provides fellow developers a comprehensive overview of using algorithms and data structures from a practical perspective. Bucknall begins with a discussion of algorithm performance, and provides comprehensive coverage of such topics as arrays, linked lists, and binary trees. The book focuses on search algorithms—such as sequential and binary search—and sort algorithms—including bubble, insertion, Shell sort, quicksort, merge sort, and heapsort—along with techniques for optimization. Additionally, the author presents hashing and hash tables, priority queues, state machines and regular expressions, and data compression techniques such as Huffman and LZ77. The companion CD contains the author’s highly successful freeware library EZDSL, source code compatible with all versions of Delphi and with Kylix, and executables from TurboPower Software Company.
http://rapidshare.com/files/126215394/978-1-55622-736-3.rar
http://rnbload.com/file/20342/978-1-55622-736-3-rar.html

Tuesday, July 1, 2008

PHP 5 CMS Framework Development

PHP 5 CMS Framework Development
By Martin Brampton DETAIL DESCRIPTION If you're developing a content management system in PHP 5, there are times when you simply have to roll-your-own, for whatever reason. In those situations, this book will be invaluable. If you're looking for an inside guide to putting together the working framework of a flexible, robust content management system in PHP 5, this book is for you. As a former development team leader on the renowned Mambo open-source content management system, author Martin Brampton offers unique insight and practical guidance into the problem of building an architecture for a content management system. Following the scene-setting first chapter, each chapter in the book tackles a different aspect of developing the author's new Aliro PHP 5 CMS framework, with: . A concise statement of the problem . concise statement of the problem . Discussion of the important design issues and problems faced . Creation of the framework solution The framework is built on a strongly object-oriented architecture throughout, including adherence to MVC principles, and you will learn how to create classes for handling such things as menus, modules, components, sessions, and user tracking. Administration and security issues are discussed as an integral part of the design and implementation of framework features. The final chapter discusses the key issues that affect a wide range of specific content handlers and explores a practical example in detail. You will learn about: . The general characteristics of systems to create websites . Effective coding and object architectures to fully exploit PHP 5 .
http://rapidshare.com/files/125762611/978-1-84719-357-5.rar
http://rnbload.com/file/19990/978-1-84719-357-5-rar.html

Sunday, June 29, 2008

PHP & MySQL Everyday Apps For Dummies


Provides Web developers using the popular combination of PHP (a scripting language) and MySQL (a database system) with practical applications that they can adapt and put to work right away A 2002 survey found that PHP was running on over 9 million Web sites, and there have been over 1.8 million PHP downloads since May 2002; MySQL reports 2 million users Applications include a user login, an online catalog, a shopping cart, a content management system, a Web forum, and a mailing list management system The author walks readers through the creation of each application, offering two different versions-procedural (the traditional PHP coding method) and object-oriented (new in PHP 5)
http://rapidshare.com/files/125650622/PMyEveADum.rar

Smarty PHP Template Programming And Applications



Smarty is a templating engine for PHP. Designers who are used to working with HTML files can work with Smarty templates, which are HTML files with simple tags while programmers work with the underlying PHP code. The Smarty engine brings the code and templates together. The result of all this is that designers can concentrate on designing, programmers can concentrate on programming, and they don't need to get in each others way so much. Even if you are developing a site on your own, Smarty is a powerful way to make your code clearer to you and others, as well as easier to debug and modify later. This book is a comprehensive guide to all aspects of using Smarty.


http://rapidshare.com/files/125653537/SmPHPTemProgrApp.rar

JavaScript in 10 Steps or Less

JavaScript in 10 Steps or Less
By Arman Danesh If you are looking to add exciting interactivity to Web pages and need a quick and easy understanding of the technology in order to do so, then this book is for you–whether you’re new to JavaScript or you need a refresher on every-thing from validating user input forms to creating menu trees. Open the book and you’ll discover clear, easy-to-follow instructions for more than 250 key JavaScript tasks, each presented in ten quick steps–or less. Easy-to-navigate pages, lots of screen shots, and to-the-point directions guide you through every common (and not so common) JavaScript challenge–and help you get more done in less time. Each solution is ten steps–or less–to help you get the job done fast Self-contained two-page spreads deliver the answers you need–without flipping pages A no-fluff approach focuses on helping you achieve results A resource packed with useful and fun ways to get the most out of JavaScript Make it simple and get productive fast!– download ready-to-use source code for each task from the book's companion Web site
http://rapidshare.com/files/125647336/978-0-7645-4241-1.rar
http://rnbload.com/file/19962/978-0-7645-4241-1-rar.html

Saturday, June 28, 2008

Microsoft Visual C Sharp 2008 Step by Step

 Get the hands-on, step-by-step guide to learning the latest enhancements in Microsoft Visual C# 2008. Visual C#, one of the tools in Microsoft Visual Studio® 2008, is a modern programming language designed to deliver a productive environment for creating business frameworks and reusable object-oriented components. Whether you re a beginning programmer or new to the Visual C# programming language, you ll learn how to use the fundamental features of Visual Studio 2008 and gain a basic understanding of the latest enhancement of the Visual C# language. You ll work at your own pace through hands-on, learn-by-doing exercises, get started creating components and working Windows® applications, and build your knowledge as you start creating your first Visual C# based applications. You ll also explore how to create data management and Web-based applications. In each chapter, work through learn-by-doing exercises that demonstrate how, when, and why to use the many features of the Visual C# rapid application development environment.

Download Here

Friday, June 27, 2008

PHP 5 CMS Framework Development

If you're developing a content management system in PHP 5, there are times when you simply have to roll-your-own, for whatever reason. In those situations, this book will be invaluable. If you're looking for an inside guide to putting together the working framework of a flexible, robust content management system in PHP 5, this book is for you. As a former development team leader on the renowned Mambo open-source content management system, author Martin Brampton offers unique insight and practical guidance into the problem of building an architecture for a content management system.

Download Here

Microsoft Visual C# 2008 Step by Step

Microsoft Visual C# 2008 Step by Step
By John Sharp Get the hands-on, step-by-step guide to learning the latest enhancements in Microsoft Visual C# 2008. Visual C#, one of the tools in Microsoft Visual Studio® 2008, is a modern programming language designed to deliver a productive environment for creating business frameworks and reusable object-oriented components. Whether you re a beginning programmer or new to the Visual C# programming language, you ll learn how to use the fundamental features of Visual Studio 2008 and gain a basic understanding of the latest enhancement of the Visual C# language. You ll work at your own pace through hands-on, learn-by-doing exercises, get started creating components and working Windows® applications, and build your knowledge as you start creating your first Visual C# based applications. You ll also explore how to create data management and Web-based applications. In each chapter, work through learn-by-doing exercises that demonstrate how, when, and why to use the many features of the Visual C# rapid application development environment. Includes a companion CD with code samples, data sets, and a fully searchable eBook.
http://rapidshare.com/files/125180742/978-0-7356-2430-6.rar

Contact us for ebooks...OR... Send Feedbacks


Your Name
Your Email Address
Subject
Message