Saturday, April 04, 2009

MagicJack Recorder

With MagicJackRecorder, now you could record you magicjack phone calls.
Now its really easy. if you want, you could use magicjackrecorder to record all your phone conversations just with a simple tool.

Try it at: http://www.magicjackrecorder.com

Saturday, February 16, 2008

Skype Recorder and other Softphone Recorder

EasyVoipRecorder is the universal VOIP softphone recorder.

EasyVoipRecorder is a small computer application which records VOIP softphones conversations.

With this tool you can record and store Skype, Gtalk (Google Talk,) VoipCheap, VoipStunt, VoipBuster, 12Voip, Yahoo Messenger, MSN Live, Globe7, VoipWise, VoipRaider, VoipDiscount , Net2phone, JustVoip and LowRateVoip conversations.

It's the perfect tool for record, store, organize and share your voip conversations.

Some EasyVoipRecorder Features:

  • Records any kind of VoIP conversations (PC-to-PC, PC-to-phone conversations)
  • Save your voice and your partner's voice in separated channels.
  • Save VoIP records in WAV/OGG/MP3/SPEXX (Stereo/Mono)
  • Easily convert your voip recordings into different formats.
  • Easily search and play your recordings. Using the EasyVoipRecorder Dashboard.
  • Share you conversation with your partners, friends and family. (Automatic Upload)
  • Upload onto our website and post a link to share with your friends.
  • Easy integration with your existing VoIP application.

Why do you need to record a Voip conversation?
  1. Convert a VoIP conversation into a podcast. (podcasting)
  2. Share your conversation with your friends or customers.
  3. Keep track of your business conversations.
  4. Keep your family conversations forever.
  5. Hear the conversation whenever you want.
  6. Index the conversation and take notes. Transcript the conversation for fast searching.
  7. And much more...

Wednesday, May 02, 2007

Virtual-Condom Technology

Virtual-Condom Technology is an advanced technology that allows you to download and run all possible kinds of software on your computer without you ever having to worry again about the possible risk of becoming infected with VTD’s or Virtually Transmitted Diseases . This term is our own definition of the kind of malware that includes viruses, trojans, worms, spyware, etc.

How Its Works?

It works by creating a virtual layer between your computer and any executable program. The result is that this program cannot write any data to your disk. Which, in turn, means that it cannot write any data to your registry too, and instead, writes this data on a virtual disk and in a virtual registry within this virtual layer.

This way your valuable data is always secure and protected. You never have to worry again about data theft (keyloggers). Your bank accounts are safe from any phising attempt (banking scams and rootkits). Your surfing habits are nobody’s business (spyware).

http://www.vappware.com

Friday, March 24, 2006

Association of Shareware Professionals: Portable Application Description (PAD)

Association of Shareware Professionals: Portable Application Description (PAD): "PAD is the Portable Application Description, and it helps authors provide product descriptions and specifications to online sources in a standard way, using a standard data format that will allow webmasters and program "

Thursday, March 23, 2006

bochs: The Open Source IA-32 Emulation Project (Tech Specs)

bochs: The Open Source IA-32 Emulation Project (Tech Specs)
Welcome to the Bochs IA-32 Emulator Project
Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. Currently, Bochs can be compiled to emulate a 386, 486, Pentium, Pentium Pro or AMD64 CPU, including optional MMX, SSE, SSE2 and 3DNow! instructions.
Bochs is capable of running most Operating Systems inside the emulation including Linux, DOS, Windows® 95/98 and Windows® NT/2000/XP. Bochs was written by Kevin Lawton and is currently maintained by this project.
Bochs can be compiled and used in a variety of modes, some which are still in development. The 'typical' use of bochs is to provide complete x86 PC emulation, including the x86 processor, hardware devices, and memory. This allows you to run OS's and software within the emulator on your workstation, much like you have a machine inside of a machine. For instance, let's say your workstation is a Unix/X11 workstation, but you want to run Win'95 applications. Bochs will allow you to run Win 95 and associated software on your Unix/X11 workstation, displaying a window on your workstation, simulating a monitor on a PC.

Wednesday, March 22, 2006

How to Shut Down the System

How to Shut Down the System

The following example uses the ExitWindowsEx function to shut down the system. Shutting down flushes file buffers to disk and brings the system to a condition in which it is safe to turn off the computer. The application must first enable the SE_SHUTDOWN_NAME privilege. For more information, see Privileges.

Tuesday, March 21, 2006

GetModuleFileName

GetModuleFileName

Larry Osterman's WebLog : Little known Win32 APIs: DisableThreadLibraryCalls()

Larry Osterman's WebLog : Little known Win32 APIs: DisableThreadLibraryCalls(): "parameter doesn’t care about DLL_THREAD_XXX messages, and thus the loader won’t call into the DLL on threa"