Main > Free Download Search >

Free productions m16 software for linux

productions m16

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 342
Foundation 0.2.0

Foundation 0.2.0


Foundation project is a real-time multi-player space conquest game. more>>
Foundation project is a real-time multi-player space conquest game.
OpenGL hardware support is recommended. Goals include researching new technology, colonizing distant planets, and fighting intense 3D fleet battles for survival.
Main features:
- colonization
- production of new units, facilities and ships
- research new technology to give you an edge
- space battles
Enhancements:
- more high-level network code (can now transfer fleet info)
- can now build ships
- wont crash if youre not connected to a server but try send a msg
- texture caching system
- fixed check for if a planet is building a certain structure
- slight changes to planetview and fleetview layout
- added more components to fleetview
- moved id to platform class, fleets and planets now both have IDs
- fleet movement mostly complete, still have to deal with deleting fleets
- fixed production bug, need resources now
<<less
Download (MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1066 downloads
mysqlrowcopy 1.0

mysqlrowcopy 1.0


mysqlrowcopy is a tool that generates insert statements from result sets. more>>
mysqlrowcopy is a tool that generates insert statements from result sets. It produces output similar to what might result from running mysqldump on a single SELECT query.

This project helps eliminate some of the tedium of moving data between QA and production MySQL databases.

Build:

To build mysqlrowcopy, you should run:

./configure
make

A mysqlrowcopy and mysqlrowcopy.debug file are created. They have identical functionality, the .debug version simply has debugging symbols built in (for gdb).

Since mysqlrowcopy is probably going to be I/O bound with modest CPU and RAM usage, the only reason to even build a 64-bit version is to work around potential issues in dynamic linking 32-bit binaries against 64-bit libraries.

RECIPES

1. Migrating a MySQL user account reaper from QA server to a production server.

e.g. MySQL database server qa3.example.com to prod1.example.com:

$ mysqlrowcopy -h qa3.example.com
SELECT * FROM db WHERE User = "reaper" mysql db > reaper.sql
$ mysql -h prod1.example.com mysql < reaper.sql

You could of course simply pipe the output of mysqlrowcopy into mysql and skip the intermediate file.

(Dont forget to RELOAD PRIVILEGES afterwards)

2. Keep your test environment up to date. Populate it with production data every 24 hours. You could run this sequence from cron once a day:

$ mysqlrowcopy -h finance-db.example.com
SELECT * FROM stocks WHERE modified > DATE_SUB(NOW(),INTERVAL 24 HOUR)
finance stocks > day-stocks.sql

$ cat day-stocks.sql | mysql -h finance-test.example.com finance

3. Copy data between tables on different servers that have some similar fields.

Youve got common data in table Zip on a production database:

mysql> desc Zip;
+-------------+-------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------------+-------------+------+-----+---------+-------+
| ZIPCode | varchar(5) | | PRI | | |
| ZIPCodeType | char(1) | YES | | NULL | |
| City | varchar(32) | YES | | NULL | |
| CityType | char(1) | YES | | NULL | |
| State | varchar(32) | YES | | NULL | |
| StateCode | char(3) | YES | | NULL | |
| AreaCode | char(3) | YES | | NULL | |
| Latitude | varchar(12) | YES | | NULL | |
| Longitude | varchar(12) | YES | | NULL | |
+-------------+-------------+------+-----+---------+-------+
9 rows in set (0.00 sec)

And youve got table ZipPosition in a research database:

mysql> desc ZipPosition;
+-------------+-------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------------+-------------+------+-----+---------+-------+
| ZIPCode | varchar(5) | | | | |
| Latitude | varchar(12) | YES | | NULL | |
| Longitude | varchar(12) | YES | | NULL | |
+-------------+-------------+------+-----+---------+-------+
3 rows in set (0.00 sec)

You want to load data from production Zip into research ZipPosition.

$ mysqlrowcopy -h production SELECT ZIPCode,Latitude,Longitude common ZipPosition > pos.sql
$ cat pos.sql | mysql -h qa research

Note how we specify ZipPosition on the first line to tell mysqlrowcopy what the destination table is going to be.
<<less
Download (0.021MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
967 downloads
jPodder 1.1

jPodder 1.1


jPodder is the most complete podcasting program on the planet. more>>
jPodder is the most complete podcasting program on the planet. Yes we can claim this as, jPodder was one of the first programs to be created for podcasting and has been innovating ever since.
If you own a portable media player like the iPod or you want to listen to fresh content every day on your PC, then read on cause podcasting is what you are looking for.
With jPodder you can subscribe to websites containing audio. jPodder will download the files to your system and transfer these to your favourite media player.
Main features:
Currently supported languages:
- English
- Dutch
General/GUI
- Multi Platform program (Java based).
- Easy installer. (Creates shortcuts on Windows PCs).
- System tray (Minimize jPodder to download in background).
- GUI Menu and popup menus.
- Build-in User manual.
- Multi-Language (0.9 New!)
RSS Feed management
- Add, Remove & Edit feeds.
- Sort feeds by name.(0.9 New!)
- Move feeds up/down
- View detailed Feed information.
- Feeds stored in easy XML format.
- Extensive status bar.
- Drag & Drop Podcasts link (0.9 New!)
Enclosure previewing
- Preview enclosures incl. name, date, size..
- Show enclosure status (Downloaded, In player..)
- Show previous downloads from this feed.
- Highlights partial downloads.
- Highlights previous downloads.
Downloading
- Scheduled downloads
- Multiple simultaneous downloads
- Single enclosure download
- Smart-Download, Downloads latest only.
- Maximum downloads, Limiter to the number of downloads
- Resume partial downloads
- Manual download retry
- Feed Authentication (0.9 New!)
- Proxy Server support (Including authentication)
- build-in BitTorrent. (Including seeding).
Media Player Interface
- Natively supports transfer to iTunes and WMP.
- Player plugin facility. (0.9 New!)
- MIME-Type association to players (0.9 New!)
Podcast Production (0.9 New!)
- Manage production steps
- Auto-create RSS feed
- MP3 Tag editing
- Add enclosures to RSS feed
- Launch recorder
- FTP Transfer production.
- Auto-test RSS feed.
Logging
- Color coded logging.
- BitTorrent logging.
<<less
Download (11MB)
Added: 2007-01-05 License: GPL (GNU General Public License) Price:
1024 downloads
USAGI Project 20060508

USAGI Project 20060508


USAGI(UniverSAl playGround for Ipv6) Project works to deliver the production quality IPv6 and IPsec protocol. more>>
USAGI(UniverSAl playGround for Ipv6) Project works to deliver the production quality IPv6 and IPsec(for both IPv4 and IPv6) protocol stack for the Linux system, tightly collaborating with WIDE Project, KAME Project and TAHI Project.
USAGI Project is run by volunteers from various organizations. At this moment, the volunteers are from Japan, however, we are glad to work with volunteers in any country in the world.
We want to contribute to the Linux community and to the IPv6 community via the delivery of IPv6 protocol stack.
Enhancements:
- Unused code was removed.
- Minor bugfixes were made.
- Some of the additional utilities were reorganized.
<<less
Download (3.7MB)
Added: 2006-05-10 License: Open Software License Price:
1273 downloads
Rats! 1.12.0

Rats! 1.12.0


Rats! is an easily extensible parser generator for C-like languages. more>>
Rats! is an easily extensible parser generator for C-like languages; though currently it only generates parsers in Java. Rats! project has been explicitly designed so that grammars are concise and easily modifiable. To this end, Rats!
- organizes grammars into modules,
- builds on parsing expression grammars instead of context-free grammars and vintegrates lexing with parsing, i.e., is scannerless,
- supports the automatic generation of abstract syntax trees,
- and provides a well-defined interface for extending parsers to recognize context-sensitive languages and formats.
Parsers generated by Rats! memoize intermediate results, which ensures linear time performance in the presence of unlimited lookahead and backtracking. As a result, they are essentially functional (even though they are implemented in an imperative language) and also called "packrat parsers."
Main features:
- Rats! relies on a module system to structure grammars and their extensions. In particular, it relies on modules to group related productions into separate units. Next, module modifications concisely express extensions to other modules and can add, change, or remove individual alternatives in productions. Finally, module parameters are used to compose modules and their extensions with each other.
- Rats! grammars build on parsing expression grammars (PEGs). While PEGs share many constructs with the familiar EBNF notation, a key difference is that they utilize ordered choices instead of the unordered choices used by context-free grammars (CFGs) and other parser generators, such as Yacc or ANTLR. As a result, Rats! grammars avoid ambiguities and support localized changes. Additional flexibility is offered through syntactic predicates, which match expressions but do not consume the input, thus providing unlimited lookahead, and through the integration of lexing with parsing, which greatly simplifies the addition of new tokens to a grammar. PEGs have the additional benefit that they are not only closed under composition (unlike the LR or LL grammars used by Yacc and ANTLR), but also intersection and complement (unlike CFGs in general).
- To eliminate the need for explicit semantic actions, Rats! can automatically generate abstract syntax trees. In particular, it supports productions that return no semantic values (such as those recognizing spaces or comments), string values (such as those recognizing literals or identifiers), and generic tree nodes (potentially all other productions).
- Since some computer-readable formats are inherently context-sensitive and cannot be expressed as PEGs (or CFGs), Rats! supports two techniques for managing parser context or state, thus providing a well-defined interface for extending parsers. First, Rats! provides parser actions to recognize expressions that depend on local context, i.e., expressions that depend on immediately preceding expressions within the same production. An example for such local context is an explicit length preceding as many instances of some expression. Second, Rats! supports a global state object to recognize expressions that depend on possibly global context. State modifications are performed within lightweight transactions, which preserve the basically functional nature of Rats!-generated parsers. An example for a global context is the symbol table used for disambiguating variable and typedef names when parsing C.
Enhancements:
- Release highlights are support for formatting-preserving source refactorings through parse trees, support for parsing and pretty printing Java 5, (an improved abstract syntax tree for Java, and improved support for type checking C and Java ASTs.
<<less
Download (0.83MB)
Added: 2007-07-19 License: LGPL (GNU Lesser General Public License) Price:
830 downloads
jCIFS 1.2.10

jCIFS 1.2.10


jCIFS is the Java CIFS Client Library. more>>
jCIFS is the Java CIFS Client Library.
JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java. CIFS is the standard file sharing protocol on the Microsoft Windows platform (e.g. Map Network Drive ...). This client is used extensively in production on large Intranets.
Enhancements:
- This release adds long Unicode share name enumeration and MSRPC support, and includes numerous fixes for bugs reported over the past year.
<<less
Download (0.30MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1078 downloads
GTDInbox 1.33

GTDInbox 1.33


GTDInbox is a thunderbird which discreetly integrates into Gmail making it even more suitable as a GTD tool. more>>
GTDInbox is a thunderbird which discreetly integrates into Gmail making it even more suitable as a GTD tool.
GTDInbox (formerly GTDGmail) discreetly integrates into Gmail making it even more suitable as a GTD tool.
GTD - Getting Things Done - is a simple and effective productivity concept: designed so that even the laziest and most scattered of people can be organised and stress free.
Main features:
- Easily Organise GTD Labels
- Quickly Review Outstanding Tasks
- Save Specialised Searches
- Send Myself Tasks and References
- Print Tasks to Cards
- Keyboard Shortcuts
Built by the authors of Bumble Search - a well-reviewed high quality extension that has featured in the national IT press - GTDInbox shares the same high production values.
<<less
Download (0.18MB)
Added: 2007-05-01 License: MPL (Mozilla Public License) Price:
907 downloads
LDAPDNS 2.0.6

LDAPDNS 2.0.6


LDAPDNS is an LDAP to DNS gateway. more>>
ldapdns is a fast and rhobust root-nameserver that can outperform bind and djbdns on medium to large installations, and will scale well both up and down.

the secret is that ldapdns uses a threaded core, and takes advantage of an external directory. its extremely simple, and it does not run under user-control as root.

its ideal for small and large installations, because it queries the ldap server directly, updates are immediate. you dont have to rebuild constant databases, or wait for bind to get its shit in gear.

but ldapdns is a work-in-progress. i use it on a production network, as do many others. but its up to you to make it best for your network.
<<less
Download (0.12MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1644 downloads
PiTiVi 0.10.3

PiTiVi 0.10.3


PiTiVi is a non-linear audio/video editor for GNU/Linux using the GStreamer multimedia framework. more>>
PiTiVi is a non-linear audio/video editor for GNU/Linux using the GStreamer multimedia framework.
The GStreamer and PiTiVi team are pleased to announce a new pre-release of PiTiVi.
This release is in beta state, may suffer from hangs and is not yet ready for production. Transcoding/Encoding works though for files.
This release is also the last version based on the 0.8.x GStreamer series. Work is now aimed at the 0.9/0.10 series.
Features of this release:
- UI updates
- Settings control
- Transcoding
Enhancements:
- Improvement of first time user experience.
- Frame-by-frame seeking
- UI improvements for usability
- New graphics
- i18n support, translated in 14 languages
- Critical bugfixes
- Unit tests
- Advanced view disabled by default
<<less
Download (0.48MB)
Added: 2007-06-01 License: LGPL (GNU Lesser General Public License) Price:
882 downloads
ivtools 1.2.4

ivtools 1.2.4


ivtools is an application frameworks for drawing editors and spatial data servers. more>>
ivtools (pronounced eye-vee-tools) is a suite of free X Windows drawing editors for PostScript, TeX, and web graphics production, as well as an embeddable and extendable vector graphic shell
ivtools is made up of layered collection of free C++ frameworks that vertically augment the mechanisms of Unidraw
Main features:
- an application framework for developing direct manipulation graphical editors (drawing editors).
- a GUI widget framework built on TeX structured document concepts
- A command interpreter with network capability.
- an extra layer of drawing editor application framework
- a layer for integrating the command interpreter into the drawing editor
- a layer for multi-frame applications
- a layer for graph/network applications
Enhancements:
- More changes required by gcc-4.* were made.
- The command interpreter was evolved.
<<less
Download (2.0MB)
Added: 2006-07-21 License: MIT/X Consortium License Price:
1217 downloads
Hpodder 1.0.0

Hpodder 1.0.0


Hpodder is a tool to scan and download podcasts. more>>
Hpodder is a tool to scan and download podcasts. Such tools are often called podcatchers.
Hpodder is a command-line tool for Linux. The project has quite a few features. A few highlights are that it is easy to learn and use, has automatic discovery of feed metadata, and can import iPodder settings.
Enhancements:
- This is the first production release.
- Feeds or episodes that repeatedly return errors are now automatically pruned.
- Cleaning of download areas was improved.
- Bugs were fixed.
<<less
Download (0.19MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
501 downloads
PCLinuxOS Clean Cal

PCLinuxOS Clean Cal


PCLinuxOS Clean Cal is a calendar SuperKaramba theme. more>>
PCLinuxOS Clean Cal is a calendar SuperKaramba theme. I changed the Kontact icon to the PCLinuxOS icon

Here is the link to the original Karamba theme.

http://www.kde-look.org/content/show.php?content=20570

As with the Crystal Clock, Ive only made a cosmetic change. The original developer deserves credit for the code.

<<less
Download (0.007MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1213 downloads
Blockish 0.0.2

Blockish 0.0.2


Blockish is a server for the NBD protocol implemented in Java. more>>
Blockish is a server for the NBD protocol implemented in Java. This allows you to serve up storage as a virtual block device to Linux systems from any system that can run Java. Blockish project is designed to support multiple pluggable backends.

Available backends:

Memory (useful for providing network swap)
File
S3 (Use Amazons S3 service as a block device!)

Blockish is in an early stage of development and should not be used for production work.
<<less
Download (0.026MB)
Added: 2006-03-27 License: GPL (GNU General Public License) Price:
1306 downloads
QMetronome 0.1

QMetronome 0.1


QMetronome is a skinnable metronome for Qt licenced under the GPL. more>>
QMetronome is a skinnable metronome for Qt licenced under the GPL.
The qualitiy of the prepackaged skins are questionable but it is easy to make your own. I made this metronome when I was learning the rythms of Flamenco on the guitar.
Therefore, it has up to twelve beats per "bar" and clicks with accents.
Main features:
- Three click sounds: one, accent and ordinary. Configurable.
- Four to twelve beats per round.
- Timing precision only limited by your soundcard and drivers.
Version restrictions:
- All three click sounds must be in the same format (bits, hz, mono/stereo),
- otherwise strange things will happen. Will be fixed in the next version.
<<less
Download (0.14MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1197 downloads
Go Awstats 1.0

Go Awstats 1.0


Go Awstats automates the production of Awstats Apache log reports at a site where multiple virtual hosts exist. more>>
Go Awstats project automates the production of Awstats Apache log reports at a site where multiple virtual hosts exist.
It always updates the reports for the current month and the current year and only produces other reports if they do not exist, which saves on CPU.
The regeneration of a report can be forced by simply erasing it.
Enhancements:
- A major year calculation error has been fixed that appeared when the logs began to span more than two years.
- The author is now confident that the whole thing now works as advertised, hence the bump to revision 1.0.
<<less
Download (0.008MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1096 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5