Main > Free Download Search >

Free total software for linux

total

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 378
FET for Linux 5.7.5

FET for Linux 5.7.5


FET is a free timetabling program for schools, high-schools or universities more>> Main features:
- FET is free software (open source). You can freely use, copy, modify and re-distribute it, as GNU/GPL permits (but please consider a donation)
- Localized to English, French, Catalan, Romanian, Malay, Polish, Turkish, Dutch, German, Hungarian and Macedonian (maybe incompletely)
- Fully automatic generation algorithm, allowing also semi-automatic or manual allocation
- Platform independent implementation, allowing running on GNU/Linux, Windows, Mac and any system that Qt supports
- Powerful flexible modular xml format for the input file, allowing editing with an xml editor or by hand (besides FET)
- Possibility to view the currently generated timetable without stopping the ongoing simulation
- The resulted timetables will be exported into xml and html formats
- Very flexible students (pupils) structure, organized into sets: years, groups and subgroups. FET allows overlapping years and groups and non-overlapping subgroups. You can even define individual students (as separate sets)
- Possibility to consider a weight (percentage) for each constraint, from 0% to 100%
- Maximum total number of hours (periods) per day: 30 (can be increased, but until now nobody suggested a larger value)
- Maximum number of working days per week: 14 (can be increased, but until now nobody suggested a larger value)
- Maximum total number of teachers: 700 (can be increased, but until now nobody suggested a larger value)
- Maximum total number of subgroups (sets) of students: 5000 (can be increased, but until now nobody suggested a larger value)
- Maximum total number of subjects: 1000 (can be increased, but until now nobody suggested a larger value)
- Virtually unlimited number of subject tags
- Maximum number of activities: 2000 (can be increased, but until now nobody suggested a larger value)
- Maximum number of rooms: 300 (can be increased, but until now nobody suggested a larger value)
<<less
Download (4.02MB)
Added: 2009-04-24 License: Freeware Price:
185 downloads
 
Other version of FET for Linux
FET for Linux 5.5.9(percentage) for each constraint, from 0% to 100% - Maximum total number of hours (periods) per day: 30 (can be increased, but until now nobody suggested a larger value) - Maximum number of working
License:Freeware
Download (2.9MB)
192 downloads
Added: 2009-04-17
Stormbaan Coureur 1.5.2

Stormbaan Coureur 1.5.2


Stormbaan Coureur is a simulated obstacle course for automobiles. more>>
Stormbaan Coureur is a simulated obstacle course for automobiles. n this game, your objective is to drive your car along an obstacle course. Success depends on total control of the car, and making use of the laws of physics.
Enhancements:
- New name
- Extended track with half pipe jump
- Extended track with turn tables
- Fixed joystick accelerator axis assigment
- Softened the suspension
- Added brake-light
- Added reverse-gear-light
- Improved leaderboard
- Added respawn points
<<less
Download (3.1MB)
Added: 2007-08-24 License: GPL (GNU General Public License) Price:
799 downloads
OpenVCP 0.3 RC1

OpenVCP 0.3 RC1


OpenVCP is a VServer control panel developed for use with Linux in combination with Linux-VServer. more>>
OpenVCP is a VServer control panel developed for use with Linux in combination with Linux-VServer.
OpenVCP allows you to manage VServers on more than one physical server over a single Web interface.
Main features:
Admin Level:
- Add/Remove Host Servers (Nodes)
- Start/Stop, Reboot VServers
- Create VServers on different Nodes
- Display Traffic of Node
- Display Traffic of VServers
- Install/Remove VServers
- Add User Level Login
- Add/Remove Interfaces
- Set CPU Limits for VServers
- Change Hostname of VServer
- Display Used/Free/Total Space
- Backup VServers
- Manage User Level
User Level:
- Start/Stop, Reboot VServer
- Display Traffic of VServer
- Install Images
- Display Used/Free/Total Space
- Remote Recovery Console
<<less
Download (0.058MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
802 downloads
UFFS 1.1.0

UFFS 1.1.0


UFFS is an ultra low cost flash file system for embedded system. more>>
UFFS is an ultra low cost flash file system for embedded system.
UFFS is a NAND flash file system designed for embedded system, it performs some unique and advanced features:
Low cost:
For NAND flash with 512 page size:
NAND flash | Total Blocks | Buffers/Caches | Total RAM cost
128M | 8192 | 40/30 | 164K
32M | 2048 | 40/30 | 68K
16M | 1024 | 10/10 | 26K
Tree Nodes: 16 * toatl_blocks
Page Buffers: page_size(512) * buffers (10 ~ pages_per_block)
Block info caches: (14 * pages_per_block) * block_info_caches ( 5 ~ 20)
Total Memory usage = Tree Nodes + Page Buffers + Block info caches + Others(1~2K)
For NAND flash with 2K page size:
NAND flash | Total Blocks | Buffers/Caches | Total RAM cost
512M | 8192 | 40/30 | 180K
128M | 512 | 40/30 | 70K
Tree Nodes: 16 * toatl_blocks
Page Buffers: page_size(2048) * buffers (10 ~ pages_per_block)
Block info caches: (14 * pages_per_block) * block_info_caches ( 5 ~ 20)
Total Memory usage = Tree Nodes + Page Buffers + Block info caches + Others(1~2K)
Fast booting
UFFS read only one spare area for each NAND flash block to build up the in-memory nodes tree. Typically, UFFS needs less then 1 second to mount a full loaded 128 Mbytes NAND flash.
Superb Reliability
Guaranteed integrity across unexpected power losses.
Bad-block tolerant, ECC enable and ware-leveling
Nothing new for flash file system, but UFFS implements these in a simple yet effective way.
No garbage collection needed for UFFS
UFFS collect the dirty blocks on the fly, no garbage collection needed.
Support direct flash interface, no operating system needed
UFFS can be build on top of direct flash interface,easy to port to any embedded system.
Fully tested
UFFS is fully tested on PC (via UFFS PC emulator). Moreover, UFFS is not just proof-of-concept but has been successfully used in real world product for tens of thousands of copies.
What UFFS "IS", "IS NOT" ?
UFFS is not a Linux kernel module.
UFFS is not running in a separated thread rather than application.
UFFS is a library to be linked with your embedded application.
UFFS should be used when JFFS/YAFFS cant be used (because of the insufficient of memory)
UFFS is not the substitute of JFFS or YAFFS.
Why UFFS ?
- Hardware resource is limited (typically 64~512K RAM), but need a reliable flash file system
- JFFS/JFFS2 sucks (useless without Linux/MTD, also memory monster)
- YAFFS/YAFFS2 is excellent, but still consumes too much memory
- Others ? ... not available... (open source of course)
Enhancements:
- Support large page size, e.g. 1K, 2K, support all Samsung NAND flash.
<<less
Download (1.2MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
503 downloads
Sofa Media Center 0.2.4

Sofa Media Center 0.2.4


Sofa is a media center aimed at easy usage for GNOME. more>>
Sofa is a media center aimed at easy usage for GNOME.
Sofa is a media center aimed at easy usage, minimal configuration and total integration with the Gnome desktop environment and existing multimedia applications. The project has a modular architecture. Two modules exists as of now: Videoplayer and Rhythmbox integration.
Supported Media
- Music (file types supported by Rhythmbox)
- Local video files (file types supported by GStreamer)
<<less
Download (0.81MB)
Added: 2007-08-04 License: GPL (GNU General Public License) Price:
814 downloads
themonospot 0.5.1

themonospot 0.5.1


themonospot can be used to scan an avi file and extract some information about audio and video data flow. more>>
themonospot is a simple application that can be used to scan an avi file and extract some information about audio and video data flow:
- Video codec used
- Frame size
- Average video bitrate
- File size
- Total time
- Frame rate
- Total frames
- Info data
- User data (in MOVI chunk)
- Audio codec used
- Average audio bitrate
- Audio channels
With themonospot is also possible modify FourCC informations (FourCC code in video chunk and FourCC description in stream header).
<<less
Download (0.093MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
819 downloads
qscore 0.0.6

qscore 0.0.6


qscore project can parse Quake3:Arena (and compatible) server.log into high scores and statistics. more>>
qscore project can parse Quake3:Arena (and compatible) server.log into high scores and statistics.
Options:
--version output version information and exit
--help display this help and exit
Strip & Sort:
--sort=HOW sort player results
HOW=0 do not sort (default)
HOW=1 sort by frags
HOW=2 sort by rounds
HOW=3 sort by average
-r sort reverse
Output:
-o=FILE output into FILE (default: stdout)
--txt output as plain text (default)
--ansi output as text with ANSI colors
--html output as html
--csv output as comma-separated values CSV
Enhancements:
- The whole code was optimized a bit.
- Total game time statistics were added.
- A remote console for Quake3:Arena (and compatible) server administration was added.
<<less
Download (0.022MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
815 downloads
wxRemind 0.9.11

wxRemind 0.9.11


wxRemind is a wxPython-based front-end for Remind, a powerful calendar and alarm application. more>>
wxRemind is a wxPython-based front-end for Remind, a powerful alarm and calendar application. Similar to the curses-based Wyrd, the display features a calendar and daily event list suitable for visualizing your schedule at a glance.

Dates and associated events can be quickly selected either with the mouse or cursor keys, and dates in the calendar are color coded to reflect the total duration of scheduled events.

wxRemind integrates with an external editor of your choice to make editing of reminder files more efficient, and provides hotkeys to quickly access the most common Remind options.

<<less
Download (0.089MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
842 downloads
TA3D 0.3.2

TA3D 0.3.2


TA3D is a Total Annihilation engine. more>>
TA3D is a remake of Total Annihilations engine in full 3D with OpenGl&Allegro. Installing TA3D over Total Annihilation will port Total Annihilation to full 3D!!

TA3D loads maps,units,and more directly from Total Annihilation content. It adds some graphical effects like advanced particle effects for explosions,smoke,... and lots of things you would expect from a 3D engine.

<<less
Download (1.1MB)
Added: 2007-06-25 License: Freeware Price:
861 downloads
KTrafficAnalyzer 0.3.8-1

KTrafficAnalyzer 0.3.8-1


KTrafficAnalyzer is meant to provide visual feedback of your current network traffic, similar to tools like DU-Meter. more>>
KTrafficAnalyzer is meant to provide visual feedback of your current network traffic, similar to tools like DU-Meter. In addition it provides statistics with total down- and upload sums.
Of course feedback is more than welcome. There is still more than enough room for improvements. Also checkout the TODO file what Im already planning - maybe you have ideas what I can add or what ight be useful too!
Enhancements:
- Re-Designed some more settings dialogs to look better and make more space for fonts.
- Added Double-buffering
- Changed the interface-icon in the settings dialog to use the "hwinfo" icon
- Adjusted the Makefile to automatically build on Ubuntu systems
<<less
Download (0.032MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
861 downloads
Coldtags suite 3.05

Coldtags suite 3.05


The Coldtags suite is a collection of custom JSP tags. more>>
The Coldtags suite is a collection of custom JSP tags that provides 90+ custom JSP tags for common programming tasks faced by JSP developers.
Coldtags suite also includes custom tags similar to the Web controls in the .NET framework.
Enhancements:
- New components were added, so the total amount is over 305 now.
- Features were updated for the existing taglibs, docs, and examples.
- Enhancements were made for many controls.
<<less
Download (MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
861 downloads
Aardvark Topsites PHP 5.2.0

Aardvark Topsites PHP 5.2.0


Aardvark Topsites PHP is the premier PHP/SQL topsites script. more>>
Aardvark Topsites PHP is simply the best topsites script available. Aardvark Topsites PHP project is licensed under the GNU General Public License so it will always remain completely free.
Main features:
- Members ranks can be shown on their button.
- New: Stat Buttons, allowing you to customize your buttons and display all kinds of stats on them
- 6 different ranking methods
- Counts unique pageviews, total pageviews, unique hits in, total hits in, unique hits out, and total hits out
- New: Rank daily, weekly, or monthly
- Up/down/neutral arrows
- Customizable categories
- Fully customizeable skins: make your topsites look however you want!
- Simple web-based installer and upgrader
- Multiple pages
- Member login and lost password retrieval
- Seamlessly switches between languages
- Fast, integrated search
- Ad breaks
- Visitors can rate and review members
- Advanced stats and graphs
- Easy to install and maintain
- Powerful admin
- New: Mass mail members
- Best of all, its completely free!
Enhancements:
- A tool to backup database was added in the admin interface.
- A more secure captcha, with a link for users to get a new captcha if the user cant read the first one.
- The gateway page for the Fusion skin was redesigned.
- Sites may be banned by URL, IP address, username, or email address.
- An optional security question is asked on join to block spammers.
- By default, new members must be approved by the admin before they are listed, and changes to the title or URL of a site must be approved by the admin.
- A summary of overall statistics is displayed on the main page.
<<less
Download (0.16MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
869 downloads
amarok-lcdproc 0.3.1

amarok-lcdproc 0.3.1


amarok-lcdproc is an Amarok Script for displaying meta tags on a LCD over lcdproc. more>>
amarok-lcdproc is an Amarok Script for displaying meta tags on a LCD over lcdproc. Until now it is configured to display the following on a 4x20 lcd:

%Songtitle (if too long it will be scrolled)
%Artist (if too long it will be scrolled)
%Album (if too long it will be scrolled)
%current Track Time/ %total Track Time %clock

Usage:

Start your lcdproc-server, start the script, enter everything asked and be happy.

<<less
Download (0.009MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
880 downloads
SEO SpyGlass 2.0.5

SEO SpyGlass 2.0.5


SEO SpyGlass is a search engine optimization software which analyzes the backlinks of a Web site. more>>
SEO SpyGlass is a search engine optimization software which analyzes the backlinks of a Web site and produces reports to help understand why a specific site ranks well for a specific search string.
Main features:
- The total number of backlinks your competitor has;
- The exact URL of each and every backlinks;
- The Google PageRank of both the domain of the backlink and the backlink itself;
- The Alexa Rank of the backlink domain;
- The total number of PageRank 0 to PageRank 10 backlinks your competitor has;
- The exact IP address of every backlink;
- The total number of backlinks coming from the same IP addresses, allowing you to easily identify site-wide links;
- The exact anchor texts your competitors are using;
- The exact anchor URLs of your competitors backlinks;
- The total number of times your competitors keywords appear within the anchor and title text of their backlinks (that is, the anchor and title keyword density);
- Whether or not the backlinks still point to your competitors site;
- How many of your competitors backlinks come from forums and blogs;
- How many of your competitors backlinks come from homepages of other sites, rather than internal pages;
- The total number of outbound links on the Webpage your competitors backlink resides on;
- The total number of links on the Webpage your competitors backlink resides on;
- Whether or not your competitor has backlinks from the Yahoo! Directory;
- Whether or not your competitor has backlinks from DMOZ (ODP) Directory;
- The exact link value of every backlink your competitor has;
- The exact age of every Website linking back to your competitor;
Enhancements:
- This release adds regional versions of Google, Yahoo!, and MSN search engines for Spain, Netherlands, Italy, and Belgium.
- It adds support for the Russian search engine Yandex.
- Human emulation has been added.
- Handling of non-Latin symbols has been improved significantly.
- There are stability and performance improvements.
<<less
Download (MB)
Added: 2007-05-31 License: Freeware Price:
918 downloads
Ultima Iris 2.0

Ultima Iris 2.0


Ultima Iris is a Ultima online client total 3D. more>>
Ultima Iris is a Ultima online client total 3D.

Iris2 is a 3D/2D game client for the popular Massive Multiplayer Role Playing Game "Ultima Online" (tm). Adding a third dimension to the well-known Ultima Online World, Iris2 allows the player to navigate the gaming environment just like any modern 3d rpg and still retain the unique roleplaying experience that only classic Ultima can provide. Moreover, being compatible with standard UO game servers, the player is not limited to play with only users of Iris but may also seamlessly interact with players using standard 2d clients.

<<less
Download (MB)
Added: 2007-05-24 License: Freeware Price:
894 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5