Main > Free Download Search >

Free freetalk 0.69 software for linux

freetalk 0.69

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 14
Freetalk 0.69

Freetalk 0.69


Freetalk is a console-based Jabber client. more>>
Freetalk is a console based Jabber client.
Freetalk features a readline interface with completion of buddy names, commands, and even ordinary English words!
Freetalk is extensible, configurable, and scriptable through a Guile interface.
Enhancements:
- Support for in-band registration, preliminary file transfer, localization support, a few new commands, and many cosmetic changes.
<<less
Download (0.23MB)
Added: 2006-04-19 License: GPL (GNU General Public License) Price:
1285 downloads
Oregano 0.69.0

Oregano 0.69.0


Oregano is a schematic capture and circuit simulation application. more>>
Oregano project is an application for schematic capture and simulation of electrical circuits. The actual simulation is performed by Berkeley Spice, or GNUcap or the new generation ngspice.

Oregano is licensed under the terms of the GNU GPL included in the file COPYING.

<<less
Download (0.62MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
800 downloads
AllTray 0.69

AllTray 0.69


AllTray is a software for docking any program. more>>
With AllTray you can dock any application with no native tray icon (like Evolution, Thunderbird, Terminals) into the system tray.
A high-light feature is that a click on the "close" button will minimize back to system tray. AllTray works well with Gnome, KDE, XFCE 4, Fluxbox and WindowMaker.
Enhancements:
- added "Stop" to the xmms menu. requested by me ;)
- get the gnome theme file by reading "XDG_DATA_DIRS". usefull if gnome is not installed in "/usr..." bug reported by Laurent Hilsz
- fixed shortcut bug. report and patch from Travis Hartwell
- fixed segfault which occur if apps where closed with "FILE->QUIT"
- fixed tooltip location with 2 panels on top. reported by Christer Edwards
<<less
Download (0.091MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1204 downloads
PyRPM 0.69

PyRPM 0.69


PyRPM is an experimental project to look at rpm package management. more>>
PyRPM is an experimental project to look at rpm package management. It is a python module and a collection of scripts that provide similar functionality as rpm, yum and co. It is written from ground up and is implemented only in python. PyRPM project mainly deals with rpm packages, the rpm database rpmdb in /var/lib/rpm, comps.xml files and yum repositories (called repo data).
The reason for this project was to have a codebase with which we can test and verify rpm, rpmdb and yum itself and experiment with new features and implementations very quickly. Python is Red Hats in-house defacto standard, so using python to do rapid prototyping was only logical.
The code itself is still very small and modular. Were constantly looking to improve the code, make it more production ready and remove duplicate functionality. Results from this project back to rpm and co are very important for us to improve the current available Linux tools and not rush with only adding another project for this. Next to working on good algorithms and sane implementations, most code is backed up with verify and testing scripts.
Warning
The PyRPM project is by no means meant to be a full replacement of rpm or yum. In its current state we feel confident that in general it wont break anything, but the code isnt production quality yet.
The check scripts can be safely used as they wont modify anything on your system, so feel free to use them at your convenience.
We personally have been using the yum replacement very extensively and even used it to update our own systems, but thats not even remotely a guarantee that it will work on your machine. It has only been run by a few people until now.
Using it to set up buildroots on the other hand should be very safe as this all happens in a very contained environment (sandbox principle).
Please let us know of any problems you encounter, if possible with some reproducible test cases so we can figure out what might have happened.
Main features:
- Stable and reliable dependency resolver with efficient algorithms:
- Due to the easy nature of python being a rapid prototyping language and the modular design of pyrpm we were able to test and write several generations of dependency resolvers and over time optimize and improve the reliability of it to a point where we are very confident that the results are what a user would expect.
- Handling of multilib systems:
- This is connected to the previous feature. Multilib systems are generally a lot trickier to handle than single arch systems. The algorithms used in pyrpm try to make intelligent choices as to which packages should be installed resp. how packages should be updated.
- Ordering of all packages in a transaction:
- In order for a whole transaction to work reliable it is not enough to just order the installs and updates but also the erase operations properly. In pyrpm we are handling all operations and order them in a way that honors all requirements correctly, even for erases.
- Smart like package selection:
- In pyrpm we are able to make package selections similar to the SMART package manager by trying to downgrade packages or even remove them if dependencies cant be resolved at all. The semi automatic removal is of course optional and not enabled by default.
- Very easy to use scripts to setup changeroots:
- Using pyrpmkickstart you can easily use a typical anaconda kickstart file to do an automated install either on a disk, partition, diskimage or even simple changeroots.
<<less
Download (0.35MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
900 downloads
SOAP::Lite 0.69

SOAP::Lite 0.69


SOAP::Lite is a client and server side SOAP implementation. more>>
SOAP::Lite is a client and server side SOAP implementation.
SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side.
Main features:
- Supports SOAP 1.1 spec.
- Interoperability tests with different implementations: Apache SOAP, Apache Axis, Frontier, Microsoft SOAP, Microsoft .NET, DevelopMentor, XMethods, 4s4c, Phalanx, PocketSOAP, Kafka, SQLData, Lucin (in Java, Perl, C++, Python, VB, COM, XSLT).
- Provides COM interface. Single dll (standalone [2.5MB] or minimal [32kB]). Works on Windows 9x/Me/NT/2K. Doesnt require ROPE or MSXML. Examples in VB, Excel/VBA, C#, ASP, JavaScript, PerlScript and Perl.
- Provides transparent compression support for HTTP transport.
- Provides mod_soap module. Make SOAP server with a few lines in .htaccess or .conf file.
- Includes XML::Parser::Lite (regexp-based XML parser) which runs instead of XML::Parser where Perl 5.6 runs (even on WinCE) with some limitations.
- Includes XMLRPC::Lite, implementation of XML-RPC protocol on client and server side. All transports and features of SOAP::Lite are available.
- Supports multipart/form-data MIME attachments.
- Supports circular linked lists and multiple references.
- Supports Map datatype (encoding of maps/hashes with arbitrary keys).
- Supports HTTPS protocol.
- Provides proxy support.
- Provides CGI/daemon/mod_perl/Apache::Registry server implementations.
- Provides TCP server implementation.
- Provides IO (STDIN/STDOUT/File) server implementation.
- Provides FTP client implementation.
- Supports single/multipart MIME attachment (parsing side only).
- Supports SMTP protocol.
- Provides POP3 server implementation.
- Supports M-POST and redirects in HTTP transport.
- Supports Basic/Digest server authentication.
- Works with CGI accelerators, like VelociGen and PerlEx.
- Supports UDDI interface on client side. See UDDI::Lite for details.
- Supports UDDI publishing API. Examples and documentation provided.
- Supports WSDL schema with stub and run-time access.
- Supports blessed object references.
- Supports arrays (both serialization and deserialization with autotyping).
- Supports custom serialization.
- Provides exception transport with custom exceptions
- Supports Base64 encoding.
- Supports XML entity encoding.
- Supports header attributes.
- Supports dynamic and static class/method binding.
- Supports objects-by-reference with simple garbage collection and activation.
- Provides shell for interactive SOAP sessions.
- Supports out parameters binding.
- Supports transparent SOAP calls with autodispatch feature.
- Provides easy services deployment. Put module in specified directory and itll be accessible.
- Has tests, examples and documentation to let you be up and running in no time.
<<less
Download (0.23MB)
Added: 2006-09-09 License: Perl Artistic License Price:
1146 downloads
SOAP::Data 0.69

SOAP::Data 0.69


SOAP::Data is a Perl class that provides the means by which to explicitly manipulate and control all aspects of the way. more>>
SOAP::Data is a Perl class that provides the means by which to explicitly manipulate and control all aspects of the way in which Perl data gets expressed as SOAP data entities.

The SOAP::Data class provides the means by which to explicitly manipulate and control all aspects of the way in which Perl data gets expressed as SOAP data entities. Most of the methods are accessors, which like those in SOAP::Lite are designed to return the current value if no new one is passed, while returning the object reference otherwise (allowing for chained method calls). Note that most accessors (except value) accept a new value for the data object as a second argument.

METHODS

new(optional key/value pairs)
$obj = SOAP::Data->new(name => idx, value => 5);

This is the class constructor. Almost all of the attributes related to the class may be passed to the constructor as key/value pairs. This method isnt often used directly because SOAP::Data objects are generally created for temporary use. It is available for those situations that require it.

name(new name, optional value)
$obj->name(index);

Gets or sets the current value of the name, as the object regards it. The name is what the serializer will use for the tag when generating the XML for this object. It is what will become the accessor for the data element. Optionally, the objects value may be updated if passed as a second argument.

type(new type, optional value)
$obj->type(int);

Gets or sets the type associated with the current value in the object. This is useful for those cases where the SOAP::Data object is used to explicitly specify the type of data that would otherwise be interpreted as a different type completely (such as perceiving the string 123 as an integer, instead). Allows the setting of the objects value, if passed as a second argument to the method.

uri(new uri, optional value)
$obj->uri(http://www.perl.com/SOAP);

Gets or sets the URI that will be used as the namespace for the resulting XML entity, if one is desired. This doesnt set the label for the namespace. If one isnt provided by means of the prefix method, one is generated automatically when needed. Also allows the setting of the objects value, if passed as a second argument to the method.

prefix(new prefix, optional value)
$obj->prefix(perl);

Provides the prefix, or label, for use when associating the data object with a specific namespace. Also allows the setting of the objects value, if passed as a second argument to the method.

attr(hash reference of attributes, optional value)
$obj->attr({ attr1 => value });

Allows for the setting of arbitrary attributes on the data object. Keep in mind the requirement that any attributes not natively known to SOAP must be namespace-qualified. Also allows the setting of the objects value, if passed as a second argument to the method.

value(new value)
$obj->value(10);

Fetches the current value encapsulated by the object, or explicitly sets it.
The last four methods are convenience shortcuts for the attributes that SOAP itself supports. Each also permits inclusion of a new value, as an optional second argument.

actor(new actor, optional value)
$obj->actor($new_actor_name);

Gets or sets the value of the actor attribute; useful only when the object generates an entity for the message header.

mustUnderstand(boolean, optional value)
$obj->mustUnderstand(0);

Manipulates the mustUnderstand attribute, which tells the SOAP processor whether it is required to understand the entity in question.

encodingStyle(new encoding URN, optional value)
$obj->encodingStyle($soap_11_encoding);

This method is most likely to be used in places outside the header creation. Sets encodingStyle, which specifies an encoding that differs from the one that would otherwise be defaulted to.

root(boolean, optional value)
$obj->root(1);

When the application must explicitly specify which data element is to be regarded as the root element for the sake of generating the object model, this method provides the access to the root attribute.

<<less
Download (0.23MB)
Added: 2006-09-16 License: Perl Artistic License Price:
1133 downloads
FreeNAS 0.7RC1 / 0.69.2 Stable

FreeNAS 0.7RC1 / 0.69.2 Stable


A Free NAS server that supports FTP, NFS protocols, Software RAID more>> <<less
Download (69.3MB)
Added: 2009-07-04 License: Freeware Price: FREE
18 downloads
apt4rpm 0.69.3

apt4rpm 0.69.3


apt4rpm creates an apt, yum, or metadata repository from a random RPM directory. more>>
apt4rpm creates an apt, yum, or metadata repository from a random RPM directory.
Main features:
- Support for multiple distributions/versions/architectures in a single apt, yum or metadata repository.
- "Atomic" switching from an old apt repository to the newly created one.
- Analyzes the rpm packages in the rpm repository and creates a unified rpm package name. This mechanism uses caching to speed up the creation of subsequent created apt, yum or metadata repositories. The rpm name, version and architecture are stored seperately in the cache. This makes it possible to easily search for 1 particular rpm throughout the whole apt repository.
- Can create signed repositories.
- Can mirror download server directories after downloading the repositories will be created.
- If possible it will mark a package as a security update, and will put it in the "security" component of the repository.
- Provides an example sources.list file for the "file:", "ftp://" and "http://" protocols.
- The repositories are created with links from the rpm repository. The rpm repository can have any format. Rpms can be filtered with accept/reject rules.
- Creates seperated binary, source, delta and patch rpms components automatically.
- XML formatted config file
- The source-rpm apt components can be provided in a flat or noflat structure. Switching between those 2 can be performed without problem.
- A most recent rpm list can be created for each component.
- A contents list is created for the whole apt repository.
<<less
Download (0.12MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1665 downloads
squidview 0.69

squidview 0.69


squidview is an interactive program which monitors squid logs and displays them in a nice fashion. more>>
Squidview is a program that displays the squid proxy server log file in a nice fashion, providing the log file is in squids native reporting fashion. It has features such as search, report generation, monitor mode and supports three log files.

Thus, the program can be used to monitor Internet usage on a networked site. But please note squid has to be running first and this program is not a proactive resource controller. What it can do is tell you who and which sites are consuming the most bandwidth.

Installation:

If "configure" and "make" are successful:

make install-strip

"make install-strip" will provide a smaller executable than "make install" because the latter has quite a bit of debugging information with it.

Or if you arent the superuser the program will still run if you have read access to the squid log file.

This program assumes the main squid log file is here:
/usr/local/squid/var/logs/access.log

If it isnt just symlink it appropriately from the following default. This directory and links are made in the users home space when squidview is first run by the user.

graeme@localhost:~/.squidview$ ls -l
HOWTO -> /usr/local/share/squidview/HOWTO
log1 -> /usr/local/squid/var/logs/access.log
log2 -> log1
log3 -> log1
users
words

In this case squidview expects the primary log to be "log1", and the symlink redirects it to where the file actually is. Three log locations are supported which gives you a bit of room for accomodating rotating logs.

<<less
Download (0.075MB)
Added: 2005-10-05 License: GPL (GNU General Public License) Price:
1485 downloads
Genezzo::Havok::SQLScalar 0.69

Genezzo::Havok::SQLScalar 0.69


Genezzo::Havok::SQLScalar is a Perl module with scalar SQL functions. more>>
Genezzo::Havok::SQLScalar is a Perl module with scalar SQL functions.

SYNOPSIS

HavokUse("Genezzo::Havok::SQLScalar")

FUNCTIONS

perl functions

See perlfunc(1) for descriptions.

chomp
chop
chr
crypt
index
lc
lcfirst
length
ord
pack
reverse
rindex
sprintf
substr
uc
ucfirst
abs
atan2
cos
exp
hex
int
oct
rand
sin
sqrt
srand
perl_join
The perl string join, renamed to avoid conflict with the SQL relational join
SQL string functions
concat(char1, char2)
Concatenate strings
greatest(item1, item2...)
Find the greatest element in a list
initcap(char)
Return the string with the initial letter of each word capitalized, where words are defined as contiguous groups of alphanumeric chars separated by non-word chars.
least(item1, item2...)
Find the smallest element in a list
lower(char)
Return the string with all letters lowercase
lpad(char1, n [, char2])
Returns the string char1 padded out on the left to length n with copies of char2. If char2 is not specified blanks are used. If char1 is larger than length n it is truncated to fit.
ltrim(char [, set])
Returns the string which is trimmed on the left up to the first character which is not in the specified set. If set is unspecified, blanks are trimmed.
soundex
Knuths soundex from Text::Soundex.
replace(char, search_str [, replace_str])
Returns char with all occurrences of the search_str replaced by replace_str. If the replace_str is unspecified or null, it removes all occurrences of the search_str.
rpad(char1, n [, char2])
Returns the string char1 padded out on the right to length n with copies of char2. If char2 is not specified blanks are used. If char1 is larger than length n it is truncated to fit.
rtrim(char [, set])
Returns the string which is trimmed on the rightt up to the first character which is not in the specified set. If set is unspecified, blanks are trimmed.
translate(char, search_str, replace_str)
Similar to perl transliteration tr/ (see perlop(1) ), returns a string where all occurrences of a character in the search string are replaced with the corresponding character in the replace string.
upper(char)
Returns the string with all characters uppercase.
SQL math functions
cosh(n)
Hyperbolic cosine
ceil(n)
Returns the smallest integer greater than or equal to n
floor
Returns the largest integers less than or equal to n
ln
Natural log.
log10
Log base 10.
logN(base_N, num)
Returns the Log base base_N on num.
mod(m,n)
Returns the remainder of m divided by n.
power(m,n)
Returns m**n
round(num [, m])
Return num rounded to m places to the right of the decimal point. M=0 if not specified. If m is negative num is rounded to the left of the decimal point.
sign(n)
Similar to "spaceship", returns -1 for N < 0, 0 for N==0, and 1 for N > 0.
sinh
Hyperbolic sine.
tan
tangent
tanh
Hyperbolic tangent.
trunc(num [, m])
Return num truncated to m places to the right of the decimal point. M=0 if not specified. If m is negative num is truncated to the left of the decimal point.
SQL conversion functions
These functions return a value of a different type than their operands.
ascii(char)
Return the ascii value of the first char of the string.
instr(char, substring [, position [, occurrence]])
Returns the index (1 based, not zero based) of the substring in the char, starting at position. If occurrence and position are not specified they default to one: instr returns the index of the first occurrence of the substring. If occurrence is specified instr returns the index of the Nth occurrence. If position is negative instr begins the search from the tail end of char.
nvl(char1, char2)
Returns char2 if char1 is NULL, else returns char1
Genezzo functions
quurl
"Quote URL" - Replace all non-alphanumeric chars in a string with %hex values, similar to the standard URL-style quoting.
quurl2
"Quote URL" - Replace most non-alphanumeric chars in a string with %hex values, leaving spaces and most punctuation (with the exception of %) untouched.
unquurl
Convert a "quoted url" string back.

<<less
Download (0.47MB)
Added: 2007-03-13 License: Perl Artistic License Price:
957 downloads
Genezzo::Havok::UserFunctions 0.69

Genezzo::Havok::UserFunctions 0.69


Genezzo::Havok::UserFunctions is a Perl module to load the user_functions table. more>>
Genezzo::Havok::UserFunctions is a Perl module to load the user_functions table.

SYNOPSIS

# dont say "use Genezzo::Havok::UserFunctions". Update the
# dictionary havok table:
select HavokUse(Genezzo::Havok::UserFunctions) from dual;

NOTE: this module replaces Genezzo::Havok::UserExtend.
The module Genezzo::XEval::Prepare constructs a function call interface based upon information from the user_functions table:

create table user_functions ( xid number, xtype char, xname char, args char, owner char, creationdate char, version char, argstyle char, sqlname char, typecheck char );
xid - a unique id number
xtype - the string "require" or "function"
xname - if xtype = "require", then xname is a package name, like "Text::Soundex". if xtype = "function", xname is a function name. A function name may be qualified with a package.
args - if xtype = "require", an (optional) blank-separated list of functions to import to the default Genezzo namespace. if xtype = "function", supply an actual function body in curly braces.
owner - owner of the package or function
creationdate - date row was created
version
argstyle - if set to HASH, pass a hash of the dictionary, the dbh, and the array ref function_args, else the function is just passed an array of the function arguments.
sqlname - currently UNUSED. Will be used to distinguish the perl function name from the SQL function name
typecheck - currently UNUSED. Will be used to distinguish a supplied type-checking function from a purely SQL execution function.

Example:

insert into user_functions values (1, require, Genezzo::Havok::Examples, isRedGreen, SYSTEM, 2004-09-21T12:12);

The row causes UserFunctions to "require Genezzo::Havok::Examples", and it imports "isRedGreen" into the default Genezzo namespace* (actually, it creates a stub function that calls Genezzo::Havok::Examples::isRedGreen").

An easier method is to use add_user_function, which is defined in Genezzo::Havok::Utils. The equivalent command to load the isRedGreen function is:

select
add_user_function(
module=Genezzo::Havok::Examples,
function=isRedGreen)
from dual;

<<less
Download (0.47MB)
Added: 2007-03-13 License: Perl Artistic License Price:
956 downloads
Genezzo::Havok::SQLCompare 0.69

Genezzo::Havok::SQLCompare 0.69


Genezzo::Havok::SQLCompare is a Perl module with SQL comparison functions. more>>
Genezzo::Havok::SQLCompare is a Perl module with SQL comparison functions.
SYNOPSIS
HavokUse("Genezzo::Havok::SQLCompare")
FUNCTIONS
SQL functions
IN
WHERE value IN (list)
Returns TRUE if the value is present in the list, else FALSE. NOT IN is slightly different: returns NULL if any list item is NULL, return FALSE if the value matches any list item, else returns TRUE.
LIKE
WHERE value LIKE (pattern)
WHERE value LIKE (pattern, escape_char)
Returns TRUE if the value matches the pattern. In the pattern, a % (percent sign) matches zero or more characters, and an _ (underscore) matches exactly one character. These characters can be matched as literals if they are preceded by the optional escape character.
LIMITATIONS
- IN has list support, but no IN subquery support.
- LIKE has a "functional" syntax, instead of the standard LIKE pattern [ESCAPE escape_char].
<<less
Download (0.47MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
957 downloads
Perl IRC Statistics Generator 0.70

Perl IRC Statistics Generator 0.70


Perl IRC Statistics Generator (pisg) is an IRC channel statics generator written in Perl. more>>
Perl IRC Statistics Generator (pisg) is an IRC channel statics generator written in Perl, it creates statistics from different logfile formats.
It was originally written because IRCStats wasnt open source. So heres an open source/GPLed version to anyone interested. Its a funny thing for your IRC channel, and its highly customizeable.
Supported logfile formats:
- X-Chat
- mIRC
- mIRC6
- Eggdrops
- bxlog for BitchX
- irssi
- virc98
- dancer
- Trillian
- Grufti
- mbot
- winbot
- zcbot
- muh
- energymech
- ircII
- psybnc
- ircle
- infobot
- axur
- bobot++
- oer
- perlbot
- Vision
- pircbot
- KVIrc
- HydraIRC
- sirc
- moobot
- supybot
- blootbot
- dircproxy
Enhancements:
Bug fixes:
- Added missing > (SF #1550312).
- Fix typo in docs (SF #1550765).
Christoph:
- The manpage file released with 0.69 was empty, sorry. Thanks to Julien Danjou for spotting.
- Fix some typos in manpage and --help text.
<<less
Download (0.23MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1137 downloads
Alinous-Core HTML-SQL language serverIDE 1.0.69

Alinous-Core HTML-SQL language serverIDE 1.0.69


Alinous-Core HTML-SQL language serverIDE is a very easy tool for creating WebDB application. more>>
Alinous-Core HTML-SQL language serverIDE is a very easy tool for creating WebDB application. We can create it with almost only SQL & HTML. Java , PHP and other languages are not necessary.

If you know SQL & HTML, you can create it with them and the Alinous-Core. The Alinous-Core is very simple tool, but it has enough functions. It has almost all features we use on WebDB development. For example, form data validation, Basic authentication, RSS, File upload and SMTP.

In addition to those, Alinous-Core supports GUI debugger, so we can develop with watching how it works.

<<less
Download (18.5MB)
Added: 2007-07-12 License: Freeware Price:
834 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1