Main > Free Download Search >

Free refills for reason software for linux

refills for reason

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1171
Netautor Professional 5.3.1

Netautor Professional 5.3.1


Netautor Professional webapplication is an Application Server with integrated Development Environment. more>>
Netautor Professional webapplication is an Application Server with integrated Development Environment.
The provided framework assists the developer with the programming of databased Web Applications.
The excellence of Netautor Professional is it`s wide functional range and the for this reason high flexibility. All demands on the Intra- or Intranet are realizable.
Netautor Professional is based on the Scripting Language PHP and can be used on numerous common platforms. It is licensed under the GPL.
Enhancements:
- Check user password via LDAP server
- "Pretty printing" on the source code continues ...
- Some minor fixes
- Define a target charset in functions like NPF_GETVAL.
<<less
Download (MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1139 downloads
File::LockDir 0.01

File::LockDir 0.01


File::LockDir is a Perl basic filename-level lock utility. more>>
File::LockDir is a Perl basic filename-level lock utility.

SYNOPSIS

use File::LockDir;

INTERFACE

new

Initializes the class. Returns the singleton object.

nflock($file, $nap_till, $locker, $lockhost)

Locks the supplied filename. Only $file is required.

$file is the file to be locked; $nap_till is the total amount of time to wait before giving up; $locker is a name identifying the locker; $lockhost is the host requesting the lock.

nunflock($file)

Unlocks the supplied file.

nlock_state($file)

Checks the state of the lock for the supplied file. Returns a list: the first item is true if the file is unlocked, and false if not; the second item is undef if the file is unlocked, and the identity (name and host) is it is locked.

DIAGNOSTICS

%s already locked

Seen when youve already locked the requested pathname. Informational only.

No pathname to be locked

You didnt supply a pathname to be locked to nflock. Fatal.

cant write to directory of %s

The directory where the file resides cant be written, so the lockfile cant be created.

cant get %s: %s

The named lock cant be gotten: the reason is supplied. Failure occurs after ten tries to get the lock.

%s %s[%s]: lock on %s held by %s

The lock on the specified file is help by the noted locker. Informatory message, printed only when debugging is on.

close failed for %s: %s

The file containing the lock information couldnt be closed for the reason shown.

releasing lock on %s

Debug message; notes that the lock on the specified file was successfully released.

<<less
Download (0.006MB)
Added: 2007-01-22 License: Perl Artistic License Price:
712 downloads
JooTemplateFiller 0.1

JooTemplateFiller 0.1


JooTemplateFiller is a free library that creates reports from a OpenOffice 2.0 writer template. more>>
JooTemplateFiller is a free library that creates reports from a OpenOffice 2.0 writer template and data given by your java application.

Unlike other libraries, it does NOT require OpenOffice to accomplish its task, this is the reason why I choose to write one on my own.

JooTemplateFiller can be used as a standalone program too.

Templates are simple OpenOffice writer files, with fields to be filled named like ${FIELD NAME}
<<less
Download (0.65MB)
Added: 2006-07-03 License: GPL (GNU General Public License) Price:
1208 downloads
Huawei e220 rc 2 installer for linux rc 2

Huawei e220 rc 2 installer for linux rc 2


solution for trouble in configuration of Huawei E220 modem on linux. more>> Hi.. I made this after I made many research for Huawei modem E220. Better try it. It is easy and save a time. A reason why I develope this installer is to make solution for trouble in configuration of Huawei E220 modem on linux. Read at read me. Execute this tar.gz file first. This is my first post to linuxers. Hope this stuff could solve your problems. The easiest way is to save our time to get connecting on internet. Get the stuff at here:
Huawei E220 on Ubuntu, pclos 2007, pclos 2008, Linux Mint 4.0 Daryna and mandriva.
How to install??
Extract file
cd to the directory
make
make install
Thats all. This is built only for Pclinuxos and mandriva. Dont use my e220rc1 or he220rc2. This installer is final release for mandriva and pclinuxos. Its stable.
Huawei E220 Installer For Linux, Mint, Ubuntu, Mandriva, Pclinuxos, Opensuse, Fedora etc
<<less
Download (400kb)
Added: 2009-04-18 License: Freeware Price: Free
188 downloads
Photo Directory 0.7.6 Beta

Photo Directory 0.7.6 Beta


PhotoDirectory project is a cross platform (Java) application to organize digital images. more>>
PhotoDirectory project is a cross platform (Java) application to organize digital images. Great effort has been given to keeping these pictures in an order accessible without the need for any organization software - no databases are required.
PhotoDirectory was written using Java version 1.5 (commonly called 5.0 for some reason or another). You cannot run it on anything less than this. Depending on your system, you may need to explicitly state which Java VM to use. If you use Macintosh OS X, I include an application package that does everything for you. If you dont use OS X, now is a great time to try.
Main features:
- Multithreaded IO intensive operations
- Functional menus (Import, Move, etc)
- Quick Searching for pictures within the library
- Details view with zoom
- Edit images in external application (currently just for OS X - uses /Applications/GraphicConverter, but soon will be a user configurable option)
<<less
Download (1.4MB)
Added: 2006-03-27 License: GPL (GNU General Public License) Price:
1308 downloads
Powerbox for Gtk 1.15

Powerbox for Gtk 1.15


Powerbox for Gtk is a patch to Gtk which replaces its GtkFileChooserDialog. more>>
Powerbox for Gtk is a patch to Gtk which replaces its GtkFileChooserDialog
Powerbox is a normal file chooser dialog box, except that it dynamically grants the application the right to access the file that the user picks.
This helps provide security because the application can be run without needing access to all the users files. Powerbox-for-Gtk patches Gtk to replace GtkFileChooserDialog with a powerbox.
It is based on Plash, which provides a restricted execution environment on Linux.
Enhancements:
- Add gtk-powerbox.c: an LD_PRELOADed patch to Gtk to replace the GtkFileChooserDialog interface so that it calls Plashs powerbox.
- Rename "plash" executable to "pola-shell".
- fs-operations.c: Add log method. Add an "end" log message when the fs_op object is dropped.
- gettextization
- make.sh: Add "-Wl,-z,relro" when linking ld.so. Fixes obscure problem when dlopen()ing libraries that might require an executable stack.
- Intercept getsockname() so that it returns the correct pathname for Unix domain sockets. Extended the g_fds array in libc so that it can contain these pathnames. It is now an array of "struct libc_fd"s, rather than an array of "cap_t"s. libc-fds.h: New file. libc-misc.c: Introduced fds_resize(), fds_slot_clear(). Changed open(), close(), dup2(), etc. libc-connect.c: Add getsockname() and change connect() and bind().
- Reason: I discovered that gconfd2 (or possibly Orbit) was relying on getsockname() returning the pathname that it earlier passed to bind(). This meant that Gnumeric was unable to spawn a gconf process itself, and it produced loads of errors.
- fs-operations.c, libc-misc.c: Fixed fstat() to return the correct information on directory FDs. Added the fsop_dir_fstat method to implement this.
- build-fs-dynamic.c: Implement link() and rename() methods. This is needed for when GNOME and KDE apps hard link files inside $HOME.
- filesysobj-real.c: Changes to allow rename and hard link calls of the form rename("dir/foo1", "dir/foo2") to work.
- The problem: The real_dir_rename and real_dir_link methods only work in the same-directory case; their test was a pointer comparison on real_dir objects. However, resolving a directory pathname like "dir" always returns a new real_dir object. This meant that the rename() call wouldnt work when you use full pathnames.
- This was causing some failures. eg. Konqueror wouldnt start: some code relied on creating "$HOME/.ICEauthority-l" as a hard link to "$HOME/.ICEauthority-c".
- The partial solution: Change the same-directory check to compare inode and device number of directory, after trying a pointer comparison.
<<less
Download (1.3MB)
Added: 2005-12-13 License: LGPL (GNU Lesser General Public License) Price:
1410 downloads
Classfile Reader & Writer

Classfile Reader & Writer


Classfile Reader & Writer is a package for reading and writing Java .class files. more>>
This package makes it easy to read and write java classfiles. It doesnt, however, provide any help with displaying the contents of a classfile to the user (unless you count debug output), or disassembling the bytecodes.

This code snippet will read in a classfile and write it back out to a different file.

InputStream is = new FileInputStream("Foo.class");
OutputStream os = new FileOutputStream("FooCopy.class");
ClassInfo classInfo = new ClassInfo();
new ClassFileReader().read(is, classInfo);
classInfo.setName("FooCopy"); // Java requires the class name to match the file name
new ClassFileWriter().write(classInfo, os);
is.close();os.close();

The package can read "obfuscated" classfiles, like those generated by Crema, but it cant write them. Obfuscated classfiles have invalid data in them and the only reason they work is because most VMs ignore the data thats invalid (attributes like SourceFile, LineNumberTable, and LocalVariableTable). If a ClassFileReader encounters invalid data, it just ignores it.
<<less
Download (0.056MB)
Added: 2005-04-22 License: Public Domain Price:
1651 downloads
Reason for Nessus 0.5.1

Reason for Nessus 0.5.1


Reason for Nessus is a client for Nessus and Nessus compatible servers. more>>
Reason is an application/network security scanner client for Nessus and Nessus compatible (OpenVAS etc.) servers.

In addition to an improved user interface, it provides complete session management, templates, and report generation using XSLT.

It is cross-platform, with platform specific releases available for Linux, Mac, and Windows, written in Java using SWT for a native experience, and it is open-source.

<<less
Download (0.43MB)
Added: 2006-03-13 License: Artistic License Price:
1326 downloads
Horgand 1.09

Horgand 1.09


Horgand is a jack capable organ client with presets and some effects incorporated. more>>
Horgand is a jack capable organ client with presets and some effects incorporated.

Horgand generates the sound in real time like a FM synthesizer. Due this, you can change the frequency of all the drawars and add some special effects.

This is my fist DSP program attempt, my first jack client, and my first attempt to produce any sound, and im not programmer. THIS PROGRAM COMES WITH NO WARRANTY, and sure have tones of bugs.

Horgand is a organ ... generates sound like a FM sinthesizer in real time, good reason for use a fast computer, there are many others programs who emulate a organ and sure their sound is better, but i program what i need, and just for fun.

You can modify the frequency of all "drawars" and use the "effects".

Im not a DSP "guru" and belive me, i will never be. Sure Horgand has many "noises", but ... i remember old organs ... they have many "noises" too.

<<less
Download (2.3MB)
Added: 2007-08-05 License: GPL (GNU General Public License) Price:
811 downloads
QmailLDAP/Controls 20060403b

QmailLDAP/Controls 20060403b


QmailLDAP/Controls stores control information for Qmail in an LDAP database instead of files. more>>
QmailLDAP/Controls stores control information for Qmail in an LDAP database instead of files. QmailLDAP/Controls program requires the Qmail-LDAP patch.

The main reason for this patch was having a centralised configuration of qmail. My point was to have relativly unexperienced qmail/unix personnel in my organisation to do the trivial configuration stuff such as adding domains to the locals and rcpthosts files. This can quite easily made even by a sales-person like Stef.

Using a simple webinterface and spending some thoughts when setting up multiple qmail servers (either as a cluster, or standalones), you can have all the configuration in one place (under the same Control DN in the LDAP database), thus making it harder for the unexperienced people to forget a host when modifying system-wide information.

<<less
Download (0.038MB)
Added: 2006-04-03 License: GPL (GNU General Public License) Price:
1308 downloads
MQSeries 1.25

MQSeries 1.25


MQSeries is a Perl extension for MQSeries support. more>>
MQSeries is a Perl extension for MQSeries support.

SYNOPSIS

There are two interfaces provided by the MQSeries modules. The first is a straight forward mapping to all of the individual MQI calls, and the second is a value-added, OO interface, which provides a simpler interface to a subset of the full MQI functionality.

The straight MQI mapping is:

use MQSeries;

$Hconn = MQCONN($Name,$CompCode,$Reason);
MQDISC($Hconn,$CompCode,$Reason);

$Hobj = MQOPEN($Hconn,$ObjDesc,$Options,$CompCode,$Reason);
MQCLOSE($Hconn,$Hobj,$Options,$CompCode,$Reason);

MQBACK($Hconn,$CompCode,$Reason);
MQCMIT($Hconn,$CompCode,$Reason);

$Buffer = MQGET($Hconn,$Hobj,$MsgDesc,$GetMsgOpts,$BufferLength,$CompCode,$Reason);

MQPUT($Hconn,$Hobj,$MsgDesc,%PutMsgOpts,$Msg,$CompCode,$Reason);

MQPUT1($Hconn,$ObjDesc,$MsgDesc,$PutMsgOpts,$Msg,$CompCode,$Reason);

($Attr1,...) = MQINQ($Hconn,$Hobj,$CompCode,$Reason,$Selector1,...);
MQSET($Hconn,$Hobj,$CompCode,$Reason,$Selector1,$Attr1,...);

If the perl5 API is compiled with the version 5 headers and libraries, then the following MQI calls are also available:

MQBEGIN($Hconn,$BeginOpts,$CompCode,$Reason);
$Hconn = MQCONNX($Name,$ConnectOpts,$CompCode,$Reason);

There are also some additional utility routines provided which are not part of the MQI, but specific to the perl5 API:

($ReasonText,$ReasonMacro) = MQReasonToStrings($Reason);
($ReasonText) = MQReasonToText($Reason);
($ReasonMacro) = MQReasonToMacro($Reason);

The OO interface is provided in several optional modules. Three of these make up the core OO interface:

MQSeries::QueueManager
MQSeries::Queue
MQSeries::Message

There are several subclasses of MQSeries::Message which handle special message formats:

MQSeries::Message::Storable
MQSeries::Message::Event
MQSeries::Message::PCF
MQSeries::Message::DeadLetter

There is also a module which provides an interface to the command server PCF messages for MQSeries administration:

MQSeries::Command

There are two sets of classes that help you follow (tail -f style) and parse the two kinds of log-files written by MQSeries: the FDC files and the error-logs. These classes allow you to write a log monitoring daemon that feeds into syslog or your system management tools.

MQSeries::ErrorLog::Tail
MQSeries::ErrorLog::Parser
MQSeries::ErrorLog::Entry
MQSeries::FDC::Tail
MQSeries::FDC::Parser
MQSeries::FDC::Entry

There is a set of classes that parses configuration and authority files (/var/mqm/mqs.ini, /var/mqm/qmgrs/*/qm.ini, /var/mqm/qmgrs/*/auth/*/*).

MQSeries::Config::Authority
MQSeries::Config::Machine
MQSeries::Config::QMgr

Some internal helper functions are stored in the module:

MQSeries::Utils

See the documentation for each of these individual modules for more information.

<<less
Download (0.31MB)
Added: 2007-05-24 License: Perl Artistic License Price:
888 downloads
Anthill 0.3.0

Anthill 0.3.0


Anthill is bug tracking system written in PHP. more>>
Anthill is a PHP-based bug tracking system. It is no longer in active development. Because it is released under the GPL license, you may download and modify the code to your hearts content.

Anthill will not be developed by myself anytime in the near future. As a result, the demo and bug reporting facilities have been shut down and all that is available is for you to download the code. As well, the mailing lists have been shut down as well.

Because Anthill is no longer in active development, there will be no further releases, neither bugfix nor (if it were warranted) security fixes. For that reason, unless you intend to develop Anthill on your own and/or have some skills in PHP code, you may wish to find an alternative tracker.

<<less
Download (0.54MB)
Added: 2005-04-22 License: GPL (GNU General Public License) Price:
1645 downloads
EvRouter 0.3.2

EvRouter 0.3.2


EvRouter reads events from the Linux input layer, and acts on them according to a user-specified set of rules. more>>
EvRouter reads events from the Linux input layer, and acts on them according to a user-specified set of rules. Currently, EvRouter can map events to X11 key and button presses, XMMS commands, and it can also run shell commands.

EvRouter is intended to help legacy applications understand modern events such as mouse wheel movement and special keys on keyboards.

EvRouter also offers hotkey-like functions, and can help existing modern applications deal with events that, for one reason or another, X11 is unaware of (as long as they are accessible through a Linux event device).
<<less
Download (0.024MB)
Added: 2006-05-12 License: GPL (GNU General Public License) Price:
1261 downloads
GSpeakers 0.11

GSpeakers 0.11


GSpeakers is a loudspeaker design program designed for the Gnome desktop. more>>
GSpeakers is a loudspeaker design program designed for the Gnome desktop.

GSpeakers is built using the Gtkmm libraries (C++ wrapper for the Gtk+ libraries http://gtkmm.sf.net).

The reason I started to work on this program was that I could not find any other Gtk/Gnome based loudspeaker design program. The question I had to ask myself was: How can I make it easier to design loudspeakers?

GSpeakers aims to be easy to use but still powerful enough ful the experienced loudspeaker designer.

<<less
Download (0.53MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1570 downloads
Super AJAX Programming Seed 1.0

Super AJAX Programming Seed 1.0


Super AJAX Programming Seed is a little program that illustrates a simple implementation of AJAX technology. more>>
AJAX is all the rage these days, and for a good reason. With AJAX, you can create web applications with nearly the same functionality as your desktop programs. Super AJAX Programming Seed project is a tight script that illustrates a simple use of AJAX technology using PHP, HTML and JavaScript.
Main features:
- Super AJAX Programming Seed is easy to install. Just upload the files to your server and youre good to go.
- Super simple code makes it easy to start using AJAX in your own applications.
- Comes with a working exaple of AJAX so you can get started right away.
- Use Super AJAX Programming Seed as a starter for your own technology, or offer it as an example on your own web site of AJAX in action.
<<less
Download (0.004MB)
Added: 2006-02-27 License: Freeware Price:
1338 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5