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.474.218 Times

Application Crash freeware
Filter: All | Freeware | Demo
 

Application Crash

1 2 3 4 5 > 
Released: February 24, 2020  |  Added: August 12, 2020 | Visits: 647

Fornux C++ Superset Fornux C++ Superset is a source-to-source compiler that injects an innovative deterministic memory manager into existing C/C++ code thus making the resulting application crash proof and free from any memory leaks implicitly. The resulting application remains real-time and works on all embedded...



Platforms: Windows, Windows 8, Windows Server, Windows 7

License: Freeware Size: 96.28 MB Download (52): Fornux C++ Superset Download

Released: October 26, 2012  |  Added: October 26, 2012 | Visits: 522

WinCrashReport WinCrashReport is a small utility that provides an alternative to the built-in crash reporting program of Windows operating system. When an application crashes in your system and Windows displays the internal crash window of the operating system, you can run WinCrashReport, and get extensive...





Platforms: Windows, XP, Windows Vista, 7

License: Freeware Download (422): WinCrashReport Download

Released: April 12, 2011  |  Added: April 20, 2011 | Visits: 2.549

iTuneUp iTuneUp monitors your Mac and automatically repairs common performance problems as they occur. You also have the option of performing a manual tune up to improve performance or view iTuneUp's cloud intelligence backed recommendation report. iTuneUp features advanced performance and system...


Platforms: Mac

License: Freeware Size: 6.84 MB Download (1653): iTuneUp Download

Released: July 04, 2013  |  Added: July 25, 2013 | Visits: 2.285

EaseUS Data Recovery Wizard Free Edition EaseUS Data Recovery Wizard Free Edition is a one-stop & free data recovery software to recover 2GB data. It is a comprehensive file recovery freeware which can recover deleted files or folders even when they have been emptied from Recycle Bin, recover data due to format, lost partition, system...


Platforms: Windows

License: Freeware Size: 4.67 MB Download (518): EaseUS Data Recovery Wizard Free Edition Download

Released: August 19, 2012  |  Added: August 19, 2012 | Visits: 466

Smart Crash Reports It allows 3rd party developers to register their products in manner so if the eligible application crashes, the crash log is sent to the developer as well as Apple. This greatly enhances the user experience of the OS, and allows developers to receive crashes and improve their software in a timely...


Platforms: Mac

License: Freeware Size: 1.4 MB Download (53): Smart Crash Reports Download

Added: September 08, 2013 | Visits: 318

RBScoutSubmit RBScoutSubmit is a small set of REALbasic classes that can be used to submit crash data from your REALbasic application to your FogBugz installation.


Platforms: Mac

License: Freeware Size: 40.96 KB Download (40): RBScoutSubmit Download

Added: March 03, 2006 | Visits: 3.546

System Crash Monitor The System Crash Monitor attempts to reduce the number of times Windows and popular applications crash. Of course, it fails miserably, but not before giving the user a laugh.


Platforms: Windows

License: Freeware Size: 3.48 MB Download (179): System Crash Monitor Download

Released: March 04, 2005  |  Added: June 20, 2006 | Visits: 3.203

Spaceship Crash Frenzy Watch these little spaceships escape the horror of other incoming spaceships. Instead of asteroids, the spaceships will crash into each other!


Platforms: Windows

License: Freeware Size: 292 KB Download (120): Spaceship Crash Frenzy Download

Added: January 18, 2010 | Visits: 1.540

The Hiker Application Framework Hiker is a mobile Linux Application Framework. The project provides a set of services to install and manage applications, and the ability to integrate communication between applications, enabling a seamless user experience for music, messaging, and other advanced features on mobile phones. It...


Platforms: *nix

License: Freeware Size: 3.6 MB Download (125): The Hiker Application Framework Download

Added: November 26, 2010 | Visits: 1.705

The Kava Telnet Application The KTA is a complete telnet and SSH application designed for use by both end-users and developers. For end-users it provides a cross-platform vt320-compatible terminal written in Java. For developers it provides an extensible plugin API that can be used to implement automated telnet and SSH...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (176): The Kava Telnet Application Download

Added: April 21, 2010 | Visits: 1.308

Curses::Application Curses::Application provides the Curses Application Framework. Curses::Application attempts to relieve the programmer of having to deal directly with Curses at all. Based upon Curses::Widgets and Curses::Forms, all one should have to do is define the application forms and contents in the DATA...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (105): Curses::Application Download

Added: May 09, 2010 | Visits: 2.001

CGI::Application::Plugin::Authentication::Store::Cookie CGI::Application::Plugin::Authentication::Store::Cookie is a Cookie based Store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => [Cookie, SECRET => "Shhh, dont tell anyone",...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (115): CGI::Application::Plugin::Authentication::Store::Cookie Download

Added: April 14, 2010 | Visits: 2.833

CGI::Application::Plugin::Authentication::Store::Session CGI::Application::Plugin::Authentication::Store::Session is a session based store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => Session, ); This module uses a session...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (89): CGI::Application::Plugin::Authentication::Store::Session Download

Added: February 23, 2010 | Visits: 7.263

CGI::Application::Plugin::Authorization CGI::Application::Plugin::Authorization is an authorization framework for CGI::Application. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; use CGI::Application::Plugin::Authorization; # default config for runmode authorization...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (93): CGI::Application::Plugin::Authorization Download

Added: October 18, 2010 | Visits: 1.855

CGI::Application::Plugin::Authentication::Driver CGI::Application::Plugin::Authentication::Driver is a Perl base module for building driver clasees for CGI::Application::Plugin::Authentication. SYNOPSIS package CGI::Application::Plugin::Authentication::Driver::MyDriver; use base qw(CGI::Application::Plugin::Authentication::Driver); sub...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): CGI::Application::Plugin::Authentication::Driver Download

Added: September 23, 2010 | Visits: 2.370

CGI::Application::Plugin::Authentication::Store CGI::Application::Plugin::Authentication::Store is a base module for building storage classes for the CGI::Application::Plugin::Authentication plugin. SYNOPSIS package CGI::Application::Plugin::Authentication::Store::MyStore; use base qw(CGI::Application::Plugin::Authentication::Store);...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (100): CGI::Application::Plugin::Authentication::Store Download

Added: January 11, 2010 | Visits: 1.394

Calyxo Web Application Framework Calyxo Web Application Framework encourages in MVC model 2 based web application development. It offers support for true modular applications, i18n, a flexible view manager, a powerful validation engine, and more! Calyxo is entirely written in Java and builds on the latest Servlet and JSP...


Platforms: *nix

License: Freeware Size: 2.3 MB Download (96): Calyxo Web Application Framework Download

Added: August 09, 2010 | Visits: 1.079

CGI::Application::Plugin::PageBuilder CGI::Application::Plugin::PageBuilder is a Perl module that simplifies building pages with multiple templates. SYNOPSIS This module simplifies building complex web pages with many small piecemeal templates. Instead of sub run_mode { my $self = shift; my $header = $self->load_tmpl(...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): CGI::Application::Plugin::PageBuilder Download

Added: June 04, 2010 | Visits: 1.894

Crash Recovery Kit for Linux Crash Recovery for Linux sounds a bit superfluous. Linux is regarded as one of todays most stable Operating Systems. In the case of some hardware failure like a broken disk it can however be handy. Of course your machine doesnt have to have linux installed to make use of the CRK kit. There are...


Platforms: *nix

License: Freeware Size: 38.1 MB Download (146): Crash Recovery Kit for Linux Download

Added: January 23, 2010 | Visits: 1.547

SME Web Application Framework SME Web Application Framework provides a Web application framework for small and medium-sized organizations. SMEWebApp is a framework for constructing Web applications for SMEs (small and medium-sized enterprises, companies, institutions, and organizations). It is built on phpWebApp, and it is...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (111): SME Web Application Framework Download

1 2 3 4 5 >