Main > Free Download Search >

Free specified software for linux

specified

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1856
netspeed 0.13

netspeed 0.13


netspeed is a GNOME applet that shows the network traffic in kbytes/s. more>>
Netspeed is just a little GNOME-applet that shows how much traffic occurs on a specified network device (for example eth0).
You get the best impression of it, if you look at the screenshots below.
Enhancements:
- The "layout-engine" for different panel-configurations was rewritten
- Basic IPv6 support
- Icontheme support
- "dummy*" devices are now ignored in the "search for running device" handler
- Try device with default gateway set first in the "search for running device" handler
<<less
Download (0.63MB)
Added: 2005-07-29 License: GPL (GNU General Public License) Price:
1549 downloads
ShiftJIS::Regexp 1.00

ShiftJIS::Regexp 1.00


ShiftJIS::Regexp contains regular expressions in Shift-JIS. more>>
ShiftJIS::Regexp contains regular expressions in Shift-JIS.

SYNOPSIS

use ShiftJIS::Regexp qw(:all);

match($string, p{Hiragana}{2}p{Digit}{2});
match($string, pH{2}pD{2});
# these two are equivalent:

This module provides some functions to use regular expressions in Shift-JIS on the byte-oriented perl.

The legal Shift-JIS character in this module must match the following regular expression:

[x00-x7FxA1-xDF]|[x81-x9FxE0-xFC][x40-x7Ex80-xFC]

To avoid false matching in multibyte encoding, this module uses anchoring technique to ensure each matching position places at the character boundaries.

cf. perlfaq6, "How can I match strings with multibyte characters?"

Functions

re(PATTERN)

re(PATTERN, MODIFIER)

Returns a regular expression parsable by the byte-oriented perl.

PATTERN is specified as a string. MODIFIER is specified as a string. Modifiers in the following list are allowed.

i case-insensitive pattern (only for ascii alphabets)
I case-insensitive pattern (greek, cyrillic, fullwidth latin)
j hiragana-katakana-insensitive pattern (but halfwidth katakana
are not considered.)

s treat string as single line
m treat string as multiple lines
x ignore whitespace (i.e. [x20nrtf]) unless backslashed
or inside a character class; but comments are not recognized!

o once parsed (not compiled!) and the result is cached internally.
o modifier
while ( ) {
print replace($_, (perl), $1, igo);
}
is more efficient than

while ( ) {
print replace($_, (perl), $1, ig);
}

because in the latter case the pattern is parsed every time
whenever the function is called.

match(STRING, PATTERN)

match(STRING, PATTERN, MODIFIER)

An emulation of m// operator aware of Shift-JIS. But, to emulate @list = $string =~ m/PATTERN/g, the pattern should be parenthesized (capturing parentheses are not added automatically).

@list = match($string, pH, g); # wrong; returns garbage!
@list = match($string,(pH),g); # good
PATTERN is specified as a string. MODIFIER is specified as a string.
i,I,j,s,m,x,o please see re().

g match globally
z tell the function the pattern matches an empty string
(sorry, due to the poor auto-detection)

replace(STRING or SCALAR REF, PATTERN, REPLACEMENT)

replace(STRING or SCALAR REF, PATTERN, REPLACEMENT, MODIFIER)

An emulation of s/// operator but aware of Shift-JIS.
If a reference to a scalar is specified as the first argument, substitutes the referent scalar and returns the number of substitutions made. If a string (not a reference) is specified as the first argument, returns the substituted string and the specified string is unaffected.

MODIFIER is specified as a string.

i,I,j,s,m,x,o please see re().
g,z please see match().

jsplit(PATTERN or ARRAY REF of [PATTERN, MODIFIER], STRING)

jsplit(PATTERN or ARRAY REF of [PATTERN, MODIFIER], STRING, LIMIT)

An emulation of CORE::split but aware of Shift-JIS.
In scalar/void context, it does not split into the @_ array; in scalar context, only returns the number of fields found.
PATTERN is specified as a string. But as PATTERN has no special meaning; it splits the string on a single space similarly to CORE::split / /.

When you want to split the string on whitespace, pass an undefined value as PATTERN or use the splitspace() function.

jsplit(undef, " x81x40 This is x81x40 perl.");
splitspace(" x81x40 This is x81x40 perl.");
# (This, is, perl.)

If you want to pass pattern with modifiers, specify an arrayref of [PATTERN, MODIFIER] as the first argument. You can also use "Embedded Modifiers").

MODIFIER is specified as a string.

i,I,j,s,m,x,o please see re().

splitspace(STRING)

splitspace(STRING, LIMIT)

This function emulates CORE::split( , STRING, LIMIT). It returns a list given by split STRING on whitespace including "x81x40" (IDEOGRAPHIC SPACE). Leading whitespace characters do not produce any field.

Note: splitspace(STRING, LIMIT) is equivalent to jsplit(undef, STRING, LIMIT).

splitchar(STRING)

splitchar(STRING, LIMIT)

This function emulates CORE::split(//, STRING, LIMIT). It returns a list given by split of STRING into characters.
Note: splitchar(STRING, LIMIT) is equivalent to jsplit(, STRING, LIMIT).

<<less
Download (0.035MB)
Added: 2007-08-08 License: Perl Artistic License Price:
811 downloads
LazSplit for Linux 0.3

LazSplit for Linux 0.3


application to Split, Join, Compare, CheckSum and Mime Encode/Decode files. more>> LazSplit is a freeware, opensource, platform independent application to Split, Join, Compare, CheckSum and Mime Encode/Decode files. This Application is developed with Lazarus.
Features:
Split
Splits a specified filed file with splitsize and creates a file including the MD5sum of the splitted file.
The first splitted file extesnsion will be .lazsplit.001 and the checksum file extension will be .lazsplit.md5.
Join
Joins splitted files and checking the MD5sum.
Compare
Comapres specified two files by filesize and MD5sum
Checksum
Calculates the MD5sum of the specified file.
Mime Encode/Decode
Encodes or Decodes a file with Mime (base64)
The encoded file extension will be .b64
Commandline switches
Split:
lazsplit -s filetosplit.ext
Join:
lazsplit -j firstfiletojoin.lazsplit.001 filetojoin.ext
Compare:
lasplit -c file1tocompare.ext file2tocompare.ext
<<less
Download (656KB)
Added: 2009-04-01 License: Freeware Price:
205 downloads
gperfmeter 2.1.0

gperfmeter 2.1.0


gperfmeter displays performance statistics for a given hostname. more>>
gperfmeter displays performance statistics for a given hostname.

If no host is specified, statistics on the current host are metered. You can display performance values in a solid or line strip chart.

The performance data automatically scales to accommodate increasing or decreasing values for the host machine. The gperfmeter preferences sheet provides a simple interface for accessing all of the application resources.
<<less
Download (0.73MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1481 downloads
shrewd 0.4

shrewd 0.4


shrewd is a lightweight and simple Internet Gopher server. more>>
shrewd is a lightweight and simple Internet Gopher server.
The project supports IPv4/IPv6 and runs on Unix-like systems (Developed on OpenBSD/i386, tested on NetBSD, FreeBSD and Linux on i386).
The options are as follows:
-c Specify a custom configuration file location (default is
/etc/shrewd.conf).
-f Dont detach from the controlling terminal. Syslog messages are
copied to stderr.
CONFIGURATION
The shrewd configuration file has the syntax of "keyword value". You may specify one keyword/value-pair per line. Lines beginning with a # are comments. Possible keywords are:
accesslog_file
File name to use for the access log. If not specified,
no accesslog will be written.
chroot Chroot to the specified directory. Should be an abso-
lute path. If not specified, dont chroot. You proba-
bly need to have /etc/resolv.conf and /etc/hosts in
the chroot for clients to work properly.
document_root
The document root directory. Must be specified.
port An alternate port. Can be a numeric port or a service
name (listed in /etc/services). If not specified, the
default gopher port will be used.
user The name of the user to setuid() to. GID will be set
to this users gid. If not specified, run as the user
who invoked the daemon.
Enhancements:
- Small feature enhancements, bugfixes, and cleanup.
<<less
Download (0.007MB)
Added: 2007-06-13 License: Freely Distributable Price:
863 downloads
StatRelief 0.3.17

StatRelief 0.3.17


StatRelief downloads and displays a digest of your SourceForge and freshmeat project statistics. more>>
StatRelief downloads and displays a digest of your SourceForge and freshmeat project statistics.
It is ideal if you spend way too much time watching and repeatedly refreshing those pages when you have something better to do.
Enhancements:
- A number of retries may now be specified if less than an entire SourceForge page is returned by their server.
<<less
Download (0.018MB)
Added: 2005-09-04 License: GPL (GNU General Public License) Price:
1511 downloads
Portable Libconfig 0.2.1

Portable Libconfig 0.2.1


Libconfig is a configuration file processing library. more>>
Libconfig is a configuration file processing library that saves you from having to write your own configuration parsers and routines.
This project supports callback functions, automatic variable assignment, and many different configuration file types such as Apache-like, Windows INI-like, and whitespace separated.
Configuration is processed in a logical manner: global configuration files, local configuration files, environment variables, and finally command line options.
Enhancements:
- This release adds functions to set a user-specified error string from callback handlers.
- It exposes functions to convert from a string to a specified type.
- The documentation has been slightly cleaned up.
<<less
Download (0.088MB)
Added: 2006-12-18 License: MIT/X Consortium License Price:
1040 downloads
nagios-check_internet 0.1

nagios-check_internet 0.1


nagios-check_internet is a Nagios plugin that checks if the Internet connection is still up by pinging specified hosts. more>>
nagios-check_internet project is a Nagios plugin that checks if the Internet connection is still up by pinging specified hosts. If one of them responds, the connection is considered up.

Modify the internetservers file that came with the archive and put it somewhere on your system where the plugin can read it (I use /etc/nagios/etc/internetservers).

<<less
Download (0.003MB)
Added: 2007-02-28 License: GPL (GNU General Public License) Price:
974 downloads
GPRename 2.4

GPRename 2.4


GPRename is a GUI batch file renamer based on Gtk-Perl. more>>
GPRename is a GUI batch file renamer based on Gtk-Perl.

GPRename can rename files numerically, insert/delete characters at/between specified position(s), replace strings (either using regular express or not), and change case.

<<less
Download (0.036MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
831 downloads
DBIx::Wrapper::Config 0.01

DBIx::Wrapper::Config 0.01


DBIx::Wrapper::Config Perl module allows the use of a configuration file in XML specifying information. more>>
DBIx::Wrapper::Config Perl module allows the use of a configuration file in XML specifying information required to connect to databases using DBIx::Wrapper.

This way, your database connection specifications can be kept in one place.

Each "db" element specifies a key/name for the database connection, which should be passed as the $db_key argument to connect() in order to connect to that database.

The "db" elements children specify the dsn, authentication, and attribute information. dbi:mysql:database=test_db;host=example.com;port=3306 test_user test_pwd test_user test_pwd connect($db_key, $conf_path, %dbix_wrapper_attrs) Return a DBIx::Wrapper object connected to the database specified by $db_key in the file at $conf_path.

%dbix_wrapper_attrs is the optional 5th argument to DBIx::Wrappers connect() method, specifying handlers, etc. The file specified by $conf_path should be in the format specified in the DESCRIPTION section of this document.

Installation:

perl Makefile.PL
make
make test
make install
<<less
Download (0.003MB)
Added: 2006-01-31 License: Perl Artistic License Price:
1361 downloads
convert2tifgrayscale

convert2tifgrayscale


convert2tifgrayscale is a GIMP plugin that can batch convert to tif grayscale for Offset-Printing. more>>
convert2tifgrayscale is a GIMP plugin that can batch convert to tif grayscale for Offset-Printing.

Converts all images in a specified directory to grayscale, then uses unsharp mask and adjusts levels.

<<less
Download (MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
1167 downloads
bsidentd 1.0

bsidentd 1.0


bsidentd provides a minimal and secure identd server that can generate random usernames. more>>
bsidentd provides a minimal and secure identd server that can generate random usernames.
bsidentd is a bare minimum and secure identd server, based on nullidentd. It can generate a random string for a username. It makes IRC servers happy, and it helps avoid ban scripts by not having a fixed username.
Alternately, a fixed username can be specified on the command line.
Installation? The usual. Check the makefile, make install then add an entry to
inetd.conf:
auth stream tcp nowait nobody /usr/sbin/tcpd /usr/local/sbin/nullidentd
Enhancements:
- Added query limit.
- Patch from Sven Oliver Moll to allow a username to be specified on the command line. bsidentd can now fully replace nullidentd.
- Debian package
<<less
Download (0.012MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
924 downloads
TheCurves 1.0

TheCurves 1.0


TheCurves is an application that plots a parameterized family of curves based on algebraic formulas specified by the user. more>>
TheCurves is an application that plots a parameterized family of curves based on algebraic formulas specified by the user. This project is meant as an educational tool for mathematics, physics, and engineering.
When the program is run as an applet in a Web page, the plot parameters and formulas are configurable by HTML and dynamically scriptable, so that the applet can be initialized to present a specific plot when the page is opened or to change plots when the user clicks on a control in the Web page.
Enhancements:
- This version now uses the ant build system.
<<less
Download (MB)
Added: 2007-05-25 License: GPL (GNU General Public License) Price:
885 downloads
syncpasswd 0.4

syncpasswd 0.4


syncpasswd is an Expect script that synchronizes passwords via SSH on multiple platforms (Linux/BSD, OS X, and Solaris). more>>
syncpasswd is an Expect script that synchronizes passwords via SSH on multiple platforms (Linux/BSD, OS X, and Solaris).

It takes hostnames as a list of arguments and changes the specified user passwords on those hosts. syncpasswd outputs results to stdout and logs to /var/log/syncpasswd.log (by default).
<<less
Download (0.003MB)
Added: 2006-08-15 License: GPL (GNU General Public License) Price:
1166 downloads
spin_auth 1.0.3

spin_auth 1.0.3


spin_auth is an authentication wrapper. more>>
spin_auth is an authentication wrapper.
spin_auth can be used by other mod_spin applications to authenticate users specified in a traditional Apache manner, but without actually employing dangerously breakable basic authentication. It also enables non-encrypted applications to temporarily switch to SSL/TLS for authentication only.
Enhancements:
- This version builds and runs against the new development branch of mod_spin, 1.1.
<<less
Download (0.019MB)
Added: 2005-11-28 License: GPL (GNU General Public License) Price:
1425 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5