Main > Free Download Search >

Free sirius 0.03 software for linux

sirius 0.03

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 213
Audio::Radio::Sirius 0.03

Audio::Radio::Sirius 0.03


Audio::Radio::Sirius is a Perl module to control a Sirius satellite radio tuner. more>>
Audio::Radio::Sirius is a Perl module to control a Sirius satellite radio tuner.

SYNOPSIS

Sirius satellite radio (http://www.sirius.com) is a US based satellite radio serice. While none of the tuners they make have serial or USB connectors, it has been found that generation 2.5 tuners (Sportster, Starmate, * Replay, Sirius Connect, and others) have a common tuner module.

Furthermore this tuner module generally has a serial interface. Presently only one commercial site is offering a modification for adding a serial port to a Sirius tuner: http://www.rush2112.net. Google should reveal schematics and parts needed for adding ports to other tuners.

Once your tuner is connected to your system and accessible via a serial port like device, you can use this module to access it:

use Audio::Radio::Sirius;
use Win32::SerialPort; # or Device::SerialPort on Linux

my $serial = new Win32::SerialPort(com1);
my $tuner = new Audio::Radio::Sirius;

$tuner->connect($serial);
$tuner->power(1);
$tuner->channel(184); # tune in the preview channel

<<less
Download (0.013MB)
Added: 2006-11-30 License: Perl Artistic License Price:
1062 downloads
Sirius 0.8.0

Sirius 0.8.0


Sirius is a program for playing the game of othello. more>>
Sirius is a program for playing the game of othello. The program includes an AI (Artificial Intelligence) opponent which plays at a very challenging level and is actually quite hard to beat. The AI opponents strength can therefore be adjusted in several ways to give you a suitable opponent.
The AI opponent uses a plain alpha-beta search with hashing to figure out which move to make. To be able to tell a god position from a bad one, it uses a pattern based evaluation function.
The pattern used is the 9 discs surrounding each corner and the 8 discs creating the edge of the board. The evaluation function also takes mobility, potential mobility and parity into count. For the initial 9 moves the AI opponent optionally uses a simple opening book.
During midgame it searches and evaluates about 200.000 nodes per second on a PIII 750 MHz, in the endgame this number is significantly higher due to more transpositions and a less expensive evaluation function.
Enhancements:
- Russian translation. (Alexandre Prokoudine)
- Fixed problem with non-latin UTF-8 characters. (Vyacheslav Sdiconov)
- Trippled the size of the opening book.
- Made the hints unsensitive at startup.
- Man page for Debian.
<<less
Download (0.60MB)
Added: 2005-07-22 License: GPL (GNU General Public License) Price:
1554 downloads
Siren 0.03

Siren 0.03


Siren is a music player for GNOME with an extremely minimalist interface. more>>
Siren is a music player for GNOME with an extremely minimalist interface. It is written in Perl and uses the GTK2-Perl libraries, and GStreamer.

<<less
Download (0.015MB)
Added: 2005-08-08 License: GPL (GNU General Public License) Price:
1547 downloads
etvis 0.03

etvis 0.03


etvis is a demo viewer/commenter for Wolfenstein: Enemy Territory FPS game. more>>
etvis is a demo viewer/commenter for Wolfenstein: Enemy Territory FPS game.
Demos recorded with ET can be sorted, renamed, deleted, and viewed. Comments can be stored for each demo individually.
Comments will remain no matter if a demo-file gets renamed by etvis or by another application.
For now you have to edit some things by hand before compiling, this will be changed in a later release:
Edit src/main.h EXECPARAMS for options to give to ET
src/main.c line 174 for the dir that is filled with your demos
src/main.c line 184 for your ET executable
Usage:
double-click on the filename to rename it
delete-key to delete the selected demo files
double-click views the selected demo in ET
Enhancements:
- A demo file can now be given as a command line parameter to omit the GUI, which is nice for associating etvis with .dm_84 files in your favorite file manager.
- In addition, basic gettext functionality was added.
<<less
Download (0.089MB)
Added: 2006-05-05 License: GPL (GNU General Public License) Price:
1267 downloads
PySBIG 0.03

PySBIG 0.03


PySBIG can read SBIG CCD files and give you a Numeric array for the data and a dictionary for the headers. more>>
PySBIG project can read SBIG CCD files and give you a Numeric array for the data and a dictionary for the headers.
There is cPySBIG (since version 0.02) which is 40 times faster than the pure PySBIG module, also included. Version 0.03 now works with numpy instead of Numeric.
Example Usage:
import PySBIG
sbig = PySBIG.PySBIG("mysbigfile.st9")
data = sbig.getData() #two dimentional array
headers = sbig.getHeaders() #dictionary
OR
import cPySBIG
sbig = cPySBIG.cPySBIG("mysbigfile.st9")
data = sbig.getData() #two dimentional array
headers = sbig.getHeaders() #dictionary
Enhancements:
- This release uses numpy instead of Numeric.
<<less
Download (0.009MB)
Added: 2007-01-05 License: GPL (GNU General Public License) Price:
1022 downloads
Watsup 0.03

Watsup 0.03


Watsup is a system and process monitor for CPU, memory, page faults, disk IO, network IO. more>>
Watsup is a system and process monitor for CPU, memory, page faults, disk IO, network IO.
Low overhead. GUI controls. Formatted report in window. Sample interval down to 0.1 secs. Choose font size. System resources: CPU (1-4), memory (free/used/cache), page faults (hard/soft), disk IO, network IO. Process resources: same + execution file name.
Main features:
- overhead is about 1/3 as much
- sample interval as low as 0.1 seconds is supported
- overall system and top process resources are shown on one page
- disk I/O, network I/O, and page fault rates can be monitored
- font can be made small (for display in a corner) or large (whole screen)
- the top N processes are displayed with minimal jumping around between samples
- (which makes it easier to watch one or a few processes)
- process ranking is a weighted sum of CPU, hard page faults, and disk I/O
<<less
Download (0.18MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
808 downloads
Plasmatronics 0.03

Plasmatronics 0.03


Plasmatronics Perl module is a Plasmatronics PL regulator controller. more>>
Plasmatronics Perl module is a Plasmatronics PL regulator controller.

SYNOPSIS

use Device::Regulator::Plasmatronic;
my $r = Device::Regulator::Plasmatronic;
print "Current state of charge = " . $r->pl_dsoc . "n";

This is an interface library via the serial port to a Plasmatronics Regulator. (http://www.plasmatronics.com.au/)

MAJOR LIMITATIONS

Serial Port

I have to replace the serial port driver - currently I use the unix only version, but I have written

Hard Coded Multiplier

The multiplier used for voltages etc is hard coded (currently 4 = 48 Volt system). This can be read from the system, so I will have to do that as part of the initialisation.

Combined Values

Load and other things combine values from multiple locations to allow for larger numbers. I know that I have got this wrong in a number of places. Work to be done to test these for large numbers (eg: > 25 Amps etc).

<<less
Download (0.014MB)
Added: 2007-06-19 License: Perl Artistic License Price:
862 downloads
Iterator::Misc 0.03

Iterator::Misc 0.03


Iterator::Misc Perl module package contains miscellaneous iterator functions. more>>
Iterator::Misc Perl module package contains miscellaneous iterator functions.

SYNOPSIS

use Iterator::Misc;

# Permute the elements of a list:
$iter = ipermute (@items);

# Select only every nth value of an iterator
$iter = inth ($n, $another_iterator);

# Randomly select iterator values with 1/$n probability
$iter = irand_nth ($n, $another_iterator);

# Fibonacci sequence
$ifib = ifibonacci(); # default sequence starts with 1,1
$ifib = ifibonacci($a, $b); # or specify alternate starting pair

# Geometric sequence
$iter = igeometric ($start, $end, $multiplier);

This module contains miscellaneous iterator utility functions that I think arent as broadly useful as the ones in Iterator::Util. They are here to keep the size of Iterator::Util down.

For more information on iterators and how to use them, see the Iterator module documentation.

<<less
Download (0.012MB)
Added: 2007-05-18 License: Perl Artistic License Price:
889 downloads
Streamsniff 0.03

Streamsniff 0.03


Streamsniff is a small command line tool that sniffs network traffic for stream URLs. more>>
Streamsniff is a command line tool that sniffs network traffic for stream urls. I built it because I got tired chasing stream urls hidden behind loads of html and javascript.

Run it as root, fire up your browser and start the stream you want to "expose". Streamsniff detects the initiation of rtsp, mms, icy and http streams, and performs a backtrace on http traffic to detect "playlist"-urls (stream metafiles).

Sample output showing ICY, RTSP and MMS urls and their playlist urls:

ICY : http://212.92.28.98:2002/
: http://real1.radio.hu/BartokG2.ram

RTSP: rtsp://rmlivev8.bbc.net.uk:554/farm/*/ev7/live24/6music/live/6music_dsat_g2.ra
: http://www.bbc.co.uk/6music/ram/dsatg2.ram

MMS : mms://wm05.nm.cbc.ca/cbcr2-toronto
: http://origin.www.cbc.ca/mrl2/livemedia/cbcr2-toronto.asx

Streamsniff is experimental. It runs on little-endian (Intel/AMD), Linux and Windows XP SP2. I want to be less specific about the platform. Help with ports (big-endian, FreeBSD) is appreciated.

Detects:

MMS
RTSP
ICY
HTTP (with Content-Type: audio.. , video.. , ..wms-hdr..)
<<less
Download (0.020MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1493 downloads
Sys::Sig 0.03

Sys::Sig 0.03


Sys::Sig is a Perl module to return signal constants for this host. more>>
Sys::Sig is a Perl module to return signal constants for this host.

use Sys::Sig;


my $TERM = Sys::Sig->TERM;

kill $TERM, $pid;

or

my $Sig = new Sys::Sig;

my $TERM = $Sig->TERM;
...

NOTE: the signal name is not case sensitive. The following will work just as well for METHODS ONLY:

my $TERM = $Sig->TeRm;

<<less
Download (0.010MB)
Added: 2007-03-08 License: Perl Artistic License Price:
962 downloads
Findwild 0.03

Findwild 0.03


Findwild is a program to search for files. more>>
Findwild is (yet another) program to search for files. It works quite differently from the other programs you may have used.
This software offers the following search criteria:
- directory path to search, with multiple wildcards placed anywhere
- file name(s) to search for, with multiple wildcards anywhere
- file name(s) to exclude, with multiple wildcards anywhere
- file content string(s) to search for, with multiple wildcards anywhere
- file content string(s) to exclude, with multiple wildcards anywhere
- file modification date within a desired range
- your choice of delimiters that define the file strings to be searched
Search criteria can be saved and recalled. It is relatively easy to modify a query incrementally, to zero-in on the results you need.
Performance Indicators:
+ Search /usr/share/* (69000 files) for all files containing the string thumb* 193 files found, 89 seconds
+ Modify the query to search only files named *.html 51 files found, 12 seconds
<<less
Download (MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
811 downloads
xpidl 0.03

xpidl 0.03


xpidl project is an XPIDL parser. more>>
xpidl project is an XPIDL parser.

SYNOPSIS

xpidl -m mode [-a] [-w] [-v] [-t version number] [-I path] [-o basename | -e filename.ext] filename.idl

OPTIONS

-a

Emit annotations to typelib.

-w

Turn on warnings (recommended).

-v

Display version.

-t version number

Create a typelib of a specific version number.

-I path

Add entry to start of include path for ``#include "nsIThing.idl".

-o basename

Use basename (e.g. ``/tmp/nsIThing) for output.

-e filename.ext

Use explicit output filename.

-i path

Specify a path for import (only for IDL version 3.0).

-x

Enable export (only for IDL version 3.0).

-m mode

Specify output mode:

header Generate C++ header (.h)

typelib Generate XPConnect typelib (.xpt)

doc Generate HTML documentation (compat xpidl) (.html)

java Generate Java interface (.java)

html Generate HTML documentation (use idl2html) (.html)

<<less
Download (0.026MB)
Added: 2007-06-11 License: Perl Artistic License Price:
877 downloads
uvlan 0.03

uvlan 0.03


uvlan is a project consisting of a User-space Virtual Local Area Network. more>>
uvlan is a project consisting of a User-space Virtual Local Area Network.
In other words, uvlan peers act as nodes on a network switch. Ethernet traffic is routed between peers intelligently. This allows for multiple networks to share resources and even IP address space.
Some may call it a VPN (Virtual Private Network) application, but its much more powerful: it is peer-to-peer, is much simpler, and operates at layer 2 (ethernet). VPNs generally operate at layer-3 (IP), and layer 2 applications like gaming cant be supported with layer 3 tunneling.
Differences with traditional VPN technology:
- It is peer-to-peer
- It doesnt require licensing
- It is much simpler
- It operates at Layer-2 (Ethernet), VPNs generally operate at Layer-3 (IP) Layer-2 applications like gaming cant be supported with Layer-3 tunneling.
<<less
Download (0.11MB)
Added: 2007-01-20 License: Public Domain Price:
1007 downloads
TSKmount-Fuse 0.03

TSKmount-Fuse 0.03


TSKmount-Fuse is the filesystem of deleted files. more>>
TSKmount-Fuse is the filesystem of deleted files.

TSKmount, is a free Fuse filesystem written in perl and based on The Sleuth Kit tools. It is intended to provide an easy way to recover deleted files over ext2, fat and ntfs filesystems.

Short HowTo:

Mounting device /dev/hda5 on /tmp/fuse empty directory:

tskmount /dev/hda5 /tmp/fuse
### wait the "Ready" message before going to /tmp/fuse ###


Unmounting filesystem:

fusermount -u /tmp/fuse

See common options:

tskmount --help

<<less
Download (0.017MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
794 downloads
pytick 0.03

pytick 0.03


pytick is a customizable stock ticker. more>>
pytick is a customizable stock ticker.
pytick is a fully configurable and elegant stock ticker written in python for your desktop.
pytick gathers its stock quotes from finance.yahoo.com and displays them in a easy to read fashion.
Main features:
- Intuitive Interface
- Fits naturally into your desktop
- Custom Font Selection
- Variable Scroll Speed
<<less
Download (0.007MB)
Added: 2005-12-21 License: GPL (GNU General Public License) Price:
1405 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5