
ilość książek w kategorii: 16742
![]() |
Multicast Sockets: Practical Guide for Programmers
ISBN: 9781558608467 / Angielski / Miękka / 2002 / 180 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. Multicast Sockets: Practical Guide for Programmers is a hands-on, application-centric approach to multicasting (as opposed to a network-centric one) that is filled with examples, ideas, and experimentation. Each example builds on the last to introduce multicast concepts, frameworks, and APIs in an engaging manner that does not burden the reader with lots of theory and jargon. The book is an introduction to multicasting but assumes that the reader has a background in network programming and is proficient in C or Java. After reading the book, you will have a firm grasp on how to write... Multicast Sockets: Practical Guide for Programmers is a hands-on, application-centric approach to multicasting (as opposed to a network-cent... |
cena:
130,40 |
![]() |
The Struts Framework: Practical Guide for Java Programmers
ISBN: 9781558608627 / Angielski / Miękka / 2002 / 152 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. Struts is an open-source framework that integrates with standard Java technologies and lets developers build web applications quickly and effectively. In much the same way that Java has overtaken C++, Struts is well poised to become the framework for web application development because of its ability to address the types of issues engineers face when building large-scale web applications. The Struts Framework: Practical Guide for Java Programmers meets the needs of this large audience--estimated today at 2.5 million Java programmers and growing. It provides the systematic... Struts is an open-source framework that integrates with standard Java technologies and lets developers build web applications quickly and effective... |
cena:
140,44 |
![]() |
Unit Testing in Java: How Tests Drive the Code
ISBN: 9781558608689 / Angielski / Miękka / 2003 / 400 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. Software testing is indispensable and is one of the most discussed topics in software development today. Many companies address this issue by assigning a dedicated software testing phase towards the end of their development cycle. However, quality cannot be tested into a buggy application. Early and continuous unit testing has been shown to be crucial for high quality software and low defect rates. Yet current books on testing ignore the developer's point of view and give little guidance on how to bring the overwhelming amount of testing theory into practice. Unit Testing in Java...
Software testing is indispensable and is one of the most discussed topics in software development today. Many companies address this issue by assignin...
|
cena:
220,72 |
![]() |
Java: Practical Guide for Programmers
ISBN: 9781558609099 / Angielski / Miękka / 2002 / 150 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. If you're an experienced programmer, you already have a rock-solid foundation for learning Java. All you need is a resource that takes your experience into account and explains Java's key principles and techniques in an intelligent, efficient way. Java: Practical Guide for Programmers is precisely that resource. Here, you won't have to wade through hundreds of pages of overly simplistic material to learn the basics of Java programming. Instead, you get highly focused instruction in the core elements of Java 1.4, accompanied by carefully chosen examples and line-by-line analyses...
If you're an experienced programmer, you already have a rock-solid foundation for learning Java. All you need is a resource that takes your experience...
|
cena:
130,40 |
![]() |
Semantics in Business Systems: The Savvy Manager's Guide
ISBN: 9781558609174 / Angielski / Miękka / 2003 / 397 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. Semantics in Business Systems begins with a description of what semantics are and how they affect business systems. It examines four main aspects of the application of semantics to systems, specifically: How do we infer meaning from unstructured information, how do application systems make meaning as they operate, how do practitioners uncover meaning in business settings, and how do we understand and communicate what we have deduced? This book illustrates how this applies to the future of application system development, especially how it informs and affects Web services and business rule-...
Semantics in Business Systems begins with a description of what semantics are and how they affect business systems. It examines four main aspects of t...
|
cena:
208,23 |
![]() |
Lean Software Strategies: Proven Techniques for Managers and Developers
ISBN: 9781563273056 / Angielski / Twarda / 2005 / 464 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. Winner Of The 2007 Shingo Prize For Excellence In Manufacturing Research
Lean production, which has radically benefited traditional manufacturing, can greatly improve the software industry with similar methods and results. This transformation is possible because the same overarching principles that apply in other industries work equally well in software development. The software industry follows the same industrial concepts of production as those applied in manufacturing; however, the software industry perceives itself as being fundamentally different and has largely ignored what other... Winner Of The 2007 Shingo Prize For Excellence In Manufacturing Research
Lean production, which has radically benefited traditional manufacturing, ... |
cena:
265,87 |
![]() |
Pthreads Programming: A Posix Standard for Better Multiprocessing
ISBN: 9781565921153 / Angielski / Miękka / 1996 / 286 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. Computers are just as busy as the rest of us nowadays. They have lots of tasks to do at once, and need some cleverness to get them all done at the same time.That's why threads are seen more and more often as a new model for programming. Threads have been available for some time. The Mach operating system, the Distributed Computer Environment (DCE), and Windows NT all feature threads.One advantage of most UNIX implementations, as well as DCE, is that they conform to a recently ratified POSIX standard (originally 1003.4a, now 1003.1c), which allows your programs to be portable between them.... Computers are just as busy as the rest of us nowadays. They have lots of tasks to do at once, and need some cleverness to get them all done at the ... |
cena:
159,98 |
![]() |
C++ the Core Language: A Foundation for C Programmers
ISBN: 9781565921160 / Angielski / Miękka / 1995 / 234 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. C++ is an object-oriented enhancement of the C programming language and is becoming the language of choice for serious software development.C++ has crossed the Single Book Complexity Barrier. The individual features are not all that complex, but when put together in a program they interact in highly non-intuitive ways. Many books discuss each of the features separately, giving readers the illusion that they understand the language. But when they try to program, they're in for a painful surprise (even people who already know C).C++: The Core Language is for C programmers... C++ is an object-oriented enhancement of the C programming language and is becoming the language of choice for serious software development.C++ has... |
cena:
199,98 |
![]() |
sed & awk: UNIX Power Tools
ISBN: 9781565922259 / Angielski / Miękka / 1997 / 434 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. sed & awk describes two text processing programs that are mainstays of the UNIX programmer's toolbox.sed is a "stream editor" for editing streams of text that might be too large to edit as a single file, or that might be generated on the fly as part of a larger data processing step. The most common operation done with sed is substitution, replacing one block of text with another.awk is a complete programming language. Unlike many conventional languages, awk is "data driven" -- you specify what kind of data you are interested in and the operations to be... sed & awk describes two text processing programs that are mainstays of the UNIX programmer's toolbox.sed is a "stream editor" for edi... |
cena:
199,98 |
![]() |
Oracle Performance Tuning: Database Management Systems [With *]
ISBN: 9781565922372 / Angielski / Miękka / 1996 / 964 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. The books in O'Reilly's Oracle series are authoritative -- they tell the whole story about complex topics, ranging from performance tuning to the use of packages in PL/SQL to new technologies like Power Objects. And they're independent; they're alternatives for readers who need to know how products and features really work. They're packed with real-world advice and techniques from practitioners in the field, and they come with disks containing code you can use immediately in your own applications. O'Reilly is the alternative for Oracle people who need to solve problems -- and solve them... The books in O'Reilly's Oracle series are authoritative -- they tell the whole story about complex topics, ranging from performance tuning to the u... |
cena:
320,00 |
![]() |
Developing Java Beans
ISBN: 9781565922891 / Angielski / Miękka / 1997 / 320 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. Java Beans is the most important new development in Java this year. Beans is the next generation of Java technology that not only adds features the language lacked, but also lets Java programs interoperate with a number of development environments. The initial release includes a bridge for Microsoft's ActiveX/COM; future releases will include bridges for Netscape's LiveConnect and IBM's OpenDoc.Since it's a "component architecture" for Java, Beans can be used in graphical programming environments, like Borland's JBuilder, or IBM's VisualAge for Java. This means that someone can use a... Java Beans is the most important new development in Java this year. Beans is the next generation of Java technology that not only adds features the... |
cena:
119,82 |
![]() |
Practical C Programming 3e: Why Does 2+2 = 5986?
ISBN: 9781565923065 / Angielski / Miękka / 1997 / 456 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks(r) famous.C programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well and are easy to maintain. This book teaches you not only the mechanics of programming, but also describes how to create programs that are easy to read, debug, and update.Practical rules are stressed. For example, there are fifteen precedence rules in C (&& comes before -- comes before ?: ). The... There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks(r) ... |
cena:
179,98 |
![]() |
VB & VBA in a Nutshell: The Language: The Language
ISBN: 9781565923584 / Angielski / Miękka / 1998 / 652 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. The online documentation of VB/VBA language components seems to follow the 80/20 rule: the basic facts that you need to use a language statement are provided in the documentation. But the additional 20 percent that you need to use it effectively or to apply it to special cases is conspicuously absent. To a professional VB/VBA programmer, though, this missing 20 percent of the language's documentation isn't a luxury, it's a necessity. And inVB & VBA in a Nutshell: The Language, it finally is available.The bulk of the book consists of an alphabetical reference to the statements,... The online documentation of VB/VBA language components seems to follow the 80/20 rule: the basic facts that you need to use a language statement ar... |
cena:
159,98 |
![]() |
Mastering Algorithms with Perl
ISBN: 9781565923980 / Angielski / Miękka / 1999 / 706 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. Many programmers would love to use Perl for projects that involve heavy lifting, but miss the many traditional algorithms that textbooks teach for other languages. Computer scientists have identified many techniques that a wide range of programs need, such as:
Many programmers would love to use Perl for projects that involve heavy lifting, but miss the many traditional algorithms that textbooks teach for ... |
cena:
159,98 |
![]() |
Ado: ActiveX Data Objects: Creating Data-Driven Solutions
ISBN: 9781565924154 / Angielski / Miękka / 2001 / 620 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. Getting data across platforms and formats is a cornerstone of present-day applications development. ADO: ActiveX Data Objects is both an introduction and a complete reference to ADO (ActiveX Data Objects), Microsoft's universal data access solution. You'll learn how to easily access data in multiple formats--such as email messages, Access databases, Word documents, and SQL databases--even on different platforms, without spending extra time learning every last detail about each format.Author Jason Roff shows by example how to use ADO with your programming language of choice to save... Getting data across platforms and formats is a cornerstone of present-day applications development. ADO: ActiveX Data Objects is both an int... |
cena:
179,98 |
![]() |
CGI Programming with Perl
ISBN: 9781565924192 / Angielski / Miękka / 2000 / 472 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. Programming on the Web today can involve any of several technologies, but the Common Gateway Interface (CGI) has held its ground as the most mature method--and one of the most powerful ones--of providing dynamic web content. CGI is a generic interface for calling external programs to crunch numbers, query databases, generate customized graphics, or perform any other server-side task. There was a time when CGI was the only game in town for server-side programming; today, although we have ASP, PHP, Java servlets, and ColdFusion (among others), CGI continues to be the most ubiquitous... Programming on the Web today can involve any of several technologies, but the Common Gateway Interface (CGI) has held its ground as the most mature... |
cena:
159,98 |
![]() |
Tcl/TK in a Nutshell: A Desktop Quick Reference
ISBN: 9781565924338 / Angielski / Miękka / 1999 / 456 str. Termin realizacji zamówienia: ok. 30 dni roboczych. The Tcl language and Tk graphical toolkit are simple and powerful building blocks for custom applications. The Tcl/Tk combination is increasingly popular because it lets you produce sophisticated graphical interfaces with a few easy commands, develop and change scripts quickly, and conveniently tie together existing utilities or programming libraries.One of the attractive features of Tcl/Tk is the wide variety of commands, many offering a wealth of options. Most of the things you'd like to do have been anticipated by the language's creator, John Ousterhout, or one of the developers of... The Tcl language and Tk graphical toolkit are simple and powerful building blocks for custom applications. The Tcl/Tk combination is increasingly p... |
cena:
168,96 |
![]() |
Programming Internet Email
ISBN: 9781565924796 / Angielski / Miękka / 1999 / 380 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. The Internet's "killer app" is not the World Wide Web or Push technologies: it is humble electronic mail. More people use email than any other Internet application. As the number of email users swells, and as email takes on an ever greater role in personal and business communication, Internet mail protocols have become not just an enabling technology for messaging, but a programming interface on top of which core applications are built.Programming Internet Email unmasks the Internet Mail System and shows how a loose federation of connected networks have combined to form the world's... The Internet's "killer app" is not the World Wide Web or Push technologies: it is humble electronic mail. More people use email than any other Inte... |
cena:
61,62 |
![]() |
Java Foundation Classes in a Nutshell
ISBN: 9781565924888 / Angielski / Miękka / 1999 / 748 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. Java Foundation Classes in a Nutshell is an indispensable quick reference for Java programmers who are writing applications that use graphics or graphical user interfaces. The author of the bestsellingJava in a Nutshell has written fast-paced introductions to the Java APIs that comprise the Java Foundation Classes (JFC), such as the Swing GUI components and Java 2D, so that you can start using these exciting new technologies right away.This book also includes O'Reilly's classic-style, quick-reference material for all of the classes in the javax.swing and... Java Foundation Classes in a Nutshell is an indispensable quick reference for Java programmers who are writing applications that use graphic... |
cena:
199,98 |
![]() |
GNU Emacs Pocket Reference: Unix Text Processing
ISBN: 9781565924963 / Angielski / Miękka / 1998 / 64 str. Termin realizacji zamówienia: ok. 16-18 dni roboczych. GNU Emacs is the most popular and widespread of the Emacs family of editors. It is also the most powerful and flexible. Unlike all other text editors, GNU Emacs is a complete working environment -- you can stay within Emacs all day without leaving. The GNU Emacs Pocket Reference is a companion volume to O'Reilly's Learning GNU Emacs, which tells you how to get started with the GNU Emacs editor and, as you become more proficient, it will help you learn how to use Emacs more effectively.This small book, covering Emacs version 20, is a handy reference guide to the basic elements... GNU Emacs is the most popular and widespread of the Emacs family of editors. It is also the most powerful and flexible. Unlike all other text edito... |
cena:
79,97 |