Main > Free Download Search >

Free how to manage curly hair software for linux

how to manage curly hair

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1692
Network Management Tool 1.44

Network Management Tool 1.44


Network Management Tool is a tool to manage and monitor the devices on your network. more>>
Manage your network with a free Network Monitoring Software application.
Network Management Tool is an organized way to manage your network. 100% web-based network management.
Manage your network devices with ease. 100% Free Network Managment Software! Manage all your network devices, routers, switches, firewalls, hubs, and more.
Enhancements:
- A display bug that occurred when viewing the comments on a device was fixed.
<<less
Download (0.061MB)
Added: 2006-09-07 License: GPL (GNU General Public License) Price:
1158 downloads
VideoManager 0.5

VideoManager 0.5


VideoManager is a PyGTk application to manage your movies. more>>
VideoManager is a PyGTk application to manage your movies.

An application for managing your movie collection. VideoManager is a free software for managing movies collections. Detailed information on each item can be automatically retrieved from the internet and movies can be sorted by category, year or producer.

Currently this program is only available in French.

You can help by translating the project : http://www.codingteam.net/videomanager-trad.html

Currently available in Ubuntu Feisty Universe and Arch Linux AUR.

<<less
Download (0.082MB)
Added: 2007-05-10 License: GPL (GNU General Public License) Price:
936 downloads
SQLite Manager 0.5.0 Beta 3

SQLite Manager 0.5.0 Beta 3


SQLite Manager is an all-in-one and very useful application which can manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. more>> <<less
Added: 2009-07-23 License: MPL Price: FREE
62 downloads
 
Other version of SQLite Manager
SQLite Manager 0.5.0 Beta 3and extremely useful program which offers an easy way to manage all your sqlite databases using
Price: FREE
License:MPL
Download
62 downloads
Added: 2009-07-23
Disk Manager 1.0.1

Disk Manager 1.0.1


Disk manager is a simple filesystem configurator. more>>
Disk Manager project is a simple filesystem configurator that allow you to:
- Automaticly detect new partitions at startup.
- Fully manage configuration of filesystem.
- Enable/disable write support for NTFS (need ntfs-3g installed).
<<less
Download (0.055MB)
Added: 2007-07-17 License: GPL (GNU General Public License) Price:
520 downloads
PHPFileManager7 1.0

PHPFileManager7 1.0


PHPFileManager7 (PFM) is a PHP class that makes it easy to manage files in PHP programs. more>>
PHPFileManager7 (PFM) is a PHP class that makes it easy to manage files in PHP programs.

The project doesnt require a MySQL database and it can integrate with a panel created by the user.
<<less
Download (0.37MB)
Added: 2007-06-11 License: The PHP License Price:
867 downloads
Gmail Manager 0.5.3

Gmail Manager 0.5.3


Gmail Manager extension allwos you to manage multiple Gmail accounts and receive new mail notifications. more>>
Gmail Manager extension allwos you to manage multiple Gmail accounts and receive new mail notifications.

Displays your account details including unread messages, saved drafts, spam messages, labels with new mail, space used, and new mail snippets

<<less
Download (0.16MB)
Added: 2007-04-08 License: GPL (GNU General Public License) Price:
988 downloads
SQLiteManager 1.2.0

SQLiteManager 1.2.0


SQLiteManager a multilingual Web-based tool to manage SQLite databases. more>>
SQLiteManager is a multilingual Web-based tool to manage SQLite databases.
SQLiteManager features multiple database management, creation, and connectivity, property and options management, table, data, and index manipulation, the ability to import data from a file, conversion from MySQL queries, view, trigger, and custom functio
Enhancements:
- Now SQLiteManager allow to manage SQLite2 and SQLite3 database simultaneously.
- The database version and environment possibility is automatically detected.
<<less
Download (0.64MB)
Added: 2006-04-18 License: GPL (GNU General Public License) Price:
1303 downloads
Microsummary Manager 0.5

Microsummary Manager 0.5


Microsummary Manager provides an easily install, delete and manage your μSummary generators! more>>
Microsummary Manager provides an easily install, delete and manage your μSummary generators!

This extension provides an easy way to manage currently installed microsummary generators and install any you may have saved locally via the add-ons manager.

<<less
Download (0.017MB)
Added: 2007-03-30 License: MPL (Mozilla Public License) Price:
941 downloads
SiteInvoice Account Manager 2.0.1

SiteInvoice Account Manager 2.0.1


SiteInvoice helps you manage your customer invoices in a simple and efficient manner. more>>
SiteInvoice project helps you manage your customer invoices in a simple and efficient manner.

Customers receive personalized email notices with invoices attached as PDFs, with reminders sent at 30, 45, and 60 days.

Handles multiple currencies and taxes. Never lose track of money you or your company are owed again.
<<less
Download (0.33MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1238 downloads
Oxylus Service Management 0.2

Oxylus Service Management 0.2


Service Management is a Web application that allows users to manage service. more>>
Service Management is a Web application that allows users to manage service and repair, including work orders, service scheduling, service calls, preventative maintenance, and customer contact information.
Enhancements:
- Some bugfixes were made for PHP5.
- A new interface was implemented.
<<less
Download (0.20MB)
Added: 2005-10-31 License: GPL (GNU General Public License) Price:
1456 downloads
Nelisys Management System 0.2.1

Nelisys Management System 0.2.1


Nelisys Management System can manage and monitor system and network including Router, Switch. more>>
Nelisys project is Open Source Web-based Management System, to manage and monitor system and network including Router, Switch, Wi-Fi Access Point, Server, Networking services, etc.

There are performance and fault management function.

<<less
Download (0.045MB)
Added: 2006-08-25 License: GPL (GNU General Public License) Price:
1158 downloads
Sys::Manage::Cmd 0.56

Sys::Manage::Cmd 0.56


Sys::Manage::Cmd - Systems management command volley. more>>
Sys::Manage::Cmd - Systems management command volley.

SYNOPSIS

Command line script

use Sys::Manage::Cmd;
my $s =Sys::Manage::Cmd->new();

# Script associations (see also embedded in source):
$s->{-assoc}->{.ftp}=sub{[ftp,-n,-s:loginfile,!elem!,[0]]};

# Target collections:
$s->{-target}->{all} =[1,2,3,4,5,6];

# Target branches:
$s->{-branch}->{1} =[1,2];
$s->{-branch}->{2} =[3,4];
$s->{-branch}->{3} =[5,6];

# Command-line setup / loop:
$s->set([@ARGV]);

# Command assignments:
#$s->set(-k=>assign, -o=>b, -i=>0, -ping=>1);
#$s->execute(-a=>assignment name, -t=>[targets], -cline=>[command line]);
#...

# Command line execution:
$s->set(-k=>cmd, -o=>b, -i=>0, -ping=>0);
$s->execute([@ARGV]);

Command line

script -option -option... target command-line
script -option... -ttarget... command-line

Examples of command line

script all dir !elem!
script -ob -tall dir !elem!
script -rPrevId -tall dir !elem!
script -aTest -tall dir !elem!
script -l10 -tall dir !elem!

Options of command line

(see also -cline and -i, -k, -l, -o, -r, -t, -u, -x, -v, -g)

-kNameSpace - kind (namespace) of command
-rCommandId - redo command id (used also inside -l); or switch (for -a)
-aAssignName - assignment name, to use as command id
-lPauseSecs - loop with pause before each subsequent redo
-lg... - ... for pings usuccessful only
-lv, -lw... - ... console verbose or windowed subsequent turns
-o(s|c|b) - order of execution:
sequental
concurrent
branched (concurrent branches)
-tTargetName - target, may be several -t, instead of positional argument
-xTargetExcl - exclusion from target list, may be several -x
-uUser:pswd - user name and password for target
-g - ping target before command, also use -gPingTimeout
-gx - exclude unsuccessful targets sequentially
-i - ignore exit code
-v(0|1|2) - verbosity level
-vc... - ... cmdfile rows include
-vt... - ... date-time include

Embedded commands

(see also -cline and -assoc)

script.ext - interpreting of scripts alike .pl, .bat, .ftp, .rdo.*
rcmd, rdo, - commands to remote nodes using
fput, fget, Sys::Manage::Conn
mput, mget (!elem!, !user!, !pswd! substitutions not needed)
cmdfile - evaluate command lines file or Perl script
!elem!, < - target element and source file substitutions
!user!, !pswd! - user name and password substitutions
!log! - log filesystem name substitution

Embedding command line

(see also ENVIRONMENT and SLOTS)

if (!defined($ENV{SMELEM}) # command volley:
|| ($ENV{SMELEM} eq )) {
system($^X, script, -k0, target, $0)
} elsif (!$ENV{SMDIR}) {
die "Execute this script on Manager!"
} elsif ($ENV{SMDIR}) {
die "Execute this script on Agent!"
} else { # command script:
....
1 # success
}

<<less
Download (0.060MB)
Added: 2007-07-24 License: Perl Artistic License Price:
824 downloads
0.2PassGuard Figaros Password Manager plugin

0.2PassGuard Figaros Password Manager plugin


PassGuard Figaros Password Manager plugin provides PassGuard plugin to manage Figaros Password Manager Blowfish encrypted file more>>
PassGuard Figaros Password Manager plugin provides PassGuard plugin to manage Figaros Password Manager Blowfish encrypted file

The PassGuard suite is a set of software that manages passwords encrypted in a file.

Users just have to remember one password, and different encrypted file formats are supported via plugins.

The PassGuard FPM plugin is a plugin that manages Figaros Password Manager files encrypted with the Blowfish algorithm.

<<less
Download (0.29MB)
Added: 2007-02-01 License: GPL (GNU General Public License) Price:
995 downloads
PHP Polar Tools 0.4

PHP Polar Tools 0.4


PHP Polar Tools is a set of PHP classes for the parsing and management of Polar Heart Rate Monitor data. more>>
PHP Polar Tools project is a set of PHP classes that can parse and manage the Polar Heart Rate Monitor data.

<<less
Download (MB)
Added: 2007-04-21 License: GPL (GNU General Public License) Price:
916 downloads
CurlyML 0.1.1

CurlyML 0.1.1


CurlyML is a simple, concise format for storing and transmitting structured data and documents. more>>
CurlyML project is a simple, concise format for storing and transmitting structured data and documents.
CurlyML allows you describe structured data in a way that is efficiently, easily readable and writeable to both human beings and machines, with no extraneous fuss or redundant markup.
Essentially, CurlyML is designed to get out of your way so you can get on with describing your data. This is in direct contrast with XML, which is overkill for the vast majority of tasks.
The rules:
- Nodes with children (parent nodes) are only allowed to have alphanumeric names, although in the interests of readability, underscores and hyphens are also allowed in parent node names.
- Multiple top level nodes are allowed in a document. The document itself is considered the real root node.
- Leaf nodes (i.e. those with no children or an empty child list "{}") can contain any text.
- Child node text can be contained in double quotes in order to display text with space characters preserved, or in order to display text which contains curly braces (or quotes).
- Quoted text in child nodes can use C/Java-style escape characters: n (newline) r (carriage return) t (tab) " (quote itself) uXXXX (unicode character).
- Any unquoted text starting with the comment sequence (#) is considered to be a comment, until the end of the line (i.e. n or r or EOF is encountered). If the # forms part of an existing word being parsed, however, it will not be treated as a comment. The reasoning for this is that this character will often form part of HTML links, and its more intutive to have a comment beginning after a space or newline than to potentially cause unexpected breakage due to using # in otherwise valid strings. The parser doesnt care if you have spaces in a comment, but you do need to have a space or newline before a comment.
- A word followed by an opening curly declares the beginning of a parent node named by that word.
- Opening and closing curly counts must match (curlies inside quoted text not included).
- Default character set is UTF-8.
<<less
Download (0.010MB)
Added: 2006-09-29 License: GPL (GNU General Public License) Price:
1121 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5