Main > Free Download Search >

Free sits software for linux

sits

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 101
Volity::Seat 0.6.5

Volity::Seat 0.6.5


Volity::Seat is a Volity seat, containing some players. more>>
Volity::Seat is a Volity seat, containing some players.

SYNOPSIS

# From within a Volity::Game subclasss code:
my @seats = $self->seats;

# Or, given a Volity::Player object:
my $seat = $player->seat;

# Now tell the seat they just picked up the Three of Clubs:
$seat->call_ui_function("draw_card", "3C")

An objects of this class represents a seat at a Volity table. Volity players who are actually playing a game sit in seats, and referees address game-specific RPC calls to seats, not to individual players. See the main Volity documentation for more information about the seat concept: http://www.volity.org/wiki/index.cgi?action=browse&id=Seats

USAGE

As a game programmer, you need never create, modify, or destroy these objects yourself; that is all handled for you by the other objects that make up a Frivolity-run table, particularly the referee (see Volity::Referee). However, several methods of Volity::Game, the module you subclass to create your own Perl-based Volity game, will return objects of this class. Several crucial functions of communicating with a games players involve calling methods on these objects, including the all-important call_ui_function method (described below).

Your Volity::Game subclass must define some variables that assist the referee in seat creation, particularly the seat_ids and required_seat_ids class variables. If you wish to extend this class for your game, you can speficy a Volity::Seat subclass to use through Volity::Games seat_class method. All these are described in detail within Volity::Game.

<<less
Download (0.10MB)
Added: 2007-01-05 License: Perl Artistic License Price:
1022 downloads
Torsmo 0.18

Torsmo 0.18


Torsmo is a system monitor that sits in the corner of your desktop. more>>
Torsmo is a system monitor that sits in the corner of your desktop.
Torsmo project is very simple, customizable and it renders only text on the desktop (and percentagebars if you want it to and the only lib it uses is Xlib.
Torsmo can show various information about your system and its peripherals.
Main features:
- Kernel version
- Uptime
- System time
- Network interface information
- Memory and swap usage
- Hostname
- Machine, i686 for example
- System name, Linux for example
- Temperatures from i2c-sensors
- Temperature from ACPI
- Battery capacity from ACPI/APM
- Number of processes running or sleeping
- Local mails (unread and all)
- Filesystem stats
Enhancements:
- Fixed some double buffer + Xft stuff
- Applied X-Mozilla-Status patch (thanks affinity)
- Applied NVCtrl patch and modified it a bit (temperature monitoring for nvdia-based graphics cards) (I couldnt test this so it may or may not work or even compile) (thanks Dennis Frommknecht)
- Applied fs_used_perc and fs_bar_free patch (thanks killfire [send me mail, I didnt catch your name from sourceforge])
- Applied patch that supports mailbox that is in some maildir format (thanks jolapache [send mail, I didnt catch your name from sourceforge])
- min -> m
- Applied pad_percents patch (thanks JL Farinacci)
- Fixed some stuff in acpi fan and acpi ac adapter
- Optional XFT even when compiled in
<<less
Download (0.082MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1375 downloads
Crispy 1.1.1

Crispy 1.1.1


Crispy is a client for remote invocation for different kinds of services via proxies. more>>
Crispy is a client for remote invocation for different kinds of services via proxies.
The intention for this project is a very simple API for call different kinds of services (provider/technology). Crispys aims is to provide a single point of entry for remote invocation for a wide number of transports: eg. RMI, EJB, JAX-RPC or XML-RPC.
It works by using properties to configure a service manager, which is then used to invoke the remote API. Crispy is a simple Java codebase with an API that sits between your client code and the services your code must access.
Crispy provides a layer of abstraction to decouple client code from access to a service, as well as its location and underlying implementation. The special on this idea is, that these calls are simple Java object calls (remote or local calls are transparent).
From Crispy supported service-provider are:
RMI,
Web-Service (JAX-RPC, for example Axis),
EJB (with JNDI lookup),
XML-RPC (for example Apache XML-RPC)
Burlap and Hessian (Caucho)
JBoss Remoting,
REST (REpresentational State Transfer), a pure Crispy implementation,
Main features:
- Very easy to use.
- Very simple and minimal to configure.
- You can call a remote method from Java object, like a local call.
- You dont need to know, how the (remote) technology work.
- You can easy change the technology (for example from XML-RPC to RMI).
- The services dont know a remote-interface or a RemoteException (how RMI).
- The parameter can be a complex object (in parts without programming a Serializabler (Marshalling) or Deserializabler (Unmarshalling))
- You can intercept methods before and after invocation (for logging, time stopping, ...).
- You can modify or extends method parameter and the result (transformation, set a authorization (login) token for the request in the background, ...).
<<less
Download (10MB)
Added: 2006-11-15 License: LGPL (GNU Lesser General Public License) Price:
1076 downloads
Gastify 1.2.2

Gastify 1.2.2


Gastify is a client for app_notify, an asterisk extension. more>>
Gastify is a client for app_notify, an asterisk extension. Gastify project sits in the notification-area of the gnome-panel and displays a libnotify popup when a call arrives. Beside it logs all calls.
Main features:
- an libnotify popup for incoming calls
- a click on the statusicon opens a call-history
<<less
Download (0.024MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
843 downloads
Smart::Comments 1.0.2

Smart::Comments 1.0.2


Smart::Comments are comments that do more than just sit there. more>>
Smart::Comments are comments that do more than just sit there.

SYNOPSIS

use Smart::Comments;

my $var = suspect_value();

### $var

### got: $var

### Now computing value...

# and when looping:

for my $big_num (@big_nums) { ### Factoring... done
factor($big_num);
}

while ($error > $tolerance) { ### Refining---> done
refine_approximation()
}

for (my $i=0; $i<<less
Download (0.013MB)
Added: 2007-01-22 License: Perl Artistic License Price:
1011 downloads
IPShutter 0.2

IPShutter 0.2


IPShutter lets you firewall off ports such as ssh, and selectively enable access with a one-time password. more>>
PShutter lets you firewall off ports such as ssh, and selectively enable access with a one-time password.
For example, if you want to log into the server from a friends house, you pull out a list of one-time passwords and point the web browser at a URL that contains one password. That tells the server to allow ssh connections from your friends IP address for five minutes. Connections made in that period will stay up indefinitely.
IPShutter is written in Perl language. It requires ipchains - on 2.4 kernels, ipchains can be loaded as module. IPShutter must run as root.
You may need to modify the first line of IPShutter to point to where Perl5 is located on your system.
Enhancements:
- Version 0.2 - Sat Sep 28 14:55:03 CDT 2002 - Moved configuration options to /etc/ipshutterrc and fixed daemonization.
<<less
Download (0.011MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1200 downloads
dragList 0.5.1

dragList 0.5.1


DragList is a client side Drag and Drop Ordered Lists implementation. more>>
DragList is a client side Drag and Drop Ordered Lists implementation.
dragList library allows you to order a list of items using drag and drop. Upon pressing ENTER the new order is communicated back to the server.
This is the code that sits behind the formVista < draglist > and < dragitem > FVML tags.
Enhancements:
- (added) horizontal dragging. (patches by Michael Mosier)
- (changed) < a > tags disabled while dragging. (patch by Michael Mosier)
- (added) example of putting two draglists on a single page.
- rumor has it that draglist works in current versions of Konqueror.
<<less
Download (0.026MB)
Added: 2005-12-16 License: BSD License Price:
1407 downloads
interceptty 0.6

interceptty 0.6


interceptty is a program that sits between a real or fake serial port and ethernet, and logs everything that passes through it. more>>
interceptty is a program that sits between a real or fake serial port and an application, and logs everything that passes through it.

It is designed to let you see exactly whats going to your serial port. It can also act as a logging serial-to-Ethernet client or server.

<<less
Download (0.093MB)
Added: 2006-09-06 License: GPL (GNU General Public License) Price:
1146 downloads
Backstage RSS Ticker 1.1

Backstage RSS Ticker 1.1


Backstage RSS Ticker is a platform independent RSS ticker which sits on your desktop and simply rotates the news. more>>
Backstage RSS Ticker is a platform independent RSS ticker which sits on your desktop and simply rotates the news in a small window.

The ticker offers the user complete customization, including colors, feeds, typing modes, and more. Backstage RSS Ticker was inspired by the BBCs original ticker application.

The Backstage RSS Ticker is available as a Java application (JAR) for Windows, Linux and Mac. Whilst the application works with the Java Virtual Machine 1.4+ it is recommeded that the JRE v1.5 is used due to the advancements found within the latest release which include better mouse management, ability to specify the application stay above all others and more.

<<less
Download (0.023MB)
Added: 2006-02-28 License: GPL (GNU General Public License) Price:
1334 downloads
LinuxUpdate 0.5

LinuxUpdate 0.5


LinuxUpdate is a distro-independent automatic package upgrade utility. more>>
LinuxUpdate is a distro-independent automatic package upgrade utility.

LinuxUpdate is written in perl using Gtk2 bindings. It justs sits there in your tray, executing specified commands once in a while and processing the output to produce a viewable list of upgradable packages.

GUI is provided to allow for automatic package upgrade process. Default configuration is right for PLD Linux Distribution using poldek as the package manager.

<<less
Download (0.069MB)
Added: 2005-08-03 License: GPL (GNU General Public License) Price:
1542 downloads
Simple scAnning Tool 1.2

Simple scAnning Tool 1.2


Simple scAnning Tool is a simple and fast network scanner. more>>
Simple scAnning Tool is a simple and fast network scanner. Simple scAnning Tool is used to identify network devices and services. The identification is based on recieved data such as banners.

Usage:

sat.py [options] < file_name/ip_range >
sat.py -r [-f < file >]
sat.py -u [-o < host:port >]
sat.py -h

Options:

-i scan ip range, example: 10.1.1.1-10.1.1.2,10.1.2.2
[default]
-t scan targets from file
-n scan targets from file with nmap grepable output format
(nmap switch -oG)
-p < port_range > port range to scan, example: 1-1024,3333,4000-5000 [default
23]
-T scan TCP ports rather then UDP [default]
-U scan UDP ports rather then TCP
-4 scan via IPv4 rather than IPv6 [default]
-6 scan via IPv6 rather than IPv4
-H < number > maximum number of threads [default 100]
-O < file_name > set the output file name [default sat.log]
-V verbose scan mode
-c < file > specify the config file [default sat.conf]
-l < file > specify the srules file [default sat.srules]
-r restore aborted scan
-f < file > specify the restore file [default sat.restore]
-u update srules file from the net
-o < host:port > set the HTTP/FTP proxy for updater
-v show programs version number and exit
-h show this help message and exit

<<less
Download (0.057MB)
Added: 2006-02-21 License: GPL (GNU General Public License) Price:
1342 downloads
Gr_Monitor 0.81

Gr_Monitor 0.81


Gr_Monitor displays a series of datasets as animated 3D bar charts. more>>
Gr_Monitor project displays a series of datasets as animated 3D bar charts. The latest version of Gr_monitor uses XML as for the gather-view interface. SGI IRIX support has been dropped - I no longer have easy access to an SGI box (donations welcome).

By default gr_monitor displays information about processes resident on a UNIX system. For each process it displays a 3D bar graph of CPU consumed, memory consumed, resident set size, and elapsed time. The processes are grouped by username. Each username grouping sits on its own little plinth.

There are controls for translating, rotating, scaling, lighting and fog effects. Gr_monitor receives info via an input stream and displays it in a X11 Mesa or X11 OpenGL window. The input is expected to be an XML document with a DTD that defines the data to be plotted.

Gr_gather is a default implementation of a data gatherer. It obtains data from the Linux process file system and reformats it as a suitable XML document. If you wish to record data for later playback, you can run a gather process stand alone and redirect its output to a file.
<<less
Download (0.074MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
850 downloads
OpenKiosk 2.0.6

OpenKiosk 2.0.6


OpenKiosk is a multi-platform kiosk management software. more>>
OpenKiosk is an open-source multi-platform kiosk system designed for use in libraries, offices, schools, internet cafes, airports, conference rooms, and more!

Openkiosk aims to be one of the best kiosk software available in the open-souce community. The following prototype screenshots of the OpenKiosk client reflects its evolution towards the goal of acheiving simplicity and elegance in kiosk terminals.

OpenKiosk, is a system made up of a collection of programs that work together in a local network of inter-connected computers. It is a centralized management software for kiosks. It assumes that the resources are shared and centralized as well, including the Internet connection. This implies that the shared Internet connection to the outside world is assumed to be always on at some point within the local network, perhaps a NAT server. It is up to the client program to automatically limit customers individually from accessing the Internet.

When a customer walks in and uses a kiosk or a workstation, the client program obtains his/her login/user account information. It then sends this login information to the server, which in turn, verifies this data and if valid, returns the access rights and duration of use for the customer back to the client program.

The client program at this point, handles the restrictions transparently including preventing running new programs and making it appear that the Internet connection is down if the time limit is reached or if the administrator manually stopped a customer from continuing to use a kiosk/workstation.

OpenKiosk is primarily designed with the multi-user network in mind. From a library containing 20 public browsing terminals to a large internet cafe or convention center containing hundreds to thousands of kiosks or workstations, OpenKiosk is built with components that are designed to scale up. It is not meant to be used on a single stand-alone computer

The Openkiosk system is basically composed of two parts. The first program is called NodeView. It acts as the OpenKiosk central server containing the client information database. It is responsible for administering all the clients on the network either automatically or manually. Monitoring and controlling the workstations can be done locally via the graphical user interfaces or remotely from a Java Applet in a browser.

The second part is simply called "The Client". It is the actual program that sits between the customer and the operating system interface on the workstations. It is the software which physically limits the users access to the Internet, network resources, the local programs on the workstation itself.

For automatic usage, it can take in membership card login. It is also possible to interface to much more advanced hardware readers such as smart card readers. The client is also capable of simple but important tasks such as remote shutdown, instant messaging, file updates and much more.

Presently, there are two versions of clients. The X11 Linux/Unix version, which is an applet that sits on top of the KDE panel (requires at least KDE 3.X) and the Windows version (Windows 95,98,NT,2000,XP).

<<less
Download (1.1MB)
Added: 2005-08-09 License: GPL (GNU General Public License) Price:
872 downloads
Aurora-Glass 0.1

Aurora-Glass 0.1


Aurora-Glass 0.1 provides you with another nice Aurora-based theme for GNOME users. more>>
Aurora-Glass 0.1 provides you with another nice Aurora-based theme for GNOME users. It is actually a GTK theme that requires the Aurora engine and the patched pixbuf engine.

GNOME is an international effort to build a complete desktop environment the graphical user interface which sits on top of a computer operating system entirely from free software. This goal covers creating software development frameworks, selecting application software for the desktop, and working on the programs which manage application launching, file handling, and window and task management.

GNOME is part of the GNU Project and can be used with various Unix-like operating systems, most notably Linux, and as part of Java Desktop System in Solaris.

Enhancements:

  • Added transparent glass scrollbars

Requirements:

  • Aurora Gtk Engine
  • Patched pixbuf engine
<<less
Added: 2008-11-17 License: GPL Price: FREE
1 downloads
News Spotter 0.83

News Spotter 0.83


News Spotter is a desktop utility which fosters an addiction to current events. more>>
News Spotter is a desktop utility which fosters an addiction to current events. Is a rss reader which automatically monitors news feeds. .Most of the time, News Spotter sits quietly on the left or right side of your screen. But when a new headline is identified from one of its monitored web sites, News Spotter graphically displays the headline as a hyperlink. When you click on the headline, News Spotter opens the corresponding URL in your default browser.
Main features:
- minimalist user interface
- is very simple to use it and very functional
<<less
Download (2.7MB)
Added: 2006-06-06 License: Freely Distributable Price:
1236 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5