dive profiles
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 374
Devel::Profile 1.04
Devel::Profile is a Perl module to tell me why my perl program runs so slowly. more>>
Devel::Profile is a Perl module to tell me why my perl program runs so slowly.
SYNOPSIS
perl -d:Profile program.pl
less prof.out
The Devel::Profile package is a Perl code profiler. This will collect information on the execution time of a Perl script and of the subs in that script. This information can be used to determine which subroutines are using the most time and which subroutines are being called most often.
To profile a Perl script, run the perl interpreter with the -d debugging switch. The profiler uses the debugging hooks. So to profile script test.pl the following command should be used:
perl -d:Profile test.pl
When the script terminates (or periodicly while running, see ENVIRONMENT) the profiler will dump the profile information to a file called prof.out. This file is human-readable, no additional tool is required to read it.
Note: Statistics are kept per sub, not per line.
<<lessSYNOPSIS
perl -d:Profile program.pl
less prof.out
The Devel::Profile package is a Perl code profiler. This will collect information on the execution time of a Perl script and of the subs in that script. This information can be used to determine which subroutines are using the most time and which subroutines are being called most often.
To profile a Perl script, run the perl interpreter with the -d debugging switch. The profiler uses the debugging hooks. So to profile script test.pl the following command should be used:
perl -d:Profile test.pl
When the script terminates (or periodicly while running, see ENVIRONMENT) the profiler will dump the profile information to a file called prof.out. This file is human-readable, no additional tool is required to read it.
Note: Statistics are kept per sub, not per line.
Download (0.007MB)
Added: 2006-10-03 License: Perl Artistic License Price:
1116 downloads
XML User Profiles 0.2.3
XML User Profiles is a system that allows for remote and transferable user accounts. more>>
XUP is an attempt to replace static per-site user accounts, which most present dynamic web sites use in absence of an easy to use and open/shared user account system. It allows people to use a single account or profile with many sites, or one of their existing user profiles on multiple other web sites.
It is best suited to so called "community" sites, where the account serves mainly for lax identification of people among each other. It does not stipulate strong authentication (while OpenID or LID can be used) and is therefore only useful for applications with mediocre security and privacy demands.
Chat and discussion sites are the main target, but profiles in different applications can often also be enriched with them. They are meant to get used secondarily (as alternative) to static/local user accounts.
The XML format of user profiles is extremely simple, as is the associated login service API. Both are outlined and explained in the introduction (HTML). The format is basically an XMLified vCard with a few additions targetted at online/web communities. It is easy to parse and generate and therefore also suitable for profile exchange or import.
Theres also a more authoritative RFC-style text version of the current proposal, which provides further hints and explanations for implementors. Future extensions will get listed in the project Wiki however (field names in the XUP format are not regulated).
This effort is quite new, and therefore only very few actual (real-world) implementations are known so far.
Some software, like discussion boards (which mostly suffer from spaghetti code), are of course hard to extent with XML User Profiles. Even those that abstract their internal user database and UI logic reasonably well can often be difficult to adapt. It is however expected that the more professional systems will sooner than later be XUP compatible.
<<lessIt is best suited to so called "community" sites, where the account serves mainly for lax identification of people among each other. It does not stipulate strong authentication (while OpenID or LID can be used) and is therefore only useful for applications with mediocre security and privacy demands.
Chat and discussion sites are the main target, but profiles in different applications can often also be enriched with them. They are meant to get used secondarily (as alternative) to static/local user accounts.
The XML format of user profiles is extremely simple, as is the associated login service API. Both are outlined and explained in the introduction (HTML). The format is basically an XMLified vCard with a few additions targetted at online/web communities. It is easy to parse and generate and therefore also suitable for profile exchange or import.
Theres also a more authoritative RFC-style text version of the current proposal, which provides further hints and explanations for implementors. Future extensions will get listed in the project Wiki however (field names in the XUP format are not regulated).
This effort is quite new, and therefore only very few actual (real-world) implementations are known so far.
Some software, like discussion boards (which mostly suffer from spaghetti code), are of course hard to extent with XML User Profiles. Even those that abstract their internal user database and UI logic reasonably well can often be difficult to adapt. It is however expected that the more professional systems will sooner than later be XUP compatible.
Download (0.23MB)
Added: 2005-07-08 License: GPL (GNU General Public License) Price:
1570 downloads
Netprofiler 1.0.2
Netprofiler is a software that can write network settings into config files. more>>
Netprofiler is a software that can write network settings into config files.
Netprofiler saves the settings of network devices into files with appropriate names for each device into a folder with a name specified by the user.
These are called netprofiles. It is then easy to change the network settings to those saved in the profiles.
Netprofiler is released under the GNU Public License version 2 or any higher version if avaliable.
Enhancements:
- Added a checkif_root function to install.sh to make life easier for users who want to at least view the help for the installer.
- Added checks for hostx in case host from bind-utils isnt installed to resolv hostnames for get_defaultroute.
- Added masked filtering as a config file option. When enabled it excludes any devices that start with the device names in filtered.list. For example if eth appeared in filtered.list then no ethernet devices would be configured by netprofiler despite those devices being present in the profile that was being activated.
- Root permission checks are now only executed when activating a profile or generating one. This allows normal users to list profiles, see the --help messages, see the current settings etc.
- Added path checks for id. (used to be just /bin/id but added /usr/bin/id ).
- Changed default permissions for the netprofiler script to 755 to enable users to run it.
- Big thanks go to Bogdan Duda for spotting and fixing these bugs as well as writing the patch which included most of these features. Cheers!
<<lessNetprofiler saves the settings of network devices into files with appropriate names for each device into a folder with a name specified by the user.
These are called netprofiles. It is then easy to change the network settings to those saved in the profiles.
Netprofiler is released under the GNU Public License version 2 or any higher version if avaliable.
Enhancements:
- Added a checkif_root function to install.sh to make life easier for users who want to at least view the help for the installer.
- Added checks for hostx in case host from bind-utils isnt installed to resolv hostnames for get_defaultroute.
- Added masked filtering as a config file option. When enabled it excludes any devices that start with the device names in filtered.list. For example if eth appeared in filtered.list then no ethernet devices would be configured by netprofiler despite those devices being present in the profile that was being activated.
- Root permission checks are now only executed when activating a profile or generating one. This allows normal users to list profiles, see the --help messages, see the current settings etc.
- Added path checks for id. (used to be just /bin/id but added /usr/bin/id ).
- Changed default permissions for the netprofiler script to 755 to enable users to run it.
- Big thanks go to Bogdan Duda for spotting and fixing these bugs as well as writing the patch which included most of these features. Cheers!
Download (0.017MB)
Added: 2005-12-21 License: GPL (GNU General Public License) Price:
1405 downloads
AutoProfile 2.14
AutoProfile is an extension to Gaim that allows users to create customized away messages and profiles. more>>
AutoProfile is an extension to Gaim that allows users to create customized away messages and profiles using dynamic "components" that automatically update on a regular basis.
Generated text can include song names from XMMS/Winamp/iTunes, fortune quotes, computer uptime, the contents of a Web page or a text file, the output of a program, and timestamps.
AutoProfile plugin comes complete with a graphical preference system that covers a wide range of options and lets users choose exactly how they want their profiles to behave. The code is Open Source (licensed under the GPL) and designed such that it is extremely easy for users to extend the capabilities of this plugin.
Enhancements:
- This version is updated to work with Gaim 2.0.0 beta3.
- Minor bugs were fixed.
<<lessGenerated text can include song names from XMMS/Winamp/iTunes, fortune quotes, computer uptime, the contents of a Web page or a text file, the output of a program, and timestamps.
AutoProfile plugin comes complete with a graphical preference system that covers a wide range of options and lets users choose exactly how they want their profiles to behave. The code is Open Source (licensed under the GPL) and designed such that it is extremely easy for users to extend the capabilities of this plugin.
Enhancements:
- This version is updated to work with Gaim 2.0.0 beta3.
- Minor bugs were fixed.
Download (0.055MB)
Added: 2006-04-04 License: GPL (GNU General Public License) Price:
742 downloads
Params::Profile 0.10
Params::Profile is a Perl module for registering Parameter profiles. more>>
Params::Profile is a Perl module for registering Parameter profiles.
SYNOPSIS
package Foo::Bar;
use Params::Profile;
### Single profile
Params::Profile->register_profile(
method => subroto,
profile => {
testkey1 => { required => 1 },
testkey2 => {
required => 1,
allow => qr/^d+$/,
},
testkey3 => {
allow => qr/^w+$/,
},
},
);
sub subroto {
my (%params) = @_;
return unlesss Params::Profile->validate(params => %params);
### DO SOME STUFF HERE ...
}
my $profile = Params::Profile->get_profile(method => subroto);
### Multiple Profile
Params::Profile->register_profile(
method => subalso,
profile => [
subroto,
{
testkey4 => { required => 1 },
testkey5 => {
required => 1,
allow => qr/^d+$/,
},
testkey6 => {
allow => qr/^w+$/,
},
},
],
);
sub subalso {
my (%params) = @_;
### Checks parameters agains profile of subroto and above registered
### profile
return unlesss Params::Profile->validate(params => %params);
### DO SOME STUFF HERE ...
}
Params::Profile provides a mechanism for a centralised Params::Check or a Data::FormValidater profile. You can bind a profile to a class::subroutine, then, when you are in a subroutine you can simply call Params::Profile->check($params) of Params::Profile->validate($params) to validate against this profile. Validate will return true or false on successfull or failed validation. Check will return what Data::FormValidator or Params::Check would return. (For Params::Check this is simply a hash with the validated parameters , for Data::FormValidator, this is a Data::FormValidator::Results object)
<<lessSYNOPSIS
package Foo::Bar;
use Params::Profile;
### Single profile
Params::Profile->register_profile(
method => subroto,
profile => {
testkey1 => { required => 1 },
testkey2 => {
required => 1,
allow => qr/^d+$/,
},
testkey3 => {
allow => qr/^w+$/,
},
},
);
sub subroto {
my (%params) = @_;
return unlesss Params::Profile->validate(params => %params);
### DO SOME STUFF HERE ...
}
my $profile = Params::Profile->get_profile(method => subroto);
### Multiple Profile
Params::Profile->register_profile(
method => subalso,
profile => [
subroto,
{
testkey4 => { required => 1 },
testkey5 => {
required => 1,
allow => qr/^d+$/,
},
testkey6 => {
allow => qr/^w+$/,
},
},
],
);
sub subalso {
my (%params) = @_;
### Checks parameters agains profile of subroto and above registered
### profile
return unlesss Params::Profile->validate(params => %params);
### DO SOME STUFF HERE ...
}
Params::Profile provides a mechanism for a centralised Params::Check or a Data::FormValidater profile. You can bind a profile to a class::subroutine, then, when you are in a subroutine you can simply call Params::Profile->check($params) of Params::Profile->validate($params) to validate against this profile. Validate will return true or false on successfull or failed validation. Check will return what Data::FormValidator or Params::Check would return. (For Params::Check this is simply a hash with the validated parameters , for Data::FormValidator, this is a Data::FormValidator::Results object)
Download (0.006MB)
Added: 2007-04-11 License: Perl Artistic License Price:
926 downloads
Dive Into Python
Dive Into Python is a free Python tutorial, written by Mark Pilgrim. more>>
Dive Into Python is a free Python tutorial, written by Mark Pilgrim.
Dive Into Python book lives at http://diveintopython.org/. If youre reading it somewhere else, you may not have the latest version.
Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in Appendix G, GNU Free Documentation License.
The example programs in this book are free software; you can redistribute and/or modify them under the terms of the Python license as published by the Python Software Foundation. A copy of the license is included in Appendix H, Python license.
<<lessDive Into Python book lives at http://diveintopython.org/. If youre reading it somewhere else, you may not have the latest version.
Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in Appendix G, GNU Free Documentation License.
The example programs in this book are free software; you can redistribute and/or modify them under the terms of the Python license as published by the Python Software Foundation. A copy of the license is included in Appendix H, Python license.
Download (MB)
Added: 2006-05-25 License: Freeware Price:
1252 downloads
JDiveLog 2.5
JDiveLog is a logbook for scuba diving. more>>
JDiveLog is an open source divers logbook for logging scuba dives. JDiveLog project is written in Java (JRE 5.0 or later required). For transfer of dive profiles from a dive computer, the javax.comm package has to be installed and configured.
For Linux I recommend the RXTX implementation. Up to now some Suunto models are supported. I would appreciate feedback whether a dive computer model works or not.
The reason for writing this logbook was, because I couldnt find a logbook software for Linux which had all features i wished.
JDiveLog is licensed under the terms of the GPL. So anybody can use it and modify it as he wants.
Main features:
- Import of UDCF dive profile data
- Displaying dive profiles as nice graphs
- Recording all major dive data
- Managing pictures from the dive trip
- Generation of a simple web page with dive profile, dive data and pictures
- i18n: german and english available
- Units displayed metric or imperial
- Download of dive profiles from Suunto dive computers
- Download of dive profiles from Aladin computers
- Import of logbook data from WLog
- Import of logbook data from DataTrack / MemoMouse
- Statistics of dive partners, dives sites, countries, ...
- Search functionality
<<lessFor Linux I recommend the RXTX implementation. Up to now some Suunto models are supported. I would appreciate feedback whether a dive computer model works or not.
The reason for writing this logbook was, because I couldnt find a logbook software for Linux which had all features i wished.
JDiveLog is licensed under the terms of the GPL. So anybody can use it and modify it as he wants.
Main features:
- Import of UDCF dive profile data
- Displaying dive profiles as nice graphs
- Recording all major dive data
- Managing pictures from the dive trip
- Generation of a simple web page with dive profile, dive data and pictures
- i18n: german and english available
- Units displayed metric or imperial
- Download of dive profiles from Suunto dive computers
- Download of dive profiles from Aladin computers
- Import of logbook data from WLog
- Import of logbook data from DataTrack / MemoMouse
- Statistics of dive partners, dives sites, countries, ...
- Search functionality
Download (4.2MB)
Added: 2007-06-16 License: GPL (GNU General Public License) Price:
863 downloads
cinit 0.3pre10
cinit is a fast executing, small and simple init with support for profiles. more>>
cinit is a fast executing, small and simple init with support for profiles.
And it has a simple configuration, which makes many shell-scripts unecessary (but you still could use them if you really want), which leads to better performance and less memory using.
Enhancements:
- The make install target has been fixed.
- halt.kill, poweroff.kill, and reboot.kill (including man pages) have been added.
- Invalid comparison in core/cinit.c has been fixed.
- This release is verbose, and prints what it
vThe documentation has been updated.
<<lessAnd it has a simple configuration, which makes many shell-scripts unecessary (but you still could use them if you really want), which leads to better performance and less memory using.
Enhancements:
- The make install target has been fixed.
- halt.kill, poweroff.kill, and reboot.kill (including man pages) have been added.
- Invalid comparison in core/cinit.c has been fixed.
- This release is verbose, and prints what it
vThe documentation has been updated.
Download (0.062MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
794 downloads
phpDiveLog 0.2.7
phpDiveLog displays the information of your Aqua DiveLog LogBook. more>>
phpDiveLog project displays the information of your Aqua DiveLog LogBook based on CSV files you generate with the Java Conduit shipped with Aqua DiveLog.
These dynamic pages are nicely and lucidly formatted. phpDiveLog allows you to combine these data with additional information, such as pictures or other external data sources.
You can create your own skins (template sets) to change the look and feel to match your Web site.
Main features:
- ...the DiveLogBook. Here you browse through the list of your dives (in the config file, you may specify how many entries should be displayed per page). For detailed information, a click on the dive# brings you directly to the log books entry.
- ...the Dive Statistics show you some basic stats about your dives, such as max/avg depth and divetime etc.
- ...the Dive Sites Information provides you with a list of your dive sites. Again, a click on the site# brings you to the details page
Enhancements:
- Sorting functionality was added to logbook and sitelist.
- Some vulnerability checks were added.
<<lessThese dynamic pages are nicely and lucidly formatted. phpDiveLog allows you to combine these data with additional information, such as pictures or other external data sources.
You can create your own skins (template sets) to change the look and feel to match your Web site.
Main features:
- ...the DiveLogBook. Here you browse through the list of your dives (in the config file, you may specify how many entries should be displayed per page). For detailed information, a click on the dive# brings you directly to the log books entry.
- ...the Dive Statistics show you some basic stats about your dives, such as max/avg depth and divetime etc.
- ...the Dive Sites Information provides you with a list of your dive sites. Again, a click on the site# brings you to the details page
Enhancements:
- Sorting functionality was added to logbook and sitelist.
- Some vulnerability checks were added.
Download (0.20MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1088 downloads
IMVU Toolbar 2.1
IMVU Toolbar is a Firefox extension that allows you to navigate quickly and conveniently through the IMVU website. more>>
Move into the next dimension of web technology with IMVU, the worlds greatest 3D instant messenger! IMVU Toolbar is a Firefox extension that allows you to navigate quickly and conveniently through the IMVU website.
Be a part of the next trend in web social interaction with this extremely functional toolbar. It allows you quicker access to all the things you want from IMVU, all the time!
Imagine how easy it will be to jump in to check your IMVU homepage for messages, see whos online in your buddylist, look through random profiles, surf for products in the catalog, and more with just a simple mouse click.
<<lessBe a part of the next trend in web social interaction with this extremely functional toolbar. It allows you quicker access to all the things you want from IMVU, all the time!
Imagine how easy it will be to jump in to check your IMVU homepage for messages, see whos online in your buddylist, look through random profiles, surf for products in the catalog, and more with just a simple mouse click.
Download (0.029MB)
Added: 2007-06-07 License: MPL (Mozilla Public License) Price:
846 downloads
CgEddie 0.3
CgEddie is a very simple editor for writing and compiling Cg shaders. more>>
CgEddie is a very simple editor for writing and compiling Cg shaders. It supports syntax highlighting (and also semantics), auto indentation, and multiple file editing. CgEddie uses the nVidia Cg compiler to check shaders at run-time.
Enhancements:
- New features include Cg function highlighting, calltips for functions, new shader profiles (SM 3.0, GLSL), marking of compilation errors, improved auto-indentation, and a toolbar with icons.
<<lessEnhancements:
- New features include Cg function highlighting, calltips for functions, new shader profiles (SM 3.0, GLSL), marking of compilation errors, improved auto-indentation, and a toolbar with icons.
Download (0.32MB)
Added: 2007-06-17 License: GPL (GNU General Public License) Price:
859 downloads
Data::Diver 1.0101
Data::Diver is a simple, ad-hoc access to elements of deeply nested structures. more>>
Data::Diver is a simple, ad-hoc access to elements of deeply nested structures.
SUMMARY
Data::Diver provides the Dive() and DiveVal() functions for ad-hoc access to elements of deeply nested data structures, and the DiveRef(), DiveError(), DiveClear(), and DiveDie() support functions.
SYNOPSIS
use Data::Diver qw( Dive DiveRef DiveError );
my $root= {
top => [
{ first => 1 },
{ second => {
key => [
0, 1, 2, {
three => {
exists => yes,
},
},
],
},
},
],
};
# Sets $value to yes
# ( $root->{top}[1]{second}{key}[3]{three}{exists} ):
my $value= Dive( $root, qw( top 1 second key 3 three exists ) );
# Sets $value to undef() because "missing" doesnt exist:
$value= Dive( $root, qw( top 1 second key 3 three missing ) );
# Sets $value to undef() because
# $root->{top}[1]{second}{key}[4] is off the end of the array:
$value= Dive( $root, qw( top 1 second key 4 ... ) );
# Sets $value to undef() because
# $root->{top}[1]{second}{key}[-5] would be a fatal error:
$value= Dive( $root, qw( top 1 second key -5 ... ) );
# Sets $ref to $root->{top}[9]{new}{sub} (which grows
# @{ $root->{top} } and autovifies two anonymous hashes):
my $ref= DiveRef( $root, qw( top 9 new sub ) );
# die()s because "other" isnt a valid number:
$ref= DiveRef( $root, qw( top other ... ) );
# Does: $root->{num}{1}{2}= 3;
# (Autovivifies hashes despite the numeric keys.)
DiveVal( $root, ( qw( num 1 2 ) ) ) = 3;
# Same thing:
${ DiveRef( $root, num, 1, 2 ) } = 3;
# Retrieves above value, $value= 3:
$value= DiveVal( $root, num, 1, 2 );
# Same thing:
$value= ${ DiveRef( $root, ( qw( num 1 2 ) ) ) };
# Tries to do $root->{top}{1} and dies
# because $root->{top} is an array reference:
DiveRef( $root, top, 1 );
# To only autovivify at the last step:
$ref= DiveRef(
Dive( $root, qw( top 1 second key 3 three ) ),
missing );
if( $ref ) {
$$ref= me too
} else {
my( $nestedRef, $svKey, $errDesc )= DiveError();
die "Couldnt dereference $nestedRef via $$svKey: $errDescn";
}
<<lessSUMMARY
Data::Diver provides the Dive() and DiveVal() functions for ad-hoc access to elements of deeply nested data structures, and the DiveRef(), DiveError(), DiveClear(), and DiveDie() support functions.
SYNOPSIS
use Data::Diver qw( Dive DiveRef DiveError );
my $root= {
top => [
{ first => 1 },
{ second => {
key => [
0, 1, 2, {
three => {
exists => yes,
},
},
],
},
},
],
};
# Sets $value to yes
# ( $root->{top}[1]{second}{key}[3]{three}{exists} ):
my $value= Dive( $root, qw( top 1 second key 3 three exists ) );
# Sets $value to undef() because "missing" doesnt exist:
$value= Dive( $root, qw( top 1 second key 3 three missing ) );
# Sets $value to undef() because
# $root->{top}[1]{second}{key}[4] is off the end of the array:
$value= Dive( $root, qw( top 1 second key 4 ... ) );
# Sets $value to undef() because
# $root->{top}[1]{second}{key}[-5] would be a fatal error:
$value= Dive( $root, qw( top 1 second key -5 ... ) );
# Sets $ref to $root->{top}[9]{new}{sub} (which grows
# @{ $root->{top} } and autovifies two anonymous hashes):
my $ref= DiveRef( $root, qw( top 9 new sub ) );
# die()s because "other" isnt a valid number:
$ref= DiveRef( $root, qw( top other ... ) );
# Does: $root->{num}{1}{2}= 3;
# (Autovivifies hashes despite the numeric keys.)
DiveVal( $root, ( qw( num 1 2 ) ) ) = 3;
# Same thing:
${ DiveRef( $root, num, 1, 2 ) } = 3;
# Retrieves above value, $value= 3:
$value= DiveVal( $root, num, 1, 2 );
# Same thing:
$value= ${ DiveRef( $root, ( qw( num 1 2 ) ) ) };
# Tries to do $root->{top}{1} and dies
# because $root->{top} is an array reference:
DiveRef( $root, top, 1 );
# To only autovivify at the last step:
$ref= DiveRef(
Dive( $root, qw( top 1 second key 3 three ) ),
missing );
if( $ref ) {
$$ref= me too
} else {
my( $nestedRef, $svKey, $errDesc )= DiveError();
die "Couldnt dereference $nestedRef via $$svKey: $errDescn";
}
Download (0.008MB)
Added: 2007-08-02 License: Perl Artistic License Price:
813 downloads
IPCurve 0.95
IPCurve is an Internet/LAN Achtung die Kurve! more>>
IPCurve is an Internet/LAN Achtung die Kurve!
Notes:
- You will only see other players LAN games if the firewall is shut down on both the server and the client, or if the ports 7777 (LAN Discovery Request), 7778 (LAN Discovery Reply) and 8080 (Game) are open.
- If the steering doesnt work (or the game is laggy), the connection or the server is too slow. Lower the "Display Quality" in this case.
Enhancements:
- enhanced user interface
- gameplay profiles
- MacOS X version
<<lessNotes:
- You will only see other players LAN games if the firewall is shut down on both the server and the client, or if the ports 7777 (LAN Discovery Request), 7778 (LAN Discovery Reply) and 8080 (Game) are open.
- If the steering doesnt work (or the game is laggy), the connection or the server is too slow. Lower the "Display Quality" in this case.
Enhancements:
- enhanced user interface
- gameplay profiles
- MacOS X version
Download (0.56MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
1044 downloads
QAddress 0.2
QAddress is a small and lightweight address book. more>>
QAddress is a small and lightweight address book. QAddress aims to be simple and easy to use, with only the features really needed (and really used). This minimalistic approach is meant to make QAddress fast and reliable.
Main features:
- Search function (maybe even incremental)
- Integrated backup function
- User-defined main view
- Different profiles (maybe)
Enhancements:
- changed tabhandling in the Add/Edit-Widget
- added search function
- minor changes in the user interface
<<lessMain features:
- Search function (maybe even incremental)
- Integrated backup function
- User-defined main view
- Different profiles (maybe)
Enhancements:
- changed tabhandling in the Add/Edit-Widget
- added search function
- minor changes in the user interface
Download (0.072MB)
Added: 2006-10-06 License: GPL (GNU General Public License) Price:
1113 downloads
sysprof 1.0.8
Sysprof is a sampling CPU profiler that uses a Linux kernel module to profile the entire system. more>>
Sysprof is a sampling CPU profiler that uses a Linux kernel module to profile the entire system, not just a single application.
Sysprof handles shared libraries and applications do not need to be recompiled. In fact they dont even have to be restarted.
Just insert the kernel module and start sysprof.
Main features:
- Profiles all running processes, not just a single application
- Has a simple graphical interface
- Shows the time spent in each branch of the call tree
- Profiles can be loaded and saved
- Easy to use: Just insert the kernel module and start sysprof
- Supports Fedora debuginfo packages
<<lessSysprof handles shared libraries and applications do not need to be recompiled. In fact they dont even have to be restarted.
Just insert the kernel module and start sysprof.
Main features:
- Profiles all running processes, not just a single application
- Has a simple graphical interface
- Shows the time spent in each branch of the call tree
- Profiles can be loaded and saved
- Easy to use: Just insert the kernel module and start sysprof
- Supports Fedora debuginfo packages
Download (0.13MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1047 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 dive profiles 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