very accurate
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>>
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.
GNOME FCE Ultra 0.6.0
GNOME FCE Ultra (also known as gfceu) is an interface for the popular Nintendo Emulator, FCE Ultra. more>>
Main features:
- Network play
- Custom input configuration
- Fullscreen support
- Full sound support
- High compatibility and accurate emulation
Very Strange Tunneling Tool 0.5.0
Very Strange Tunneling Tool (VSST) is a multi-protocol tunneling tool. more>>
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
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 supports multiple users and inventory transaction logging.
Enhancements:
- Some minor problems found in the library files for the inventory system were fixed.
m2vmp2cut 0.58
m2vmp2cut is frame accurate (currently PAL) MPEG2 video (M2V file) with accompanied MP2 audio cutter. more>>
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).
Projectory 1.0
Projectory project is a platform-independent, Web-enabled project management tool. more>>
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.
Score2Rating 3.0
Score2Rating is a script that converts the scores of your tracks in amaroK to ratings using some pretty accurate intervals. more>>
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.
Very restrictive set of firewall rules
Very restrictive set of firewall rules script is a sample firewall for ip_tables. more>>
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
Yaalr 0.1
Yaalr is Yet Another Apache Log Reader. more>>
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
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
Membership Software 1.05c
Membership Software allows you to keep accurate and up-to-date membership records for an organization online. more>>
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.
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>>
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.
Very Simple Network Monitor 2.0.0
Very Simple Network Monitor is a complete rewrite of project PHP Monitoring. more>>
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:)
OS X Login Screen 1.2
OS X Login Screen is a very accurate OS X login Screen Mimic for Kubuntu Linux. more>>
WeatherMaker 1.3.4
WeatherMaker project is a commandline program to generate weather reports for RPGs. more>>
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.