Main > Free Download Search >

Free scoring software for linux

scoring

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 292
Relative-Scoring 1.0.1

Relative-Scoring 1.0.1


Relative-Scoring is a scoring script which sets the score for tracks based on the number of times a song has been listened. more>> <<less
Download (0.007MB)
Added: 2007-04-06 License: GPL (GNU General Public License) Price:
932 downloads
Kmail POP filter with antispam/scoring 0.5.1

Kmail POP filter with antispam/scoring 0.5.1


Kmail POP filter with antispam/scoring contains improvements for KMAIL POP filters. more>>
Kmail POP filter with antispam/scoring contains improvements for KMAIL POP filters.

Read the content of file README for the use information and for applying the patch.

Filter rules with action with one score value (only for kde-3.5.x)

- The porting for the other versions will come make only from request.
- This is useful to set up one action on a message from match the more filter rules (as an example, a rule on XP, rolex and another on best, price, and ....)
- The action is set up when the sum of score value is at least 100%.

For kde 3.x

- Highlight of the e-mail marked for the download or the delete.
- Tool-tips on the text that exceeds the dimension of the columns.

- Ordering also for type action.
- Set action to delete of the messages that have one type of action or they are old at least X of days.

- A single key press (key D, E, L, Up, Down) for every message (stop of, watches, selection, watches, sets up, for every message).

- Use of one single list view for all the various types of match message-filters.
- Adding for every message the visualization of the name of filter that is matched with the message.
- Possibility of, easy and quickly, to see only the messages that they correspond to one action.

- Filter from to the header of the body of the message (therefore it is possible to filter for the name of the file attached).
- Filter from initial rows of the body of the message.
- The user can specify the minimal and maximum number of rows of the body of the message to download (the number of rows comes calculated in proportion to the dimension of the message) .

<<less
Download (0.51MB)
Added: 2007-06-03 License: GPL (GNU General Public License) Price:
873 downloads
Score Reading Trainer 0.1.3

Score Reading Trainer 0.1.3


Score Reading Trainer helps you improve your (musical) score reading skills by practicing with random scores. more>>
Score Reading Trainer helps you improve your (musical) score reading skills by practicing with random scores.
It works in a very simple way, you choose the clef, the key and the accidentals you want to practice as well as thee range of notes and then, the program generates a on-screen score with that parameters but randomizing the notes and the accidentals (and everything else that is randomizable).
The keys of the keyboard are mapped to the notes like in a piano (it would be nice to support midi in the future) and all you have to do, is press the right key for the first note you see in the score on the screen.
If you pressed the right key, the note will disapear and replaced by the second one, a diferent note, and you have to repeat the process.
As the notes are generated randomly, theres no way one can predict the following note and since several notes (as much as the screen allows) are on the screen, one can also train pre-reading (reading ahead of the current one) of the notes.
The program doesnt emit any sound (at least, yet) and its not inteded to teach rithmic or melodic concepts.
Enhancements:
2004-03-08 Jos? Pablo Ezequiel "Pupeno" Fern?ndez
- Try harder not to leave any extra line floating arround.
2004-03-08 Jos? Pablo Ezequiel "Pupeno" Fern?ndez
- Respect the position (over the third line) where notes are inverted.
2004-03-08 Jos? Pablo Ezequiel "Pupeno" Fern?ndez
- Limits wasnt really respected in other clefs than G2.
2004-03-08 Jos? Pablo Ezequiel "Pupeno" Fern?ndez
- Solved important bug. Extre lines was not being shown correctly (http://sourceforge.net/tracker/index.php?func=detail&aid=909427&group_id=97653&atid=618659).
<<less
Download (0.13MB)
Added: 2005-06-01 License: GPL (GNU General Public License) Price:
1611 downloads
Score Rated 0.3

Score Rated 0.3


Score Rated is a rated scoring script that uses the rating as a factor in the scoring process. more>>
Score Rated is a rated scoring script which uses the rating as a factor in the scoring process. Higher ratings leds to higher score. The rating is factored in each play.

I make no promises but the script hasnt messed up my system yet.

Usage:

You must use ratings for this script to have any point. Run the script, and it will be used to calculate scores for your tracks from then on. The script can be tweek by editing the file.

Known flaws:

Script reads rating when the song starts playing. Changes made after that is not considered. To make sure a new rating is used you could stop and restart the script or pause and play the song.

I will be looking in this for a future version. Suggestions are welcome.

<<less
Download (0.030MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
966 downloads
ScoreWatch 1.0

ScoreWatch 1.0


ScoreWatch provides a Cricket Score watcher that displays the score in the status bar. more>>
ScoreWatch provides a Cricket Score watcher that displays the score in the status bar.
A Cricket Score watcher that displays the score in the status bar panel based on RSS feeds from popular cricket sites.
Main features:
- Score refreshes automatically in regular intervals.
- Pops up alerts on the fall of a wicket.
- Allows selection of RSS feed source.
- Allows configuration of alerts and refresh interval.
Sources supported:
- cricinfo.com
- ecb.co.uk
<<less
Download (0.016MB)
Added: 2007-05-01 License: MPL (Mozilla Public License) Price:
914 downloads
MuseScore 0.6.1

MuseScore 0.6.1


MuseScore is a graphical WYSIWYG music score typesetter. more>>
MuseScore is a graphical WYSIWYG music score typesetter. It uses a TrueType music font derived from the lilypond project feta fonts. Notes are entered on an "virtual note sheet". When you enter the notes, the score is immediately reformatted.
Main features:
- WYSIWYG, notes are entered on a "virtual note sheet"
- uses TrueType fonts for screen and printing (adapted from the LilyPond project feta fonts)
- easy and fast note entry
- integrated fluid sound font player; JACK audio server driver
- MusicXml import/export
- standard midifile (SMF) import/export
- programmed in C++ using the Qt gui library
- Xml file format
- GPL licenced
<<less
Download (4.3MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
822 downloads
Games::Score 0.02

Games::Score 0.02


Games::Score is a Perl module to keep track of score in games . more>>
Games::Score is a Perl module to keep track of score in games .

SYNOPSIS

use Games::Score;

# these three values are the default ones, by the way
Games::Score->default_score(0);
Games::Score->default_step(1);
Games::Score->step_method(inc);

# start two players
my $player1 = Games::Score->new();
my $player2 = Games::Score->new();

# set a winning condition
Games::Score->victory_is( sub { $_[0] >= 20 } );

# and something to do if it is achieved
Games::Score->on_victory_do( sub { print "Won!" } );

# give points to the players
$player1->add(2);
$player2->step();

# look at section FUNCTIONS for more functionalities, such as
Games::Score->invalidate_if( sub { $_[0] > 20 } );

Games::Score can be use to keep track of several players points in a game, regardless of the starting amount of points, winning and/or losing conditions, etc.
It provides several useful methods so that the user doesnt have to keep testing values to see if theyre valid or if the player condition has changed.

<<less
Download (0.007MB)
Added: 2006-12-27 License: Perl Artistic License Price:
1031 downloads
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
ScoreBoard for Linux 0.2 Beta

ScoreBoard for Linux 0.2 Beta


ScoreBoard is a tiny program to keep scores in a quiz. more>> ScoreBoard is a tiny program to keep scores in a quiz. It allows users to customize the appearance of each group.<<less
Download (647KB)
Added: 2009-04-25 License: Freeware Price: Free
181 downloads
Security::CVSS 0.3

Security::CVSS 0.3


Security::CVSS is a Perl module to calculate CVSS values (Common Vulnerability Scoring System). more>>
Security::CVSS is a Perl module to calculate CVSS values (Common Vulnerability Scoring System).

SYNOPSIS

use Security::CVSS;

my $CVSS = new Security::CVSS;

$CVSS->AccessVector(Local);
$CVSS->AccessComplexity(High);
$CVSS->Authentication(Not-Required);
$CVSS->ConfidentialityImpact(Complete);
$CVSS->IntegrityImpact(Complete);
$CVSS->AvailabilityImpact(Complete);
$CVSS->ImpactBias(Normal);

my $BaseScore = $CVSS->BaseScore();

$CVSS->Exploitability(Proof-Of-Concept);
$CVSS->RemediationLevel(Official-Fix);
$CVSS->ReportConfidence(Confirmed);

my $TemporalScore = $CVSS->TemporalScore()

$CVSS->CollateralDamagePotential(None);
$CVSS->TargetDistribution(None);

my $EnvironmentalScore = $CVSS->EnvironmentalScore();

my $CVSS = new CVSS({AccessVector => Local,
AccessComplexity => High,
Authentication => Not-Required,
ConfidentialityImpact => Complete,
IntegrityImpact => Complete,
AvailabilityImpact => Complete,
ImpactBias => Normal
});

my $BaseScore = $CVSS->BaseScore();

$CVSS->UpdateFromHash({AccessVector => Remote,
AccessComplexity => Low);

my $NewBaseScore = $CVSS->BaseScore();

$CVSS->Vector((AV:L/AC:H/Au:NR/C:N/I:P/A:C/B:C));
my $BaseScore = $CVSS->BaseScore();
my $Vector = $CVSS->Vector();

CVSS allows you to calculate all three types of score described under the CVSS system: Base, Temporal and Environmental.

You can modify any parameter via its accessor and recalculate at any time.
The temporal score depends on the base score, and the environmental score depends on the temporal score. Therefore you must remember to supply all necessary parameters.

<<less
Download (0.005MB)
Added: 2007-04-11 License: Perl Artistic License Price:
928 downloads
Canorus 0.2.5

Canorus 0.2.5


Canorus is a free cross-platform music score editor. more>>
Canorus is a free cross-platform music score editor.

Canorus supports an unlimited number and length of staffs, polyphony, a MIDI playback of written notes, chord markings, lyrics, a number of import and export filters to many formats like MIDI, MusicXML, ABC Music, MUP, PMX, MusiXTeX and LilyPond and more!

Canorus is evolving quickly.

<<less
Download (0.40MB)
Added: 2007-03-25 License: GPL (GNU General Public License) Price:
563 downloads
PyBridge 0.3.0

PyBridge 0.3.0


PyBridge is a free online bridge game. more>>
PyBridge is a free online bridge game.
PyBridge is software which lets you play the card game of (contract) bridge, with human players, over the Internet or a local network.
Main features:
- Complete bridge game logic: support for bidding, trick playing and duplicate scoring.
- A PyGTK graphical front-end - see the screenshots!
- A standalone server, capable of managing an arbitary number of tables and games.
<<less
Download (0.12MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
851 downloads
Lewin Pongs 1.0

Lewin Pongs 1.0


Lewin Pongs is an advanced game of pong. more>>
Lewin Pongs is an advanced game of pong.

An advanced game of pong with lots of options. A ball bounces around the screen and you hit it with paddles.

If you miss, your opponent scores, if your opponent misses, you score.

PONG, an adaptation of table tennis to the video screen, was the first commercially successful video game and is widely regarded as ushering in the video game era.

PONG was released by Atari on November 29, 1972.

PONG is a basic simulation of the racket sport of table tennis. A small square representing a ping pong ball travels across the screen in a linear trajectory. If the square strikes the perimeter of the playing field, or one of the simulated paddles, the square ricochets based on the angle of the impact.

Game play consists of players moving their respective paddles vertically to defend their scoring zones. Players score one point by maneuvering the square past their opponents paddle.

PONG can be played either by a single player pitted against a computerized opponent, or by two players each controlling a paddle. In Ataris original PONG arcade cabinets, players controlled their paddles using one of two small paddle controllers (a knob-like input device). Contrastingly, several of the derivative table tennis simulations employed longitudinally-sliding joysticks.
<<less
Download (1.0MB)
Added: 2006-02-23 License: GPL (GNU General Public License) Price:
1340 downloads
Cricketfox 0.4.2

Cricketfox 0.4.2


Cricketfox is a Firefox extension that shows you Live World Cup, International and English County cricket scores in your status more>>
Cricketfox is a Firefox extension that shows you Live World Cup, International and English County cricket scores in your status bar.
Main features:
- 2007 ICC World Cup scores in your browser!
- Scores automatically updated from live CricInfo cricket feed
- Current batting teams score displayed in the status bar
- Hovering over score displays both teams scores
- Double click the score to be taken to detailed information page on CricInfo.com
- Option to rotate scores between your two favourite teams
<<less
Download (0.10MB)
Added: 2007-05-07 License: MPL (Mozilla Public License) Price:
907 downloads
Tksol 1.9

Tksol 1.9


Tksol project is a tk version of standard solitaire. more>>
Tksol project is a tk version of standard solitaire.
This version contains background pictures and several game options.
It was originally written by Bao Trinh.
Bao hadnt revised Tksol for 8 years before I started work on it. Features Ive added include: a rewritten options widget, extra mouse bindings, new artwork, rounded card corners, scoring overhaul, code optimizations and bug fixes.
Enhancements:
- Tksol has had a little new art work made.
- The card faces have been improved and new cardbacks were added, including a gentoo graphic.
- Also, an epsilon-esque bug was fixed.
<<less
Download (MB)
Added: 2006-12-23 License: GPL (GNU General Public License) Price:
1036 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5