Programming Books
Related Subjects: Tutorials
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250

Used price: $75.00

Excellent bookReview Date: 2007-09-19
An Encyclopedic reference for Integer ProgrammingReview Date: 1999-04-18
One of the best...Review Date: 2002-07-19
Though this is an excellent book in all respects, I would recommend Papadimitriou's older book on combinatorial optimization for a good discussion of P, NP problems and decision / optimization problems.
Learning, understanding, optimizing NP problemReview Date: 2000-12-27
great bookReview Date: 2001-12-30
This book starts with the mathematical basics behind linear programming and develops on these introducing new techniques like Bender's decomposition, various cuts, etc. The way the mathematics is dealt is flawless but I thought the methods required more examples for better understanding. But ofcourse the book had to be concise....
I have no opinion on the combinatorial optimisation part.

Used price: $0.81

I wouldn't call it a beginners book.Review Date: 2007-08-05
There are 14 chapters: How to use this book, Why scripting, Windows Scriptable Technologies, Enumerating and Dumping the Users, Groups, and Computers of Active Directory, Dumping a Domain User's Detail Account Information, Listing Soon-to-Expire Domain User Accounts, Move Away from Batch Files-A New Logon Script, Foundation: A Directory Computer-Dump Tool, Browser-Based Computer Information Diagnostics, Worm Vulnerability Detector, Remotely Enumerate Local Computer Accounts, Local Password Audit and Change Tool, E-mail Script Notification, Where to Go from Here.
As I mentioned this is not a book for people new to scripting. However, it is useful in that it will show the use of modules and it does go about explaining the code examples by the blocks and functions.
I found the descriptions of the modules useful even though I don't use JScript. Probably the most useful script was an HTA script for local diagnostics.
The CD has the scripts mentioned but you might want to go through the effort of typing and debugging the code. Especially, if you are new to windows scripting.
Overall, a good book to have for a reference on what it gives you. It expanded my knowledge.
An essential resource for any IT organizationReview Date: 2004-03-26
Admins empoweredReview Date: 2004-03-22
So what are the top 10 scripts? - Enumerating and Dumping the Users, Groups, and Computers of AD; Dumping a Domain User's Detailed Account Information; Listing Soon-to-Expire Domain User Accounts; Move Away from Batch Files- A New Login Script; Foundation: A Directory Computer- Dump Tool; Browser- based Computer Information Diagnostics; Worm Vulnerability Detector; Remotely Enumerate Local Computer Accounts; Local Password Audit and Change Tool; E-mail Script Notification. BUT WAIT- This doesn't tell the whole story- I especially liked the tie in with Excel for execution and output! Fellinge's book got me off the ground which is exactly what I needed.
Treasure Trove of ScriptsReview Date: 2004-09-19
I am at a loss of words for some inspirational things that I found that can give you the ability to generate spreadsheets reports on the fly and also have a live spreadsheet that can go out to the net and pull info. There is this fascinating example script that creates a web page wizard-like HTA application.
To some things up, this book is powerful. This adds a lot of good material one's admin collection. Using this book, you won't become just a scripter, but you'll be down right incredible, such that lightning will ignite from your fingertips (metaphorically speaking) as you create masterpiece killer scripts.
A Great Scripting Resource for Windows Sysadmin.Review Date: 2004-03-04
I recommend this book for anyone with a basic understanding of scripting who is interested in really putting that knowledge to good use.

Used price: $13.99

A classicReview Date: 2003-07-23
This book is about code - about %90 of the pages have source. Perhaps the first book I ever seen that has compilable, working code. Also, I think the examples and interfaces in this book are much better than the Core book.
In short, if you have the core patterns book and are stuck, this indeed could be exactly what you need. I would say you could skip that book and start with this one.
I've read a lot of patterns books. Most didn't really help. Some got me to the point of asking new questions. This book, and "design patterns explained", are in my view indispensable classics. They left me with a clear understanding of what I was trying to learn.
One negative point: I read the comparison between "service to worker" and "dispatcher view" several times and I still don't get what they are trying to say. This is one of the few places in the book where there is no code, and it probably could have helped me here. To be fair, it does have some nice sequence diagrams but its seems lacking compared to the rest of the book.
A must for J2EE loversReview Date: 2002-11-25
patterns and theserverside.com patterns (in <
contains lots of demonstrable code.
Web tier patterns can be used as template for web tier for
any j2ee project; persistence framework explained the
Data Access Object and Value object in the clearest way;
it always contains security patterns and integration
patterns, which are not discussed too much in other books
as <
for the J2EE Core Patterns book and <
and even wider than them.
This book presents patterns inside frameworks, so you can
easily
see how it is used in real life. This book uses UML
in a very elegant way so it's also useful to learn UML
in J2EE.
A must for J2EE lovers.
Daniel
SCJP, SCJD, SCWCD, SCJEA and IBM Certified XML Developer.
NOT totally convincingReview Date: 2003-07-21
Previous knowledge of design patterns in general would certainly help you to get the most from this text. For a simple,clear, no bs introduction I recommend Design Patterns Explained: A New Perspective on Object-Oriented Design
by Alan Shalloway, James R. Trott.
Applied patterns for J2EEReview Date: 2002-10-22
The
web tier chapter details patterns that could be used for request processing with session management, view manipulation, validation
and security. The persistence framework chapter was perfect for our implementation with its data access layer strategy based
on DAOs and value objects, though we would have liked to see some transaction management patterns. The scalability and performance
concerns have been closely investigated, as have all security designs like single-access, check-point and role patterns. A
working example targeted for a leading app server could have proved useful here, though there is plenty of code available
for download. After all is said and done, the chapter on integration where everything comes together nicely, scores top marks
for topics not usually found in other books.
An excellent addition to anyone's J2EE repertoire.
Excellent book on design patterns and frameworksReview Date: 2003-01-12
This book starts where "Core J2EE Patterns" ends. Instead of being one more book on patterns catalog and snippet code, it plucks related patterns and weaves them into a framework. This framework-oriented approach starts with the simple but pertinent observation that standard J2EE patterns like Service-to-Worker and Dispatcher View can be reinterpreted as micro-frameworks and continues throughout the rest of the book. For example, chapter 3 combines 3 patterns( DAO, VO, Service Locater)together to lay the foundation of a persistence framework.
Another positive aspect of this book is that it devotes complete chapters to security and integration patterns.Of late, integration patterns have become important enough to merit a web site of their own ( integrationpatterns.com ) and it is quite hard to find other good references on security patterns.
Thus this book has a lot of new things and perspectives to offer and deserves more attention than it seems to be getting.
Finally a criticism : This book mentions other books by name and ISBN numbers without mentioning the author(s) of the books. This is the first time in my life I have seen such a practice. This is definitely a bad practice and an antipattern and a cruelty to poor authors who deserve to be mentioned by name.

Used price: $40.00

The same excellent bookReview Date: 2002-09-14
Has taken me from being a basic to an advanced Oo programmerReview Date: 1998-11-09
Best I've found.Review Date: 2002-01-30
Most Systematic approachReview Date: 2000-03-14
ExcellentReview Date: 1998-11-30

Used price: $16.58

java tutorialReview Date: 2000-01-10
Well done textbookReview Date: 1997-11-25
a bit dry, but the best Java resource I have bought thus farReview Date: 1998-03-11
I wish he wrote more on Java.Review Date: 2001-06-08
Elliotte Rusty Harold seems to latch on to new technologies and write excellent introductions to them. Unfortunately, he does not seem to care to write second editions -- he just moves on to other subject matter.
This book is almost useless now except for the basics of the Java language.
excellent for beginning JavaReview Date: 1999-04-07

Used price: $1.97

This is the best book for starting to learn JavaReview Date: 2001-12-06
This book leverages your C++ knowledge in the Java spaceReview Date: 1999-05-05
A good book to quick start yourself into Java programmingReview Date: 1999-03-30
Excellent resource from C++ programmersReview Date: 1999-03-24
Well, I got my money's worth! The book presents the Java language very thoroughly, while at the same time, providing me the ability to just focus on C++/Java differences or similarities.
I found the "Moving from C++" tips very useful, as well as the tables that quickly summarize the language differences. The exercises section is also useful to make sure that I got the main points of the chapter.
Overall, this book is well-written and organized.
Excellent way to learn Java if you already know C++ and OOPReview Date: 2000-04-27
I think that this book is very good if you want to be are a real professional Java programmer. The explanations are very deep, and with all the text in the book there is hardly any detail that is written more then once.
While learning from the book, I felt that the writers have invested a huge amount of energy making the explanations exact and clear.
I would like to thank the authors for writing this book.
-Maor

Used price: $2.39

Excellent Documentation for JDK 1.1Review Date: 2001-12-13
If you want to make Applets using the built in JVM of most browsers, this book is a good buy. However, it is possible now to make an Applet using the Java Plug-In, which uses JDK 1.3 or JDK 1.4. Also, Mac OS X now has the Java 2 JVM built into their operating system. But to make sure your applet runs on all browsers, using the deprecated methods, this book will be useful.
Essentially, apart from the Keywords listing, the ASCII table, and some extra comments and examples, this book is not much different than a Javadoc Documentation that you can view on the internet at Sun's site free, which shows all the classes, all the methods, all their parameters, with links to go from class to class documentation for any JDK version. Also, it is a very large book, making it unlikely a version 2 book, with twice as many classes and methods, will be published. So, this book may be viewed as a convenience when you don't have internet access.
First book I reach for when I have a Java question.Review Date: 1999-05-18
Excellent reference - use it often!Review Date: 1998-06-21
Awesome!Review Date: 2000-02-25
Search and you will Find it at Arthur GriffithReview Date: 1999-09-22

Used price: $27.79

An excellent book on p2p and jxtaReview Date: 2002-09-25
a very good JXTA bookReview Date: 2002-08-22
For example, the book first introduces the Peer Discovery Protocol (which will definitely be used by every JXTA application to discover the resources). The book explains how to realize the Discovery Protocol by using the lower layer Resolver Protocol. Then the book teaches us how to use the Discovery Protocol in a JXTA application and actually gives us a useful example.
Every protocol covered in this book follows this pattern - explanation and example.
In addition to the protocols, programmers also need to know how to use some sub-system of JXTA to increase the flexibility of JXTA application and decrease the implement burden. Fortunately, the book covers them, such as CM (cache manager) in chapter4, Document (advertisement) in chapter4, module framework in chapter10, and so forth.
You definitely need to put this book on your bookshelf because give you more than just example code. It includes how the protocols are implemented and how to use the protocols.
Developers and IT Contractors! This is a MUST read!!!Review Date: 2002-07-26
As a IT contractor, its important to know what is out there and how it works. Sooner or later you will be affected by this new architecture. Why? Because it's an improvement over the way things are done today. Companies are always looking for an edge and this would give them that by distributing resource power among a wide array of servers and not drop the load on just one.
You will learn what P2P and JXTA are in the first 2 chapters. Then it's hands-on from chapter 3. Unlike other books being offered on JXTA, Brendon did not gloss over anything in this book and does a lot more then just talk about it. After understanding the basics and terminology associated with P2P and JXTA, you begin doing some hands-on experience with the JXTA shell. As the book progresses, you get a good understanding of how it works in detail. Then the grand finale, a sample application shows you how to put to put what you've learned to practice for your own application.
About myself:
IT Contractor - 9 years
6 years experience Java(Sun certified) programming
"always checking to see
which way the wind is blowing!"
Good Introduction to JXTAReview Date: 2002-07-30
At its core JXTA is just a specification for protocols needed for P2P computing. These protocols can be implemented in any language(Java,C,C++ etc)and on any platform. At present the specs define six protocols.
The book under review has done a good job of defining JXTA and its 6 protocols. It consists of 3 parts. The first part gives a general intoduction to JXTA concepts (like peer, peer group, pipe, endpoint, and advertisements) and JXTA protocols.The second part is for those who want to go further and study all the 6 protocols (Discovery, Resolver, Rendezvous, Information, Binding, and Endpoint) in all their gory details. The third part is for those who want to go still further and develop their own applications. Here they will find a 100-page chapter covering a sample application. Thus the reader can decide at what stage he wants to quit.
I found two main defects in the book: First the text in the UML diagrams is so small that I had to buy a magnifying-glass.Secondly the book does not compare JXTA and Jini very well. I think the comparison of Jini with later technologies like Web Services and JXTA is very important for a logical analysis of the direction IT is taking. From a logical point of view, Jini is the inspiration behind both JXTA and Web Services. And it is from this (purely logical) point of view that we will compare Jini with JXTA.
Jini starts with a very powerful unifying principle,namely,the distinction between hardware and software is artificial, and therefore both these concepts must be replaced by a more general concept of services.This is the third unifying principle in IT in over a decade.
First came objects which unified attributes and methods and put them in one basket. Then came components which unified software development. And now we have services which unify hardware and software.Staying on this logical track, what could be the next unifying principle of IT.My "guess" is as follows:
If the difference between physics (hardware) and what it does(software) is artificial, then the seperation of biology (user)from these two is also artificial.Thus hardware,software,and geneware must be unified into a more general concept which covers all three. The concept of services is not enough for this unification even though terms like "user experience" have started floating around in the IT industry.
Well, returning to JXTA, we can look at it as a special case of Jini restricted to P2P and not covering client-server.Alternately, JXTA is Jini minus its dependence on Java and RMI plus new terminology and protocols suitable for only P2P.I hope this is not the end but just the beginning of purely logical comparisons of Jini, JXTA, and Web Services.
Experts are welcome to tear down this argument to pieces. That can only lead to greater logical clarification of the subtleties involved.
Easy to read and understand.Review Date: 2002-07-27
The two things I liked in the book were, one, it's conversational tone, and two, it's learning-by-doing approach. Much of the book consists of coding exercises, covering each of the six JXTA protocols. The 11th chapter is a complete chat application, with both client and server code.
In summary, the best book for a jumpstart to JXTA.

Used price: $48.96

A Review from London, EnglandReview Date: 2001-07-13
Laboratory ArchitectReview Date: 2001-08-27
Laboratories book reviewReview Date: 2001-07-14
Laboratories book reviewReview Date: 2001-07-14
LaboratoriesReview Date: 2001-06-30


Excellent!Review Date: 2008-07-10
Better than it titleReview Date: 2008-02-11
religious subtext, which I do not like in mysteries. But this one is from
beginnng to end a top notch novel that shows Simon's growing skills and
depth of characterization. The title refers to the old days of a Jewish
mafia and brings some marvelous, credible characters into the mix. As usual,
thoughtful insights into interesting characters together with hard
boiled action. A great read for those who love good mysteries and good novels.
From J. Kaye's Book BlogReview Date: 2008-01-29
Suspense and thriller enthusiasts will enjoy this tightly woven, dark tale. I found myself so submerged in its pages, life stopped around me and I couldn't do much else.
Succeeds in every way imaginable and even in a few that are unexpectedReview Date: 2008-01-16
This book is as much concerned with Reles's past in New York as it is with his present in mid-1990s Austin. The occurrence that causes Reles to confront his childhood is the sudden arrival of his father --- who he hasn't seen in many years --- with Irena, a young Russian woman (and a self-proclaimed prostitute) in tow. Ben Reles, a small-time Mafia errand-runner, has himself been on the run for two decades. Now his past (as well as his present) has led him to an uneasy and unwelcome reunion with the son from whom he has been estranged for many years. It is no small irony that Dan Reles is on the cusp of coming to grips with his own new family, consisting of a son he didn't know he had until just recently and a woman he spends all too much time wishing he had never met.
All are in the headlights of Sam Zelig, a New York mobster whose history with Ben Reles goes back for decades and whose all-consuming anger is directed at Ben for stealing (from his perspective) Irena away from him. Zelig is possessed of an uncanny ability to get things darkly and maniacally done, and within hours after his arrival in Austin he is holding Ben, as well as the city of Austin, hostage in a crazed effort to get Irena back. Zelig exercises an inhuman brutality, one from which Simon does not flinch. Yet there is an odd, simple beauty to the narrative as well. Somehow, one knows from the very beginning of the book that things are not going to end well, yet Simon so seamlessly welds the plot together that the hard-won redemption and justice that occurs by the end of the story seems not only natural but also inevitable.
THE LAST JEW STANDING is by far Simon's best work to date --- a statement that has been true with the publication of each of his novels --- succeeding in every way imaginable and even in a few that are unexpected. I cannot imagine Simon writing a better book, but somehow I know he will.
--- Reviewed by Joe Hartlaub
Another outstanding Dan Reles novelReview Date: 2008-01-08
Simon's writing style is concise, clever and witty, with lots of snappy dialog and wry observations. I hope that Simon is busy working on another Dan Reles novel - the series is addictive!
Related Subjects: Tutorials
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250