Main > Free Download Search >

Free freespace 3 software for linux

freespace 3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3723
cx_Freeze 3.0.3

cx_Freeze 3.0.3


cx_Freeze is a set of utilities for freezing Python scripts into executables. more>>
cx_Freeze module is a set of utilities that can freeze Python scripts into executables in a cross platform way, using many of the techniques found in Thomas Hellers py2exe, Gordon McMillans Installer, and the Freeze utility that ships with Python itself.
Why did I go to the trouble of creating another set of utilities when these three utilities already existed? The Freeze utility that comes with Python itself requires a source distribution, a C compiler and linker which makes for a complex environment for creating executables. In addition, this method is very slow for creating executables as compared to the other methods. py2exe is intended for development on Windows only and cx_Freeze is intended for cross platform development. Installer uses an import hook which means that the development environment and runtime environment are considerably different.
How does it work? A base executable is created which contains code for unpacking the list of frozen modules, starting up the Python interpreter and passing control to the script which is being frozen. When a script is frozen, the script is searched for all references to modules and these modules are then byte compiled and written to the end of the base executable. If the modules that are referenced are extensions written in C, these modules must be included in the path in which the frozen executable is deployed.
Installation:
Extract the archive into a directory. In order to build cx_Freeze you need to have gcc and Python development include files and libraries available. Run the following commands.
python MakeFrozenBases.py
python FreezePython.py --no-copy-deps FreezePython.py
When these commands have completed successfully, the directory will be in the same state as a binary installation. Note that on Windows these scripts assume the presence of a mingw32 installation which can be acquired from http://www.mingw.org.
Enhancements:
- In Common.c, used MAXPATHLEN defined in the Python OS independent include file rather than the PATH_MAX define which is OS dependent and is not available on IRIX as noted by Andrew Jones.
- In the initscript ConsoleSetLibPath.py, added lines from initscript Console.py that should have been there since the only difference between that script and this one is the automatic re-execution of the executable.
- Added an explicit "import encodings" to the initscripts in order to handle Unicode encodings a little better. Thanks to Ralf Schmitt for pointing out the problem and its solution.
- Generated a meaningful name for the extension loader script so that it is clear which particular extension module is being loaded when an exception is being raised.
- In MakeFrozenBases.py, use distutils to figure out a few more platform-dependent linker flags as suggested by Ralf Schmitt.
<<less
Download (0.015MB)
Added: 2006-07-21 License: Python License Price:
1200 downloads
nrsTable 0.3.3

nrsTable 0.3.3


nrsTable is a JavaScript script that will allow a developer to create HTML tables from arrays. more>>
nrsTable library is a JavaScript script that will allow a developer to create HTML tables from arrays.
The tables can be automatically sorted simply by clicking on the heading. A lot of customization can be done for the tables, such as colors, pages, captions, and more.
The following are some examples of how nrsTable can be used to make dynamic tables. Now, I have already entered the script declaration, which looks like:
< script type="JavaScript" src="nrs_table.js" >< /script >
In the head of this page. Now we can create different examples. Note that each table must have its own, unique id in order for this to work.
Ill also be using the same dummy data for all the tables, since I dont feel like writting more than one example.
The dummy data will look like this:
< script language="JavaScript" src="nrsTable.js" >
var header = new Array("First Name", "Last Name", "Income", "Date Hired");
var data = new Array( new Array ( "Joseph", "Smith", "$35,000", "2000"),
new Array ( "Aaron", "Zelzet", "$45,000", "1997"),
new Array ( "Michael", "Doe", "$55,000", "1965"),
new Array ( "Cindy", "Perez", "$44,345", "2004"),
new Array ( "Robert", "Williams", "$48,234", "1990"),
new Array ( "William", "Cohen", "$12,234", "2005"),
new Array ( "David", "Gross", "$34,563", "1998"),
new Array ( "Linda", "Mendez", "$46,975", "1988"),
new Array ( "Karen", "Anderson", "$124,345", "1978"),
new Array ( "Veronica", "OReiley", "$89,034", "1968")
);
< /script >
Enhancements:
- A small bug that would skip displaying a row at the beginning of a table was fixed.
- This was only the case in IE.
<<less
Download (0.031MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1346 downloads
PyWireless 3.3

PyWireless 3.3


PyWireless is a basic wireless connection monitor with DCOP support. more>>
PyWireless is a basic wireless connection monitor with DCOP support.
This is written because:
- KWifiManager seems like disaster (sorry guys!),
- Karamba eats my CPU,
- And there is no (or i cant find) KDE integrated wifi monitor tool
Enhancements:
- Program crashes at Shutdown problem solved.
<<less
Download (0.039MB)
Added: 2006-11-26 License: GPL (GNU General Public License) Price:
1065 downloads
Siteframe 3.2.3

Siteframe 3.2.3


Siteframe consists of a lightweight content-management system designed for the rapid deployment of community-based websites. more>>
Siteframe consists of a lightweight content-management system designed for the rapid deployment of community-based websites.

Siteframe™ is a lightweight content-management system designed for the rapid deployment of community-based websites. With Siteframe, a group of users can share stories and photographs, create blogs, send email to one another, and participate in group activities. Siteframe enables this by providing web-based content management so that anyone can create content without needing to learn HTML.

<<less
Download (0.66MB)
Added: 2007-04-25 License: Common Public License Price:
545 downloads
Eclipse 3.3

Eclipse 3.3


Eclipse is a kind of universal tool platform - an open extensible IDE for anything and nothing in particular. more>>
Eclipse project is an open source community whose projects are focused on providing an extensible development platform and application frameworks for building software.

Eclipse provides extensible tools and frameworks that span the software development lifecycle, including support for modeling, language development environments for Java, C/C++ and others, testing and performance, business intelligence, rich client applications and embedded development.

A large, vibrant ecosystem of major technology vendors, innovative start-ups, universities and research institutions and individuals extend, complement and support the Eclipse Platform

<<less
Download (MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
563 downloads
Sashenka 3.3

Sashenka 3.3


Sashenka is aJ2EE Servlet container and framework for IRC bots and clients. more>>
Sashenka is aJ2EE Servlet container and framework for IRC bots and clients.

Much of it is incomplete and it only handles basic incoming and outgoing messages but it is enough to build trivial bots with.

Bots are written as Servlets following the
Sun J2EE servlet model which are loaded by the container.

The container dispatches messages to and through the modules so that they may respond (if they so wish).

You could even build a functional IRC client with the utility classes in sashenka but there are enough of those out there already so I dont recommend that you try.

What sashenka does offer is an object oriented framework for managing IRC traffic. My only use for it is the bot framework built on top of the IRC framework.

The distro comes with the j2ee.jar from the 1.2.1 j2ee sdk. I include this for convenience, if you have the j2eesdk I encourage you to use your own copy as mine may not jive with your runtime.

<<less
Download (0.13MB)
Added: 2006-09-14 License: GPL (GNU General Public License) Price:
1137 downloads
EmPy 3.3

EmPy 3.3


EmPy is a templating system in Python. more>>
EmPy is a system for embedding Python expressions and statements in template text; it takes an EmPy source file, processes it, and produces output.

This is accomplished via expansions, which are special signals to the EmPy system and are set off by a special prefix (by default the at sign, @). EmPy can expand arbitrary Python expressions and statements in this way, as well as a variety of special forms.

Textual data not explicitly delimited in this way is sent unaffected to the output, allowing Python to be used in effect as a markup language. Also supported are callbacks via hooks, recording and playback via diversions, and dynamic, chainable filters. The system is highly configurable via command line options and embedded commands.

Expressions are embedded in text with the @(...) notation; variations include conditional expressions with @(...?...!...) and the ability to handle thrown exceptions with @(...$...). As a shortcut, simple variables and expressions can be abbreviated as @variable, @object.attribute, @function(arguments), @sequence [index], and combinations.

Full-fledged statements are embedded with @{...}. Control flow in terms of conditional or repeated expansion is available with @[...]. A @ followed by a whitespace character (including a newline) expands to nothing, allowing string concatenations and line continuations.

Comments are indicated with @# and consume the rest of the line, up to and including the trailing newline. @% indicate "significators," which are special forms of variable assignment intended to specify per-file identification information in a format which is easy to parse externally.

Context name and line number changes can be done with @? and @! respectively. @ markups are customizeable by the user and can be used for any desired purpose. Escape sequences analogous to those in C can be specified with @..., and finally a @@ sequence expands to a single literal at sign.

<<less
Download (0.13MB)
Added: 2005-04-13 License: LGPL (GNU Lesser General Public License) Price:
1654 downloads
BarracudaDrive 3.3

BarracudaDrive 3.3


BarracudaDrive is a multi-user secure web based file manager with no need for FTP access. more>>
BarracudaDrive project is a multi-user secure web based file manager with no need for FTP access.
With BarracudaDrive, you can securely upload, download, and manage your files on your home computer from anywhere in the world. BarracudaDrive also bypasses firewalls and proxies since the communication protocol is HTTPS. The communication is protected by using SSL so no one can eavesdrop on your file transfer.
For example, if you have a high speed internet connection at home, you can use the BarracudaDrive web file manager to securely copy files to and from your home computer from any remote computer that has internet access. Remotely operating the BarracudaDrive web file manager is easier if you have a static IP address, or you use a service such as No-IP. BarracudaDrive comes with an integrated 1024-bits SSL certificate.
Usage:
BarracudaDrive attempts to open a server socket on port 80 and 443. If the ports cannot be opened, BarracudaDrive attempts to open ports in the ranges 8080 to 8100 and 8443 to 8500. You must make sure the executable has permission to open the default ports 80 and 443, or setup your router to redirect port 80 to 8080 and port 443 to port 8443.
BarracudaDrive requires that the executable has read and write permission in the directory where you started BarracudaDrive. This directory is not necessarily the same as the directory you installed the executable. BarracudaDrive maintains the user and constraint database by reading from and writing to two XML files.
Enhancements:
- This release has been redesigned.
<<less
Download (1.5MB)
Added: 2007-04-11 License: Free for non-commercial use Price:
930 downloads
FlightFeather 0.3.3

FlightFeather 0.3.3


FlightFeathers goal is social networking for everyone. more>>
FlightFeathers goal is "social networking for everyone". This means that anyone should have a chance to run a popular social networking site -- on minimal hardware, and without wasting bandwidth.
FlightFeathers design has reflected its goal from the very beginning. Whenever the systems state changes, FlightFeather generates static HTML pages. Pure read operations -- usually about 90% of the total -- do not require the application to run at all.
FlightFeathers sister project -- Flightdeck-UI -- likewise uses this Relative Static technique (i.e. the application-generated dynamic data appears as static pages to the Web server). The author also presented these concepts at LinuxWorld San Francisco 2006.
FlightFeather does not use a separate SQL database. In-memory data structures and Berkeley DB augment the static HTML pages to maintain a consistent state. The overall approach may be termed LAP -- a variation on the highly effective LAMP platform. LAMP stands for Linux, Apache, MySQL and Perl/Python/PHP (although there can be further variations).
FlightFeather drops the "M" from this formula, in favor of capturing as many system state changes as possible into complete, static HTML documents. Apache can then serve these documents by itself, while FlightFeather waits in the background.
Enhancements:
- This release modifies the way the FlightFeather server loads the configuration, protocol, session, and storage modules on startup.
- The actual loading process now takes place after all options have been parsed.
- If the "-c" or "--command" option is present, the server does not import these modules at all, since they are not required.
- The new implementation also fixes a bug that caused the test versions of the above modules to always load, in addition to any modules specified on the command line.
<<less
Download (0.037MB)
Added: 2007-02-10 License: GPL (GNU General Public License) Price:
987 downloads
KHacc 3.3

KHacc 3.3


KHacc is a sister project to QHacc--the Q Home Accountant--but with KDE-specific integration. more>>
KHacc is a sister project to QHacc--the Q Home Accountant--but with KDE-specific integration. It features double- or single-entry bookkeeping and a reconciliation window.
It also provides support for memorized and split transactions, graphing, reporting, archiving, and scheduled transactions that can be based on the account balance. KHacc requires QHacc.
Enhancements:
- added initial support market transactions
- added support for void transactions
- added per-transaction handling of taxable status
- added reconcile window option to show tranactions from all journals
- improved transeditors handling of updated accounts
- fixed titlebar bug when changing dataset name
<<less
Download (0.21MB)
Added: 2005-05-25 License: GPL (GNU General Public License) Price:
1612 downloads
Backuper 3.0.3

Backuper 3.0.3


Backuper is a CD-R/DVD-R backup application. more>>
Backuper is a CD-R and DVD-R backup application.
Main features:
- Version 3.0 is completely rewritten in Perl (from scratch),
- recorded data integrity verification (using MD5 signatures),
- medium type and size autodetection,
- dumb mode support,
- CD-R/DVD-R media are supported,
- logging, notifying the administrator via mail,
- backup a specific directory (with subdirectories) _OR_ files and directories listed in specific file; excludes are also supported,
- no-disc, full-disc, damaged-disc autodetection,
- be warned when the medium is almost full (before the medium is actually full),
<<less
Download (0.013MB)
Added: 2005-11-16 License: GPL (GNU General Public License) Price:
1437 downloads
Veldfire 0.3.3

Veldfire 0.3.3


Veldfire is a collection of C code aimed at simplifying email functionality. more>>
Veldfire project is a collection of C code aimed at simplifying email functionality.
The project aims to provide interfaces for sending email, attaching files, and sending to lists.
Compiling:
make; make install
Solaris will need to uncomment LIBS line at the top of the makefile, as well as in the librd/makefile
Usage:
Veldfire is best used with a configuration file containing the most common default settings (eg from, banner, header).
Files to be attached must come last in the command line options.
Configuration:
Veldfire variables that can be configured are:
- from
- to
- subject
- host
- port
- logfile
- loglevel
- configuration file
- section in config file
- report
- custom header
- banner
- max connection
- from: Email address
- to: Email address, file containing address of string of email addresses separated by one of ;:,tn
- subject: Email subject
- host: host to connect to. Default localhost
- port: port on host. Default 25
- logfile: Where to log
- loglevel: 1 - 6
- configuration file: where to read settings from
- section: which section to use (see below)
- report: Email address to send report to (useful for mailing lists)
- header: Custom header field. Multiple instances possible
- banner: Include veldfire banner at end of email
- maxconnection: Maximum number of emails per connection
- sendtimeout: Socket write timeout
- recvtimeout: Socket read timeout
- nomessage: Dont expect a message on stdin
Configuration can be via environment variables, a configuration file or
command line switches.
Enhancements:
- Fixed Solaris build problems with flock, use fcntl.
- Added switch to force process to stay in the foreground.
- Added switch to log to stdout.
<<less
Download (0.045MB)
Added: 2006-02-12 License: GPL (GNU General Public License) Price:
1351 downloads
RFC 3.3.0

RFC 3.3.0


RFC (Remote Filesystem Checker) is a set of scripts that aims to help System-Administrators. more>>
RFC (Remote Filesystem Checker) is a set of scripts that aims to help System-Administrators run a filesystem-checker (like tripwire, aide and so on...) from a "master-node" to several "slave-nodes" using ssh, scp, sudo and few other common shell commands.
Main features:
- crate/update FileSystem-Checkers (FSC) database
- execute FSC and create a log-report
- allow parallel execution, mass-check and mass-upgrade!
- support non-interactive operations
- use scp/ssh for all connections
- use an arbitrary port for ssh/scp connections (may be different for each host!)
- send (ONE) email to administrator(s)
- rotate logs, databases and other files
- support for AFICK, AIDE and INTEGRIT FileSystem-Checkers
- check users creation/removal
- check group creation/removal
- check if someone changes UID, GID or shell
- check for groups members or ID changes
- check for SUID/SGID on remote host via a separate PERL script
- check if remote-host is up before run checks on it (via nmap)
- kill the processes that take too long (you can set an arbitrary timeout value)
<<less
Download (2.79MB)
Added: 2005-11-18 License: GPL (GNU General Public License) Price:
1439 downloads
XMMPlayer 0.3.3

XMMPlayer 0.3.3


XMMPlayer is an input plugin for XMMS that allows you to play video files from within XMMS using MPlayer as a back-end. more>>
XMMPlayer is an input plugin for XMMS that allows you to play video files from within XMMS using MPlayer as a back-end. Easy, plain and simple. Just add the files you wish to play to the XMMS playlist and hit "play".
XMMPlayer currently detects AVI/MPEG, QuickTime, RealMedia, .BIN and ASF(WMV, WMA) files by identifying them using file-signatures ("magic"). OGG movies are detected by their extension (".OGM").
Please remember that is product is still in beta-stage and may not work on all systems and with all video files MPlayer supports. See the README section below for more info.
Main features:
- local file playback of AVI, MPEG, QuickTime and OGG movies using
- MPlayer
- playback of HTTP and MMS media streams (see below)
- Playback of (individual) VCD tracks or DVD titles (see below)
- Shows info (length, audio-(nit)rate / channels) in XMMS
- uses magic to detect AVI, MPEG, RealMedia and QuickTime movies (checks for .ogm extension to detect OGG movies, this to avoid MPlayer playing OGG sound files, which have the same magic identifier)
- pause and seek in files from within xmms
- Constant, skinned and dockable video window (can be turned off in options)
<<less
Download (0.30MB)
Added: 2006-04-18 License: GPL (GNU General Public License) Price:
1284 downloads
Pubcookie 3.3.1

Pubcookie 3.3.1


Pubcookie is an Open Source package for intra-institutional, single sign-on, end-user Web authentication. more>>
Pubcookie is an Open Source package for intra-institutional, single sign-on, end-user Web authentication. More generally, it is an approach to identifying users as they browse to an institutions many websites that require authentication.
Pubcookie helps an institution reuse existing authentication services (like Kerberos, LDAP, or NIS), and it limits the exposure of end-user passwords by ensuring theyre only sent to a trusted login service.
Enhancements:
- Highlights of this release include a fix for duplicate HTTP Header values in the ISAPI filter, a fixed AES mode with inactivity timeout in the Apache module, checks to improve handling of reauthentication requests, a new PubcookieCatenateAppIDs directive in the Apache module, and a clear_username_at_logout site policy in the login CGI.
- New default HTML login templates were included.
<<less
Download (2.0MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1193 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5