microsoft spyware cleaner
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 587
Gnome Wave Cleaner 0.21-07
GWC is an application to do digital audio restoration on wavfile data, i.e. remove hisses and clicks. more>>
GWC is an application to do digital audio restoration on wavfile data, i.e. remove hisses and clicks. It features click repair using least squares autoregressive interpolation, and is based on the FFTW library. This is still beta code, so back up your data files first.
It is resulting of never wanting to boot to MS windows again. The only reason I had left was because I have this wonderful software to record digital audio, and the dehiss and declick using some very cool software (COOLEDIT 2000) and (Declick by M. Paar), to do the audio restoration.
I checked out some of the ongoing projects in linux, and either they crashed a lot or, didnt do what I needed, so I started this effort out of selfishness and also as a mechanism to learn the GNOME API for GUI programming . A lot of the code shows the efforts of that learning curve, and could certainly be cleaned up, but the I am personally pleased with the overall design. The goals are simple -- denoise, dehiss and amplify audio files. With the use of libsndfile, you can now do this on a multitude of audio formats, wav, au, aiff, ...
For those of you interested, I started working up a presentation describing the technical aspects of the audio restoration methods used in GWC.
Untar the source tarball (tar -xvzf )
Enter the directory created.
Run "./configure"
Run "make".
Run "make install".
"gwc" is the program file. All you have to do is run it.
Enhancements:
- BUGFIX: Ok. I messed up. The save changes stuff on exit was broken. Hopefully fixed now.
<<lessIt is resulting of never wanting to boot to MS windows again. The only reason I had left was because I have this wonderful software to record digital audio, and the dehiss and declick using some very cool software (COOLEDIT 2000) and (Declick by M. Paar), to do the audio restoration.
I checked out some of the ongoing projects in linux, and either they crashed a lot or, didnt do what I needed, so I started this effort out of selfishness and also as a mechanism to learn the GNOME API for GUI programming . A lot of the code shows the efforts of that learning curve, and could certainly be cleaned up, but the I am personally pleased with the overall design. The goals are simple -- denoise, dehiss and amplify audio files. With the use of libsndfile, you can now do this on a multitude of audio formats, wav, au, aiff, ...
For those of you interested, I started working up a presentation describing the technical aspects of the audio restoration methods used in GWC.
Untar the source tarball (tar -xvzf )
Enter the directory created.
Run "./configure"
Run "make".
Run "make install".
"gwc" is the program file. All you have to do is run it.
Enhancements:
- BUGFIX: Ok. I messed up. The save changes stuff on exit was broken. Hopefully fixed now.
Download (0.68MB)
Added: 2006-10-20 License: GPL (GNU General Public License) Price:
1105 downloads
Cleaner 0.1
Cleaner is a Java beautifier that transforms ugly syntax into beautiful syntax. more>>
Cleaner is a Java beautifier that transforms ugly syntax into beautiful syntax. The Java code syntax is parsed using ANTLR and then printed to standard output.
Source is included.
Something like this:
public void foo(String bar)
{
for(int x=0; x < 9; x++ )
{
System.out.println ("X = " + x);
}
}
Will become
public void foo( String bar ){
for ( int x = 0; x < 9; x++ ){
System.out.println( "X = " + x );
}
}
Compile:
$ ant
Run:
$ java -classpath cleaner.jar:lib/antlr.jar cleaner.Cleaner < some-file >
<<lessSource is included.
Something like this:
public void foo(String bar)
{
for(int x=0; x < 9; x++ )
{
System.out.println ("X = " + x);
}
}
Will become
public void foo( String bar ){
for ( int x = 0; x < 9; x++ ){
System.out.println( "X = " + x );
}
}
Compile:
$ ant
Run:
$ java -classpath cleaner.jar:lib/antlr.jar cleaner.Cleaner < some-file >
Download (0.58MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1335 downloads
XML Cleaner 0.2.2 beta
XML Cleaner is an XML filter and validator, similar to xmllint. more>>
XML Cleaner is a command line utility to filter and validate XML files.
XML Cleaner is written in Ada 9X and so it rather fast.
XML Cleaner is an XML filter and validator, similar to xmllint. It can remove superfluos namespace declarations from an XML file, expand XML entities, recode XML files, and more.
Main features:
- removes superfluous namespace declarations;
- Unicode support;
- (More to implement: XML validation, XML canonicalization, reformatting, whitespace removal, comments removal, XML charset recoding, XInclude processing, inplace file modification, etc.; XML Cleaner is to grow into a full featured command line XML filter and validator.)
XML Cleaner is developed to become xmllint replacement.
Enhancements:
- An option to choose whether or not to escape apostrophes and quotes in output was added.
<<lessXML Cleaner is written in Ada 9X and so it rather fast.
XML Cleaner is an XML filter and validator, similar to xmllint. It can remove superfluos namespace declarations from an XML file, expand XML entities, recode XML files, and more.
Main features:
- removes superfluous namespace declarations;
- Unicode support;
- (More to implement: XML validation, XML canonicalization, reformatting, whitespace removal, comments removal, XML charset recoding, XInclude processing, inplace file modification, etc.; XML Cleaner is to grow into a full featured command line XML filter and validator.)
XML Cleaner is developed to become xmllint replacement.
Enhancements:
- An option to choose whether or not to escape apostrophes and quotes in output was added.
Download (0.026MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1483 downloads
Linux on the Microsoft Xbox
The Xbox Linux Project aims to privide a version of GNU/Linux for the Xbox, so that it can be used as an ordinary computer. more>>
The Xbox Linux Project aims to privide a version of GNU/Linux for the Xbox, so that it can be used as an ordinary computer.
Linux should make use of all Xbox hardware and allow to install and run software from standard i386 Linux distributions.
An Xbox with Linux can be a full desktop computer with mouse and keyboard, a web/email box connected to TV, a server or router or a node in a cluster.
You can either dual-boot or use Linux only; in the latter case, you can replace both IDE devices. And yes, you can connect the Xbox to a VGA monitor.
Main features:
- You can run Linux on your Xbox!
- You can do it without a modchip!
- You can do it without opening your Xbox!
<<lessLinux should make use of all Xbox hardware and allow to install and run software from standard i386 Linux distributions.
An Xbox with Linux can be a full desktop computer with mouse and keyboard, a web/email box connected to TV, a server or router or a node in a cluster.
You can either dual-boot or use Linux only; in the latter case, you can replace both IDE devices. And yes, you can connect the Xbox to a VGA monitor.
Main features:
- You can run Linux on your Xbox!
- You can do it without a modchip!
- You can do it without opening your Xbox!
Download (7.0MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1686 downloads
Spyware Removal Tool 3.5
Spyware is a major problem in many computers these days. You can easily be a victim and not even know it. Do you mysteriously have a different h... more>> <<less
Download (15KB)
Added: 2009-03-31 License: Freeware Price: Free
455 downloads
mscompress 0.3
mscompress is a Microsofts compress.exe/expand.exe compatible (de)compressor. more>>
mscompress is a Microsofts "compress.exe/expand.exe" compatible (de)compressor.
mscompress project contains two programs:
- msexpand, which decompress files compressed by Microsoft compress.exe utility (e.g. Win 3.x installation files)
- mscompress, which compress files using LZ77 compression algorithm. Output files can be decompressed using Microsoft expand.exe or msexpand(1).
To install it on your Unix box, configure the package ("./configure") and then type "make all test install".
<<lessmscompress project contains two programs:
- msexpand, which decompress files compressed by Microsoft compress.exe utility (e.g. Win 3.x installation files)
- mscompress, which compress files using LZ77 compression algorithm. Output files can be decompressed using Microsoft expand.exe or msexpand(1).
To install it on your Unix box, configure the package ("./configure") and then type "make all test install".
Download (0.006MB)
Added: 2007-02-19 License: GPL (GNU General Public License) Price:
1000 downloads
MillScript-Excel 0.1
MillScript-Excel project is a Java library for reading and writing Excel spreadsheets. more>>
MillScript-Excel project is a Java library for reading and writing Excel spreadsheets. The goal of the library is primarily to support all versions of Microsoft Excel, but other spreadsheet formats should also be added. The API is geared towards easy integration with other applications.
<<less Download (0.50MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
952 downloads

Html Code Convert 3.3
Speed up the conversion of HTML code into different format more>>
HTML Code Convert helps speed up the conversion of HTML code into different format including Java Script, JavaServer Pages, Microsoft ASP, PHP, Perl, Python, and the UNIX Shell. It is particularly useful in CGI scripting.
Enhancements:
- Colors and font selected in prefeferences box.
- Fixe bug with Quit button. First try to support accessibility.
- Updated schemas.
<<lessEnhancements:
- Colors and font selected in prefeferences box.
- Fixe bug with Quit button. First try to support accessibility.
- Updated schemas.
Download (184KB)
Added: 2009-04-29 License: Freeware Price:
198 downloads
Virus Killer 1.0
Virus Killer is a game where you must shoot the buggers before they can destroy your files! more>>
Your computer has been invaded! Dozens of little viruses are pouring in via security holes in Microsoft Internet Explorer, Microsoft Outlook, Microsoft MSN Messenger and Microsoft Recycle Bin!!
Using your trusty mouse you must shoot the buggers before they can destroy your files! Some will steal them from their home directories and take them back to their security hole.
Others will just eat them right there on the spot! See how long you and your computer can survive the onslaught!
Main features:
- 3 different virus types.
- Builds directories and files to protect based on your computer!
- Increasing difficulty level
- Highscore table
- 3 difficulty settings
<<lessUsing your trusty mouse you must shoot the buggers before they can destroy your files! Some will steal them from their home directories and take them back to their security hole.
Others will just eat them right there on the spot! See how long you and your computer can survive the onslaught!
Main features:
- 3 different virus types.
- Builds directories and files to protect based on your computer!
- Increasing difficulty level
- Highscore table
- 3 difficulty settings
Download (4.2MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1541 downloads
KStreamRipper 0.3.4
KStreamRipper is a KDE-based frontend to streamripper. more>>
KStreamRipper project is a KDE-based frontend to streamripper. Streamripper is a command line utility for ripping online streams into mp3 files.
KStreamRipper helps you with managing your preferred streams and makes ripping and listening to them easier.
It now supports concurrent ripping and has a cleaner user interface(thanks to Will Entriken!).
<<lessKStreamRipper helps you with managing your preferred streams and makes ripping and listening to them easier.
It now supports concurrent ripping and has a cleaner user interface(thanks to Will Entriken!).
Download (0.13MB)
Added: 2005-05-25 License: GPL (GNU General Public License) Price:
1620 downloads
smtpfilter 0.1
smtpfilter is a filter for an SMTP session which passes the session through transparently in real time. more>>
smtpfilter is a filter for an SMTP session which passes the session through transparently in real time, except for the DATA command which is intercepted in order to scan the data for spam and/or viruses with the scanner of your choice.
If you are reading this source, it is what should have been an internal release and consequently has a few comments at the head of the file which would not normally be here. Most likely I must have released this in a hurry because someone needed some
recent feature that has been added, before I had time to do a periodic code review and tidy-up. If this is your first time looking at or installing this code you should probably get in
touch with the author (gtoal@gtoal.com) and ask for a cleaner version before you start.
The descriptive comments which explain what this program does, and how, have slowly migrated from being at the top of the file to being lost half way down. That is something which will be done in the next maintenance release.
But this version *does* work, and works very well now. It is in service at the University of Texas Pan American, with 2000 staff and 15,000 students (although not all of those are active emailers -maybe only 2000-3000 are in heavy use. It sometimes looks like
AOL and MSN and Yahoo are the official campus mailers.
<<lessIf you are reading this source, it is what should have been an internal release and consequently has a few comments at the head of the file which would not normally be here. Most likely I must have released this in a hurry because someone needed some
recent feature that has been added, before I had time to do a periodic code review and tidy-up. If this is your first time looking at or installing this code you should probably get in
touch with the author (gtoal@gtoal.com) and ask for a cleaner version before you start.
The descriptive comments which explain what this program does, and how, have slowly migrated from being at the top of the file to being lost half way down. That is something which will be done in the next maintenance release.
But this version *does* work, and works very well now. It is in service at the University of Texas Pan American, with 2000 staff and 15,000 students (although not all of those are active emailers -maybe only 2000-3000 are in heavy use. It sometimes looks like
AOL and MSN and Yahoo are the official campus mailers.
Download (0.14MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1200 downloads
tsclient 0.148
tsclient is a frontend for rdesktop and other remote desktop tools. more>>
tsclient project is a frontend for rdesktop and other remote desktop tools.
Main features:
- GTK+-2.0 frontend for rdesktop and other remote desktop tools
- GNOME panel applet to quickly launch saved profiles
- reads and writes profiles in the Microsoft format (.rdp), maintaining compatability with the Microsoft client
- similar look and functionality to the Microsoft client
- written in C using GTK and GNOME
- features a profile launcher which launches saved profiles
- Translated to 20+ languages.
- support for rdesktop 1.3
- support for VNC clients (*vncviewer)
- supported vnc options are -fullscreen, -geometry, -depth and -viewonly (set by checking "no motion events"). for a vncpasswd file, put the full path to the file in the username field.
- support for X via Xnest
<<lessMain features:
- GTK+-2.0 frontend for rdesktop and other remote desktop tools
- GNOME panel applet to quickly launch saved profiles
- reads and writes profiles in the Microsoft format (.rdp), maintaining compatability with the Microsoft client
- similar look and functionality to the Microsoft client
- written in C using GTK and GNOME
- features a profile launcher which launches saved profiles
- Translated to 20+ languages.
- support for rdesktop 1.3
- support for VNC clients (*vncviewer)
- supported vnc options are -fullscreen, -geometry, -depth and -viewonly (set by checking "no motion events"). for a vncpasswd file, put the full path to the file in the username field.
- support for X via Xnest
Download (0.30MB)
Added: 2006-05-21 License: GPL (GNU General Public License) Price:
1264 downloads
MediaFrame 2.0
MediaFrame is a streaming media platform. more>>
MediaFrame project is a streaming media platform.
It provides a fast, easy to implement, and extremely small applet that allows over 97% of Web users to view your audio and video content without having to rely on external player applications or bulky plug-ins.
It does not require special servers, software, or programming knowledge, is based on open standards, and is compatible with MPEG-1 and MPEG-4, the industry standard in video compression.
It support content created in any number of applications, from Adobe AfterEffects to Media Cleaner.
Main features:
- Streaming or download
- Dynamic video scaling
- Broad and narrow band compatible
- Built-in connection speed detection
- Digital Rights Management (DRM)
- Supports .zip compressed files
- Pre and post image support
- Auto-start, click-to-play and rollover-to-play states
- Media loop support
- Full media controls
- Real-time feedback agent
- JavaScript API
- Subtitling support
- Easy encoding
- Cross platform
<<lessIt provides a fast, easy to implement, and extremely small applet that allows over 97% of Web users to view your audio and video content without having to rely on external player applications or bulky plug-ins.
It does not require special servers, software, or programming knowledge, is based on open standards, and is compatible with MPEG-1 and MPEG-4, the industry standard in video compression.
It support content created in any number of applications, from Adobe AfterEffects to Media Cleaner.
Main features:
- Streaming or download
- Dynamic video scaling
- Broad and narrow band compatible
- Built-in connection speed detection
- Digital Rights Management (DRM)
- Supports .zip compressed files
- Pre and post image support
- Auto-start, click-to-play and rollover-to-play states
- Media loop support
- Full media controls
- Real-time feedback agent
- JavaScript API
- Subtitling support
- Easy encoding
- Cross platform
Download (0.35MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1123 downloads
Bookmarks Unifier 2.0 Beta 7
Bookmarks Unifier is a bookmarks converter/manager/cleaner. more>>
Bookmarks Unifier is a bookmarks converter/manager and cleaner. It enables users to create/maintain their internet bookmarks collections. Various formats from different browsers, which include Internet Explorer, Mozilla/Firefox, and Opera, are supported.
Bookmarks among these browsers can be converted, imported, exported one to/from another by using this program. Interface of this utility is fairly simple and straight forward, that means no more trying out each menu entries to get it work !
From now on, you can just import all of your bookmarks into the database, and export them to formats you like ! The more important thing is, it is FREE, and it is cross platform via the JAVA technology.
Main features:
- Importing(Merging) bookmars from IE/Firefox/Opera to one database
- Exporting database to bookmarks format of IE/Firefox/Opera
- URL duplications are detected, therefore no more duplicated URL all over the places
- Database is just a file which can be exchanged with other people, no more compressing IE Favorites folders
- Simple to use
- It supports UTF8 filenames/bookmark entry names
- No limitation of number of entries
- It is cross platforms (supports Linux/Windows/Macs)
- It is fast
- It is free !
<<lessBookmarks among these browsers can be converted, imported, exported one to/from another by using this program. Interface of this utility is fairly simple and straight forward, that means no more trying out each menu entries to get it work !
From now on, you can just import all of your bookmarks into the database, and export them to formats you like ! The more important thing is, it is FREE, and it is cross platform via the JAVA technology.
Main features:
- Importing(Merging) bookmars from IE/Firefox/Opera to one database
- Exporting database to bookmarks format of IE/Firefox/Opera
- URL duplications are detected, therefore no more duplicated URL all over the places
- Database is just a file which can be exchanged with other people, no more compressing IE Favorites folders
- Simple to use
- It supports UTF8 filenames/bookmark entry names
- No limitation of number of entries
- It is cross platforms (supports Linux/Windows/Macs)
- It is fast
- It is free !
Download (0.021MB)
Added: 2006-01-09 License: Freeware Price:
1509 downloads
CleanSheets 1.4b
CleanSheets is a spreadsheet application that is both extensible and platform-independent. more>>
CleanSheets is a spreadsheet application for the Java platform.
It features a formula language that closely resembles that of Microsoft Excel, and extensions for aiding end-user programmers in developing correct spreadsheets.
The application is written in Java, and relies on ANTLR for generating the formula compiler and the JFC/Swing JTable component for spreadsheet visualization.
<<lessIt features a formula language that closely resembles that of Microsoft Excel, and extensions for aiding end-user programmers in developing correct spreadsheets.
The application is written in Java, and relies on ANTLR for generating the formula compiler and the JFC/Swing JTable component for spreadsheet visualization.
Download (MB)
Added: 2005-12-07 License: GPL (GNU General Public License) Price:
1418 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above microsoft spyware cleaner search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed