Main > Free Download Search >

Free very accurate software for linux

very accurate

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 199
Klaverjas Score 0.2

Klaverjas Score 0.2


Klaverjas Score is a program to keep track of the scores during a game of klaverjas (a Dutch card game). more>>
Klaverjas Score is a program to keep track of the scores during a game of klaverjas (a Dutch card game).

The program is meant to replace written score keeping, making accurate score listing much easier. It also keeps track of previous games.

Klaverjas Score is very suitable for small groups of people that play together regularly and that would like to have a record and comparison of their games.

<<less
Download (0.13MB)
Added: 2007-05-22 License: GPL (GNU General Public License) Price:
893 downloads
GNOME FCE Ultra 0.6.0

GNOME FCE Ultra 0.6.0


GNOME FCE Ultra (also known as gfceu) is an interface for the popular Nintendo Emulator, FCE Ultra. more>>
GNOME FCE Ultra (also known as gfceu) is an interface for the popular Nintendo Emulator, FCE Ultra. GNOME FCE Ultra is designed for the GNOME desktop, and allows the user to easily play NES ROM images.
Main features:
- Network play
- Custom input configuration
- Fullscreen support
- Full sound support
- High compatibility and accurate emulation
<<less
Download (0.029MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
865 downloads
Very Strange Tunneling Tool 0.5.0

Very Strange Tunneling Tool 0.5.0


Very Strange Tunneling Tool (VSST) is a multi-protocol tunneling tool. more>>
Very Strange Tunneling Tool (VSST) is a multi-protocol tunneling tool. It accepts input by TCP stream sockets and FIFOs, and can send data via TCP, POP3, and ICMP tunneling.

HOW TO COMPILE

Run the following command:

OS | COMMAND
-----------------------
linux+bsd | make
solaris | make solaris[2]
other unix| try both :-)[1]

[1]: Give me root access to your box and I will port it. Im interested in porting vstt to Solaris x86, Solaris sparc, SGI IRIX, AIX, ...

[2]: Never tested since the hardware of my Solaris box is broken.

HOW TO INSTALL

Run make install
<<less
Download (0.088MB)
Added: 2006-10-09 License: BSD License Price:
1117 downloads
Inventory Management Software 1.18

Inventory Management Software 1.18


Inventory Management Software is a Web-based tool that makes it easy to keep your inventory accurate from any location. more>>
Inventory Management Software is a Web-based tool that makes it easy to keep your inventory accurate from any location.
Inventory Management Software supports multiple users and inventory transaction logging.
Enhancements:
- Some minor problems found in the library files for the inventory system were fixed.
<<less
Download (0.13MB)
Added: 2006-06-12 License: Other/Proprietary License with Source Price:
1239 downloads
m2vmp2cut 0.58

m2vmp2cut 0.58


m2vmp2cut is frame accurate (currently PAL) MPEG2 video (M2V file) with accompanied MP2 audio cutter. more>>
m2vmp2cut is frame accurate (currently PAL) MPEG2 video (M2V file) with accompanied MP2 audio cutter.

Frame accuracy is achieved by re-encoding video around cutpoints. Audio is cut from a separate MP2 file at positions that keep A/V sync as good as possible (maximum sync difference is around 10-15 milliseconds compared to the source).

<<less
Download (0.046MB)
Added: 2005-10-25 License: GPL (GNU General Public License) Price:
1464 downloads
Projectory 1.0

Projectory 1.0


Projectory project is a platform-independent, Web-enabled project management tool. more>>
Projectory project is a platform-independent, Web-enabled project management tool.
Projectory is a platform-independent, Web-enabled project management tool designed to track software projects through all phases of the development lifecycle.
It tracks effort expended by developers across multiple teams, projects, and activities, and is suitable for small or large software development groups.
Projectory provides accurate metrics of current development activity and lets you mine historical data to improve estimation on future projects.
Main features:
- Projectory is easy to install.
- Projectory is easy to use.
- Projectory keeps your software development projects on track.
- Projectory adapts to your org chart.
<<less
Download (0.065MB)
Added: 2006-11-03 License: GPL (GNU General Public License) Price:
1086 downloads
Score2Rating 3.0

Score2Rating 3.0


Score2Rating is a script that converts the scores of your tracks in amaroK to ratings using some pretty accurate intervals. more>>
Score2Rating is a script that converts the scores of your tracks in amaroK to ratings using some pretty accurate intervals. In future versions of Score2Rating, the intervals might become changeable.

This is mostly usable to give you a starting point for using the new rating system in amaroK 1.4 (SVN).

NOTE!

It is recommended that you back up your database (the statistics table at least) before running this script. It should do no harm, but you can never be too safe.

Note that tracks with the same score can get different ratings, this is because amaroK rounds the score that is saved in the database.

An example: If the shown score is 95 (the limit between rating 4 and 5), the database can contain anything from 94.500 to 95.499. If the "real" score is below 95 (94.500-94.999), the track will get a rating of 4, if its above 95 (95.000-95.499), the rating will be 5.

This will happen around all the rating limits (20, 60, 85 and 95).

It is recommended that you back up your database (the statistics table at least) before running this script. It should do no harm, but you can never be too safe...

Usage:

Just start it and then click configure, and it will do everything automagically!
It will tell you tell you (using a popup in the playlist window) when its done.

<<less
Download (0.003MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1183 downloads
Very restrictive set of firewall rules

Very restrictive set of firewall rules


Very restrictive set of firewall rules script is a sample firewall for ip_tables. more>>
Very restrictive set of firewall rules script is a sample firewall for ip_tables, the tool for doing firewalling and masquerading under the 2.3.x/2.4.x series of kernels.

Be warned, this is a very restrictive set of firewall rules (and they should be, for proper security). Anything that you do not _specifically_ allow is logged and dropped into /dev/null, so if youre wondering why something isnt working, check /var/log/messages.

This is about as close as you get to a secure firewall. Its nasty, its harsh, and it will make your machine nearly invisible to the rest of the internet world. Have fun.

To run this script you must chmod 700 iptables-script and then execute it. To stop it from running, run iptables -F

Sample:

#Point this to your copy of ip_tables
IPT="/usr/local/bin/iptables"

#Load the module.
modprobe ip_tables

#Flush old rules, delete the firewall chain if it exists
$IPT -F
$IPT -F -t nat
$IPT -X firewall

#Setup Masquerading. Change the IP to your internal network and uncomment
#this in order to enable it.
#$IPT -A POSTROUTING -t nat -s 192.168.1.0/24 -j MASQUERADE
#$IPT -P FORWARD ACCEPT
#echo 1 > /proc/sys/net/ipv4/ip_forward

#Set up the firewall chain
$IPT -N firewall
$IPT -A firewall -j LOG --log-level info --log-prefix "Firewall:"
$IPT -A firewall -j DROP

#Accept ourselves
$IPT -A INPUT -s 127.0.0.1/32 -d 127.0.0.1/32 -j ACCEPT
#If youre using IP Masquerading, change this IP to whatever your internl
#IP addres is and uncomment it
#$IPT -A INPUT -s 192.168.1.1/32 -d 0/0 -j ACCEPT

#Accept DNS, cause its warm and friendly
$IPT -A INPUT -p udp --source-port 53 -j ACCEPT
$IPT -A INPUT -p tcp --source-port 113 -j ACCEPT
$IPT -A INPUT -p tcp --destination-port 113 -j ACCEPT

#Allow ftp to send data back and forth.
$IPT -A INPUT -p tcp ! --syn --source-port 20 --destination-port 1024:65535 -j ACCEPT

#Accept SSH. Duh.
#$IPT -A INPUT -p tcp --destination-port 22 -j ACCEPT

#Send everything else ot the firewall.
$IPT -A INPUT -p icmp -j firewall
$IPT -A INPUT -p tcp --syn -j firewall
$IPT -A INPUT -p udp -j firewall
<<less
Download (MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
984 downloads
Yaalr 0.1

Yaalr 0.1


Yaalr is Yet Another Apache Log Reader. more>>
Yaalr is Yet Another Apache Log Reader. It is a perl script which reads an Apache log file and outputs a short report on the command line. Yaalr is being actively developed and there is a release available below.
In the future Yaalr will have other ways to gather information on visitors to your web site. It will produce output as a web page so you can run it from cron and it will have a javascript component which will allow you to track multiple web sites in a single log which ignores robots. Stay tuned!
Main features:
- create an easy to use Apache access log reader
- give you an accurate understanding of your web sites visitors
- allow you to control your web traffic analysis and not have to share it with a third party
Yaalr is licensed under the GPL, because freedom is important.
Enhancements:
- Major feature enhancements
<<less
Download (0.009MB)
Added: 2007-05-14 License: GPL (GNU General Public License) Price:
893 downloads
File Splitter 1.3

File Splitter 1.3


Split large text/html files into smaller files. I find it much faster and more accurate than cut and paste. You embed commands in the big file telling it which pieces of it are to go where, then let Splitter do the work. It is much faster and more accurate than trying to select huge blocks of text in an editor. You dont accidentally lose or duplicate text. Keeping files small makes the site more responsive. more>>

File Splitter - Split large text/html files into smaller files. I find it

much faster and more accurate than cut and paste.

You embed commands in the big file telling it which pieces

of it are to go where, then let Splitter do the work. It is

much faster and more accurate than trying to select huge

blocks of text in an editor. You dont accidentally lose or

duplicate text. Keeping files small makes the site more

responsive.

In the following pretend that [...] are actually lessthan...greater than.

You embed multiple [split tags in the file to be split of

the form:

[split charlie.html]

...

stuff that will end up in the charlie.html file.

...

[/split]

The text between the [split xxx] and [/split] tags is split

off into that named file and the text is removed from the

original file along with the tags.

1. Filenames may be absolute or relative, with no quotes or spaces.

2. Tags may be nested, but they must balance (equal number

of [split xxx] and [/split]).

3. Tags are case-insensitive, i.e. may be lower or upper case.

4. Multiple [split xxx] tags may be directed to the same

file, where they will be appended.

5. If the files mentioned in the split tags already exist,

they will be overwritten.

6. Anything not inside [split xxx].. [/split] is retained in

the original file. Everything else is removed.

The file being split must be small enough to fit in RAM.

Java array addressing limits the file to 2GB, though other

considerations mean in practice the largest file you can

handle will be smaller still.

To install, Extract the zip download with Winzip, available from

http://www.winzip.com (or similar unzip utility) into any

directory you please, often C:\ -- ticking off the (user

folder names) option. To run as an application, type:

java -jar C:\com\mindprod\splitter\splitter.jar x.html

adjusting as necessary to account for where the jar file is.


Enhancements:
Version 1.3

allow you to specify encoding


System Requirements:
<<less
Download (711Kb)
Added: 2008-03-21 License: Free Price: Free
103 downloads
Membership Software 1.05c

Membership Software 1.05c


Membership Software allows you to keep accurate and up-to-date membership records for an organization online. more>>
Membership project allows you to keep accurate and up to date membership records online.
Features membership import, to bring your membership in from another software package. Also features membership export feature for creating mailings.
Search your membership and store information and pictues about each member.
Enhancements:
- This release fixes a few minor bugs found in the authentication module.
<<less
Download (0.40MB)
Added: 2006-03-09 License: Other/Proprietary License with Source Price:
1326 downloads
XRoar 0.19

XRoar 0.19


XRoar is an emulator for the Dragon 32, Dragon 64, and Tandy Coco2 computers all originally released in the early 80s. more>>
XRoar is an emulator for the Dragon 32, Dragon 64, and Tandy Coco2 computers all originally released in the early 80s.
The emulator runs under Unix-like OSes (using SDL for video and OSS for audio) and the GP32 handheld gaming device.
Enhancements:
- Fixed resizing and border alignment in OpenGL video module.
- Virtual floppy timings more accurate.
- JVC (".dsk") virtual disks supported.
- Preliminary CoCo disk support (some stuff works, NitrOS-9 doesnt).
- 6809-PIA interrupt interaction more accurate (fixes some games).
- Various command-line options added.
- CoCo can operate with or without Extended BASIC and Disk BASIC ROMs.
<<less
Download (0.10MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
856 downloads
Very Simple Network Monitor 2.0.0

Very Simple Network Monitor 2.0.0


Very Simple Network Monitor is a complete rewrite of project PHP Monitoring. more>>
Very Simple Network Monitor is a complete rewrite of project PHP Monitoring.
Its by default capable of monitoring via ping, UDP and TCP checks. Has builtin plugin system so customized scripts can be used to monitor whatever you like eg. oracle tablespaces, diskspace whatever; Alarms are also generated via plugins, it has standard EMAIL alarm, but can be customized to have snmp traps, or sms gateways or whatever.
Can store uptime reports in mysql and generated reports and uptimes in % availability per service.
Has one centralised html monitoring page with all alarms together for good overview.
Enhancements:
- reporting bug fixed
- alarm causes nmonitor to be locked bug fixed
- some other minor stuff I cant remember
- removed some typos from INSTALL doc:)
<<less
Download (0.11MB)
Added: 2006-12-27 License: Freeware Price:
1039 downloads
OS X Login Screen 1.2

OS X Login Screen 1.2


OS X Login Screen is a very accurate OS X login Screen Mimic for Kubuntu Linux. more>>
OS X Login Screen is a very accurate OS X login Screen Mimic for Kubuntu Linux.

<<less
Download (0.31MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
981 downloads
WeatherMaker 1.3.4

WeatherMaker 1.3.4


WeatherMaker project is a commandline program to generate weather reports for RPGs. more>>
WeatherMaker project is a commandline program to generate weather reports for RPGs.

WeatherMaker is a commandline utility to generate weather reports for role-playing games set in Earth-like worlds. It is not meant to be either an accurate or a precise simulation of climate, but it should give plausible results for the season, terrain, and climate requested.

<<less
Download (0.055MB)
Added: 2007-01-08 License: GPL (GNU General Public License) Price:
1021 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5