Main > Free Download Search >

Free sql uniform 1.8.1 software for linux

sql uniform 1.8.1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 941
SQL Uniform 1.8.1

SQL Uniform 1.8.1


SQL Uniform is a database client with a graphical user interface (GUI). more>>
SQL Uniform is a database client with a graphical user interface (GUI). The project is a helper application to relational databases of various types regarding query, maintenance, data comparison, export (convert), and import.
It supports any kind of database and database servers to which there is an ODBC or JDBC standard driver. It has been tested on the following databases: Access, Adabas D, DaffodilDB, dBASE, Excel, HSQL, IBM DB2, Interbase (Firebird), JDataStore, Linter (Relex), McKOI, Mimer, MSSQL, MySQL, Openlink Virtuoso, Oracle, Paradox, Pervasive (Btrive), Pointbase, PostgreSQL, Quadcap QED, Solid, SQLITE, Sybase, ThinkSQL, and Yard.
Enhancements:
- The data browse, SQL query, table design, administration, export, and SQL import windows are also parts of freeware mode.
<<less
Download (4.8MB)
Added: 2007-01-24 License: Freeware Price:
1019 downloads
Guile 1.8.1

Guile 1.8.1


Guile is a GNU extension language, an embeddable library implementation of Scheme. more>>
Guile is a library designed to help programmers create flexible applications. Using Guile in an application allows programmers to write plug-ins, or modules (there are many names, but the concept is essentially the same) and users to use them to have an application fit their needs.

There is a long list of proven applications that employ extension languages. Successful and long-lived examples in the free software world are GNU Emacs and The GIMP.

Very popular examples of extending server applications are the Apache projects Perl and PHP modules.

Extension languages allow users, programmers, and third-party developers to add features to a program without having to re-write the program as a whole, and it allows people extending a program to co-operate with each other, without having to expend any extra effort.

Guile is an interpreter for the Scheme programming language, packaged as a library which can be incorporated into your programs. Your users have full access to the interpreter, so Guile itself can be extended, based on the needs of the user. The result will be a scripting language tailored to your application.

Using Guile with your program makes it more usable. Users dont need to learn the plumbing of your application to customize it; they just need to understand Guile, and the access youve provided. They can easily trade and share features by downloading and creating scripts, instead of trading complex patches and recompiling their applications. They dont need to coordinate with you, or anyone else.
<<less
Download (3.5MB)
Added: 2006-10-08 License: GPL (GNU General Public License) Price:
1133 downloads
fwknop 1.8.1

fwknop 1.8.1


fwknop implements an authorization scheme that requires only a single encrypted packet to communicate various pieces of info. more>>
fwknop stands for the "FireWall KNock OPerator", and implements an authorization scheme based around Netfilter and libpcap that requires only a single encrypted packet in order to communicate various pieces of information including desired access through a Netfilter policy and/or complete commands to execute on the target system.
By using Netfilter to maintain a "default drop" stance, the main application of this program is to protect services such as OpenSSH with an additional layer of security in order to make the exploitation of vulnerabilities (both 0-day and unpatched code) much more difficult.
The authorization server passively monitors authorization packets via libcap and hence there is no "server" to which to connect in the traditional sense. Access to a protected service is only granted after a valid encrypted and non-replayed packet is monitored.
This method is similar to the Single Packet Authorization scheme proposed by Simple Nomad and the folks at NMRC
fwknop project was also the first tool to combine traditional encrypted port knocking with passive OS fingerprinting. This makes it possible to do things like only allow, say, Linux-2.4/2.6 systems to connect to your SSH daemon.
Enhancements:
- A bugfix to ensure that the "keep-state" directive is added to firewall rules on systems running the ipfw firewall.
- The --Save-packet and --Save-packet-file command line arguments have been added to the fwknop client.
- These options instruct fwknop to save a copy of an encrypted SPA packet before it is sent across the network.
- A bugfix to find the minimal unused ipfw rule number for ipfw firewalls.
- This fixes an issue where ipfw rules added by fwknopd could be inserted at the same position as rules from an existing ipfw policy.
<<less
Download (0.44MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
866 downloads
DL/SQL 1.0.1

DL/SQL 1.0.1


DL/SQL is a declarative programming language based on top of a SQL database. more>>
DL/SQL is declarative, turing-complete programming language based on top of SQL database. The main idea is to store both program and data in one SQL table and make all the computations in it.

The current version of interpreter written in PHP contains quasi-lazy evaluation and simple caching.

The syntax was inspired by LISP and bash. Sounds strange? For example,

(* (+ 2 4 (#FACT 4)) 3)


means (2 + 4 + fact(4)) * 3 where fact is user-defined function for factorial.

As youve probably noticed, DL/SQL has got prefix (polish) notation with compulsory bracketing. That means, in front any name of function there must be opening bracket and after last parameter of a function there must be closing bracket. With this rule its really easy to implement variable-length argument lists.

For real deployment its necessary to change the core according to your needs - some special constructions are always necessary. Fortunatelly the core is flexible and easily extendable. Right now DL/SQL uses MySQL as its backend. Therere only several calls to DB, changing them is work for few minutes so porting DL/SQL to lets say PostgreSQL is piece of cake.

Therere only two API calls:

rpn_init()

clears all the cached values (actually sets the counted bit to false).

rpn_eval($expression)

evaluates entered DL/SQL expression. For using DL/SQL interpreter its necessary to include file rpnparser.phtml in your project. For easy implementation I also advise you to include file include/setup.phtml which contains all the necassary stuff for connecting to database and setting the directories. Without this file, youll have to do all the things yourself!
<<less
Download (0.021MB)
Added: 2005-04-14 License: BSD License Price:
1655 downloads
absence 1.8.1

absence 1.8.1


absence is a calendar tool written in Perl for keeping track of people on a daily basis. more>>
absence is a calendar tool written in Perl for keeping track of people (but could be adapted for any other object) on a daily basis.

It is meant to replace that ubiquitous whiteboard in the office of the boss.

You know the one, where someone has used a permanent magic marker to mark a matrix, and vacations/training/etc. are marked with non-permanent markers as blocks.

absence is a CGI system, and has a resolution of one day.

It is not intended to be used for keeping appointments or any other activity that requires a finer resolution.

It generates an image for each month to be displayed using the GD library, and it can be configured to produce PNG or GIF (or even JPEG).

<<less
Download (0.066MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1146 downloads
mssqldump 1.0

mssqldump 1.0


mssqldump.php is a PHP script that dumps a Microsoft SQL Server database into a SQL script. more>>
mssqldump.php is a PHP script that dumps a Microsoft SQL Server database into a SQL script. The project can also dump a table into CSV format.

<<less
Download (0.003MB)
Added: 2006-12-06 License: GPL (GNU General Public License) Price:
620 downloads
Simplebackup 1.8.1

Simplebackup 1.8.1


Simplebackup is a cross-platform backup program. more>>
Simplebackup is a cross-platform backup program. Simplebackup project reads a configuration file, then it builds a compressed file for each of your backup directories or files on your backup list, and places the compressed files into another location.
For example, this location can be a network mapped drive in Windows, an NFS mounted drive in Unix, another hard disk, an FTP server, or a tape device (Unix only). This will duplicate your information, doing the so called "backup".
Main features:
- Support for several compressed formats (rar, zip, tar, tar.Z, tar.gz, tar.bz2).
- Support for three backup modes: Full ; Incremental and Differential.
- Creates separate backup file for each backup directory or file on the backup list.
- Can read the backup list from a separated text file.
- Support for lists of files to ignore, this will allow ignoring files of any type desired. For example backup all except mp3 and ogg files.
- Support for lists of files to ignore, this will allow ignoring files of any name desired. For example backup all except the files with the name my_boss.png, secret document.doc.
- Support for size limitation on the files to backup, example only backup files up to 1 Megabyte.
- Support for single directory orders by using a special file named [ simplebackup_rejection.txt ] that is placed inside any directory of the backup.
- Allows for the selection of the compression ratio, example, you can use this feature to disable the compression during the backup of a directory that contains mp3 files, since this barely compress at all.
- Can also backup into ftp servers, and is able to use a ftp proxy server (must be in open mode). This gives you the possibility to do backups into any point on the planet across the internet, all that is required is for the remote system to have a standard ftp server.
- Under unix operating systems it can backup into tape devices.
- Also related to tape devices, it can execute any command desired before and after writing to tape, example mt -t /dev/tape0 rewind.
- Works fully unattended, so you can easily program a at/cron job (unix) or task scheduler (windows).
- Automatic backup session management.
- Can manage backup sessions using a local database file.
- Can run a script/batch file/command before the backup, example, you can use this feature to shut-down the database and free the data files for backup.
- Can run a script/batch file/command after the backup, again a example, you can use this feature to bring the database back on-line.
- Can send backup reports by e-mail (using smtp mail servers only).
- Can export the backup reports into any external program(s) or command(s).
- Logs all operations into a file that can be consulted latter.
<<less
Download (2.0MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1222 downloads
SQL Admin 0.2.2

SQL Admin 0.2.2


SQL Admin is a Java client application to connect and send queries to different databases through JDBC. more>>
SQL Admin is a Java client application to connect and send queries to different databases through JDBC.
SQLAdmin uses the brand new SWT Toolkit. The main idea is to create a multiplatform and multidatabase thin client. For example, you can connect to an Microsoft SQL Server from a Linux machine, or connect to a PostgreSQL/Linux server from a Windows machine using the same application.
Main features:
- Based on the SWT Tookit. Java applications can use the native Toolkit with a platform independant API. For example, SQLAdmin uses GTK2 in Linux
- Lightweight : The application itself is small, and the SWT provides a nice gui with a very small footprint
- Abstract JDBC driver backend. User should configure only basic parameters like server, port, and login without the need to know about Class names or JDBC URLs
- Graphical view of connections and database metadata such as schemas, tables and fields
- Multiple query execution. Also supports embedded comments on SQL Text
- Log window to view system messages and query results
- Table structure view
- Fast table rows view
<<less
Download (0.087MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1192 downloads
Mimer SQL Engine for liunx 9.3.8

Mimer SQL Engine for liunx 9.3.8


This article describes some of the highlights introduced in Mimer SQL Engine 9. As always, we have a mission to constantly improve performance and to keep up with the latest in database more>> This article describes some of the highlights introduced in Mimer SQL Engine 9. As always, we have a mission to constantly improve performance and to keep up with the latest in database standardization.
Binary and Character Large Objects (BLOBs/CLOBs/NCLOBs)
Mimer SQL Engine 9 has an efficient implementation of the SQL-99 data types BINARY LARGE OBJECT (BLOB) and CHARACTER LARGE OBJECT (CLOB). The data type NATIONAL CHARACTER LARGE OBJECT (NCLOB) was introduced in Mimer SQL 9.2. NCLOB is a data type where Unicode character data can be stored in standardized format, thus enabling a true portability between different platforms (e.g. in a client/server application with a heterogeneous client environment, for example, both Linux and Windows clients). All BLOBs, CLOBs and NCLOBs are stored in the Mimer SQL Engine database and are included in the same transaction control, access control and backup/restore system as more traditional business data.
The maximum size of a BLOB/CLOB/NCLOB is in practice unlimited (the only limitation is the maximum table size in Mimer SQL Engine; 8 TBytes!).
Mimer SQL Engine implements several functions for optimising the performance for insert, select, update, and delete of BLOBs/CLOBs/NCLOBs. When retrieving a BLOB/CLOB/NCLOB over a network, the large object is transferred directly from Mimer SQL Engines communication buffers to the application requesting the BLOB/CLOB/NCLOB without any intermediate temporary storage.
When large objects are accessed from Mimer SQL Engine, the objects are split into packages optimised for best possible performance e.g. over a network. The objects are also accessed asynchronously; the application can read the first packages of the BLOB/CLOB/NCLOB while Mimer SQL Engine delivers the rest of the object.
<<less
Download (36.60MB)
Added: 2009-04-20 License: Freeware Price: Free
186 downloads
Oyez 0.1.8.1

Oyez 0.1.8.1


Oyez is a portable, standalone streaming audio server written in Python. more>>
Oyez is a portable, standalone streaming audio server written in Python. Oyez is a standalone server capable of playing playlists of Vorbis or MP3, or of accepting input from an external encoder such as Oggenc or Lame.

<<less
Download (0.052MB)
Added: 2006-09-12 License: GPL (GNU General Public License) Price:
1139 downloads
Herrie 1.8.1

Herrie 1.8.1


Herrie is a command line music player. more>>
Herrie is a command line music player. It has a split-screen file manager and playlist interface and supports a number of file formats (MP3, Ogg Vorbis, wave, FLAC, etc).

Herrie also has some nice features, including a chroot() function for untrusted setups (remote logins, parties, etc). AudioScrobbler is also implemented using Curl.

<<less
Download (0.048MB)
Added: 2007-07-10 License: BSD License Price:
840 downloads
SLAX KillBill Edition 5.1.8.1

SLAX KillBill Edition 5.1.8.1


SLAX KB is a pocket operating system with the ability to run many Windows applications natively in Linux. more>>
SLAX KB is a pocket operating system with the ability to run many Windows applications natively in Linux. It contains wine, dosbox and qemu.
Some people prefer modified versions of SLAX, designed to provide some extra functionality. Even if SLAX is modular and allows people to extend it easily, Im releasing these special modifications to help beginners use.
SLAX is a small bootable CD containing the Linux operating system. SLAX KillBill Edition runs Linux directly from the CD (or USB) without installing.
The Live CD described here is based on the Slackware Linux distribution and is downloadable from this website as an ISO image. All scripts and source code are available and can be used to build your own Live CD.
Enhancements:
- fixed smb-kioslave in KDE so user can browse local windows shares
- this fix is also available as a separate module
<<less
Download (204MB)
Added: 2006-11-26 License: GPL (GNU General Public License) Price:
1109 downloads
Lin-setibuf Modules 1.8.1

Lin-setibuf Modules 1.8.1


Lin-setibuf Modules are a set of Perl modules for manipulating both the SETI@Home client files, and the SETI@Home text client. more>>
Lin-setibuf Modules are a set of Perl modules for manipulating both the SETI@Home client files, and the SETI@Home text client.
SETI::Monitor offers an intuitive interface to stats retrieval, and manipulation via a Perl program. SETI::Client gives the Perl programmer a high-level layer for control of the SETI@Home client.
Enhancements:
- Bug fixed in the Do_Loop sub (thaks to beatrice).
- Added Glin-setibuf in the contrib/ directory. Glin-setibuf is a graphical tool (written in Perl/GTK) that checks the stack status. See README.contrib for more details, and glin-setibufs help for its command line options.
- Resyncd with SETI 0.44 - history file changed, so there could be warnings from Perl, complaining about a null concatenation; to avoid them, you may backup the old history file, create a new history and then diff back the old stats.
- Bug fixed in the `PushStack sub - now adding units to the stack works again.
- Main PID file is saved only when elaboration starts (because you may want to launch download when still elaborating).
<<less
Download (0.050MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1081 downloads
BurgerSpace 1.8.1

BurgerSpace 1.8.1


BurgerSpace project is a clone of the BurgerTime video game. more>>
BurgerSpace project is a clone of the BurgerTime video game.

BurgerSpace is a game in which you are a chef, and must walk over hamburger ingredients (buns, meat, and lettuce) to make them fall from floor to floor, until they end up on the plates at the bottom of the screen.

It requires the SDL multimedia library. It is a clone of the 1982 BurgerTime video game by Bally Midway.

<<less
Download (0.14MB)
Added: 2006-12-06 License: GPL (GNU General Public License) Price:
1061 downloads
G.O.SQL 1.01b

G.O.SQL 1.01b


G.O.SQL is a Web-based data management tool for Oracle. more>>
G.O.SQL is a Web-based data management tool for Oracle. Currently, the project supports 7 schemas objects: table, view, index, sequence, function, procedure, and synonym.
<<less
Download (0.35MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
880 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5