clean
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 877
HTML::Clean 0.8
HTML::Clean module cleans up HTML code for web browsers, not humans. more>>
HTML::Clean module cleans up HTML code for web browsers, not humans.
SYNOPSIS
use HTML::Clean;
$h = new HTML::Clean($filename); # or..
$h = new HTML::Clean($htmlcode);
$h->compat();
$h->strip();
$data = $h->data();
print $$data;
The HTML::Clean module encapsulates a number of common techniques for minimizing the size of HTML files. You can typically save between 10% and 50% of the size of a HTML file using these methods. It provides the following features:
Remove unneeded whitespace (begining of line, etc)
Remove unneeded META elements.
Remove HTML comments (except for styles, javascript and SSI)
Replace tags with equivilant shorter tags (< strong > --> < b >)
etc.
The entire proces is configurable, so you can pick and choose what you want to clean.
<<lessSYNOPSIS
use HTML::Clean;
$h = new HTML::Clean($filename); # or..
$h = new HTML::Clean($htmlcode);
$h->compat();
$h->strip();
$data = $h->data();
print $$data;
The HTML::Clean module encapsulates a number of common techniques for minimizing the size of HTML files. You can typically save between 10% and 50% of the size of a HTML file using these methods. It provides the following features:
Remove unneeded whitespace (begining of line, etc)
Remove unneeded META elements.
Remove HTML comments (except for styles, javascript and SSI)
Replace tags with equivilant shorter tags (< strong > --> < b >)
etc.
The entire proces is configurable, so you can pick and choose what you want to clean.
Download (0.047MB)
Added: 2007-08-07 License: Perl Artistic License Price:
808 downloads
PCLinuxOS Clean Cal
PCLinuxOS Clean Cal is a calendar SuperKaramba theme. more>>
PCLinuxOS Clean Cal is a calendar SuperKaramba theme. I changed the Kontact icon to the PCLinuxOS icon
Here is the link to the original Karamba theme.
http://www.kde-look.org/content/show.php?content=20570
As with the Crystal Clock, Ive only made a cosmetic change. The original developer deserves credit for the code.
<<lessHere is the link to the original Karamba theme.
http://www.kde-look.org/content/show.php?content=20570
As with the Crystal Clock, Ive only made a cosmetic change. The original developer deserves credit for the code.
Download (0.007MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1213 downloads
Clean And Close 2.0
Clean And Close is a Firefox extension that cleans completed, canceled and failed downloads from the download list. more>>
Clean And Close is a Firefox extension that replaces the Clean Up button in your Download Manager window with a Clean And Close button that does just that - cleans completed, canceled and failed downloads from the download list and then closes the window.
<<less Download (0.002MB)
Added: 2007-07-16 License: MPL (Mozilla Public License) Price:
866 downloads
Clean Karamba CPU 1.0
Clean Karamba CPU is a clean and simple, font is included. more>>
Clean Karamba CPU is a clean and simple, font is included.
Monitors:
- Cpu type
- Speed
- Cache
- Temp
- Load
If there are problems please post them, so i can make a better version.
<<lessMonitors:
- Cpu type
- Speed
- Cache
- Temp
- Load
If there are problems please post them, so i can make a better version.
Download (0.010MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1217 downloads
Clean Slate Smalltalk 0.3.5
Clean Slate Smalltalk is a new dialect and environment in the Smalltalk family. more>> <<less
Download (1.7MB)
Added: 2005-08-10 License: MIT/X Consortium License Price:
1536 downloads
cl33n 1.1
cl33n is a clean, free, safe, Linux-based web browsing environment for any PC. more>>
cl33n is a clean, free, safe, Linux-based web browsing environment for any PC. With cl33n, you have a virus-free, spyware-free, personal environment for internet banking, emailing, social networking and anything else you normally do online.
Almost all viruses & trojans are written for Windows so are incompatible with Linux systems like cl33n.
cl33n does not make any changes to the computer so you can use it safely on any PC: your privacy is protected.
<<lessAlmost all viruses & trojans are written for Windows so are incompatible with Linux systems like cl33n.
cl33n does not make any changes to the computer so you can use it safely on any PC: your privacy is protected.
Download (104.3MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
900 downloads
Claw 0.4.0.148
Claw framework provides a convenient and intuitive way of developing PHP5-driven object oriented Web applications. more>>
Claw framework provides a convenient and intuitive way of developing PHP5-driven object oriented Web applications.
Claw project allows developing tree-structured Web applications with ease.
Main features:
- Clean Code / Database / Display logic seperation with Hierarchial MVC
- Page / method / variable chains (i.e.: /articles/read/10/comment/35)
- Search engine friendly & clean URLs without creating dozens of rewrite rules
- View / Variable inheritance during application flow
- Rapid and intuitive development process
- User permission handling
- Outside variable handling ($_GET, $_POST, $_REQUEST, $_COOKIE, etc.)
- Form handling and processing
- Session handling
- Configuration file handling
- DRY and KISS principles
- Support for web trends (i.e. AJAX)
- Database independance & object persistance
- Human-readable manual and example applications
- Loose-coupled components with possibility of choice and extensions
- Portability, easy setup and configuration (changing app location will not require changing any configs, except for .htaccess RewriteBase, which is optional)
- etc...
<<lessClaw project allows developing tree-structured Web applications with ease.
Main features:
- Clean Code / Database / Display logic seperation with Hierarchial MVC
- Page / method / variable chains (i.e.: /articles/read/10/comment/35)
- Search engine friendly & clean URLs without creating dozens of rewrite rules
- View / Variable inheritance during application flow
- Rapid and intuitive development process
- User permission handling
- Outside variable handling ($_GET, $_POST, $_REQUEST, $_COOKIE, etc.)
- Form handling and processing
- Session handling
- Configuration file handling
- DRY and KISS principles
- Support for web trends (i.e. AJAX)
- Database independance & object persistance
- Human-readable manual and example applications
- Loose-coupled components with possibility of choice and extensions
- Portability, easy setup and configuration (changing app location will not require changing any configs, except for .htaccess RewriteBase, which is optional)
- etc...
Download (0.057MB)
Added: 2006-04-06 License: GPL (GNU General Public License) Price:
1647 downloads
PHP-STL 1.0 Beta
php-stl is a templating implementation similar to javas JSTL. more>>
php-stl project is a templating implementation similar to javas JSTL.
This is a tag-based template engine with configurable classes to handle various tags. The templates are written in XML, which differs from the JSTL, but provides clean output.
Note that php-stl does not provide its own template handling, but instead piggybacks on either PHPSavant or Smarty as a compiler. Note also that php-stl is designed for PHP 5, though a PHP 4 implementation wouldnt be difficult.
Support for smarty was a bolt-on after the fact, so the code isnt quite as clean as it should be, but thats why its a beta. Were happy to hear feedback to move this to a 1.0 stable release at php-stl ~at! redtreesystems.
<<lessThis is a tag-based template engine with configurable classes to handle various tags. The templates are written in XML, which differs from the JSTL, but provides clean output.
Note that php-stl does not provide its own template handling, but instead piggybacks on either PHPSavant or Smarty as a compiler. Note also that php-stl is designed for PHP 5, though a PHP 4 implementation wouldnt be difficult.
Support for smarty was a bolt-on after the fact, so the code isnt quite as clean as it should be, but thats why its a beta. Were happy to hear feedback to move this to a 1.0 stable release at php-stl ~at! redtreesystems.
Download (0.20MB)
Added: 2007-06-08 License: MPL (Mozilla Public License) Price:
870 downloads
Graveman 0.3.12-5
GRAVEMAN is a GUI frontend for CD-R tools (cdrecord, readcd, and mkisofs), cdrdao, DVD+RW tools, and sox. more>>
GRAVEMAN is a GUI frontend for CD-R tools (cdrecord, readcd, and mkisofs), cdrdao, DVD+RW tools (growisofs and dvd+rw-format), and sox.
You can also import M3U and PTS playlists.
Main features:
- burn audio cd (from wav, ogg, mp3, flac, import m3u and pts playlists)
- burn data cd and dvd
- duplicate cd
- clean rewritable cd and dvd
Enhancements:
- Just a bugfixe release to close major "invalid free" bug.
<<lessYou can also import M3U and PTS playlists.
Main features:
- burn audio cd (from wav, ogg, mp3, flac, import m3u and pts playlists)
- burn data cd and dvd
- duplicate cd
- clean rewritable cd and dvd
Enhancements:
- Just a bugfixe release to close major "invalid free" bug.
Download (0.92MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1242 downloads
McData 0.3
McData attempts to be the smallest, simplest, and cleanest blog. more>>
McData was an old blog I wrote, for the purpose of learning database stuff. Now, a year later, I have rewritten it in a much nicer fashion. McData is super simple and very lacking in features. It does not attempt to be comprehensive or feature-filled. It attempts to be simple, small, clean, and easy to hack to taste.
Installation/use:
* Edit vars.php
* Visit diag.php in your browser
* Include inc.php in your pages
<<lessInstallation/use:
* Edit vars.php
* Visit diag.php in your browser
* Include inc.php in your pages
Download (0.005MB)
Added: 2006-06-21 License: BSD License Price:
1225 downloads
CATS 0.8.0
CATS is the industry’s leading open source Applicant Tracking System (ATS). more>>
CATS is the industry’s leading open source Applicant Tracking System (ATS).
CATS has a clean user-interface, is easy to use, and has all the bells and whistles of expensive proprietary commercial ATS packages.
Built on the LAMP platform (Linux, Apache, MySQL, and PHP), it can be installed and running in 5 minutes on a Unix or Windows platform. It features built-in applicant tracking, resume search, CRM, and a reporting dashboard for staffing agencies and corporate HR departments.
<<lessCATS has a clean user-interface, is easy to use, and has all the bells and whistles of expensive proprietary commercial ATS packages.
Built on the LAMP platform (Linux, Apache, MySQL, and PHP), it can be installed and running in 5 minutes on a Unix or Windows platform. It features built-in applicant tracking, resume search, CRM, and a reporting dashboard for staffing agencies and corporate HR departments.
Download (0.37MB)
Added: 2007-08-02 License: MPL (Mozilla Public License) Price:
502 downloads
ccache 2.4
ccache is a compiler cache. more>>
ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the -E compiler switch and a hash to detect when a compilation can be satisfied from cache. This often results in a 5 to 10 times speedup in common compilations.
The idea came from Erik Thiele wrote the original compilercache program as a bourne shell script. ccache is a re-implementation of Eriks idea in C with more features and better performance.
Why bother with a compiler cache? If you ever run "make clean; make" then you can probably benefit from ccache. It is very common for developers to do a clean build of a project for a whole host of reasons, and this throws away all the information from your previous compiles.
By using ccache you can get exactly the same effect as "make clean; make" but much faster. It also helps a lot when doing RPM builds, as RPM can make doing incremental builds tricky.
I put the effort into writing ccache for 2 reasons. The first is the Samba build farm (http://build.samba.org/) which constantly does clean builds of Samba on about 30 machines after each CVS commit. On some of those machines the build took over an hour. By using ccache we get the same effect as clean builds but about 6 times faster.
The second reason is the autobuild system I used to run for Quantum. That system builds our whole Linux based OS from scratch after every CVS commit to catch compilation problems quickly. Using ccache those builds are much faster.
Main features:
- keeps statistics on hits/misses
- automatic cache size management
- can cache compiles that generate warnings
- easy installation
- very low overhead
- uses hard links where possible to avoid copies
Enhancements:
- Added CCACHE_READONLY option
- Added CCACHE_TEMPDIR option
- fixed handling of hard-linked compilers on AIX
- added O_BINARY support, to try and support win32 compiles
- show cache directory in stats output
- fixed handling of HOME environment variable
<<lessThe idea came from Erik Thiele wrote the original compilercache program as a bourne shell script. ccache is a re-implementation of Eriks idea in C with more features and better performance.
Why bother with a compiler cache? If you ever run "make clean; make" then you can probably benefit from ccache. It is very common for developers to do a clean build of a project for a whole host of reasons, and this throws away all the information from your previous compiles.
By using ccache you can get exactly the same effect as "make clean; make" but much faster. It also helps a lot when doing RPM builds, as RPM can make doing incremental builds tricky.
I put the effort into writing ccache for 2 reasons. The first is the Samba build farm (http://build.samba.org/) which constantly does clean builds of Samba on about 30 machines after each CVS commit. On some of those machines the build took over an hour. By using ccache we get the same effect as clean builds but about 6 times faster.
The second reason is the autobuild system I used to run for Quantum. That system builds our whole Linux based OS from scratch after every CVS commit to catch compilation problems quickly. Using ccache those builds are much faster.
Main features:
- keeps statistics on hits/misses
- automatic cache size management
- can cache compiles that generate warnings
- easy installation
- very low overhead
- uses hard links where possible to avoid copies
Enhancements:
- Added CCACHE_READONLY option
- Added CCACHE_TEMPDIR option
- fixed handling of hard-linked compilers on AIX
- added O_BINARY support, to try and support win32 compiles
- show cache directory in stats output
- fixed handling of HOME environment variable
Download (0.084MB)
Added: 2006-02-24 License: GPL (GNU General Public License) Price:
1337 downloads
Blam 1.8.2
Blam is an RSS reader. more>>
Blam is a tool that helps you keep track of the growing number of news feeds distributed as RSS. Blam lets you subscribe to any number of feeds and provides an easy to use and clean interface to stay up to date.
Enhancements:
- Support for RSS and RDF feeds
- Very easy to use interface
- Print the news entries you like
- Automatically update the feeds at regular intervals
<<lessEnhancements:
- Support for RSS and RDF feeds
- Very easy to use interface
- Print the news entries you like
- Automatically update the feeds at regular intervals
Download (0.58MB)
Added: 2005-07-29 License: GPL (GNU General Public License) Price:
1548 downloads
SharpNES 0.3
SharpNES is a clean-room NES emulator using SDL and GTK#. more>>
SharpNES is a clean-room NES emulator using SDL and GTK#.
SharpNES supports:
- A number of NES mappers
- SaveRAM using the .sav files other NES emulators use
- Play/pause
SharpNES is 100% clean room, no proprietary information was harmed in the making of this emulator.
<<lessSharpNES supports:
- A number of NES mappers
- SaveRAM using the .sav files other NES emulators use
- Play/pause
SharpNES is 100% clean room, no proprietary information was harmed in the making of this emulator.
Download (0.17MB)
Added: 2005-07-22 License: GPL (GNU General Public License) Price:
1556 downloads
GtkChat 0.60
GtkChat is GTK+ based Vypress Chat TM clone which uses gtk2-perl bindings. more>>
GtkChat is GTK+ based Vypress Chat TM clone. It uses GTK 2 and its Perl bindings. I tried to make UI simple and clean while maintaining same look as Vypress Chat.
<<less Download (0.049MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
1550 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 clean 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