Main > Free Download Search >

Free february 2006 software for linux

february 2006

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 207
XTrader 2006.05

XTrader 2006.05


XTrader is a stock chart and technical analysis program. more>>
XTrader is a stock chart and technical analysis application. A simple portfolio module is also included for keeping tracks of your investments.
Main features:
- You can have unlimited number of workspaces with their own settings
- The database is a single sqlite3 database file
- SMA (Moving Average)
- ESMA (Exponential Moving Average)
- MACD
- Momentum
- RSI (Relative Strength Index)
- Stochastics
- ATR (Average True Range)
- Bollinger
- Standard Deviation
- Price List Report
- Price Change Report
- Portfolio Performance Report
- Portfolio Value Report
<<less
Download (2.3MB)
Added: 2006-05-04 License: QPL (QT Public License) Price:
1274 downloads
Perforce 2006.2

Perforce 2006.2


Perforce is a software configuration management system. more>>
Perforce is a software configuration management system that is fast, robust, runs on over 50 platforms, and scales to over 1000 users on a single repository.
Perforce project supports atomic submits and works well over wide area networks, including the Internet.
Main features:
Server
- The Perforce Server, P4D, manages access to versioned files, tracks user operations and records all activity in a centralized database.
Command-Line Client
- The Perforce Command-Line Client, P4, is highly scriptable and available on more than 50 platforms.
Distributed Development
- The Perforce Proxy, P4P, offers caching technology to provide remote users with quicker response times and real-time access to project activity and status information.
Defect Tracking
- Perforces built-in defect tracking system provides basic management for change requests. Integrations with leading defect tracking systems are also available to support more sophisticated workflow.
Web Client
- The Perforce Web Client, P4Web, turns your web browser into a complete user interface to Perforce.
Graphical Tool Integrations
- The Perforce Plug-in for Graphical Tools, P4GT, gives artists seamless access to version control from within 3ds max, Maya, and Adobe Photoshop.
Merge Tool
- The Perforce Merge Tool, P4Merge, provides graphical three-way merging and side-by-side file comparisons. Perforce client applications can also be configured to work with third-party merge tools.
Reporting
- The Perforce Reporting System, P4Report, offers query and reporting capability. Reporting tools including Crystal Reports, Microsoft Access and Microsoft Excel access the Perforce database through an ODBC driver.
IDE Integrations
- Perforces integrations with popular IDEs provides users with direct access to SCM functionality. Integrations are available for Microsoft Visual Studio, Eclipse, JBuilder, and others.
Enhancements:
- Client workspaces have a new "SubmitOptions" field that allows users to specify how unchanged files should be handled on submit.
- "p4 submit" can also now detect files opened for branch/integrate that have been modified in the workspace.
- Submits can be up to 40% faster thanks to improvements in the database locking and buffering of the journal file.
- Several changes have been made to improve the management of remote depots, including better lock support and MaxScanRows/MaxResults support.
- The new MaxLockTime group property allows admins to limit the duration of locks held by members of the group.
<<less
Download (MB)
Added: 2007-01-03 License: Free for non-commercial use Price:
1029 downloads
ramrip 2006-06-05

ramrip 2006-06-05


ramrip is a little script which wraps up mplayer / ffmpeg. more>>
ramrip is a little script which wraps up mplayer / ffmpeg. It downloads real video or real audio streams, and then encodes them. Video files are transcoded to mpeg format using ffmpeg. Audio-only streams can be encoded to ogg/vorbis, mp3 or wav formats.

Unlike ram2ogg, this script downloads uncompressed files first, then encodes them. Thus it is nicer to use ram2ogg for audio streams. This also means that you need A LOT of free disk space, since un-compressed video is HUGE!

Theres no manual page right now. Run the program with the -h option to see the following help:

Usage: ramrip [options] [basename]

Options:

-h : this cruft
-v : print name and version
-V : verbose mode
-d : dirty mode (dont delete intermediate files)
-a : audio format (ogg [default], mp3, wav)
-f : video format (mpeg [default])

EXAMPLES:

$ ramrip -f mpeg http://foo.com/video.ram wiggle
Downloads the URL, putting the result in "wiggle.mpg" (mpeg format)

$ ramrip http://foo.com/audio.ram
Downloads the URL, putting the result in audio.ogg (ogg/vorbis format)

$ ramrip -a mp3 http://foo.com/audio.ram
Downloads the URL, putting the result in audio.mp3 (mp3 format)

$ ramrip -a wav http://foo.com/audio.ram
Downloads the URL, putting the result in audio.wav (wav format)
<<less
Download (0.005MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1124 downloads
HelloUsers 12.2006

HelloUsers 12.2006


HelloUsers is a Web application for communication between network administrators and users. more>>
HelloUsers is a Web application for communication between network administrators and users. It is like a notice board.

It contains an extended administrative panel and assures that a news item from an administrator will be viewed by network users.

It uses iptables to redirect Web traffic to a local HTTP server located on the network router.
<<less
Download (0.025MB)
Added: 2007-01-02 License: GPL (GNU General Public License) Price:
1025 downloads
Brushed 07.01.2006

Brushed 07.01.2006


Brushed provides a GTK+ 2.x (and Metacity) theme. more>>
Brushed provides a GTK+ 2.x (and Metacity) theme.

Brushed (apple-brushed) is a GTK+ 2.x (and Metacity) theme under GPL.
The theme comes with default installed options, you may run "configure" located at the root of the theme folder to choose different options.

Theme inspired by Mac OS-X.

The archive contains a script (bash/zenity) to configure the different options available for the GTK theme like the buttons, (tabs for old version), progress bar and Metacity themes (script written by leloxias).

Install the theme as usual. To change the options, launch "configure" located at the root of the theme folder (~/.themes/Brushed/configure), a preview of the options helps you to choose the options.

<<less
Download (0.20MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1002 downloads
Gridarta 2006-11-15

Gridarta 2006-11-15


Gridarta project is a 2D MMORPG map editor for Crossfire and Daimonin. more>>
Gridarta project is a 2D MMORPG map editor for Crossfire and Daimonin.
Gridarta currently supports Angelion, Crossfire, and Daimonin.
Enhancements:
- Removed todo (thats done).
- Cosmetic: Declared a var final.
- Substantial improvement of ArchObjectContainer: * Made it fail fast in case of bogus usage (throwing IllegalArgumentException). * Documented nullability.
- Removed redundant setting of the container while reading arches from the map.
- Fixed broken remove().
- File when saving a map must not be null.
- Fixed broken addFirst() / addLast().
- Removed More handling from CMapFileDecode in daieditor.
- Removed duplicate classes MapEvent and MapListener.
- Remove variable that always is null.
- Removed manually linked lists for containers in ArchObjects.
<<less
Download (MB)
Added: 2006-12-19 License: GPL (GNU General Public License) Price:
1041 downloads
Delta 2006.07.15

Delta 2006.07.15


Delta assists users in minimizing interesting files, subject to a test of their interestingness. more>>
Delta project assists users in minimizing "interesting" files, subject to a test of their "interestingness".
A common such situation is when attempting to isolate a small failure-inducing substring of a large input that causes a program to exhibit a bug.
The best way to understand how to use delta is with an example of its usage. Below is one example helpfully written up for me by Simon Goldsmith; read it first. For those wanting more, I also wrote a more detailed and harder to read document describing each tool: Using Delta.
Note that what follows is an example of using delta to minimize an input file to a program that reads programs, much as a compiler does. Note two features of file minimization that are present in the example.
Do a controlled experiment.
Below we dont just minimize a file that causes Oink to produce an error message, we minimize a file that causes gcc to accept AND oink to reject in a specific way. That is, the test delta does is a controlled experiment, where gcc is the control. Ignoring this aspect of the problem seems to be a frequent mistake of first time users.
Exploit nested structure.
One may minimize files of simpler syntax than C++ but really all files are interesting in the first place because they are in some language or another. Some simple configuration files are literally just a list of lines but most languages have some nested structure. Multidelta filters the input through the topformflat utility (included) to suppress any newlines past a particular nesting depth; this "explains" the nesting structure to the otherwise line-oriented delta utility (a brilliantly simple idea of Scott McPeaks).
If your input file language has no nesting structure, you can hack on multidelta to remove the filtration through topformflat or just use the raw delta program. If your language has a different nesting structure than C/C++, you can write your own multidelta and substitute it. A simple flex program should suffice; it need not be terribly accurate for delta to do well.
Enhancements:
- It is now much easier to stop delta.
- It catches signals and distinguishes them from return codes.
- It watches for the DELTA-STOP file at the same granularity as the tests are run.
- In multidelta, running the input file through cpp is off by default and can be turned on with the flag -cpp.
<<less
Download (0.031MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1195 downloads
sda12 2-2006

sda12 2-2006


sda12 is a small project that controls for the B&B 485SDA12 data acquisition module. more>>
sda12 is a small project that controls for the B&B 485SDA12 data acquisition module.
sda12 is a package of software for working with the B&B Electronics 485SDA12 RS-485 analog and digital data acquisition device.
It includes a command line program, an XML-RPC server program, and a C++ programming library to provide access to the modules analog inputs, digital inputs, and outputs.
You can read the analog input voltages, set the digital output lines, set the module address, and do anything else the devices programming interface allows.
"sda12" consists of three parts:
- ibsda12: A C++ programming library for accessing a 485SDA12 device. This library essentially just translates between the 485SDA12 command language and C++.
- sda12: A command-line program to issue a command to a 485SDA12 device. See sda12.html
- sda12d: A program to drive an XML-RPC server that accesses one or more 485SDA12 devices on an RS-485 bus. So you can read voltages over the Internet. See sda12d.html
<<less
Download (0.020MB)
Added: 2007-01-18 License: Public Domain Price:
1012 downloads
Vector Visuals 2006.12.02

Vector Visuals 2006.12.02


Vector Visuals provides an easy-to-use, object-based API for creating and manipulating Java2D-rendered shapes. more>>
Vector Visuals provides an easy-to-use, object-based API for creating and manipulating Java2D-rendered shapes and images. The project features object embedding, dynamic connectors, and multithreaded task support.
Vector Visuals has been downloaded thousands of times, and is already in use in a variety of applications. A few that we know of are a business ontology viewer, a particle simulator, and a childrens e-book builder.
Enhancements:
- This release of is a combination of bugfixes and new features.
- Persistence delegates were added for all of the Vector Visuals objects.
- The examples were moved out into their own source folder.
- Additionally, the entire product is now licensed under a permissive "New BSD"-style license.
<<less
Download (0.039MB)
Added: 2006-12-03 License: BSD License Price:
1057 downloads
Furjournal 2006.11.08

Furjournal 2006.11.08


Furjournal is a Firefox extension to serve as a bridge between Firefox and the Furjournal blogging service. more>>
Furjournal is a Firefox extension to serve as a bridge between Firefox and the Furjournal blogging service. It provides a couple of helpful features to that end, such as autologin, technorati tagging, updates checking and speedy access to relevant pages, singularly and as a group.

This extension now has all the fixes and features I intended it to have and everything works as I expected it to. Therefore this should be considered as the final version until such a time when a new official Firefox version is released that requires another update.

<<less
Download (0.030MB)
Added: 2007-05-09 License: MPL (Mozilla Public License) Price:
899 downloads
MP3 renamer 2006 0.62

MP3 renamer 2006 0.62


Mp3 renamer 2006 by MiKe is a shell script for Linux. more>>
Mp3 renamer 2006 by MiKe is a shell script for Linux. MP3 renamer goes by the Unix name of rename-mp3. It looks at MP3 files in a Directory and, using id3v2, will rename all the mp3 files in a nice format according to the id3 tags rename-mp3 will look at both v1 and v2 id3 tags, and will make the output file in a Title-Album-Artist.mp3 format.
It saves time, and not only will it read the id3 tags, but in the event that the MP3 file has no id3 tags, you will be given 4 options
1)abort 2)skip 3)rename 4)write id3 tags, and you are asked what you would like the id3 tag artist, track name and album to be.
This is great if you want the track to be easy to view and yet you still like having a library of music that is all tagged nicely!
Enhancements:
- New stuff: The INSTALLER now works, whereas before it wouldnt copy...
<<less
Download (0.005MB)
Added: 2006-03-22 License: Other/Proprietary License with Source Price:
1317 downloads
MM3-WebAssistant 2006

MM3-WebAssistant 2006


MM3-WebAssistant is a proxy offline browser that archives all web pages you have visited online. more>>
MM3-WebAssistant is a proxy offline browser that archives all web pages you have visited online. Offline too each page is available with its URL. There is no difference between browsing the internet and browsing the archive.
You can even use your bookmarks and favorites list offline without any changes. When online the utility updates your cached web pages and adds new pages automatically. This feature distinguishes the utility from most other offline browsers.
Your benefit:
Reduces the cost of web time, the work and pressure of knowing what to save, and the necessity for repeating browsing sessions looking for something that was missed. You can access the information needed whether or not the server or dial-up is available.
The reliability is increased with that. Mobile users have the flexibility of accessing information from the web without having to worry about expensive access points. With the proxy offline browser you get a more easy and effective use of the internet.
Main features:
- All web pages visited are archived.
- There is no difference between on- and offline mode for the user.
- Links to resources of cache archives are marked for quick navigation.
- Highlighting the changes between HTML pages in internet and archive.
- Quick search in the archives and marking the search words in the hitlist and in every hit.
- Hierarchical archive structure represents a mirror of every web site.
- Interactive navigation and display of the hierarchical archive structure.
- Topic-specific archiving of web pages.
- Exchange of the archives also between different operating systems possible.
- Filtration of unwanted contents.
- Supports the protocols HTTP, HTTPS and FTP.
- Caches the domain and IP address (DNS)
- Available on many operating systems by use of Java[TM] technology.
- Operating Systems: Windows 9x/ME/NT/2000/XP, Linux, Unix, Solaris, OS/2, Mac OS X.
- Supplied with a detailed manual, a simple and completely comprehensive installation and deinstallation.
- MM3-WebAssistantWebAssistant - Proxy Offline Browser - Private is available as freeware for private use.
- MM3-WebAssistantWebAssistant - Proxy Offline Browser - Professional is an extended, faster and qualitatively better edition (differences: between editions).
Supplied with a detailed manual, a simple and completely comprehensive installation and deinstallation.
The reader is an ideal addition to every browser!
<<less
Download (1.0MB)
Added: 2005-11-30 License: Freeware Price:
1424 downloads
SOFEA 03-03-2006-08-33

SOFEA 03-03-2006-08-33


SOFEA project is a Matlab object-oriented Finite Element toolkit. more>>
SOFEA project is a Matlab object-oriented Finite Element toolkit.
It includes the book, A Pragmatic Introduction to Finite Element Analysis for Structural Engineers.
The toolkit provides linear transient thermal analysis capabilities, with stress analysis and coupled multi-physics coming shortly.
Enhancements:
- Many additional examples, a few corrections of errors or inconsistencies.
<<less
Download (3.8MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1091 downloads
Metastorage 2006.11.22

Metastorage 2006.11.22


Metastorage is a PHP data access object generator compiler tool. more>>
Metastorage is a PHP data access object generator compiler tool.
Metastorage is an application that automatically generates code for an Object Oriented API to store, retrieve and manipulate the persistent objects of classes described in a high level data model definition.
Metastorage provides a much more efficient development process for medium or large size applications that store and retrieve data from SQL based databases or other types of storage persistence containers, like XML files, flat file databases or LDAP servers.
When storing objects in SQL databases, Metastorage generated code performs efficient object-relational mapping. Metastorage antecipates static storage optimization decisions at compile time, so applications gain in performance, code size and memory usage by avoiding evaluating static decisions at run time.
Main features:
XML definition format
- Easy to write and understand component definition format in XML
Database schemas
- Automatic generation of (database) schema definition of the persistence container
Automatic generation of all classes
- Generates all the code for the data classes, factory class and (database) schema installation class
Self-contained code
- The generated code is self-contained and does not depend on MetaL or libraries of code that are not supplied
Object Query Language
- Provides an Object Query Language (OQL) to define expressions to filter objects in search queries
No SQL
- All code is generated without the need for the developer to write SQL code manually
Forms
- Generation of classes to create, validate and process Web forms to manage objects of the data classes.
Reports
- Generation of classes to execute queries to retrieve data from many objects to elaborate reports or to execute another kind of bulk processing
UML Diagrams
- Automatic generation of Entity-Relationship graphs in UML of the component class diagram
<<less
Download (0.88MB)
Added: 2006-11-22 License: BSD License Price:
1066 downloads
lifstat 2006-10-31

lifstat 2006-10-31


lifstat is a small Linux utility that reads /proc/net/dev and reports input and output statistics for network interfaces. more>>
lifstat is a small Linux utility that reads /proc/net/dev and reports input and output statistics for network interfaces.
Edit the Makefile to change PREFIX from the default /usr/local if you want.
$ make
($ su)
$ make instal
Enhancements:
- Multiple interfaces will be displayed by adding extra "-i interface" arguments.
<<less
Download (0.005MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1088 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5