Main > Free Download Search >

Free juno 1.1 software for linux

juno 1.1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1244
Mail::Addressbook::Convert::Juno 1.1

Mail::Addressbook::Convert::Juno 1.1


Mail::Addressbook::Convert::Juno can convert from Juno addressbooks. more>>
Mail::Addressbook::Convert::Juno can convert from Juno addressbooks.

SYNOPSIS

use strict;
use Mail::Addressbook::Convert::Juno;
my $Juno = new Mail::Addressbook::Convert::Juno();
my $JunoInFile ="junoSample.nv"; # name of the file containing the Juno data # it is found in the Spry folder
# Convert Juno to Standard Intermediate format
# see documentation for details on format.
my $raIntermediate = $Juno->scan($JunoInFile.nv);
# This will also work
#my @JunoInArray = @arrayContainingTheJunoData;
#my $raIntermediate = $Juno->scan(@JunoInArray);
print join "", @$raIntermediate;

<<less
Download (0.030MB)
Added: 2006-08-02 License: Perl Artistic License Price:
1179 downloads
jaxen 1.1.1

jaxen 1.1.1


jaxen is a universal XPath evaluation engine. more>>
jaxen is a universal XPath evaluation engine. jaxen is currently capable of executing XPath expressions against W3C DOM, JDOM, dom4j, and XOM document trees.
Enhancements:
- Assorted bugfixes, including one that affects the results of XPath expressions. Improved documentation.
<<less
Download (1.8MB)
Added: 2007-05-17 License: BSD License Price:
540 downloads
MP3Unicode 1.1.1

MP3Unicode 1.1.1


MP3Unicode is a command line utility to convert ID3 tags in mp3 files between different encodings. more>>
MP3Unicode is a command line utility to convert ID3 tags in mp3 files between different encodings.
For example, mp3unicode --source-encoding cp1251 --id3v1-encoding none --id3v2-encoding unicode file.mp3 will read id3v2 tag (or id3v1 tag if there is no id3v2) from the file, convert the text fields in the tag from cp1251 to Unicode and will write id3v2 tag back, stripping away id3v1 tag.
< span style=color:green >< b >Requirements:< /b >< /span >< br/ >
- Qt library
- TagLib library
< b >Usage:< /b >
mp3unicode [options] [filename]
< b >Options:< /b >
-s, --source-encoding < encoding >
Read current mp3 tags assuming they are encoded with < encoding >. < encoding > is either "unicode" or any valid 8bit encoding, for example "cp1251".
-1, --id3v1-encoding < encoding >
Write id3v1 tag in < encoding >, if < encoding > is "none", then strip id3v1 tag away. < encoding > may be any valid 8bit encoding, note however that it is not possible to write id3v1 in Unicode.
-2, --id3v2-encoding < encoding >
Write id3v2 tag in < encoding >, if < encoding > is "none", then strip id3v2 tag away. < encoding > may be either "unicode" or any valid 8bit encoding.
-p, --preserve-unicode
If source encoding is specified to be some specific encoding and not Unicode, but the actual encoding seems to be Unicode, then assume it is Unicode. E.g., if you want to process a lot of files, some of which are in Unicode (or have Unicode characters somewhere), but some are in cp1251, just issue -s cp1251 -p along with other options. This should work as you would like it to work.
-v, --version
Prints version number, compilation date and time.
<<less
Download (0.011MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
927 downloads
Snowlog 1.1.1

Snowlog 1.1.1


Snowlog is a webserver access log browser/analyzer. more>>
Snowlog is a webserver access log browser/analyzer. It does not generate static reports, but lets you browse through the requests in real time. Filters that accept regular expressions can be applied.

Installation:

make
make install (as root)

<<less
Download (0.029MB)
Added: 2005-10-14 License: GPL (GNU General Public License) Price:
1470 downloads
EL4J 1.1.1

EL4J 1.1.1


EL4J, the Extension Library for the J2EE, adds incremental improvements to the Spring Java framework. more>>
EL4J, the Extension Library for the J2EE, adds incremental improvements to the Spring Java framework.
Main features:
- The ability to split applications in modules
- A module can consist of code, jar-files and configurations
- There can be transitive dependencies between modules
- A module can automatically enable its spring configuration when it is present
- The order and the location of configuration-information works accross various J2EE containers
- Simplified remoting
- Optional implicit context passing to cleanly add technical context with remote method invocations (e.g. to add a security principal or the sub-company on whose behalf a request is being made)
- Remote a POJO as SLSB or SFSB, remote a POJO via SOAP
- Clean remoting support for interfaces that lack a RemoteException in their interface where its required
- A light daemon manager service
- Various improvements
- Make the active beans and their configuration visible in JMX
- A light exception handling framework that implements a safety facade
- Simplified configuration of attribute-interceptor mappings
Enhancements:
- Many clean-ups in the build infrastructure and in the file organization
- Added a database plugin that allows to execute SQL scripts on the database.
- It can optionally launch an embedded database (Derby for now).
- Added a dependency plugin that illustrates the dependencies between modules graphically.
- Added a basic EL4J archetype to get started more easily
- We provide a mechanim to override the configuration files that are in the automatic Tomcat download (files etc/tomcat are copied to Tomcat).
- Test run now in the maven integration phase (in order for us to launch the database in the right moment).
- Some issues in the site-generation were fixed.
- Added an experimental version plugin that checks whether there are new versions available of existing maven plugins or of other jar-files a project depends on.
- Provided fixes for the external exec plugin
- Upgrade to some newer maven plugins: eclipse, javadoc, deploy.
<<less
Download (1.2MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
977 downloads
ceODBC 1.1

ceODBC 1.1


ceODBC is a Python extension module that enables access to databases using the ODBC API and conforms to the Python database API. more>>
ceODBC is a Python extension module that enables access to databases using the ODBC API and conforms to the Python database API 2.0 specifications with a few exceptions.
For more information on the database API specification, see here. Use the provided setup.py to build and install the module which makes use of the DistUtils module made available in Python 2.0 and up.
Enhancements:
- This release adds support for searching the catalog of a data source for tables, procedures, columns, privileges, foreign keys and primary keys.
- It also adds support for getting and setting the autocommit flag for a connection and the name for a cursor.
<<less
Download (0.044MB)
Added: 2007-08-13 License: Perl Artistic License Price:
804 downloads
MoMEUnit 1.1.1

MoMEUnit 1.1.1


MoMEUnit is an instance of the xUnit architecture for unit testing of J2ME applications. more>>
MoMEUnit is an instance of the xUnit architecture for unit testing of J2ME applications. The application is derived from the JUnit framework. It is only CLDC 1.1 compliant.
It overcomes the lack of a reflection API in the J2ME MIDP API and supports main features of the JUnit framework such as ease of development and running of tests, sharing of fixtures among different tests, the ability to perform simultaneous test runs, and much more.
The results of tests are displayed with a progress bar, statistics, and lists of failures or errors with detailed messages for each test.
Main features:
- Calculates list of tests to run based on Test interface implementation and specified patterns. There is no need to specify test cases to run explicitly. Developers can add test cases without configuring test runners.
- Runs test cases of already built J2ME application or builds test application on behalf of developer based on source files, classes, resources and libraries specified.
- Preverifies J2ME application before running tests on demand.
- Formats tests run output by using predefined or custom tests results formatters like in task. All test characteristics including times and stack traces are available.
- Gives developers possibility to choose emulator and/or preverify tool to run by specifying predefined or custom emulator or preverifier.
- Gives developers possibility to configure test J2ME application by specifying attributes of application JAD descriptor and/or manifest.
Enhancements:
- Timeout functionality added to ant Integration package and MIDletTestRunner and minor bugs fixed.
<<less
Download (1.1MB)
Added: 2007-08-15 License: Common Public License Price:
805 downloads
ln_local 1.1.1

ln_local 1.1.1


ln_local it manage installation software in /usr/local. more>>
ln_local is a simple shell script for managing the installation of software packages (typically in /usr/local). Its a program between stow and lndir/cleanlinks.

The approach used by ln_local (based on Stow) is to install each package into its own tree, then use symbolic links to make it appear as though the files are installed in the common tree (see examples for more details).

Contrary to stow, ln_local create all subdirectory tree and then create all symbolic links (stow create simbolic links for subdirectories and normals files, so conflicts may appends when two programs share the same subdirectory).

Usage

Usage: ln_local [options] [do] Action

Action : create | delete | clean
create : create symlink and directory in /usr/local from current directory
delete : delete symlink and empty directory in /usr/local from current directory
clean : remove broken symlink and empty directory in /usr/local

If do is presents in the command line then changes are made,
else NO CHANGE ARE MADE

Options are :
-s, --source the source directory (default:current directory)
-t, --target the target directory (/usr/local)
-V, --version display version and exit
-u, --usage long help
-h, --help display this help

Example

Standard way to use ln_local:

* download source package (.tar.gz, tar.bz2 ...)

* extract the archive:
tar -xzvf archive-x.x.x.tar.gz
or tar -xjvf archive-x.x.x.tar.bz2

* go to archive directory:
cd archive-x.x.x

* configure the program compilation:
./configure --prefix="/usr/install/archive-x.x.x"

* build the program:
make

* install the program:
make install
or make install DESTDIR=/usr/install/archive-x.x.x if theres no ./configure in this last case, you may have to edit manually the Makefile.

* create symlinks in /usr/local:
cd /usr/install/archive-x.x.x
ln_local create do

* delete the source and archive
cd in the archive-x.x.x.tar.gz directory
rm -rf archive-x.x.x*

you can change the target directory (/usr/local) by editing the file /usr/local/bin/ln_local or use the --target option

To remove an existing program:
cd /usr/install/archive-x.x.x
ln_local delete do

To clean the /usr/local directory:
ln_local clean do

To remove definitively a program:
rm -rf /usr/install/archive-x.x.x
ln_local clean do

If you want to see what ln_local will do, remove the do in create, delete and clean action, so no action will be done
<<less
Download (0.012MB)
Added: 2005-04-07 License: GPL (GNU General Public License) Price:
1660 downloads
SATAN 1.1.1

SATAN 1.1.1


SATAN is a Port Scanner with a Web Interface. more>>
SATAN is a Port Scanner with a Web Interface.

In order get things up and running,

- You need a UNIX system to run SATAN. In order to unpack the SATAN archive,

compress -d<<less
Download (0.30MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
1005 downloads
VultureNG 1.1.1

VultureNG 1.1.1


VultureNG is reverse proxy based on Apache and mod_perl. more>>
VultureNG is reverse proxy based on Apache and mod_perl. VultureNG proxy brings many security-related features, such as authentication (LDAP, SQL, SSL) and authentication forwarding (SSO), content filtering, flow encryption, URL rewriting, and load balancing.

<<less
Download (0.47MB)
Added: 2006-02-03 License: GPL (GNU General Public License) Price:
1358 downloads
Zmanim 1.1.1

Zmanim 1.1.1


Zmanim is a software package that computes zmanim. more>>
Zmanim project can computes zmanim, the times (according to Jewish law) by which an observant Jew must complete specific prayers.
The default branch is a console version for Linux, and the QT branch is a GUI version for Linux using the QT GUI libraries.
Enhancements:
- The sunrise and sunset were normalized correctly so that 24 hours dont get added to the results, while still being in GMT with the appropriate day in it.
- This fixes issues with DST starting a day earlier in March than it should under Bushs energy bill.
- putenv() is used instead of setenv() to let this compile on Solaris (and probably other Unix systems as well).
- The use of the Hebrew word "Netz" was corrected to "HaNetz".
<<less
Download (0.076MB)
Added: 2006-08-27 License: GPL (GNU General Public License) Price:
1163 downloads
TkDgen 1.1.1

TkDgen 1.1.1


TkDgen project is a Tcl/Tk GUI front-end to the DGen emulator. more>>
TkDgen project is a Tcl/Tk GUI front-end to the DGen emulator.

TkDgen is a Tcl/Tk GUI front-end for DGen, an emulator of the Genesis video game console. It displays a list of available ROMs, and it can display a game screenshot when a ROM is selected in the list.

It also helps you manage tips, graphic files, and hex codes for individual ROMs.

<<less
Download (MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1064 downloads
Universe Crimson 1.1.1

Universe Crimson 1.1.1


Universe Crimson is a red theme with some hubble images as the wallpaper, but i like it. more>>
Universe Crimson is a red theme with some hubble images as the wallpaper, but i like it.

This theme is great, works with every thing, w00t a dark theme that works!

<<less
Download (1.7MB)
Added: 2007-04-13 License: Artistic License Price:
927 downloads
ADeQuaTe 1.1.1

ADeQuaTe 1.1.1


ADeQuaTe is Alans Database Query Tool. more>>
ADeQuaTe is Alans Database Query Tool.

This program allows an end-user to perform complex database queries with just a few mouse clicks. The end-user does not need to know the structure of the data, or any sql;

This is handled when the administrator defines the criteria that the users utilize in running their queries; using the criteria editor (new for version 1.1). The user can drill-down through the data, and print it out in report format.

<<less
Download (0.57MB)
Added: 2006-03-03 License: GPL (GNU General Public License) Price:
1332 downloads
Peinture 1.1.1

Peinture 1.1.1


Peinture is a small arcade network game. more>>
Peinture project is a small arcade network game.
This game is based on a 3D display system which is portable, simple, and efficient.
The network protocol allows real time playing over a LAN or the Internet
Main features:
- Rectangular game area, n player in real time, each one a color.
- A player can paint squares with his color in order to dominate the ground.
- A player must avoid squares from other players colors.
- Several available game mode and objectives.
- simpe 3D display based on X11 (maximum compatibility)
- solo or network real time game
- coded in C++ with a minimum number of librairies
Enhancements:
- Added: background selection, new maps, many debugs (cut/paste, fonts, ..)
<<less
Download (0.15MB)
Added: 2006-12-08 License: GPL (GNU General Public License) Price:
1050 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5