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

iNetHouse


Full download


Posted: September 18th, 2007, 9:35pm CEST

Tags  [edit]

100 linux tips and tricks
by Patrick Lambert
Unpublished
112 PAGES {PDF}

If you want to know more about linux rapidly and efficiently, try this book.
This is not a book published by an editor.
You go straight to what you want with the bla bla that makes them sell more pages for nothing.

This book was written for anyone using Linux, from new users to experts who want to explore this wonderful operating system.
The tips and tricks in this book were discovered by myself over years of experience using Linux, and learning about it.

Some are very basic tips to make your computing life easier, others are advanced tricks that can save you days of work.
I tried to cover all distributions of Linux in this book.
I personaly use Slackware and RedHat on PC systems.
If you find any error in the book, feel free to contact me so a future second edition could correct them.

This book is divided into 5 chapters.

Each chapter covers a specific topic:

Chapter 2 covers installation of Linux.
These are tips and tricks useful when installing Linux itself or any new program.
Some tips will cover new means of installing Linux on non-typical hardware,
others will explain how to take Linux distributions from an FTP server and make
your own CD-ROM with them, or where to find Linux CD-ROMs for as little as $2.

Chapter 3 covers hardware related matters.
You will learn tips there on how to get your non-PostScript compatible printer to work,
or how to get a sound card detected.

Chapter 4 covers software.
You will find tips there about all kinds of Linux software, including where to
find and how to install the Java Development Kit port, and everything about
the Pine mail and news program.

Chapter 5 covers networking in all its forms.
There you will see how to setup a PPP connection quickly, without editing
all of the configuration files yourself, as well as some nice programs that
were made to ease dialup procedures.
You will also see tricks on how to make your local LAN network without
unexpected problems.

Chapter 6 is the last chapter but covers an important part of Linux: development.
Here you will find a lot of tips on how to write powerful scripts to make your
system easier to handle, and a full overview of what to do and what you don't
want to do in C to avoid problems like memory leaks, and how to allow easy scalability.

Web resources
This book has a sister Web site at

http://tipoftheweek.darkelf.net

where some of the tips from this book can be found,
and where you can submit your own tips to the site, to help the Linux community.


Download Link:

[www.megaupload.com]

or


[rapidshare.com]


1.07 MB


Full download


Posted: September 18th, 2007, 6:06pm CEST

Tags  [edit]



Product Details
Book Publisher: Churchill Livingstone (15 January, 2000)
ISBN: 0443079544
Book author: Edward J., Jr. Banz, Sanford J. Shattil, Bruce Furie, Harvey J. Cohen, Leslie E. Silberstein, Philip McGlave, Ronald Hoffman, Marc Strauss
Amazon Rating: 4.5

Book Description:
The fourth edition of this leading text reflects the new direction and growth of the field of haematology as an academic and clinical discipline. Edited and written by practitioners who are the leaders of the field, the book covers both the basic scientific foundations of haematology and its clinical aspects. It provides practitioners with the most comprehensive, authoritative, up-to-date information in haematology. The table of contents has been thoroughly revised with many new chapters added, reflecting the rapidly changing nature of the molecular and cellular areas of the specialty. This definitive resource is the one comprehensive book needed by every practicing haematologist.This e-dition includes the 2-volume 4th edition PLUS access to www.hemtext.com, where you’ll find the fully searchable contents of the book, weekly updates to content and much more!
| Tags: Haematology | Book Description & Image - Powered By

      rilinx

pdb file 9,85MB   -uglyboys@gmail.com 

Full download


Posted: September 18th, 2007, 6:06pm CEST

Tags  [edit]



Product Details
Book Publisher: Churchill Livingstone (15 January, 2000)
ISBN: 0443079544
Book author: Edward J., Jr. Banz, Sanford J. Shattil, Bruce Furie, Harvey J. Cohen, Leslie E. Silberstein, Philip McGlave, Ronald Hoffman, Marc Strauss
Amazon Rating: 4.5

Book Description:
The fourth edition of this leading text reflects the new direction and growth of the field of haematology as an academic and clinical discipline. Edited and written by practitioners who are the leaders of the field, the book covers both the basic scientific foundations of haematology and its clinical aspects. It provides practitioners with the most comprehensive, authoritative, up-to-date information in haematology. The table of contents has been thoroughly revised with many new chapters added, reflecting the rapidly changing nature of the molecular and cellular areas of the specialty. This definitive resource is the one comprehensive book needed by every practicing haematologist.This e-dition includes the 2-volume 4th edition PLUS access to www.hemtext.com, where you’ll find the fully searchable contents of the book, weekly updates to content and much more!
| Tags: Haematology | Book Description & Image - Powered By

      rilinx

pdb file 9,85MB   -uglyboys@gmail.com 

Full download


Posted: September 18th, 2007, 2:27pm CEST

Tags  [edit]

Author(s) : Stephen Teilhet
Publisher : O'Reilly
Year : May 2001
ISBN 10 : 0596001185
ISBN 13 : 9780596001186
Language : English
Pages : 704
File type : PDF
Size : 4 MB  (book + source code)

Subclassing & Hooking with Visual Basic offers developers a unique way to customize Windows behavior. Windows is a message-based system. Every action you request creates one or more messages to carry out the action. These messages are passed between objects and carry with them information that gives the recipient more detail on how to interpret and act upon the message. With Subclassing and the Windows hooking mechanism ("hooks"), you can manipulate, modify, or even discard messages bound for other objects within the operating system, in the process changing the way the system behaves.


This book is geared towards the Visual Basic developer who wants a better understanding of subclassing and hooking as well as how to incorporate these techniques into their projects. You need not be an advanced Visual Basic developer to learn how to effectively use subclassing and hooking. Although, many of the Win32 API function will need to be utilized in order to write subclassing and hooking applications and, therefore, a good knowledge of the Win32 API functions and how they are used within Visual Basic is necessary.

In understanding subclassing and hooks, you must delve deep into the internals of the Window’s operating system. This deeper understanding of Windows allows you not only to gain an understanding of subclassing and hooking, but also to learn more about the messaging system, which is the heart of the Windows operating system. The beginning of this book lays a solid foundation that will bring the beginning or intermediate developer up to speed on these topics.


TABLE OF CONTENT:
Chapter 01 - Introduction
Chapter 02 - Windows System-Specific Information
Chapter 03 - The Basics of Subclassing and Hooks
Chapter 04 - Subclassing
Chapter 05 - Subclassing the Windows Common Dialog Boxes
Chapter 06 - ActiveX Controls and Subclassing
Chapter 07 - Superclassing
Chapter 08 - Debugging Techniques for Subclassing
Chapter 09 - WH_CALLWNDPROC
Chapter 10 - WH_CALLWNDPROCRET
Chapter 11 - WH_GETMESSAGE
Chapter 12 - WH_KEYBOARD and WH_KEYBOARD_LL
Chapter 13 - WH_MOUSE and WH_MOUSE_LL
Chapter 14 - WH_FOREGROUNDIDLE
Chapter 15 - WH_MSGFILTER
Chapter 16 - WH_SYSMSGFILTER
Chapter 17 - WH_SHELL
Chapter 18 - WH_CBT
Chapter 19 - WH_JOURNALRECORD
Chapter 20 - WH_JOURNALPLAYBACK
Chapter 21 - WH_DEBUG
Chapter 22 - Subclassing .NET WinForms
Chapter 23 - Implementing Hooks in VB.NET


>> Download here <<

password:
ganelon


Full download


Posted: September 18th, 2007, 2:27pm CEST

Tags  [edit]

Author(s) : Stephen Teilhet
Publisher : O'Reilly
Year : May 2001
ISBN 10 : 0596001185
ISBN 13 : 9780596001186
Language : English
Pages : 704
File type : PDF
Size : 4 MB  (book + source code)

Subclassing & Hooking with Visual Basic offers developers a unique way to customize Windows behavior. Windows is a message-based system. Every action you request creates one or more messages to carry out the action. These messages are passed between objects and carry with them information that gives the recipient more detail on how to interpret and act upon the message. With Subclassing and the Windows hooking mechanism ("hooks"), you can manipulate, modify, or even discard messages bound for other objects within the operating system, in the process changing the way the system behaves.


This book is geared towards the Visual Basic developer who wants a better understanding of subclassing and hooking as well as how to incorporate these techniques into their projects. You need not be an advanced Visual Basic developer to learn how to effectively use subclassing and hooking. Although, many of the Win32 API function will need to be utilized in order to write subclassing and hooking applications and, therefore, a good knowledge of the Win32 API functions and how they are used within Visual Basic is necessary.

In understanding subclassing and hooks, you must delve deep into the internals of the Window’s operating system. This deeper understanding of Windows allows you not only to gain an understanding of subclassing and hooking, but also to learn more about the messaging system, which is the heart of the Windows operating system. The beginning of this book lays a solid foundation that will bring the beginning or intermediate developer up to speed on these topics.


TABLE OF CONTENT:
Chapter 01 - Introduction
Chapter 02 - Windows System-Specific Information
Chapter 03 - The Basics of Subclassing and Hooks
Chapter 04 - Subclassing
Chapter 05 - Subclassing the Windows Common Dialog Boxes
Chapter 06 - ActiveX Controls and Subclassing
Chapter 07 - Superclassing
Chapter 08 - Debugging Techniques for Subclassing
Chapter 09 - WH_CALLWNDPROC
Chapter 10 - WH_CALLWNDPROCRET
Chapter 11 - WH_GETMESSAGE
Chapter 12 - WH_KEYBOARD and WH_KEYBOARD_LL
Chapter 13 - WH_MOUSE and WH_MOUSE_LL
Chapter 14 - WH_FOREGROUNDIDLE
Chapter 15 - WH_MSGFILTER
Chapter 16 - WH_SYSMSGFILTER
Chapter 17 - WH_SHELL
Chapter 18 - WH_CBT
Chapter 19 - WH_JOURNALRECORD
Chapter 20 - WH_JOURNALPLAYBACK
Chapter 21 - WH_DEBUG
Chapter 22 - Subclassing .NET WinForms
Chapter 23 - Implementing Hooks in VB.NET


>> Download here <<

password:
ganelon


Full download