powerful names
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4717
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.
<<lessTwisted 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.
Download (0.028MB)
Added: 2006-05-28 License: MIT/X Consortium License Price:
1246 downloads
Simply Powerful ToolKit 3.0.11
Simply Powerful ToolKit in short SPTK is a powerful widget toolkit based on the Fast and Light ToolKit (FLTK). more>>
Simply Powerful ToolKit in short SPTK is a powerful widget toolkit based on the Fast and Light ToolKit (FLTK).
The goal of this library is to create the easy-to-use, compact and effective library of controls to extend the abilities of FLTK library.
It is geared for business-style application development with database support (ODBC). All the widgets support database connectivity. A special CDialog class makes editing database records very easy. Every widget can be connected to the field, and CDialog can be connected to the database table.
Most of the controls are database-bound. If you place them on the CDialog-derived window they can load and save information from/to database.
This is the first release version of my controls(widgets) library that was designed to work with FLTK. Im using it for about a year in the production project.
Enhancements:
- Fixed a bug in CField::asString() that cause returning an empty string for some non-empty fields.
- Added couple of small fixes for better error hanling in CRegistry.
<<lessThe goal of this library is to create the easy-to-use, compact and effective library of controls to extend the abilities of FLTK library.
It is geared for business-style application development with database support (ODBC). All the widgets support database connectivity. A special CDialog class makes editing database records very easy. Every widget can be connected to the field, and CDialog can be connected to the database table.
Most of the controls are database-bound. If you place them on the CDialog-derived window they can load and save information from/to database.
This is the first release version of my controls(widgets) library that was designed to work with FLTK. Im using it for about a year in the production project.
Enhancements:
- Fixed a bug in CField::asString() that cause returning an empty string for some non-empty fields.
- Added couple of small fixes for better error hanling in CRegistry.
Download (3.5MB)
Added: 2005-12-12 License: GPL (GNU General Public License) Price:
1414 downloads
Paranamer 1.0 RC1
Paranamer is a mechamism that allows Java programmers to access the parameter names of methods of Java classes. more>>
Paranamer is a mechamism that allows Java programmers to access the parameter names of methods of Java classes. The project works with JDK 1.4 and later.
<<less Download (0.022MB)
Added: 2007-03-21 License: GPL (GNU General Public License) Price:
947 downloads
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
Dozer 3.4
Dozer project is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another. more>>
Dozer project is a powerful, yet simple Java Bean to Java Bean mapper that recursively copies data from one object to another. Typically, these Java Beans will be of different complex types.
Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level.
Dozer not only supports mapping between attribute names, but also converting between types. Many conversion scenarios are supported out of the box, but Dozer also allows you to specify custom conversions via XML.
The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. If any property names on both objects are the same you do not even need to do any explicit property mapping for these fields.
The picture below depicts some of the common areas for Dozer to be inserted into an architecture. Notice that it typically is utilized at the boundaries (entry/exit). Dozer will make sure that your data transfer objects from the database do not bleed into the presentation or into external consumers. It can also help map your domain objects to external APIs calls and vice-versa.
Enhancements:
Bug Fixes
- Incorrectly recognizing JDK 6.0 1717547
- Null pointer on MappingProcessor at Line 282 1717318
- Change the way we determine JDK Version 1715819
- Lost and Duplicated Objects 1715496
- Fix Map VO with no custom mappings 1713550
- Propagate exceptions while parsing allowed-exceptions xml 1713242
- NPE when Date String when no date format specified 1711580
- inappropriate subclass mappings applied 1674199
- Inheritance mapping not working correctly 1486105
- bidirectionnal mapping with sets subclasses 1664984
Feature Requests
- Change util classes to static 1713604
- Add PMD and Findbugs reports 1712886
- Remove NotFoundException and DozerRuntimeExceptions 1712513
- Add class level javadoc for classes missing it 1696636
<<lessDozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping. This includes mapping collection attributes that also need mapping at the element level.
Dozer not only supports mapping between attribute names, but also converting between types. Many conversion scenarios are supported out of the box, but Dozer also allows you to specify custom conversions via XML.
The mapper is used any time you need to take one type of Java Bean and map it to another type of Java Bean. Most field mapping can be done automatically by Dozer using reflection, but any custom mapping can be predescribed in XML format. Mapping is bi-directional so only one relationship between classes needs defining. If any property names on both objects are the same you do not even need to do any explicit property mapping for these fields.
The picture below depicts some of the common areas for Dozer to be inserted into an architecture. Notice that it typically is utilized at the boundaries (entry/exit). Dozer will make sure that your data transfer objects from the database do not bleed into the presentation or into external consumers. It can also help map your domain objects to external APIs calls and vice-versa.
Enhancements:
Bug Fixes
- Incorrectly recognizing JDK 6.0 1717547
- Null pointer on MappingProcessor at Line 282 1717318
- Change the way we determine JDK Version 1715819
- Lost and Duplicated Objects 1715496
- Fix Map VO with no custom mappings 1713550
- Propagate exceptions while parsing allowed-exceptions xml 1713242
- NPE when Date String when no date format specified 1711580
- inappropriate subclass mappings applied 1674199
- Inheritance mapping not working correctly 1486105
- bidirectionnal mapping with sets subclasses 1664984
Feature Requests
- Change util classes to static 1713604
- Add PMD and Findbugs reports 1712886
- Remove NotFoundException and DozerRuntimeExceptions 1712513
- Add class level javadoc for classes missing it 1696636
Download (MB)
Added: 2007-05-21 License: The Apache License 2.0 Price:
892 downloads
NameSpawner 0.6
NameSpawner can be used to generate random names with a specific theme. more>>
NameSpawner can be used to generate random names with a specific theme. Some of the themes included in the main distribution are: elvish, barbaric, dwarvish, angelic, demonic, and Tolkien-like.
Names are "spawned" via random walks on Markov Chains. New themes can be created using existing lists of names. Random walk settings can be tweaked to obtain more variance in the output names or more faithfulness to the original list of names.
<<lessNames are "spawned" via random walks on Markov Chains. New themes can be created using existing lists of names. Random walk settings can be tweaked to obtain more variance in the output names or more faithfulness to the original list of names.
Download (0.18MB)
Added: 2006-01-26 License: GPL (GNU General Public License) Price:
1367 downloads
proFXP 3.0-pre2
proFXP provides a command-line fxp (server-to-server FTP) client. more>>
proFXP provides a command-line fxp (server-to-server FTP) client.
proFXP is a command-line FXP (server-to-server FTP) client written in Perl. It features tab-completion of remote file/dir names, SOCKS4 firewall support, and a powerful interface right down to the FTP protocol layer.
proFXP is a FXP (server-to-server FTP) client written in Perl. It features TAB completion, site management, idle timers, SOCKS support, active and passive mode, different listing modes and a very powerful "down-to-the protocol metal" 2-char-command command line interface, pleasing newbies and hardcore hackers alike.
The binary below should work on libc6 Linux systems. The crash with multiple instances should be worked around now.
If you get the sources, youll need to get some perl modules off CPAN to make it work. If youre not root, or you dont know what CPAN is, you may get into trouble.
<<lessproFXP is a command-line FXP (server-to-server FTP) client written in Perl. It features tab-completion of remote file/dir names, SOCKS4 firewall support, and a powerful interface right down to the FTP protocol layer.
proFXP is a FXP (server-to-server FTP) client written in Perl. It features TAB completion, site management, idle timers, SOCKS support, active and passive mode, different listing modes and a very powerful "down-to-the protocol metal" 2-char-command command line interface, pleasing newbies and hardcore hackers alike.
The binary below should work on libc6 Linux systems. The crash with multiple instances should be worked around now.
If you get the sources, youll need to get some perl modules off CPAN to make it work. If youre not root, or you dont know what CPAN is, you may get into trouble.
Download (0.54MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
912 downloads
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".
<<lessSynopsis
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".
Download (0.008MB)
Added: 2007-07-20 License: GPL (GNU General Public License) Price:
835 downloads
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
namelur 0.3
namelur is a random name generator library with rule files. more>>
namelur is a random name generator library with rule files. It is fast, lightweight, and easy to use.
It can generate rule files from custom text. It also includes a command line tool that exposes the functionality of the library.
Main features:
- very small memory usage and very fast generation algorithm
- rule files (called NAR rule file) for scripting the generation of names
- auto-generation of NAR rule files basing on words contained in any file
- powerful command line tool (rulname) to create NAR files
How to convert a text resource into a NAR rule set
void nr_txt2nar(RWops *sourcefile, RWops *destination_nar);
If destination_nar is NULL only the internal arrays are updated and the library will be in any case ready for name generation. You should NOT generate names using nr_txt2nar on the same source file. If the source is the same, save a .NAR file and use that with the below function.
How to load a NAR rule file
// like in fopen("rulname.nar", "rb"), which is not allowed because the file needs to be cached through an RWops object
rulefile = RWFromFile("rulname.nar", "rb");
nr_load(rulefile);
After this the needed rules for the name generation will have been recognized.
How to generate a single name
void nr_name(char *genname, int minsyl, int maxsyl);
minsyl is the minimum number of syllables and maxsyl the maximum number of syllables of the generated name.
Note: genname must be a char * array at least big maxsyl*MAX_SYLLABE_LEN+1 characters!
Enhancements:
- Some bugs have been fixed, a Win32 example has been added, and the project files for dev-cpp are now correctly working.
<<lessIt can generate rule files from custom text. It also includes a command line tool that exposes the functionality of the library.
Main features:
- very small memory usage and very fast generation algorithm
- rule files (called NAR rule file) for scripting the generation of names
- auto-generation of NAR rule files basing on words contained in any file
- powerful command line tool (rulname) to create NAR files
How to convert a text resource into a NAR rule set
void nr_txt2nar(RWops *sourcefile, RWops *destination_nar);
If destination_nar is NULL only the internal arrays are updated and the library will be in any case ready for name generation. You should NOT generate names using nr_txt2nar on the same source file. If the source is the same, save a .NAR file and use that with the below function.
How to load a NAR rule file
// like in fopen("rulname.nar", "rb"), which is not allowed because the file needs to be cached through an RWops object
rulefile = RWFromFile("rulname.nar", "rb");
nr_load(rulefile);
After this the needed rules for the name generation will have been recognized.
How to generate a single name
void nr_name(char *genname, int minsyl, int maxsyl);
minsyl is the minimum number of syllables and maxsyl the maximum number of syllables of the generated name.
Note: genname must be a char * array at least big maxsyl*MAX_SYLLABE_LEN+1 characters!
Enhancements:
- Some bugs have been fixed, a Win32 example has been added, and the project files for dev-cpp are now correctly working.
Download (MB)
Added: 2007-01-31 License: GPL (GNU General Public License) Price:
997 downloads
gipfel 0.2.1
gipfel is a tool to find the names of mountains or points of interest on a picture. more>>
gipfel is a tool to find the names of mountains or points of interest on a picture. It uses a database containing names and GPS data.
With the given viewpoint (the point from which the picture was taken) and two known mountains on the picture, it can compute all parameters needed to compute the positions of other mountains on the picture.
Additionally, gipfel can try to guess these parameter if only one mountain is known on the picture. In this case, a few other peaks need to be marked, but it is not necessary to know their names. It can also be used to play around with the parameters manually.
But be warned: It is pretty difficult to find the right parameters for a given picture manually.
<<lessWith the given viewpoint (the point from which the picture was taken) and two known mountains on the picture, it can compute all parameters needed to compute the positions of other mountains on the picture.
Additionally, gipfel can try to guess these parameter if only one mountain is known on the picture. In this case, a few other peaks need to be marked, but it is not necessary to know their names. It can also be used to play around with the parameters manually.
But be warned: It is pretty difficult to find the right parameters for a given picture manually.
Download (0.29MB)
Added: 2007-07-05 License: GPL (GNU General Public License) Price:
842 downloads
Python config module 0.3.6
Python config module is a hierarchical, easy-to-use, powerful configuration module for Python. more>>
Python config module allows a hierarchical configuration scheme with support for mappings and sequences, cross-references between one part of the configuration and another, the ability to flexibly access real Python objects without full-blown eval(), an include facility, simple expression evaluation, and the ability to change, save, cascade, and merge configurations.
It interfaces easily with environment variables and command line options. Python config module has been developed on Python 2.3, but should work on version 2.2 or greater.
Usage
The simplest scenario is, of course, "Hello, world". Lets look at a very simple configuration file simple.cfg where a message to be printed is configured:
# The message to print (this is a comment)
message: Hello, world!
and the program which uses it:
from config import Config
# You can pass any file-like object; if it has a name attribute,
# that name is used when file format error messages are printed
f = file(simple.cfg)
cfg = Config(f)
print cfg.message
which results in the expected:
Hello, world!
A configuration file is, at the top level, a list of key-value pairs. Each value, as well see later, can be a sequence or a mapping, and these can be nested without any practical limit.
In addition to attribute access (cfg.message in the example above), you can also access a value in the configuration using the getByPath method of a configuration: cfg.getByPath(message) would be equivalent. The parameter passed to getByPath is the path of the required value. The getByPath method is useful for when the path is variable. It could even be read from a configuration.
There is also a get method which acts like the dictionary method of the same name - you can pass a default value which is returned if the value is not found in the configuration. The get method works with dictionary keys or attribute names, rather than paths. Hence, you may call cfg.getByPath(a.b) which is equivalent to cfg.a.b, or you can call cfg.a.get(b, 1234) which will return cfg.a.b if it is defined, and 1234 otherwise.
Enhancements:
- This release makes classes derive from an object (previously, they were old-style classes).
- ConfigMerger has been changed to use a more flexible merge strategy.
- Multi-line strings (using """ or ) are now supported.
- A typo involving raising a ConfigError was fixed.
<<lessIt interfaces easily with environment variables and command line options. Python config module has been developed on Python 2.3, but should work on version 2.2 or greater.
Usage
The simplest scenario is, of course, "Hello, world". Lets look at a very simple configuration file simple.cfg where a message to be printed is configured:
# The message to print (this is a comment)
message: Hello, world!
and the program which uses it:
from config import Config
# You can pass any file-like object; if it has a name attribute,
# that name is used when file format error messages are printed
f = file(simple.cfg)
cfg = Config(f)
print cfg.message
which results in the expected:
Hello, world!
A configuration file is, at the top level, a list of key-value pairs. Each value, as well see later, can be a sequence or a mapping, and these can be nested without any practical limit.
In addition to attribute access (cfg.message in the example above), you can also access a value in the configuration using the getByPath method of a configuration: cfg.getByPath(message) would be equivalent. The parameter passed to getByPath is the path of the required value. The getByPath method is useful for when the path is variable. It could even be read from a configuration.
There is also a get method which acts like the dictionary method of the same name - you can pass a default value which is returned if the value is not found in the configuration. The get method works with dictionary keys or attribute names, rather than paths. Hence, you may call cfg.getByPath(a.b) which is equivalent to cfg.a.b, or you can call cfg.a.get(b, 1234) which will return cfg.a.b if it is defined, and 1234 otherwise.
Enhancements:
- This release makes classes derive from an object (previously, they were old-style classes).
- ConfigMerger has been changed to use a more flexible merge strategy.
- Multi-line strings (using """ or ) are now supported.
- A typo involving raising a ConfigError was fixed.
Download (0.027MB)
Added: 2006-03-10 License: Freely Distributable Price:
1326 downloads
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.
<<lessThe 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.
Download (0.45MB)
Added: 2005-12-02 License: Freeware Price:
1425 downloads
ROX Filer 2.3
ROX Filer is a fast and powerful graphical file manager. more>>
ROX Filer is a fast and powerful graphical file manager.
It has full drag-and-drop support and background file operations, and is highly configurable.
<<lessIt has full drag-and-drop support and background file operations, and is highly configurable.
Download (1.2MB)
Added: 2005-09-05 License: GPL (GNU General Public License) Price:
1510 downloads
IMLogger 0.62
IMLogger provides an utility which logs instant messenger screen names logging on and off. more>>
IMLogger provides an utility which logs instant messenger screen names logging on and off.
IMLogger provides a usable program to enable network administrators to log certain instant messaging activities (namely, login and logout). AOL is currently supported, with Yahoo, MSN, and Jabber protocols in the works.
This is very useful in Universities where campus police want to trace a SN back to a port/dorm
<<lessIMLogger provides a usable program to enable network administrators to log certain instant messaging activities (namely, login and logout). AOL is currently supported, with Yahoo, MSN, and Jabber protocols in the works.
This is very useful in Universities where campus police want to trace a SN back to a port/dorm
Download (0.014MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
945 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 powerful names 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