e99 Online Shopping Mall
Help | |
Home - Basic P - Programming General (Books) |
  | Back | 81-100 of 100 |
click price to see details click image to enlarge click link to go to the store
81. Hello World! Computer Programming for Kids and Other Beginners by Warren Sande, Carter Sande | |
Paperback: 440
Pages
(2009-03-30)
list price: US$34.99 -- used & new: US$19.99 (price subject to change: see help) Asin: 1933988495 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description "Computer programming is a powerful tool for children to 'learn learning,' that is, to learn the skills of thinking and problem-solving...Children who engage in programming transfer that kind of learning to other things."--Nicholas Negroponte, the man behind the One Laptop Per Child project that hopes to put a computer in the hands of every child on earth, January 2008 Your computer won't respond when you yell at it. Why not learn to talk to your computer in its own language? Whether you want to write games, start a business, or you're just curious, learning to program is a great place to start. Plus, programming is fun! Hello World! provides a gentle but thorough introduction to the world of computer programming. It's written in language a 12-year-old can follow, but anyone who wants to learn how to program a computer can use it. Even adults. Written by Warren Sande and his son, Carter, and reviewed by professional educators, this book is kid-tested and parent-approved. You don't need to know anything about programming to use the book. But you should know the basics of using a computer--e-mail, surfing the web, listening to music, and so forth. If you can start a program and save a file, you should have no trouble using this book. Customer Reviews (26)
Good Principals - Bad Timing - Poor Focus
Great book! Important subject
Out-dated
Great introduction programming book for kids, and adults too!
my son is learning how to program |
82. Win32 Perl Programming: The Standard Extensions (2nd Edition) by Dave Roth | |
Paperback: 752
Pages
(2001-09-20)
list price: US$50.00 -- used & new: US$11.83 (price subject to change: see help) Asin: 157870216X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description In thisexcellent volume, author Dave Roth (who, coincidentally, is a prolificWin32 Perl module writer) thoroughly documents and explains thestandard extensions, gathering for the first time all of theinformation vital to squeezing the best from these freeware ad-ins. From ODBC to user authentication over networks and even playing .wavfiles, there's something here to interest anyone usingPerl on a Windows-based platform. Roth even explains the intricaciesof using the Win32::API module to access dynamic-link libraries (DLLs)directly--powerful stuff, indeed. Backed up by dozens of usefulcode snippets and examples, this is such a useful book that noself-respecting Win/Perl hacker should be without it. Customer Reviews (20)
Good but dated
great book
A good summary of Win32 administration
Simply the best book for the Win32 Libraries
A must-have in your Perl library |
83. Effective awk Programming (3rd Edition) by Arnold Robbins | |
Paperback: 456
Pages
(2001-05-15)
list price: US$44.99 -- used & new: US$27.00 (price subject to change: see help) Asin: 0596000707 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This tutorial covers the entire spectrum of awk script development: From the basics of opening, searching, and transforming text files, to a comprehensive tutorial for regular expressions, to more advanced features like internetworking. The focus is on the practical side of creating and running awk scripts, and there's plenty of hands-on advice for installing and running today's awk (and gawk). The book begins with the fundamentals of awk for opening and transforming text flat files. The coverage of regular expressions, from simple rules for matching text to more advanced options, is particularly solid. You learn how to add variables and expressions for more intelligent awk scripts, plus how to parse data into records and fields. You'll also find out how to redirect output from awk scripts to other programs, a useful technique that can cause awk to get a lot more done in real applications. Later, you learn several valuable sample awk scripts that mimic existing Unix utilities (like grep, id, and split), plus samples for counting words in documents and printing mailing labels, and even a stream editor. This grab bag of sample code lets you try out the techniques presented earlier in the book. Other sections look at support for networking in today's gawk; for example, how gawk can read and write to URLs on the network almost just as easily as local files. Full sample code will teach the beginner or expert how to get productive with networks and awk. Final appendices trace the evolution of the awk language and show you how to download and install gawk. Suitable for beginner and experienced awk developers, Effective awk Programming, Third Edition, is an extremely worthwhile source of information on a wide range of programming techniques for today's awk. --Richard Dragan Topics covered: Customer Reviews (5)
Old Reliable AWK
Excellent tutorial & reference that zeroes in on awk
This book is an essential for people writing unix scripts and doing system administration
Most Complete Coverage of Awk /pattern/ { action } syntax, you can construct powerful one-liners. Do you want to how much time in total you spent surfing the Internet? Here it is: awk '/Connect time/ { s += $8 } END { print s }' /var/log/messages It doesn't get much shorter in any other programming language, does it? Need to strip text of HTML tags? Need a frequency count of words in a text? Awk is the perfect tool for tasks like this. With its pattern-action structure, powerful regular expression mechanism, associative arrays and basic program flow control, it provides a powerful tool for manipulating flat text files. Even though other scripting languages may be richer in features, there exists a niche where Awk is just the right tool to do the job. Arnold Robbins, the author of this book as well as of several other books on Awk, serves also as the maintainer of GNU Awk (gawk for short), the most influential version of Awk available today. With the version 3.10, released in 2001, GNU Awk became richer for a handful of new extensions over traditional Awk, most important among them are the TCP/IP networking and the support for internationalization. All new extensions are described in the book. How successful these new extensions will be is doubtful, however. Networking scripting niche is already well covered with Perl and Python, and internationalization doesn't really matter much in short throw-away scripts Awk is usually used for. With all due respect to the creators of Awk and their book (Alfred V. Aho, Peter J. Weinberger, Brian W. Kernighan, The Awk Programming Language, Addison-Wesley, 1988), I have to say that "Effective Awk Programming" is probably the best Awk tutorial on the market today. If you are serious about learning Awk, you shouldn't be without it. If you are still hesitating whether it wouldn't be wiser investing those 28 USD elsewhere, here is chance to read it before you buy it: install GNU Awk 3.10, and the Texinfo source of the book comes with it. But sooner or later you will find O'Reilly RepKover binding too tempting...
awk programming |
84. Xlib Programming Manual for Version 11, Rel. 5, Vol. 1 (Definitive Guides to the X Window System) by Adrian Nye | |
Paperback: 821
Pages
(1994-06-30)
list price: US$34.95 -- used & new: US$22.49 (price subject to change: see help) Asin: 1565920023 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (7)
Buyer Beware!
Before the animal books there were the "X Books"
X11 programming is complex, this book helps
Unfortunately there are no alternatives.. It would probably be a good idea if O'Reilly made a revised edition, rewriting some of the bad parts (which should probably be clear in Adrians head by now), and updating some material for X11R6. On the good side, there are plenty of code-examples, and while they aren't exactly showing good style, at least they are complete, you can type them in and run them. And they are all small enough to understand without further refactoring. And while not every explanation Adrian makes is crystal clear, it is definitely necessary to have some understanding of basic X11 concepts before you move on to the reference manuals. If you want a programming manual, and not simply a reference for Xlib, this is the only book available. And while it is far from perfect, it will be much better to learn from than e.g. Scheifler & Gettys. But you'd better order that one as well.
this book is awful! |
85. Flow-Based Programming, 2nd Edition: A New Approach to Application Development by J. Paul Morrison | |
Paperback: 362
Pages
(2010-05-14)
list price: US$69.95 -- used & new: US$54.45 (price subject to change: see help) Asin: 1451542321 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
TFlow based programming - it is the future? |
86. Fundamentals of Assembly Language Programming: Using the IBM PC and Compatibles by Richard C. Detmer | |
Hardcover: 550
Pages
(1990-06)
list price: US$54.67 -- used & new: US$123.31 (price subject to change: see help) Asin: 0669182060 Canada | United Kingdom | Germany | France | Japan | |
87. Programming Microsoft ASP.NET 3.5 by Dino Esposito | |
Paperback: 1128
Pages
(2008-02-23)
list price: US$59.99 -- used & new: US$23.99 (price subject to change: see help) Asin: 0735625271 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Get the practical, popular reference written by ASP.NET authority Dino Espositonow updated for ASP.NET 3.5. An in-depth guide to the core features of Web development with ASP.NET, this book goes beyond the fundamentals. It expertly illustrates the intricacies and uses of ASP.NET 3.5in a single volume. Part of Microsoft Visual Studio® 2008, ASP.NET 3.5 includes AJAX functionality, the Microsoft Silverlight™ cross-platform development tool, new controls, and new integration features. This pragmatic guide covers these new features, and also includes coverage of Windows® Communication Foundation, LINQ, and other key Microsoft .NET Framework 2.0, 3.0, and 3.5 capabilities. Complete with extensive code samples and code snippets in Microsoft Visual C# 2008, this is the ideal reference for developers who want to learn what’s new in ASP.NET 3.5, or for those building professional-level Web development skills. Customer Reviews (10)
Excellent Book
Comprehensive source of information about ASP.NET
Dino - Best ASP.NET Advanced Topics Books on the Market
good overview
Good overview of technology with some poor design tips |
88. MicrosoftAccess VBA Programming for the Absolute Beginner by Michael Vine | |
Paperback: 384
Pages
(2007-04-17)
list price: US$29.99 -- used & new: US$18.43 (price subject to change: see help) Asin: 1598633937 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (16)
Review within context
Don't buy this book
Me. They explained and then they moved on. I like it.
Great for beginners
One of the better programming books I've read |
89. C++ Programming 101 by Greg M. Perry | |
Paperback: 672
Pages
(1992-08-01)
list price: US$29.95 -- used & new: US$154.66 (price subject to change: see help) Asin: 0672302004 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (6)
Excellent for absolute beginners
Great book to begin
The best c++ book I have read on the subject.
Simply the best book there is for learning C++
Wanna learn C++...this is the book!! |
90. Win32 Multithreaded Programming by Aaron Cohen, Mike Woodring, Ronald Petrusha | |
Paperback: 724
Pages
(1998-01)
-- used & new: US$19.99 (price subject to change: see help) Asin: B00007GW3Z Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (11)
Win32 Multithreaded Programming Review
A lot of useful techniques
A very good book on multithreading
Ok book... but wrapper class is more of a distraction
This one is a Keeper (1) It provides simple explanation of central concepts and issues around multithreaded programming. This knowledge is platform independent. (2) Provides clear explanation ofWin32 specific API and Kernel Objects, knowledge that is necessary to doMultithreaded Programming on most Microsoft Platforms. (3) Builds asimple C++ based OO Wrapper class Library for Multithreaded programmingthat elegantly conceals Win32 APIs idiosyncrasies. (4) Also buildsadditional higher Level OO Abstractions (like Monitors) that Win32 does notneed to support directly but Programmers need often. (5) Greatillustrations of Multithreading problems, solutions and Patterns throughthe trailing part of the book. (6) Code and Diagrams abound. What'sthere not to like? ... Read more |
91. Programming Delphi Custom Components by Fred Bulback | |
Paperback: 420
Pages
(1996-06)
list price: US$39.95 -- used & new: US$39.95 (price subject to change: see help) Asin: 1558514570 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
Chap 3 is usefull |
92. Gtk+ Programming in C by Syd Logan | |
Paperback: 864
Pages
(2001-09-06)
list price: US$44.99 -- used & new: US$26.22 (price subject to change: see help) Asin: 0130142646 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (4)
Sensible Reference for Gtk+-1.2 outside of GNOME I often judge a book by seeing if it can quickly answer a specific question, which did not immediately leap to my attention, from the standard Web docs. How do I change the text label on a button? What do the arguments really look like? Having figured it out already, I noticed this book answers the question right out of the contents page and on page 179, with an example of the proper object property arg "GtkButton::label". It is more pleasant to learn from brief working examples, than syntax diagrams and source code. Another feature that jumped out was the "API Synopsis" sections. Fast, single sentence descriptions followed by the API call, on a class by class basis. Nice touch. An IMPORTANT note on ergonomics, which you cannot possibly experience by clicking 'What's inside':This book is fabricated with the same lightweight, semi-gloss, low-acid paper that another one of my favorite books, Stroustrup's C++ opus, is published with. This means the book is thinner, taking up less shelve space. More importantly, the pages turn easily, indexed by finger, and when browsing the inner meat of the book, it stays open without coaxing. This means I don't have to constantly interrupt my browsing both machine and book to crack the binding. This kind of babysitting quickly vectors toward the intolerable, in particular, with the big, cheap doorstops. Good reference books need to be browseable in random fashion, right out of the shrink wrap. A note to Logan: Nice job. On the second edition, put a bigger index in the book. It might be nice to see your "Synopsis" block style description of the most popular signals for widgets (table 4.2)and containers (table 10.1) in the signal chapter, as well as the classes. It saves flipping.
Good Reference for "Real World" Programming
overly tedious with no real target audience "GTK+ programming C" on the other hand is so jargon laden, it becomes tiresome before the first chapter is even complete, and what's worse, no "target audience" is ever addressed. This book is not for a novice in any way shape or form (though the back cover would lead you to believe otherwise). I'm not a novice, but I'd rather spend my time reading an instructional book with a little personality rather than one that seems straight from a man page, but enough of my opinion laden book bashing let me back up some of my accusations: --Jargon (this is straight from the book BTW)-- Another point of contention I have is the lack of GOOD example code. The book is seeded with function definitions, and code snippets throughout, but has very few actual examples to drive the new information home. As an example lets look at chapter 3 (Signals, events, objects and types). This chapter is about 50 pages long and is devoted to the functions that allow a Gtk+ program to interact with the OS, but this entire chapter (Very important subject matter) only included 2 (that's right TWO) working examples. Oh, the example code isn't commented either!!! A) That is a poor programming technique in general, and Anyway, I could go on like this for some time, but I think I've made my point. Novices and maybe Intermediate programmers stay away. Strong intermediate programmers, or better, looking for a REFERENCE, not an instructional manual, this book might be for you.
Great GTK reference This book tries to be a primer and a reference, but it really only succeeds as a reference.This book covers the straight GTK code from a C perspective, and documents most of the basic widgets. With only this book, you will find it difficult and tedious to produce usable applications. However, armed with glade, a glade tutorial, and this book, you can be as productive in designing X GUIs as a Visual Basic programmer. Highly recommended. ... Read more |
93. Extreme Programming Pocket Guide by chromatic | |
Paperback: 80
Pages
(2003-06)
list price: US$9.95 -- used & new: US$4.15 (price subject to change: see help) Asin: 0596004850 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (6)
XP Programming Starts Here!
Quick and dirty review
Concise Intro to XP
great summary, ties together complex topics from best sources
Very good concise guide... Even if you've read about and implemented XP in your shop, there are times you need to review one of the points about how it all works together.Since the author covers all the main points of XP, you can quickly find the information you need.You also get a nice cross-reference at the end of each chapter that shows how each point relies on other parts of the methodology.I find this very useful if you are faced with having to modify XP for your use.It's recommended that you implement XP in its entirety, as it's meant to be more than the sum of its part.But if you have to tweak something, you know how it will affect the other areas. I would not recommend this book as your only resource if you were just starting to implement XP.You really need to read Extreme Programming Explained by Kent Beck.He's the founder of XP, and that book goes into much more detail as to the whys of the process.But this book is one that each member of the team should have to keep the concepts fresh. This is a very good book to use as a supplemental reference or reminder guide if you're using the XP methodology.If you were looking for a concise explanation of XP, this would also work for you.If you were looking for a more in-depth explanation of the methodology, I would recommend one of the books by Kent Beck. ... Read more |
94. Advanced Mac OS X Programming (2nd Edition of Core Mac OS X & Unix Programming) by Mark Dalrymple, Aaron Hillegass | |
Paperback: 646
Pages
(2005-10-01)
list price: US$69.99 -- used & new: US$40.00 (price subject to change: see help) Asin: 0974078514 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (11)
A bit dated but excellent content
Fills in a lot of gaps
Awesome Book
Excellent information, but full of typos
Odd format... great content... scary title |
95. Programming Ruby: The Pragmatic Programmers' Guide, Second Edition by Dave Thomas, Chad Fowler, Andy Hunt | |
Paperback: 829
Pages
(2004-10-01)
list price: US$44.95 -- used & new: US$11.98 (price subject to change: see help) Asin: 0974514055 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Now in its Second Edition, author Dave Thomas has expanded the famous Pickaxe book with over 200 pages of new content, covering all the new and improved language features of Ruby 1.8 and standard library modules. The Pickaxe contains four major sections: An acclaimed tutorial on using Ruby. The definitive reference to the language. Complete documentation on all built-in classes, modules, and methods Complete descriptions of all 98 standard libraries. If you enjoyed the First Edition, you'll appreciate the new and expanded content, including: enhanced coverage of installation, packaging, documenting Ruby source code, threading and synchronization, and enhancing Ruby's capabilities using C-language extensions. Programming for the world-wide web is easy in Ruby, with new chapters on XML/RPC, SOAP, distributed Ruby, templating systems and other web services. There's even a new chapter on unit testing. This is the definitive reference manual for Ruby, including a description of all the standard library modules, a complete reference to all built-in classes and modules (including more than 250 significant changes since the First Edition). Coverage of other features has grown tremendously, including details on how to harness the sophisticated capabilities of irb, so you can dynamically examine and experiment with your running code. "Ruby is a wonderfully powerful and useful language, and whenever I'm working with it this book is at my side" --Martin Fowler, Chief Scientist, ThoughtWorks Customer Reviews (62)
waste of time and treasure
Programming Ruby
Great but...
Firmly Planted Near The Keyboard
Must have for any Ruby programmer |
96. Semantic Web Programming by John Hebeler, Matthew Fisher, Ryan Blace, Andrew Perez-Lopez | |
Paperback: 648
Pages
(2009-04-13)
list price: US$45.00 -- used & new: US$19.99 (price subject to change: see help) Asin: 047041801X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (10)
OK, but you need some foundations
Clear conceptual explanations, helpful examples
Best Semantic Web Book to Date
Brought me from clueless to confident in a month
Broad coverage and lots of code examples |
97. Extreme Programming Installed by Ron Jeffries, Ann Anderson, Chet Hendrickson | |
Paperback: 288
Pages
(2000-10-26)
list price: US$54.99 -- used & new: US$27.00 (price subject to change: see help) Asin: 0201708426 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (31)
XP installed is both interesting and thought provoking
Good solid content, but not the best book to start with Jeffries and the team are not afraid to face up to things people have trouble with in real situations. The book covers dealing with difficult managers and customers, deciding what needs testing, making pair programming work for you, and lots more. The bulk of the book goes through the practices of Extreme Programming step by step, but some of the most useful stuff is contained in the so-called "bonus tracks" which appear at the end. The book also has a large and interesting annotated bibliography. Well worth reading, but I'd recommend that you start with "Extreme Programming Explained", then read this one if you like the idea, but want a more practical approach.
One book, many authors
If you read only one book on XP, this should be it. A final note, I've read this book twice and several sections probably over a dozen times.It can be a little skimpy on details and examples in a few places.I've recently glanced through the new XP books and they give examples and fill in details, but they're expensive and you'd have to spend hundreds of dollars to buy them all and get all the details!Instead look to the web.There's an XP newsgroup (search for it with Google).This book won't take you 100% but it will get you close enough to make it the rest of the way.And of course if you can afford to buy XP Explained and Planning XP I think they're worth it.
Accurate, Practical The only disadvantage is that all the useful examples in these book contain code in SmallTalk, while C++ and Java are popular nowadays. SmallTalk has a distinct, unique style and may frighten C++ or Java developers. That's why I've rated the book four stars. I would recommend this book to any XP'er. ... Read more |
98. Unix Programming Environment (Prentice-Hall Software Series) by Brian W. Kernighan, Rob Pike | |
Paperback: 357
Pages
(1984-03)
list price: US$60.00 -- used & new: US$30.00 (price subject to change: see help) Asin: 013937681X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (34)
A required reading for all unix users
Great Unix Reference book
THE GOLD STANDARD!
Great book on the foundations of the UNIX environment
The bible of Unix |
99. Advanced UNIX Programming (2nd Edition) by Marc J. Rochkind | |
Paperback: 736
Pages
(2004-05-09)
list price: US$59.99 -- used & new: US$31.65 (price subject to change: see help) Asin: 0131411543 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (19)
Read more on Unix
THE book to get for UNIX programming
Informative
A very useful reference
The best UNIX programming book that I know of |
100. SAS Macro Programming Made Easy, Second Edition by Michele M. Burlew | |
Paperback: 426
Pages
(2007-03-30)
list price: US$59.95 -- used & new: US$30.00 (price subject to change: see help) Asin: 1590478827 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description New topics for the second edition include using SAS 9 macro and SAS language features, debugging macro programs, adding error checking to macro programs, and building a library of utility macro programs. Beginning macro programmers will learn to write SAS macro programs quickly and efficiently. More experienced macro programmers will find this book useful to refresh their conceptual knowledge and expand on their macro programming skills. It is also important to note that the macro facility is a highly popular part of SAS and found in the job requirements for many SAS programming jobs. In addition, macro facility concepts are tested on the SAS Advanced Programming Exam. The book assumes some SAS programming experience, including knowledge of how to write a DATA step and how to use SAS procedures. Customer Reviews (7)
Good, but not helpful!!
I love all the examples in this book
easy read and easy use
Good introductory book to learn macros
Good |
  | Back | 81-100 of 100 |