RSS Feed for free ebookCategory: free ebook

Free Asterisk Book from Oreilly »

Asterisk is an open source, converged telephony platform, which is designed primarily to run on Linux. Asterisk combines more than 100 years of telephony knowledge into a robust suite of tightly integrated telecommunications applications. The power of Asterisk lies in its customizable nature, complemented by unmatched standards compliance. No other PBX can be deployed in [...]

Open Source SMS Library for Ruby »

RubyGSM is a Ruby library which uses ruby-serialport to provide a nifty interface to send and receive SMS messages via a GSM modem. Sample usage: 1: class ReverseApp 2: def initialize(gsm) 3: gsm.receive(method(:incoming)) 4: @gsm = gsm 5: end 6:  7: def incoming(from, datetime, message) 8: @gsm.send(from, message.reverse) 9: end 10: end 11:  12: gsm [...]

Free Ruby Book »

Ruby Best Practices aims to help Ruby developers from a wide range of skill levels improve their fundamental understanding of the language via exposure to the common practices and idioms that many seasoned Rubyists take for granted. With a strong emphasis on exploring real codebases, and an understanding that beautiful solutions depend heavily on context, [...]

Free Ruby Book »

Ruby Best Practices aims to help Ruby developers from a wide range of skill levels improve their fundamental understanding of the language via exposure to the common practices and idioms that many seasoned Rubyists take for granted. With a strong emphasis on exploring real codebases, and an understanding that beautiful solutions depend heavily on context, [...]

Free EBook: Advance Linux Programming »

If you are a developer for the GNU/Linux system, this book will help you to: Develop GNU/Linux software that works the way users expect it to. Write more sophisticated programs with features such as multiprocessing, multi-threading, interprocess communication, and interaction with hardware devices. Improve your programs by making them run faster, more reliably, and more [...]

Free EBook: Advance Linux Programming »

If you are a developer for the GNU/Linux system, this book will help you to: Develop GNU/Linux software that works the way users expect it to. Write more sophisticated programs with features such as multiprocessing, multi-threading, interprocess communication, and interaction with hardware devices. Improve your programs by making them run faster, more reliably, and more [...]

Changing Java Semantics for Null Pointer Exception Handling »

Interesting reading at http://www.cs.virginia.edu/~weimer/students/kinga-ms-paper.pdf

EBook: Java Structures »

This is a good book for reading if you want to understand more on Java data structures. Download Link http://www.cs.williams.edu/~bailey/JavaStructures/Book_files/JavaStructures.pdf

Free EBook: Linux Starter Pack »

This is a beginner guide to using Linux Download Link http://www.tuxradar.com/linuxstarterpack

Free EBook: Linux Starter Pack »

This is a beginner guide to using Linux Download Link http://www.tuxradar.com/linuxstarterpack

Free Ebook: Mastering JXTA »

Free ebook on JXTA Download link http://ftp.utcluj.ro/pub/users/civan/APD/ptLaborator/L10_JXTA/Mastering_jxta.pdf

Free Ebook: Mastering JXTA »

Free ebook on JXTA Download link http://ftp.utcluj.ro/pub/users/civan/APD/ptLaborator/L10_JXTA/Mastering_jxta.pdf

Free ASP.NET MVC eBook Tutorial »

Free chapter from the ASP.NET MVC ebook on how to build a full fledge application.

Free ASP.NET MVC eBook Tutorial »

Free chapter from the ASP.NET MVC ebook on how to build a full fledge application.

Free EBook: The Art of Unix Programming »

A good book for Unix programming http://catb.org/~esr/writings/taoup/html/

Free EBook: The Art of Unix Programming »

A good book for Unix programming http://catb.org/~esr/writings/taoup/html/

Free EBook: Expert Oracle JDBC Programming »

From Apress at http://www.apress.com/resource/bookfile/1909

eBook: Natural Language Processing -Analyzing Text with Python and the Natural Language Toolkit »

This book is freely available from http://www.nltk.org/book

eBook: Natural Language Processing -Analyzing Text with Python and the Natural Language Toolkit »

This book is freely available from http://www.nltk.org/book

Free Ebook: JXTA JXSE Programmers Guide 2.5 »

This guide is for software developers who would like to write and deploy P2P services and applications using JXTA technology and the Java Standard Edition programming language. It provides an introduction to JXTA technology, describes the JXTA network architecture and key concepts, and includes examples and discussion of essential programming constructs using JXTA JXSE. Download [...]