program that lets
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1504
phpWebPROXY 1.3 Beta
phpWebPROXY provides a simple Web proxy written in PHP. more>>
phpWebPROXY provides a simple Web proxy written in PHP.
It allows you to run your Web surfing through your own Web server and bypass filters which may be between you and what you want to see.
It supports cookies, and its Web-based location bar lets you move around the Web easily.
<<lessIt allows you to run your Web surfing through your own Web server and bypass filters which may be between you and what you want to see.
It supports cookies, and its Web-based location bar lets you move around the Web easily.
Download (0.091MB)
Added: 2007-03-16 License: BSD License Price:
959 downloads
Amortization Schedule Calculator 1.0
Amortization Schedule Calculator lets you estimate your monthly loan repayments. more>>
Amortization Schedule Calculator also known as an amortization schedule calculator - lets you estimate your monthly loan repayments.
It also determines out how much of your repayments will go towards the principal and how much will go towards interest.
Simply input your loan amount, interest rate, loan term and repayment start date then click "Calculate".
This loan amortization calculator should only be used to estimate your repayments since it doesnt include taxes or insurance.
<<lessIt also determines out how much of your repayments will go towards the principal and how much will go towards interest.
Simply input your loan amount, interest rate, loan term and repayment start date then click "Calculate".
This loan amortization calculator should only be used to estimate your repayments since it doesnt include taxes or insurance.
Download (0.10MB)
Added: 2005-12-02 License: Freeware Price:
1427 downloads
NetworkCam 1.6
a Java Applet that lets you a view video stream from web cameras that servers present as a series of still jpg images. more>>
NetworkCam - a Java Applet that lets you a view
video stream from web cameras that servers
present as a series of still jpg images.
Enhancements:
Version 1.6
now can flip, mirror or rotate images.
System Requirements:Requires a Java 1.2 or later JVM installed<<less
Download (833Kb)
Added: 2007-04-19 License: Free Price: Free
13 downloads
Tagore Beta 1.2
Tagore project is a personal desktop wiki for GNOME. more>>
Tagore project is a personal desktop wiki for GNOME.
Tagore lets you take notes using the textile syntax and display them with the embeded browser. You can add tags to your notes for easy organizing them and you can later export them to html.
<<lessTagore lets you take notes using the textile syntax and display them with the embeded browser. You can add tags to your notes for easy organizing them and you can later export them to html.
Download (0.036MB)
Added: 2006-09-10 License: GPL (GNU General Public License) Price:
1141 downloads
GStreamer-editor 0.8.0
Graphical editor for creating GStreamer media pipelines. more>>
Graphical editor for creating GStreamer media pipelines
Lets you quickly assemble and test various GStreamer pipelines to make audio and video players, transcoders and so on.
<<lessLets you quickly assemble and test various GStreamer pipelines to make audio and video players, transcoders and so on.
Download (0.48MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1564 downloads
GM Invert 0-1-12
GM Invert is a collection of GIMP effects that lets you toggle any one of the effects than it gives back the original image. more>>
GM Invert is a collection of GIMP effects that lets you toggle any one of the effects than it gives back the original image. Cycle through all three effects in any order, and you arrive back to the original image.
The latest version adds the Solarize effect and the cool Vivid V-invert effect.
<<lessThe latest version adds the Solarize effect and the cool Vivid V-invert effect.
Download (0.028MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1136 downloads
Race Timing 0.01
Race Timing lets you manage races by describing a race and the rules associated with it. more>>
Race Timing lets you manage races by describing a race and the rules associated with it. You can time the racers and provide realtime standing of the race participants.
You can manage various race events (pilot changes, refuelling, laps, intermediate sprints, etc.) and broadcast various information to the participants. Race Timing is best used with transponders, but manual operation is also provided.
<<lessYou can manage various race events (pilot changes, refuelling, laps, intermediate sprints, etc.) and broadcast various information to the participants. Race Timing is best used with transponders, but manual operation is also provided.
Download (1.1MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1202 downloads
Bookmark Time 0.2 Alpha
Bookmark Time is an Amarok script that lets you bookmark a point in time in a music file. more>>
Bookmark Time is an Amarok script that lets you bookmark a point in time in a music file.
When you play it again, you can choose the bookmarked times from the mouse menu.
<<lessWhen you play it again, you can choose the bookmarked times from the mouse menu.
Download (0.013MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
984 downloads
mass
mass is a program that lets a system administrator execute programs on some set of machines as root. more>>
mass.pl is the implementation of a relatively simple idea. Instead of interactively doing some task on one machine, then duplicating the effort on N other machines, write a shell script, then scp it to N machines and execute it as root.
Example
(sic@foo)($:~/mass)- ./mass.pl --name solaris --script pushsomething --su --sshpass
sudo password:
ssh password:
trying to run pushsomething on 1 machines
test
test
PING test.example.com (10.1.1.10) from 10.1.2.3 : 56(84) bytes of data.
64 bytes from 10.1.1.10: icmp_seq=1 ttl=64 time=0.142 ms
--- test.example.com ping statistics ---
1 packets transmitted, 1 received, 0% loss, time 0ms
rtt min/avg/max/mdev = 0.142/0.142/0.142/0.000 ms
pushsomething 100% |*****************************| 183 00:00
test.txt 100% |*****************************| 15 00:00
sic@tests password: sh-2.05a$ PS1=$ ; PATH=/usr/local/bin:/bin:/usr/bin:/usr/s;export PS1;export PATH
$ sudo -K ; sudo sh
Password:
$ PATH=/usr/local/bin:/bin:/usr/bin:/usr/sbin:/usr/local/sbin:/sbin ; export PATH
$ if [ `id|cut -d -f 1` = uid=0(root) ]; then PS1=# ; fi
# sh pushsomething && echo script done || echo script failed
script done
# /bin/rm pushsomething test.txt && echo removed pushsomething test.txt
removed pushsomething test.txt
#
1 passed: test
0 failed:
0 fatal errors:
<<lessExample
(sic@foo)($:~/mass)- ./mass.pl --name solaris --script pushsomething --su --sshpass
sudo password:
ssh password:
trying to run pushsomething on 1 machines
test
test
PING test.example.com (10.1.1.10) from 10.1.2.3 : 56(84) bytes of data.
64 bytes from 10.1.1.10: icmp_seq=1 ttl=64 time=0.142 ms
--- test.example.com ping statistics ---
1 packets transmitted, 1 received, 0% loss, time 0ms
rtt min/avg/max/mdev = 0.142/0.142/0.142/0.000 ms
pushsomething 100% |*****************************| 183 00:00
test.txt 100% |*****************************| 15 00:00
sic@tests password: sh-2.05a$ PS1=$ ; PATH=/usr/local/bin:/bin:/usr/bin:/usr/s;export PS1;export PATH
$ sudo -K ; sudo sh
Password:
$ PATH=/usr/local/bin:/bin:/usr/bin:/usr/sbin:/usr/local/sbin:/sbin ; export PATH
$ if [ `id|cut -d -f 1` = uid=0(root) ]; then PS1=# ; fi
# sh pushsomething && echo script done || echo script failed
script done
# /bin/rm pushsomething test.txt && echo removed pushsomething test.txt
removed pushsomething test.txt
#
1 passed: test
0 failed:
0 fatal errors:
Download (0.012MB)
Added: 2005-09-21 License: Artistic License Price:
2368 downloads
GanttProject 2.0.4
GanttProject is a pure Java application thats lets you plan project using Gantt charts. more>>
GanttProject is a pure Java application thats lets you plan project using Gantt charts.
It lets you easily breaks down a project into tasks, show dependencies, and manage resources.
It uses a file format based on XML and can export into HTML and PDF documents using XSL transformations. The software is translated into 20 languages.
<<lessIt lets you easily breaks down a project into tasks, show dependencies, and manage resources.
It uses a file format based on XML and can export into HTML and PDF documents using XSL transformations. The software is translated into 20 languages.
Download (9.9MB)
Added: 2007-02-18 License: GPL (GNU General Public License) Price:
1458 downloads
rmRemote 0.2
rmRemote project lets you remote control xmms with a REALmagic Remote. more>>
rmRemote project lets you remote control xmms with a REALmagic Remote. In the future it may be used to control everything in your house if you add the functionality.
<<less Download (0.020MB)
Added: 2006-04-19 License: GPL (GNU General Public License) Price:
1284 downloads
iStream 0.10
iStream is an applet to play internet radio streams. more>>
iStream is an applet to play internet radio streams.
The project is a simple GNOME panel applet that lets you play internet radio streams (local files work too).
It uses Gstreamer for playback. Written in C using Gtk+.
<<lessThe project is a simple GNOME panel applet that lets you play internet radio streams (local files work too).
It uses Gstreamer for playback. Written in C using Gtk+.
Download (0.10MB)
Added: 2007-04-07 License: GPL (GNU General Public License) Price:
1072 downloads
Procbind 0.2
Procbind lets you bind a process to one or more processors. more>>
Procbind project is a software that lets you bind a process to one or more processors. The process will then only run on those processors.
Install:
make install
Usage:
procbind -h
for help
For everything more or less related to procbind, please feel free to contact me.
Consider using PGP. My PGP key-id is: 0x1f28d8ae
Enhancements:
- Parameter sanity check added
<<lessInstall:
make install
Usage:
procbind -h
for help
For everything more or less related to procbind, please feel free to contact me.
Consider using PGP. My PGP key-id is: 0x1f28d8ae
Enhancements:
- Parameter sanity check added
Download (0.002MB)
Added: 2005-12-29 License: GPL (GNU General Public License) Price:
1394 downloads
TCPWatch 1.3
TCPWatch is a utility written in Python that lets you monitor forwarded TCP connections or HTTP proxy connections. more>>
TCPWatch is a utility written in Python that lets you monitor forwarded TCP connections or HTTP proxy connections.
It displays the sessions in a window with a history of past connections. It is useful for developing and debugging protocol implementations and web services.
Enhancements:
- Made compatible with versions of tcl that have threads enabled.
- Log file numbers are now sequential.
- "user@host" is now accepted as a destination hostname (the user name is ignored).
<<lessIt displays the sessions in a window with a history of past connections. It is useful for developing and debugging protocol implementations and web services.
Enhancements:
- Made compatible with versions of tcl that have threads enabled.
- Log file numbers are now sequential.
- "user@host" is now accepted as a destination hostname (the user name is ignored).
Download (0.013MB)
Added: 2005-10-15 License: GPL (GNU General Public License) Price:
1476 downloads
SwitchProxy Tool 1.4.1 for Firefox
SwitchProxy Tool is a Firefox extension which lets you manage and switch between multiple proxy configurations quickly and easy. more>>
SwitchProxy Tool is a Firefox extension which lets you manage and switch between multiple proxy configurations quickly and easily.
You can also use it as an anonymizer to protect your computer from prying eyes.
NOTE: In Firefox you can use the toolbar element to save space
<<lessYou can also use it as an anonymizer to protect your computer from prying eyes.
NOTE: In Firefox you can use the toolbar element to save space
Download (0.064MB)
Added: 2007-04-08 License: MPL (Mozilla Public License) Price:
734 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 program that lets 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