Main > Free Download Search >

Free band name software for linux

band name

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3729
The Worlds Best Band Name Generator 1.03

The Worlds Best Band Name Generator 1.03


The Worlds Best Band Name Generator produces randomly generated band names. more>>
The Worlds Best Band Name Generator produces randomly generated band names.

The Worlds Best Band Name Generator can generate band names like "Ungratefully Swallowed" and "The Bridgeheads" and "Throwaway Deceptiveness".

The visitor can refresh the names dynamically without refreshing the page by using a small AJAX script.

The generator uses combinations of nouns, adjectives, and adverbs that lend themselves well to band name creation, so most of the names actually sound realistic.

The script is easy to install and modify.

You can download the Worlds Best Band Name Generator for FREE to add to your own web site.

If you really like the Words Best Band Name Generator, please link to this page so other people can find it.
<<less
Download (0.45MB)
Added: 2005-12-02 License: Freeware Price:
1425 downloads
Band Saw 0.3.0

Band Saw 0.3.0


Band Saw is a syslog monitoring program for the GNOME desktop. more>>
Band Saw is a syslog monitoring program for the GNOME desktop. Band Saw project allows the user to setup filters that define which messages should generate alerts.

Combined with syslogs remote logging functionality it provides a scalable and easily deployed monitoring solution.

How does it work?

Band Saw is really quite simple; it monitors messages that are fed to it from a suitably configured syslog server, looking out for messages that contain text that the administrator is interested in. Any log message that matches the administrators filters will be brought to the users attention via a dialog box that pops up on screen.

Because syslog itself supports propagating messages between seperate computers, with syslog and Band Saw you can easily monitor a large number of computers for critical errors.

<<less
Download (0.18MB)
Added: 2006-03-09 License: GPL (GNU General Public License) Price:
1325 downloads
libband 0.01

libband 0.01


LibBand is a simple library wrapper which is useful if you want to limit the bandwidth used by a program. more>>
LibBand is a simple library wrapper written in assembly and C (but I plan to rewrite everything in C) useful if you want to limit the bandwidth used by a program.
It simply overrides some libc functions, using the LD_PRELOAD environment variable, and puts some pauses in the program to clamp the bandwidth at the specified value, for both upload and download operations.
You just have to set UPLOAD_BAND and DOWNLOAD_BAND and run your program, for example:
export LD_PRELOAD=/replace-with-the-path/to/libband.so
export UPLOAD_BAND=1024
export DOWNLOAD_BAND=8192
ftp somewhere.com
The bandwidth must be expressed in bytes/s, and so in the above example, we want the upload band clamped at 1.0 kb/s, the download band at 8.0 kb/s.
Theres a small utility in the scripts/ directory, called lb: you can use it to set everything and start your program from a nice whiptail/dialog environment.
You need NASM to build the binary (but dont worry, a pre-assembled version is included in the package).
Just type "make" to compile, and "make install" to install the library.
Remember that $HOME/lib is the default installation directory, so you usually have to export LD_PRELOAD by using:
export LD_PRELOAD=$HOME/lib/libband.so
The "lb" script is configured to work with this path, but you may change it by editing the script itself (search for the LIBPATH variable).
Please note that at the moment libBand DOESNT WORK with multithreaded and _graphic_ applications.
Enhancements:
- We keep track of sockets by wrapping socket(), accept() and close(). The old fstat() mechanism has been obsoleted.
<<less
Download (0.022MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1502 downloads
Twisted Names 0.3.0

Twisted Names 0.3.0


Twisted Names is both a domain name server as well as a client resolver library. more>>
Twisted Names project is both a domain name server as well as a client resolver library.
Twisted Names comes with an "out of the box" nameserver which can read most BIND-syntax zone files as well as a simple Python-based configuration format.
Twisted Names can act as an authoritative server, perform zone transfers from a master to act as a secondary, act as a caching nameserver, or any combination of these.
Twisted Names client resolver library provides functions to query for all commonly used record types as well as a replacement for the blocking gethostbyname() function provided by the Python stdlib socket module.
Twisted Names is available under the MIT Free Software licence.
Enhancements:
- Errors in the markup used in API documentation have been fixed.
- A bug where the DNS client would sometimes drop a response has been fixed.
- A bug which prevented non-IN lookups from generating malformed queries has been fixed.
<<less
Download (0.028MB)
Added: 2006-05-28 License: MIT/X Consortium License Price:
1246 downloads
DNS name parser 1.2.1

DNS name parser 1.2.1


DNS name parser is a Java utility library for parsing dns names, ip and hw addresses. more>>
DNS name parser is a Java utility library for parsing dns names, ip and hw addresses.

Synopsis

import su.netdb.parser.*;

Parser parser = new Parser();

Hashtable result = parser.parse(str);

System.out.println("string: "+result.get("string"));
System.out.println("hw: "+result.get("hw"));
System.out.println("name: "+result.get("name"));
System.out.println("domain: "+result.get("domain"));
System.out.println("ip_low: "+result.get("ip_low"));
System.out.println("ip_high: "+result.get("ip_high"));

"DNS name parser" is an utility library created to be used in a search application. Given a single input field its function is to differentiate between several types of possible input strings. Namely if it a dns name, IP address (exact, ip range or ip with wildcards) or hardware address. The result of the parsing is a Hashtable with possible keys "string", "hw", "name", "domain", "ip_low" and "ip_high".

<<less
Download (0.008MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
835 downloads
nss-myhostname 0.1

nss-myhostname 0.1


nss-myhostname is a GNU libc NSS module that statically translates the local host name to the IP address 127.0.0.2. more>>
nss-myhostname is a GNU libc NSS module that statically translates the local host name to the IP address 127.0.0.2 (which is on the loopback device) and vice versa.

This is useful to make sure that the local host name is always resolvable. Some programs (such as sudo) require this functionality.

Especially on embedded systems it may not be desirable to modify /etc/hosts to match the current host name.

It is a good idea to put this module as last resort in /etc/nsswitch.conf, to make sure that other name service take precedence.
<<less
Download (0.011MB)
Added: 2005-11-21 License: LGPL (GNU Lesser General Public License) Price:
1434 downloads
ifrename 28-1

ifrename 28-1


Ifrename allow the user to decide what name a network interface will have. more>>
Ifrename allow the user to decide what name a network interface will have. This package can use a variety of selectors to specify how interface names match the network interfaces on the system, the most common selector is the interface MAC address.

<<less
Download (0.051MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1182 downloads
BIND 9.4.1-P1

BIND 9.4.1-P1


The Berkeley Internet Name Domain (BIND) implements an Internet name server for Unix operating systems. more>>
The BIND consists of a server (or `daemon) called `named and a resolver library.
A name server is a network service that enables clients to name resources or objects and share this information with other objects in the network.
BIND 8.4.5 is the latest version of ISC BIND 8; it is a maintenance release to BIND 8.4.0, which provides IPv6 transport support for named, named-xfer and ndc. It also includes the BIND 8.4.2 release which includes a security fix which prevents negative answers being cached from the wrong source. (also released as BIND 8.3.7).
Main features:
- a Domain Name System server (named)
- a Domain Name System resolver library
- tools for verifying the proper operation of the DNS server
Enhancements:
- This fixes the security problem identified as CVE-2007-2925.
- The problem is that the default access control lists (ACLs) are not being correctly set.
- If not set, anyone can make recursive queries and/or query the cache contents.
<<less
Download (5.2MB)
Added: 2007-05-01 License: Freeware Price:
924 downloads
MediaFrame 2.0

MediaFrame 2.0


MediaFrame is a streaming media platform. more>>
MediaFrame project is a streaming media platform.
It provides a fast, easy to implement, and extremely small applet that allows over 97% of Web users to view your audio and video content without having to rely on external player applications or bulky plug-ins.
It does not require special servers, software, or programming knowledge, is based on open standards, and is compatible with MPEG-1 and MPEG-4, the industry standard in video compression.
It support content created in any number of applications, from Adobe AfterEffects to Media Cleaner.
Main features:
- Streaming or download
- Dynamic video scaling
- Broad and narrow band compatible
- Built-in connection speed detection
- Digital Rights Management (DRM)
- Supports .zip compressed files
- Pre and post image support
- Auto-start, click-to-play and rollover-to-play states
- Media loop support
- Full media controls
- Real-time feedback agent
- JavaScript API
- Subtitling support
- Easy encoding
- Cross platform
<<less
Download (0.35MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1123 downloads
Workspace Name Applet 0.0.2

Workspace Name Applet 0.0.2


Workspace Name Applet is a Gnome panel applet to display and edit the name of the current workspace. more>>
Workspace Name Applet is a Gnome panel applet to display and edit the name of the current workspace.

<<less
Download (0.088MB)
Added: 2006-08-01 License: GPL (GNU General Public License) Price:
1181 downloads
Renameit 0.0.2b

Renameit 0.0.2b


renameit is an MP3 filename standardizer. more>>
renameit is an MP3 filename standardizer. It formats your MP3 filenames based on the ID3 tag info, removes embedded spaces, and notifies you when an MP3 has no ID3 tag.

This is an example for usage:
Some Song from some album.mp3 with ID3 Artist of "Some Dudez" and ID3 Trackname of "Some Song" ends up beingSome_Song(Some_Dudez).mp3

./addtag FileToBeTagged.mp3
It will prompt you for artist and track name, add the tag, and then move
the file up to the mp3s directory, where you can run renameit on it.

./batchrenameit
It will get all the mp3 filenames in top directory, and call renameit for
each.

./edittag FileToBeEdited.mp3
Displays current ID3 tag and prompts for edit. After edit, calls
renameit.

./batchtag
Mass file tagger. Gets all mp3 filenames in need_id3 directory and calls
addtag for each.

./batchtagedit
It will get all the mp3 filenames in this directory tree, and call edittag
for each. Great for adjusting things like bands named Perl Jam..altho that
might be a kewl name for a band ;)

./makeindexfile
This builds index.html for all mp3 files in this directory tree. The
index will only show the mp3 files.
<<less
Download (0.003MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1218 downloads
Domain Name Portfolio 0.8.0

Domain Name Portfolio 0.8.0


Domain Name Portfolio is a PHP and MySQL based application to help domain owners better organize their portfolio. more>>
Domain Name Portfolio is a PHP and MySQL based application to help domain owners better organize their portfolio.
It allows you to list your domains with their expiry, registrar, and a price.
Also allows visitors to your portfolio to contact you about a given domain.
Main features:
- Script features
Enhancements:
- This release brings support for MySQLi, along with minor bugfixes and several function improvements.
<<less
Download (0.15MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
822 downloads
mount_and open 0.01-6

mount_and open 0.01-6


mount_and open is a service menu is a port of media_realfolder and the perlscript kio_media_realfolder. more>>
mount_and open is a service menu is a port of media_realfolder and the perlscript kio_media_realfolder.
Enhancements:
- new name for USB-sticks
<<less
Download (MB)
Added: 2007-01-05 License: GPL (GNU General Public License) Price:
1022 downloads
number 2.30

number 2.30


number is a perl script that will print the English name of a number. more>>
number is a perl script that will print the English name of a number. One can print names of extremely large numbers (e.g. 1e1234567). Number can be run on the command line, or as a CGI script when run as number.cgi.

Number prints names in both the American and European naming system. It can also print the decimal expansion of a number in either naming system.

<<less
Download (0.028MB)
Added: 2006-09-19 License: Freely Distributable Price:
1130 downloads
gnscd

gnscd


gnscd is a name service caching daemon. more>>
gnscd is a name service caching daemon. gnscd is a replacement for nscd that has been rewritten with different networking and database code. It implements both the glibc235 and glibc232 nscd protocols in one daemon, sharing one cache.

OPTIONS

-g

Display basic information on daemon status. For compatibility with GNU nscd. Useful in watchdog scripts.

-d

Dont daemonize. Also print debugging information about what is going on inside gnscd
<<less
Download (MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
807 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5