Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.386.309 Times

Unsafe freeware
Filter: All | Freeware | Demo
 

Unsafe

1 2 3 > 
Added: July 18, 2010 | Visits: 1.658

URI::Escape URI::Escape is a Perl module to escape and unescape unsafe characters. SYNOPSIS use URI::Escape; $safe = uri_escape("10% is enoughn"); $verysafe = uri_escape("foo", " -377"); $str = uri_unescape($safe); This module provides functions to escape and unescape URI strings as defined by RFC...



Platforms: *nix

License: Freeware Size: 96.26 KB Download (99): URI::Escape Download

Released: November 15, 2012  |  Added: December 15, 2012 | Visits: 4.927

Startup Master Startup Master is an open source Windows startup management and optimization solution that helps you take control of applications which run automatically on system startup, allowing you to prevent unnecessary and unsafe programs from running on Windows startup, this will dramatically increase...





Platforms: Windows

License: Freeware Size: 1.56 MB Download (689): Startup Master Download

Released: September 03, 2012  |  Added: September 03, 2012 | Visits: 578

Auto Proxy Filter Test Auto Proxy Filter Test (APFT) automates the testing of safe and unsafe URLs against a content filtering proxy (such as Dansguardian) and helps prevent regressions. APFT is useful to people who are designing filter rules.


Platforms: Windows, Mac, Linux

License: Freeware Size: 10.98 KB Download (58): Auto Proxy Filter Test Download

Added: May 10, 2013 | Visits: 283

Safe Expression Evaluation Often, you might want to let (untrusted) users input simple Python expressions and evaluate them, but the eval-function in Python is unsafe. The restricted execution model in the rexec module is deprecated, so you need another way ensure only "safe" expressions will be evaluted: analyzing...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Safe Expression Evaluation Download

Released: November 06, 2015  |  Added: November 09, 2015 | Visits: 2.492

DetachPipe Free DetachPipe is an Add On integrated into Microsoft Outlook for one-click saving, compressing and deleting of attachments. A convenient hyperlink is left in each email and attachments can be saved with the original or a new name and saved in a folder structure based on several email variables...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 12.73 MB Download (216): DetachPipe Free Download

Added: August 08, 2008 | Visits: 938

Email Monitor Monitors all outgoing emails from your computer and alerts you whenever an unauthorized or unknown program (virus, keylogger, spyware etc.) is trying to send an email in the background. It also stops emails to unknown recipients or containing potentially unsafe attachments. Works on system level...


Platforms: Windows

License: Freeware Size: 171 KB Download (110): Email Monitor Download

Added: August 04, 2008 | Visits: 1.755

Cookie Monitor Cookie Monitor is an easy-to-use utility that watches all cookie files on your computer. It will immediately inform you when a cookie file is created, deleted, or modified. It allows you to view the contents of the cookie (the server that the cookie was sent from, the expire time of the cookie,...


Platforms: Windows

License: Freeware Size: 586 KB Download (397): Cookie Monitor Download

Added: August 06, 2008 | Visits: 933

Zzaph This program assists you in downloading adult related materials. It will automatically download pictures and videos from a wide variety of publicly available adult sites. In order to use it, you mark of one or more of 160 different categories you would like, and whether you want videos or...


Platforms: Windows

License: Freeware Size: 4.56 KB Download (197): Zzaph Download

Released: April 05, 2009  |  Added: April 15, 2009 | Visits: 1.446

KPKFile Pro KPKFile Pro is a free complete suite of encryption tools that allows you to manage your privacy without worry. PASSWORD MEMO is a useful encrypted database of passwords letting you running your passwords in and out of KPKFile interface. FILE ENCRYPTION TOOL packs files in binary code that can be...


Platforms: Windows

License: Freeware Size: 1.48 MB Download (638): KPKFile Pro Download

Released: August 10, 2009  |  Added: August 19, 2009 | Visits: 2.676

LAlarm Free Edition LAlarm is a free laptop alarm. LAlarm emits a loud alarm sound when a thief tries to steal a laptop and it destroys sensitive data if the laptop is stolen. It also sounds an alarm when a laptop is outside a predefined safe perimeter or left unattended in an unsafe place. Furthermore, it alarms...


Platforms: Windows

License: Freeware Size: 1.14 MB Download (207): LAlarm Free Edition Download

Released: August 26, 2009  |  Added: September 04, 2009 | Visits: 2.487

LAlarm - Free Laptop Alarm LAlarm is a free laptop alarm. LAlarm emits a loud alarm sound when a thief tries to steal a laptop and it destroys sensitive data if the laptop is stolen. It also sounds an alarm when a laptop is outside a predefined safe perimeter or left unattended in an unsafe place. Furthermore, it alarms...


Platforms: Windows

License: Freeware Size: 1.14 MB Download (607): LAlarm - Free Laptop Alarm Download

Added: August 26, 2010 | Visits: 1.068

Virgil Virgil projetc is an new, object-oriented, light-weight programming language that is designed for building software for resource-constrained embedded systems at the lowest level. Microcontroller programmers can now develop complete software systems, including hardware drivers and OS services, in...


Platforms: *nix

License: Freeware Size: 583.68 KB Download (99): Virgil Download

Added: August 19, 2010 | Visits: 1.049

MIME::Words MIME::Words is a Perl module to deal with RFC-1522 encoded words. SYNOPSIS Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait. Ready? Ok... use MIME::Words qw(:all); ###...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (95): MIME::Words Download

Added: July 18, 2010 | Visits: 953

MIME::EncWords MIME::EncWords is a Perl module created to deal with RFC-1522 encoded words (improved). SYNOPSIS MIME::EncWords is aimed to be another implimentation of MIME::Words so that it will achive more exact conformance with MIME specifications. Additionally, it contains some improvements. Following...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (98): MIME::EncWords Download

Added: April 10, 2010 | Visits: 756

Chart::EPS_graph::Test SYNOPSIS From the CLI, call as below where /some/dir/ is any directory you have permission to write to. perl -e "use Chart::EPS_graph::Test; print Chart::EPS_graph::Test->full_test(/some/dir);" From anywhere else call... use Chart::EPS_graph::Test; print...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (94): Chart::EPS_graph::Test Download

Added: May 26, 2010 | Visits: 869

Pyrex Pyrex is a Language for Writing Python Extension Modules. Pyrex is a language specially designed for writing Python extension modules. Its designed to bridge the gap between the nice, high-level, easy-to-use world of Python and the messy, low-level world of C. You may be wondering why anyone...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (100): Pyrex Download

Added: April 21, 2010 | Visits: 940

FireAngel FireAngel is a relatively small script that should easy the pain of setting up a Linux 2.4.x iptables based firewall. FireAngel project can do basic firewalling such as specifying unsafe and safe interfaces, host/subnets and ports. FireAngel can also set up Masquerading for you (over multiple...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (93): FireAngel Download

Added: January 17, 2010 | Visits: 745

Swbis Swbis provides a POSIX packaging implementation with useful extensions. Swbis aims to implement the POSIX packaging standard with useful extensions. Working utilities include swpackage(8), swverify(8), swcopy(8), and swinstall(8). GPG/PGP signing and verification of tar archives is supported...


Platforms: *nix

License: Freeware Size: 2.2 MB Download (98): Swbis Download

Added: May 26, 2010 | Visits: 1.194

Debug::Trace Debug::Trace is a Perl extension to trace subroutine calls. SYNOPSIS perl -MDebug::Trace=foo,bar yourprogram.pl Debug::Trace instruments subroutines to provide tracing information upon every call and return. Using Debug::Trace does not require any changes to your sources. Most often, it...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (163): Debug::Trace Download

Added: January 21, 2010 | Visits: 1.256

joeq virtual machine Joeq is a virtual machine and compiler infrastructure designed to facilitate research in virtual machine technologies such as Just-In-Time and Ahead-Of-Time compilation, advanced garbage collection techniques, distributed computation, sophisticated scheduling algorithms, and advanced run time...


Platforms: *nix

License: Freeware Size: 1024 KB Download (98): joeq virtual machine Download

1 2 3 >