Mäklare

Categories
Animal | Application |Art | Artificial Intelligence | Business | Certification | Commerce | Computer - Hardware | Databases | Electronics | Engineering | Grammar | History | Intelligence | Internet | IT - General | Language | Magazine | Medical | Photographic | Networking| Programming | Security | Uncategorized | WWW

KnowFree


Full download


Posted: March 13th, 2010, 7:27pm CET by kfadmin

Tags  [edit]



Full download


Posted: March 13th, 2010, 7:21pm CET by kfadmin

Tags  [edit]


Simply SQL is a practical step-by-step guide to writing SQL.!


Teach Yourself SQL - The Easy Way! You’ll learn how to make the most of your data using best-practice SQL code. Rather than bore you with theory, it focuses on the practical use of SQL with common databases and uses plenty of diagrams, easy-to-read text, and examples to help make learning SQL easy and fun.

Download Now


Full download


Posted: March 13th, 2010, 7:18pm CET by kfadmin

Tags  [edit]


Via Satellite, the industry’s leading magazine, keeps its subscribers “in the know” by providing essential news and analysis on the global satellite communications industry, including current and evolving applications, infrastructure issues, technology, and business and regulatory developments around the world.


The readers of Via Satellite are provided with timely and valuable editorial, essential in remaining competitive and profitable in the global satellite marketplace. Subscribers receive 12 issues of Via Satellite magazine, plus a Bonus 13th issue – Strategic Planning & Resource Guide and special supplements throughout the year including Military SatCom, Focus on Asia and more.

Download Now


Full download


Posted: March 13th, 2010, 6:30pm CET by kfadmin

Tags  [edit]


Included are step-by-step guides on how to set up different kinds of networks, how to use them to share internet, files and printers with others. Learn how to secure your connection and location, and how to access private networks.


To get the job right, you’re expected to be up to terms with the technical network mumbo jumbo, although most everyday Joe’s don’t know their RDPs from their UTPs. In 33 illustrated pages, Stefan Neagu from tuxgeek.me familiarizes us with the networking knowhow, from Adapters to Zimbabwe-proxies. It’s a great place to start off as a newbie, or to pick up as an already more advanced user.

This guide should suffice to transform you into an amateur network admin. On upcoming parties, you’ll be able to brag about WPA2 security and Virtual Private Networks. But please, don’t – before long, everyone will rely on you to solve their network problems. With this free guide you will also receive daily updates on new cool websites and programs in your email for free courtesy of MakeUseOf.

Download Now


Full download


Posted: March 13th, 2010, 5:24pm CET by kfadmin

Tags  [edit]


Presents a level playing field on which any company or organization from large to small can contribute its expertise, through a variety of formats.


Their columnists address such issues as safety, gear-tooth geometry, laser technology, and technical standards developed by AGMA, while their featured writers cover everything from heat treating to work holding, noise analysis, software, gear inspection, and new materials.

Download Now


Full download


Posted: March 13th, 2010, 5:15pm CET by kfadmin

Tags  [edit]


Is distributed to more than 110,000 C-level executives* and provides business leaders with a road map on turning their technology investments into top and bottom line advantages.


Published quarterly, Profit Magazine is distributed to more than 110,000 C-level executives* and provides business leaders with a road map on turning their technology investments into top and bottom line advantages. Profit Magazine illuminates the business impact of technology and provides industry and line-of-business intelligence for your specific challenges. At the same time, Profit Magazine also wants to shed light on Oracle’s product and service strategies and how they’ll impact your business - today, and in the years to come.

Download Now


Full download


Posted: March 13th, 2010, 8:06am CET by eBooker

Tags  [edit]


Interactive and Evolutionary Approaches

Multiobjective Optimization: Interactive and Evolutionary Approaches

Product Description

Multiobjective optimization deals with solving problems having not only one, but multiple, often conflicting, criteria. Such problems can arise in practically every field of science, engineering and business, and the need for efficient and reliable solution methods is increasing. The task is challenging due to the fact that, instead of a single optimal solution, multiobjective optimization results in a number of solutions with different trade-offs among criteria, also known as Pareto optimal or efficient solutions. Hence, a decision maker is needed to provide additional preference information and to identify the most satisfactory solution. Depending on the paradigm used, such information may be introduced before, during, or after the optimization process. Clearly, research and application in multiobjective optimization involve expertise in optimization as well as in decision support.

This state-of-the-art survey originates from the International Seminar on Practical Approaches to Multiobjective Optimization, held in Dagstuhl Castle, Germany, in December 2006, which brought together leading experts from various contemporary multiobjective optimization fields, including evolutionary multiobjective optimization (EMO), multiple criteria decision making (MCDM) and multiple criteria decision aiding (MCDA).

This book gives a unique and detailed account of the current status of research and applications in the field of multiobjective optimization. It contains 16 chapters grouped in the following 5 thematic sections: Basics on Multiobjective Optimization; Recent Interactive and Preference-Based Approaches; Visualization of Solutions; Modelling, Implementation and Applications; and Quality Assessment, Learning, and Future Challenges.

download


Full download


Posted: March 13th, 2010, 8:04am CET by eBooker

Tags  [edit]


 Security in Wireless Mesh Networks

Security in Wireless Mesh Networks

Product Description
Wireless mesh networks (WMN) encompass a new area of technology set to play an important role in the next generation wireless mobile networks. WMN is characterized by dynamic self-organization, self-configuration, and self-healing to enable flexible integration, quick deployment, easy maintenance, low costs, high scalability, and reliable services. To achieve these aims, security mechanisms are essential to ensure trusted on-going communications.

Security in Wireless Mesh Networks explores key security challenges set in diverse scenarios, as well as emerging standards that include authentication, access control and authorization, attacks, privacy and trust, encryption, key management, identity management, DoS attacks, intrusion detection and prevention, secure routing, and security policies. The book also examines security mechanisms in IEEE 802.11, IEEE 802.15, IEEE 802.16, and IEEE 802.20 standards.  In addition, it provides numerous case studies and applications to facilitate understanding.

As a single, comprehensive guide to security-related issues in WMN, this book is an important resource to have if you are working on the design, selection, and implementation of wireless mesh networks and system components.

download


Full download


Posted: March 13th, 2010, 8:00am CET by eBooker

Tags  [edit]


GDB Pocket Reference

GDB Pocket Reference

Product Description
Many Linux and Unix developers are familiar with the GNU debugger (GBD), the invaluable open source tool for testing, fixing, and retesting software. And since GDB can be ported to Windows, Microsoft developers and others who use this platform can also take advantage of this amazing free software that allows you to see exactly what’s going on inside of a program as it’s executing. This new pocket guide gives you a convenient quick reference for using the debugger with several different programming languages, including C, C++, Java, Fortran and Assembly. The GNU debugger is the most useful tool during the testing phase of the software development cycle because it helps you catch bugs in the act. You can see what a program was doing at the moment it crashed, and then readily pinpoint and correct problem code.

With the GDB Pocket Reference on hand, the process is quick and painless. The book covers the essentials of using GBD is a testing environment, including how to specify a target for debugging and how to make a program stop on specified conditions. This handy guide also provides details on using the debugger to examine the stack, source files and data to find the cause of program failure-and then explains ways to use GBD to make quick changes to the program for further testing and debugging. The ability to spot a bug in real time with GDB can save you hours of frustration, and having a quick way to refer to GBD’s essential functions is key to making the process work. Once you get your hands on the GDB Pocket Reference, you’ll never let go!

download


Full download