WarDriving: Drive, Detect, Defend, A Guide to Wireless Security
The term WarDriving originates from WarDialing, a term introduced to the public by Matthew Broderick’s character, David Lightman, in the […]
The term WarDriving originates from WarDialing, a term introduced to the public by Matthew Broderick’s character, David Lightman, in the […]
Wireless networks are becoming commonplace, but choosing and configuring the right equipment and services for the home, small offices, and the business traveler can prove frustrating. That is where you need the wide-ranging expertise of wireless mavens Adam Engst and Glenn Fleishman.
Featuring a foreword by George GilderThe Qualcomm Equation provides readers with a fascinating inside look at how a small company
Provides a complete, easy-to-understand guide to the wireless revolution including concepts, terminology, components, systems on spread spectrum, CDMA, WLL, ISM,
Visual guide to teaching yourself wireless networking. Includes step-by-step screen shots and illustrations on assessing your needs, setting up hardware,
Reveals the methodology you need to resolve complex problems in an IP telephony network Master troubleshooting techniques and methodologies for
Now learning non-Roman-alphabet languages is as easy as A-B-C! Readers wanting to learn the basics of reading and writing a
Once you hook up your PC to a network, it’s not a personal computer anymore. You are now part of
Sams Teach Yourself Microsoft Windows Server 2003 in 24 Hours is a straightforward, step-by-step introduction to Microsoft’s newest network operating
The big sort routine implements a way to sort huge amounts of data using C programming language. It sorts the data that do not fit into main memory by using a multi-phase sorting on files. It is a implementation from the book “Algorithms and data structures” by Niklaus Wirth. Additionally, this routine recognizes small amounts of data that do fit into memory and resorts to a in-place quicksort.
To configure the program, edit the file “jsconfig.h”. Since this is a general configuration file, not all settings may apply to this package. If in doubt, use grep or anything else to find out if a specific configuration symbol is used somewhere.
FLIB2C is a tool to create header files that provide a simple and easy-to-use interface between FORTRAN (library) routines and C. The differences between the FORTRAN and C calling sequences are hidden in a header file that has to be created for every FORTRAN library. FLIB2C simplifies the task of creating a header file.