Pages

Friday, 2 September 2011

5 Free Horror & Fantasy Ebooks by Various Authors

5 Free Horror & Paranormal Ebooks by Various Authors These ebooks include:- Wishes by G. W. Huber (Horror, Thriller & Suspense) Tickity-Tockity by G. W. Huber (Horror, Short Stories, Thriller & Suspense) Moonlight The Twilight Poetry of Coldones by Iqra Tariq (Paranormal, Poetry, Vampires, Werewolves) Fearworld by Paul Melhuish (Horror, Short Stories, Fantasy) The Four of July by Shawn M. Riddle (Horror, Apocalyptic, Zombie) WISHES by G. W. Huber Wishes is a ghost story, but more than that, it is a tale of family relationships, overlapping love interests, and recrimination. It is a tale of unrealized connections, interwoven affiliations, irony, and fate. It is filled with the complexities and sub-plots of everyday life.It...

9 Free Educational Ebooks

9 Free Educational Ebooks: by Various AuthorsThese ebooks include:-Introduction to the World Map by Siddhartha Sinha (Education, Geography, Maps, World Map, Homeschooling) 200 Motivational Quotes – An Inspirational Reference by Clint Cora (Business, Inspirational, Personal Development, Self Help, The Human Mind) A Brief History of Perpetual Motion by Alf B. Meier (Hitory, Physics, Science) Endangered: Your Child in a Hostile World by Johann Christoph Arnold (Family And Kids, Parenting, Child Development, Non-Fiction, Self-Help – Available in English, Spanish and French) How To Make Halloween Crafts by Manzel Caudle (Halloween Crafts) HR Interviews for freshers by Navdeep Kumar by Navdeep Kumar (Interviews) The...

Thursday, 1 September 2011

Connection-oriented Networks : SONET/SDH, ATM, MPLS and Optical Networks

(Size : 2.01 MB)A thorough knowledge of modern connection-oriented networks is essential to understanding the current and near-future state of networking. This book provides a complete overview of connection-oriented networks, discussing both packet-switched and circuit-switched networks, which, though seemingly different, share common networking principles. It details the history and development of such networks, and defines their terminology and architecture, before progressing to aspects such as signaling and standards. There is inclusive coverage of SONET/SDH, ATM networks, Multi-Protocol Label Switching (MPLS), optical networks, access networks and voice over ATM and MPLS. Connection-oriented Networks: * Provides in-depth,...

Programming Microcontrollers in C (Embedded Technology Series)

(Size : 6.78 MB) EDN Access "It should be required reading even in computer curricula, where embedded systems get virtually no mention." Review "Van Sickle's book will quickly pay for itself. . ." --Dr. Dobb's Journal "The book covers the essentials of C, programming actual microcontrollers, and discusses real world examples as well as theoretical models." --Embedded Systems Programming Product News "A must-read for engineers trying to get a handle on software issues . . . I get a constant stream of queries for introductory texts to the embedded-systems world. This is the book. It should be required reading even in computer curriculum, where embedded systems get virtually no mention." --EDN sr – h...

Programmable Logic Controllers: Programming Methods and Applications

(Size : 6.03 MB) Most textbooks related to programmable logic controllers (PLCs) start with the basics of ladder logic, Boolean algebra, contacts, coils, and all the other aspects of learning to program PLCs. However, once they get more deeply into the subject, these books generally narrow the field of view to one particular manufacturer's unit (usually one of the more popular brands and models) and concentrate on programming that device with its capabilities and peculiarities. This is worthwhile if the desire is simply to learn to program that particular unit. However, after finishing the PLC course, most students will likely be employed designing, programming, and maintaining systems using PLCs of another brand or model or...

AutoCAD 2007 And AutoCAD LT 2007 Bible (with source code)

(Size : 27.33 MB) Popular among both novice and experienced AutoCAD users, this comprehensive book begins with an overview of the basics of AutoCAD, such as creating drawings, using commands, and specifying coordinates. Coverage becomes more in-depth as each chapter builds off the previous one, with discussions of 2D and 3D drawing techniques, using layers, creating dimensions, 3D coordinates, and rendering. You ll learn to customize commands and toolbars; program AutoCAD using AutoLISP and VBA; and review AutoCAD LT. A "Quick Start" will have beginners creating a CAD drawing on their first day. The accompanying CD-ROM provides before-and-after real-world drawings, bonus appendices, freeware and shareware programs, the book in...

Free Computer References Ebooks

In this posting i wish to provide you free computer science ebooks reference and sites. In this reference section, following are the free tutorials and materials, they are online dictionary and download ebooks of computing, technical encyclopedia, Linux dictionary, Free Computer Ebooks Index, Dictionary of Algorithms and Data Structures, Encyclopedia of Graphics File Formats, Dictionary of Programming Languages, Programing language examples, API Reference books, Source Code Search Engines, Apache reference, E-Commerce Dictionary and Oracle Reference. Following are the free computer ebooks references providing. Visit these reference links and get what you need while doing programming or dealing with computer. This posting is really helpful for computer programmers. This collection...

Free Visual Basic Ebooks Download

Visual Basic is an event driven 3rd generation programming language developed by microsoft. It is derived from BASIC programming language. Visual basic allows programmers to create Graphical User Inerface based applications and also allows them to access various database through DAO, RDO and Active Data Objects (ADO) methods. Visual Basic allows programmers to do windows programming using various Application programming interfaces (APIs). VBA and VBScript are the scripting languages similar to visual basic syntax. Visual basic is most popular programming language and its successor edition is visual basic.Net. In visual basic, programmers can create their own active x components or controls and can embedded with the programs. More over programmers can develop Dynamic Link Libraries...

Free C Programming Ebooks Download

C is a computer programming language developed by Dennis Ritchie in 1972. C language is general purpose structural programming language. C was developed for system implementation, but it is used for all general purpose applications. C is a machine independent and platform independent language and thus it is used in embedded micro controllers to super computers. Origin of C language was intended for UNIX systems, but later C language dominated as a powerful low level system implementation programming language. In C programming, all codes are written in functions. Parameters can be passed to function by value, by reference, by name etc. C provides memory allocation such as static memory allocation, automatic memory allocation and dynamic memory allocation. C language uses C Standard...

Free C++ Programming Ebooks Download

C++ programming language was developed in 1979 by Bjarne Stroustrup. C++ is a general purpose object oriented programming language which supports both low level and high level features. C++ language is an enhancement of C programming language and has additional features like object oriented programming features, data abstractions, operator overloading, inheritance, exception handling and thus supports generic programming. C ++ is a platform independent and a general purpose language. In C++ there are two parts, one is C++ core language features and next is C++ Standard Template Library (STL). This library supports all input, output, graphics functions, system functions, etc. This STL is modified version of C standard library. C++ Compilers are compatible with C language and also...

Free C# Ebooks Download

C# is a simple object oriented programming language developed by Microsoft. C# is the part of Microsoft.Net Technology. C# syntax is similar to C++ and have some influence from Java. C#.Net is best for distributed environmental software development and embedded systems. C# language is very much portable for C and C++ developers. C# has a unified type system and has a system.object class. C#.Net 2.0 has some more features than the older version and finally C#.Net 3.0 is released on November 2007 as part of .Net Framework 3.5. It has lot of additional features. C#.Net 3.0 features are functional programming capability like Haskell and ML, Language Integrated Query, Object Initializes, Anonymous Type, Lambda Expressions, Automatic Properties and Extension methods. C#.Net is now...

Free Cobol Ebooks Download

Common Business Oriented Language (COBOL) is an object oriented programming language used for finance, business and administrative purpose in enterprises and government bodies. COBOL is an oldest language developed in 1959 and COBOL is still using in mainframe systems and Enterprises Application Systems. Various versions of COBOL are COBOL-68, COBOL-74, COBOL-84 and latest version COBOL 2002. COBOL is frequently used in IBM Z/OS . COBOL 2002 has features supporting XML generation, parsing and Unicode, etc. COBOL applications are very large and contains thousands of code lines. Now a days, lot of maintenance in COBOL applications are going on, especially in Mainframe Computers. Today, Major percentage of Finance Insurance applications are running with COBOL programs. COBOL...

Free Forth Programming Ebooks Download

Forth is a computer programming language which is procedural and stack oriented having no type checking. Forth compilers produce self executable programs similar like other modern compilers. Forth is an interactive language and system consists of words and it can save as image for later use and thus forth is very much extensible. Forth applications are in CAD systems, astronomical applications, space applications, embedded systems, etc. Forth features are highly portable, efficient memory usage, fast execution and short development time. It is used in RISC processors, Open firmware boot ROMs and in FreeBSD OS. Forth need not want any operating systems and file systems, but can also work under windows, linux and other Operating systems. Forth has self compilation and cross compilation...

Free Fortran Ebooks Download

Formula Translating System (Fortran) is a general purpose language developed for scientific and numeric computation. Various versions of Fortran are Fortran 77 which is an array and module based programming language, Fortran 90/95 which is an object oriented programming language, and Fortran 2003 which is an object oriented and genetic programming language. Fortran has various applications in financial computing, climate modeling, fluid dynamics, computational physics and chemistry, etc. Fortran 2008 is aimed to have few enhancement over Fortran 2003 and have some additional features like parallel processing and bit data type etc. Fortran is well suited for calculating mathematical expressions. Fortran is portable, reliable and maintainable. It has features like dynamic memory ...

Free HTML, XHTML, DHTML Ebooks Download

Hyper Text Markup Language (HTML) is markup language used in web pages. HTML describes text, image, links and file downloads etc in a web page. It is thus provides the appearance of a web page. HTML also support embedded scripting language such JavaScript and VB Script for some applications in web browser at client side. HTML versions are HTML 2.0, HTML 3.0, HTML 3.2, HTML 4.0, HTML 4.01 and todays final version HTML 5 is in development. XHTML is another markup language based on HTML 4.01 with addition of XML. Various XHTML versions are XHTML 1.0, XHTML 1.1, XHTML 2.0 and todays final version XHTML 5.0 is in development. We can say HTML is an application of SGML and XHTML is that of XML. Today in web developments, XHTML is adopting very quickly. Various other versions of XHTML...