Main > Free Download Search >

Free beta 2 software for linux

beta 2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6913
aSVERD Beta 2

aSVERD Beta 2


aSVERD project is a Scalable Vector Graphics Entity Relationship Diagram generator. more>>
aSVERD project is a Scalable Vector Graphics Entity Relationship Diagram generator. It is a tool that should be seen as part of a tool chain rather than a complete solution. What it does is read tables and relationships from a database and generate an SVG file containing the tables and links.
The motivation for creating this was than I have worked in many organisations that have databases with no ERDs and no tools for creating them. I finally got so fed up that I decided to do something about it and this is the result.
The way it is intended to work is that you point SVERD at your database and it creates an SVG file containing all tables and links between them. It DOES NOT attempt to create a fancy layout. it just puts the tables on the diagram in a grid. This can be viewed in a web browser (may need an SVG plug-in). You then use an SVG editor, such as GLIPSGraffiti to lay ou the tables. If you re-run SVERD on an exisitng output file it will not move the tables, therefore the diagram can be updated with out loosing your edits.
NOTE: the links between the tables are rendered using JavaScript, so that if you move the tables around in an editor, the links stay with them. The disadvantage of this is that the editor may not show the links while you are editing (this is the case with GLIPS).
If the table references are not defined in the database they can be supplied in a text file.
Usage
java -jar asverd.jar PropertiesFile
Or
java -jar asverd.jar -d driver -c connectionString -u user -p password [-o outputFile] [-q tableQuery] [-s schema] [-c catalog] [-r refs.txt]
e.g. sverd.TableLister -d com.mysql.jdbc.Driver -c jdbc:mysql://168.0.0.200:3306/DataBase1 -u fred -p secret
The properties file should contain
sverd.driver=databaseDriver
sverd.url=connectionString
sverd.user=username
sverd.password=password
sverd.outputFile=outputFile (optional - STDOUT used if not present)
sverd.tableQuery=query for table name - e.g. INV% (optional - all tables returned if not present)
sverd.schema=database schema (optional - leave out for DBs that do not use)
sverd.catalog=database catalog (optional - leave out for DBs that do not use)
sverd.references=refs.txt (optional - a file containing referecnes if these are not defined in the database. This file should be of the format TABLE [tablename] [foriegnKeyColName] REFERENCES [tablename] [primaryKeyColName] - I know flat text files are not trendy but this format is relatively easy to generate from either XML or SQL (via AWK, SED, PERL, etc)
Enhancements:
- This release fixes bugs with using the SVG in FireFox and adds JavaScript based zooming (click an entity to zoom). The jar contains source and class files
<<less
Download (0.024MB)
Added: 2007-01-19 License: GPL (GNU General Public License) Price:
1009 downloads
KNewz 0.1 Beta 2

KNewz 0.1 Beta 2


KNewz project is a binary newsgroup client for KDE4. more>>
KNewz project is a binary newsgroup client for KDE4. I wrote it because there is no one client out there that does what I want it to. Planned features include automatic PAR2 checking (via kpart, whee), automatic unpacking of downloaded files, System tray support (trivial I know), DBUS support, automatic queue save and restore upon shutdown/startup. Feel free to request more.
Enhancements:
- Development has been on hold for the summer vacation :) KDE Beta 1 has just come out however, so I made the code compatible with it. I hadnt been developing it lately since the KDE API was constantly in flux, and I got sick of adding new features only to have my code not compiling with the next SVN revision because the API had been changed. However, the API has been frozen now so Ill be developing this actively now again.
- The good news is that I have been using this exclusively to download my binaries, and I have found and fixed lot of bugs. A few remain though, and will be fixed for the 0.1 release. Queue saving and editing features will be introduced in the 0.2 release, and the connection code will be rewritten.
<<less
Download (0.090MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
871 downloads
Speex 1.2 Beta 2

Speex 1.2 Beta 2


Speex is an Open Source/Free Software patent-free audio compression format designed for speech. more>> <<less
Download (0.20MB)
Added: 2007-05-24 License: BSD License Price:
887 downloads
ASTPP 1.4 Beta 2

ASTPP 1.4 Beta 2


ASTPP is a billing solution for Asterisk. more>> <<less
Download (0.45MB)
Added: 2006-12-21 License: GPL (GNU General Public License) Price:
1046 downloads
Frenzy 1.1 Beta 2

Frenzy 1.1 Beta 2


Frenzy is a LiveCD based on FreeBSD. more>>
Frenzy is a "portable system administrator toolkit," LiveCD based on FreeBSD. Frenzy project generally contains software for hardware tests, file system check, security check and network setup and analysis.

After several months of delays and fundraising, the project has now announced the first beta release of the upcoming version 1.0. The new Frenzy is based on a pre-release version of FreeBSD 6.1, includes an improved hard disk installer, language options, an option to load the entire system into RAM disk, various methods to monitor disk activity, several new configuration tools, a new backup mechanism, an installer for USB storage devices, a stress testing utility, and many other updates.
<<less
Download (194.8MB)
Added: 2006-12-20 License: GPL (GNU General Public License) Price:
1041 downloads
Gateway 3.0 Beta 2

Gateway 3.0 Beta 2


Gateway is a JavaEE application developed by the Vermont Department of Taxes. more>>
Gateway is a JavaEE application developed by the Vermont Department of Taxes. It provides a web services framework for accepting Streamlined Sales Tax registrations and returns.

The project also includes a web interface for manually submitting transmissions. The goal is to build an extensible framework upon which future tax services can be built.

<<less
Download (7.8MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
830 downloads
Media-S 1.0 Beta 2

Media-S 1.0 Beta 2


Media-S is an open-source development project that aims to create an open Digital Rights interface. more>>
Media-S project is an open-source development project that aims to create an open Digital Rights interface for the creation, playback, and management of multimedia files.

Because of its open nature, Ogg Vorbis will be the first format to be protected by this initiative.
<<less
Download (0.10MB)
Added: 2006-08-22 License: GPL (GNU General Public License) Price:
1160 downloads
QTGZManager Beta 2

QTGZManager Beta 2


QTGZManager project is a simple TGZ management app designed to run on any slackware-based system. more>>
QTGZManager project is a simple TGZ management app designed to run on any slackware-based system.
Main features:
- Show packages available in the selected directory - each with an icon representing its status based on the installed version (if any)
- Show all packages installed in the system
- Show information for selected packages
- Provide a means to move a package to another directory (using drag and drop) as well as delete any package
- Create/remove directories
- Execute actions on packages: install, upgrade, downgrade and remove (using the slackware pkgtools) - with root access, but only when needed (using kdesu)
- And it is fast, thanks to being written in C++.
<<less
Download (3.5MB)
Added: 2007-05-18 License: GPL (GNU General Public License) Price:
890 downloads
i.Mage 1.00 Beta 2

i.Mage 1.00 Beta 2


i.Mage is a small and fast graphics editor slanted towards quite and easy pixel editing. more>>
i.Mage is a small and fast graphics editor slanted towards quite and easy pixel editing, ala DPaint from the DOS/Amiga days.
i.Mage project is not designed to compete with the other graphics programs out there, there are plenty that do a much better job than i.Mage.
However it starts in under a second and it does a lot of the mundane jobs of image editing quickly and without fuss.
Main features:
- Load/Save: Gif, Tiff, Jpg, Pcx, Bmp, Ico.
- 2 pane view, zoomed and 1:1.
- Downsampling/upsampling bit-depth, dithering, halftone, error diffusion.
- Resampling (smart resizing), cropping, rotating, offseting and flipping images.
- 8-bit palette editor: RGB/HLS ramps, colour cubes/stock palettes, reverse ramps, remapping.
- Clipboard support.
- Alpha blending.
- Basic linear/radial gradient fill.
- Undo que for most tools.
- Conversion of image to C/C++ code.
- Transparency support.
- Invert image.
- Convert to grayscale.
- Brightness/contrast adjust.
- Save/load/flip/rotate the current brush.
- Flood fill.
- Basic drawing primitives.
- Polyline editor.
- Text tool.
- Basic colour management via Little CMS, does RGBRGB on load/save to the internal colour space (sRGB), allows viewing of colour profile details.
Enhancements:
- Fixed the enable undo menuitem and the enable undo toolbar button being out of sync with each other.
- Fixed Bug #48: Undo doesnt work.
- Fixed the brush becoming part of the document when you say resize the image and the brush is still overlaid on the image.
<<less
Download (0.84MB)
Added: 2005-12-08 License: GPL (GNU General Public License) Price:
1460 downloads
GFreqlet 1.0 Beta 2

GFreqlet 1.0 Beta 2


GFreqlet is a GNOME applet for Linux that not only monitors CPU frequency scaling. more>>
GFreqlet is a GNOME applet for Linux that not only monitors CPU frequency scaling, but also allows the end user to change the frequency or governor with just a click.

It automatically detects which frequencies and governors your processor supports, so there is no configuration required. The applet itself is not run as root, nor required to modify to run with root ownership, but password prompts with gksudo if a super user action is required. GFreqlet is very straight forward and minimal.

This project is open source software, licensed under the GNU GPL (General Public License).

<<less
Download (0.009MB)
Added: 2007-03-11 License: GPL (GNU General Public License) Price:
963 downloads
ogre4j 1.4.3 Beta 2

ogre4j 1.4.3 Beta 2


ogre4j project enables the use of the OGRE (Object-Oriented Graphics Rendering Engine) libraries in Java applications. more>>
ogre4j project enables the use of the OGRE (Object-Oriented Graphics Rendering Engine) libraries in Java applications.

The first approach was made by Ivica Aracic aka bytelord (http://www.bytelords.de). Thanks to him for taking the first steps!
The last stable CVS version located at the OGRE SourceForge.net project page is based on his code but the new team is working on a complete new version that will be more powerful (hopefully).

To ease the pain for those who are using OGRE in C++ the usage of ogre4j will be straight forward. Every public interface of the OGRE library will be available through Java Native Interface (JNI) in the Java world.

<<less
Download (1.0MB)
Added: 2007-07-25 License: LGPL (GNU Lesser General Public License) Price:
823 downloads
LinuxMCE 1.1 Beta 2

LinuxMCE 1.1 Beta 2


LinuxMCE is a free, open source add-on to Ubuntu including a 10 UI, complete whole-house media solution with pvr + media. more>>
LinuxMCE is a free, open source add-on to Ubuntu including a 10 UI, complete whole-house media solution with pvr + distributed media, and the most advanced smarthome solution available. The project is stable, easy to use, and requires no knowledge of Linux and only basic computer skills.
Enhancements:
- LinuxMCE Version 1.1 for Kubuntu Feisty represents a significant change over 1.0. The code in LinuxMCE 1.0 was already quite stable, however, many users reported installation issues, too many scripts inherited from Pluto that took over the conf files, a kludgey integration with Ubuntu, and incomplete integration with MythTV. All these are addressed in the new 1.1.
<<less
Download (MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
870 downloads
JCards 6.0.0 Beta 2

JCards 6.0.0 Beta 2


JCards project is a free Java application designed to store and manage data in any format that the user defines. more>>
JCards project is a free Java application designed to store and manage data in any format that the user defines. Instead of having multiple applications to manage passwords, music databases, shopping lists, etc.
JCards allows the user to define a database that contains the fields they want and to customise it in many ways. This is all accomplished via an easy to use interface that requires no understanding of SQL or any other database jargon; in effect JCards is a front-end on to a flat-file database.
JCards was initially developed to run on a Sharp Zaurus SL-5x00 PDA, but will also run on any PocketPC PDA that has a JVM installed.
Main features:
- Define multiple databases
- Define the fields that you want
- Define categories (drop down lists)
- Counters
- Calculated fields
- Defaults
- Set fields to view in the list
- Encrypt your data using Blowfish
- Search on any field
- Sort on any field
- Import/export CSV files
- Date fields can be prepopulated with todays date
- Quick view of categories
<<less
Download (0.35MB)
Added: 2006-09-22 License: GPL (GNU General Public License) Price:
1127 downloads
FreeNAS 0.685 Beta 2

FreeNAS 0.685 Beta 2


FreeNAS is a free implementation of a minimal FreeBSD distribution. more>>
FreeNAS is a free implementation of a minimal FreeBSD distribution(for run it on a Compact Flash, CD-ROM or USB key) that provide NAS (Network-Attached Storage) services, supporting: CIFS, FTP, NFS protocols, with a Full WEB configuration interface.

The minimal FreeBSD distribution, Web interface,PHP scripts and documentations are based on M0n0wall.
<<less
Download (38.1MB)
Added: 2007-08-06 License: BSD License Price:
499 downloads
Annotatio 1.1 Beta 2

Annotatio 1.1 Beta 2


Annotatio provides an Annotea-compatible annotation system for Web pages and XML files. more>>
Annotatio provides an Annotea-compatible annotation system for Web pages and XML files.

It allows you to create and share annotations to various types of documents. Most people can use this program to save comments to HTML documents, but it also supports other types of annotations and XML-like documents.

In opposition to the current implementation of the W3C, Annotatio will save enhanced information of the annotations positioning within the document, which will allow positing the annotation even if the location or structure of the original document has changed.

In local mode, it will save all annotations locally, and in remote mode, it will save the annotations on a central Annotea-compatible server, such as Annotatio Server.

<<less
Download (2.0MB)
Added: 2007-02-16 License: BSD License Price:
980 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5