Main > Free Download Search >

Free 2007 oscar winners software for linux

2007 oscar winners

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 232
OSCAR Cluster 5.0

OSCAR Cluster 5.0


OSCAR Cluster is a Linux cluster installer based on best known practices. more>>
OSCAR version 4.0 is a snapshot of the best known methods for building, programming, and using clusters. OSCAR Cluster project consists of a fully integrated and easy to install software bundle designed for high performance cluster computing.

Everything needed to install, build, maintain, and use a modest sized Linux cluster is included in the suite, making it unnecessary to download or even install any individual software packages on your cluster.
<<less
Download (5.8MB)
Added: 2006-11-12 License: GPL (GNU General Public License) Price:
1088 downloads
Net::Oscar 1.0

Net::Oscar 1.0


Net::Oscar project is a pure Perl implementation of the OSCAR protocol used by ICQ and AIM instant message clients. more>>
Net::Oscar project is a pure Perl implementation of the OSCAR protocol used by ICQ and AIM instant message clients.

<<less
Download (MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
859 downloads
Volity::WinnersList 0.6.5

Volity::WinnersList 0.6.5


Volity::WinnersList is Perl class for Volity game record winners lists. more>>
Volity::WinnersList is Perl class for Volity game record winners lists.

SYNOPSIS

Heres code you might see in a Volity::Game subclass implementing a game where there is one winner and a bunch of losers, the latter of whom are all effectively tied for second place (we assume that the methods called in the first two lines are defined elsewhere):

if ($self->game_has_been_won) {
my ($winner, @losers) = $self->get_winning_seat_order;
$self->winners->add_seat_to_slot($winner, 1);
$self->winners->add_seat_to_slot(@losers, 2);
$self->end;
}

And heres what you might see in a subclass defining a score-using games where each player has a discrete ordinal place, and ties and ties are not possible (again assuming the presence of some magic methods defined somewhere else in the subclass):

if ($self->game_has_been_won) {
my @ordered_seats = $self->get_winning_seat_order;
for (my $index = 0; $index winners->add_seat_to_slot($ordered_seats[$index], $place);
}
$self->end;
}

Attached to every Volity::Game-subclass object is a WinnersList object, accessible through the game objects winners method. When a game wraps up, it should use the methods listed in this document to place the tables seats in a winning order before calling the end method. The referee will then use this information when it builds the game record to send to the Volity bookkeeper.

METHODS

slots

Accessor to the raw list of winner slots. Returns an array of anonymous arrays, each representing a single slot, in winning order: the one at index [0] is the winningest slot, and the one at [-1] is the losingest. Each of these slot-arrays contains a number of Volity::Seat objects.

add_seat_to_slot ($seat, $position)

Adds the given seat to the winners list at the given position. Note that the position is expressed in game-rank, so the first-place position is 1, not 0.

If there are already seats at the current position, the given seat will share the slot with them. As a shortcut, you can add several seats at once to the same slot by passing an arrayref of seats as the first argument.

seats_at_slot ($position)

Returns the list of seats the given position in the winners list. Note that the position is expressed in game-rank, so the first-place position is 1, not 0.

<<less
Download (0.10MB)
Added: 2007-01-05 License: Perl Artistic License Price:
1022 downloads
Office 2007 Black 1.3.6

Office 2007 Black 1.3.6


This extension is designed to provide a theme based on Office 2007 Black. more>>

Office 2007 Black 1.3.6 will make your Firefox browser even more powerful as it is designed to provide a theme based on Office 2007 Black . This integrates well with:

  • The Windows XP Zune theme
  • The default Vista graphite colours
  • The MetaCity-Zune theme on Ubuntu.

2 subskins now exist: lighter and darker. lighter is in "much better shape" than darker.

Enhancements:

  • Corrected issues with padding/margin with TMP (0.3.7.4.pre.090516) in FF 3.5.
  • Correct button text colour on stylish items in AiOS.
  • Reverted active tab label bold change introduced in 1.3.4. (This is more in keeping with Office 2007).
  • Restyled Brief icons.

Requirements:

  • Mozilla Firefox
<<less
Added: 2009-07-23 License: MPL Price: FREE
1 downloads
Archie 2007.08 Beta

Archie 2007.08 Beta


Archie is a complete live Arch linux system to be run from a CD/USB, built with the KISS philosophy in mind. more>>
Archie project is a complete live Arch linux system (v0.7) to be run from a cd/usb, built with the KISS philosophy in mind. No packages have been stripped to provide a full Arch linux system, yet deliver fastest performance with no extensive bloating.
Archie uses its own hw-detection tool (lshwd) ideally to support a wide range of hardware with low detection time. Archie also provides extended features like multi-lingual, nesting capabilities and hd-install.
Main features:
- KISS
- Performance, performance, performance
- Unique hw-detection tool (lshwd)
- Automatic desktop/optional startup dialogs
- nesting root (/) or home (/home) directories
- hd-install
<<less
Download (330MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
813 downloads
HBasic 2007-02a

HBasic 2007-02a


HBasic is an integrated development environment used to create, execute and debug programs with an BASIC style language. more>>
HBasic project is an integrated development environment used to create, execute and debug programs with an BASIC style language.

HBasic has object oriented features either in combination with precompiled C++ components (shared libraries) or class definitions (HBasic sourcecode). This also includes a version of inheritance.

HBasic runs on Linux and uses the Trolltech Qt library (>= 3.2). The syntax of the BASIC language and parts of the IDE are similar to existing BASIC IDEs to simplify using this new language.

<<less
Download (8.1MB)
Added: 2007-03-21 License: GPL (GNU General Public License) Price:
953 downloads
SIM Instant Messenger 0.9.4.3

SIM Instant Messenger 0.9.4.3


SIM Instant Messenger provides an plugins-based instant messenger with support for various protocols. more>>
SIM Instant Messenger provides an plugins-based instant messenger with support for various protocols.
Based on the Qt library it works on X11 (optional with KDE-support), MS Windows and MacOS X.
Main modules
- Core (_core) is the program interface
- Migrate (__migrate) Converts the old SIM 0.8.3-settings to the new 0.9x format
- Homedir (__homedir) sets the configuration-directory
Protocols modules
All protocols support richtext-messages, file transfer, typing notification, server-side contact list (with postponed synchronization - you can change contact list in offline mode and after log on all changes will be synchronized with server), new account registration, various searches and HTTP-polling.
You can use multiple accounts for each protocol.
- Oscar - ICQ and AIM support
- Jabber
- LiveJournal
- MSN
- Yahoo!
Enhancements:
Build system
- Autotools: fix libXss detection.
- Add initial CMake support.
Core
- Disable history filter when it is empty.
- Remove "To container" menu when separate containers are disabled.
- Auto scroll message view only if it is scrolled to the bottom.
- XFree: fix problems with Composite extension enabled.
ICQ plugin
- More fixes for receiving certain messages.
<<less
Download (MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
979 downloads
Ututo 2007

Ututo 2007


Ututo is a Linux distribution based on Gentoo Linux. more>>
Ututo GNU/Linux is a CD-based Linux distribution developed by Diego Saravia at the Universidad Nacional de Salta in Argentina and based on Gentoo Linux. The project is named after a fidgety local lizard that pokes its nose into every hole and is never at rest.

UTUTO-e is a high performance desktop system based on Gentoo Linux (the "e" stands "escritorio", or "desktop" in Spanish) designed to be used by home/office users, developers, organisations and government users. Ututo is based exclusively on Free/Libre Software.
<<less
Download (686.9MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
865 downloads
Kismet 2007-01-R1

Kismet 2007-01-R1


Kismet is an 802.11 wireless network sniffer. more>>
Kismet application is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. Kismet will work with any wireless card which supports raw monitoring (rfmon) mode, and can sniff 802.11b, 802.11a, and 802.11g traffic.
Kismet identifies networks by passively collecting packets and detecting standard named networks, detecting (and given time, decloaking) hidden networks, and infering the presence of nonbeaconing networks via data traffic.
Main features:
- Ethereal/Tcpdump compatible data logging
- Airsnort compatible weak-iv packet logging
- Network IP range detection
- Built-in channel hopping and multicard split channel hopping
- Hidden network SSID decloaking
- Graphical mapping of networks
- Client/Server architecture allows multiple clients to view a single
- Kismet server simultaneously
- Manufacturer and model identification of access points and clients
- Detection of known default access point configurations
- Runtime decoding of WEP packets for known networks
- Named pipe output for integration with other tools, such as a layer3 IDS like Snort
- Multiplexing of multiple simultaneous capture sources on a single Kismet instance
- Distributed remote drone sniffing
- XML output
- Over 20 supported card types
Enhancements:
- Additional IDS alerts, fixes for multiple crashes, better BSD support, Win32 native capture with Cace AirPcap devices, Nokia 770/800 support, and other minor updates.
<<less
Download (0.61MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1571 downloads
SAM Linux Desktop 2007.1 Test 1

SAM Linux Desktop 2007.1 Test 1


SAM Linux Desktop is a live and installation CD based on Mandriva Linux. more>>
SAM Linux Desktop is a live and installation CD based on Mandriva Linux, is an easy-to-use, fast and clean XFce Linux desktop for home users.
SAM Linux Desktop is enhanced by several popular non-free applications, such Macromedia Flash plugin, Java and RealPlayer.
Enhancements:
- SAM 2007.1-test1 is available for testing. The most important changes: OpenOffice.org was dropped, here is the reason: SAM now comes with basic support for more than 50 languages, proprietary ATI and NVIDIA drivers have been added to the live CD with a nice GUI to install them, under the hood it is running a development version of kernel 2.6.20.11. All packages have been updated to their newest versions available in the PCLinuxOS repositories, some new ones have been added (PDFedit, Planner, Searchmonkey, Ntfs-config, VirtualBox...) and a fresh theme was created.
<<less
Download (699MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
532 downloads
POE::Component::OSCAR 0.05

POE::Component::OSCAR 0.05


POE::Component::OSCAR is a POE component for the Net::OSCAR module. more>>
POE::Component::OSCAR is a POE component for the Net::OSCAR module.

SYNOPSIS

use POE qw(Component::OSCAR);

[ ... POE set up ... ]

sub _start { # start an OSCAR session $oscar = POE::Component::OSCAR->new();
# start an OSCAR session with automatic throttling of new connections
# to prevent being banned by the server
$oscar = POE::Component::OSCAR->new( throttle => 4 );

# set up the "im_in" callback to call your state, "im_in_state"
$oscar->set_callback( im_in => im_in_state);

# its good to detect errors if you dont want to get banned
$oscar->set_callback( error => error_state );
$oscar->set_callback( admin_error => admin_erro_stater );
$oscar->set_callback( rate_alert => rate_alert_state );

# sign on
$oscar->signon( screenname => $MY_SCREENNAME, password => $MY_PASSWORD );
}
sub im_in_state { my ($nothing, $args) = @_[ARG0..$#_]; my ($object, $who, $what, $away) = @$args;
print "Got $what from $whon";
}

<<less
Download (0.006MB)
Added: 2007-04-18 License: Perl Artistic License Price:
919 downloads
GENU 2007.1

GENU 2007.1


GENU is a system for managing comments, news, polls, posts, and users more>>
GENU is a system for managing comments, news, polls, posts, and users. GENU is fully customizable through a template system and supports multiple languages.
GENU is an open-source software distributed under the terms of the GNU GPL license.
Main features:
- Easy installation
- Full customisation with templates
- Multiple language interface
- Unlimited news organised into unlimited categories
- Comments system with reply and edit possibilities
- Bulletin board
- Polls
- Users management
- Complete administration interface
- Search engine
- Submit and send news functions
- Smilies support
- BBCode or HTML tags support
- Headlines generation
<<less
Download (0.15MB)
Added: 2007-04-28 License: GPL (GNU General Public License) Price:
909 downloads
FIFE 2007.1

FIFE 2007.1


FIFE is a 2D RPG engine. more>>
FIFE is a 2D RPG engine.

For the ones that have never heard about FIFE: this project is an open source engine that aims to be a platform for the creation of 2D RPGs. We do also provide support for the assets of the original Fallout games. So FIFE will be a good choice for the creation of Fallout-like & even non-Fallout-like games under all major platforms (Linux, Windows, Mac) with the emphasis on easy modding.

The development team emanated from the ianout project and is now working to bring you the best open source RPG engine with Fallout support. To do so, were still in need of dedicated developers that want to help us working on FIFE. If you are interested in contributing to the project we recommend to take a look at our new FIFE developer introduction. It will help you to get you a basic survey of the ideas and concepts of the FIFE project.

<<less
Download (2.3MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
544 downloads
Lua Messaging Engine 0.1.0

Lua Messaging Engine 0.1.0


Lua Messaging Engine is a set of scripts that offer abstract functions for communication via AOLs OSCAR protocol. more>>
Lua Messaging Engine (LuME) is a set of scripts that offer abstract functions for communication via AOLs OSCAR protocol (as used by ICQ and AIM clients), Microsoft Messengers MSNP, and Yahoos YIM protocol. Lua Messaging Engine also includes utility functions for string operations, SHA hashing, and basic HTTPS communication.

An increasing number of software developers are making use of the simplicity and power behind employing a Lua script interface.

Meetroduction, LLC has been using a Lua script interface as a core design concept for the multi protocol messaging component of its proximity based people finder client: Meetro. Beyond that, the interface offers its users a flexible way to vastly extend the clients functionality.
<<less
Download (0.089MB)
Added: 2006-01-26 License: MIT/X Consortium License Price:
1368 downloads
rospell 2007.00/2007.01 RC3

rospell 2007.00/2007.01 RC3


rospell is a UTF-8 programming editor with spelling support for Romanian and English languages. more>>
rospell is a UTF-8 programming editor with spelling support for Romanian and English languages. It requires QT library from Trolltech. The project is supported on Linux and FreeBSD/PC-BSD.
Main features:
- free as in GPL.
- simple dependencies (QT version 3.x)
- supporting UTF-8, ISO8859-2/16 si CP1250 (Windows) character sets
- XML support - all xml-based formats such as OpenOffice, AbiWord, Scribus, and HTML are supported. XML tags are recognized and are not included in the spelling process.
- Romanian spelling dictionary with more than 750000 words.
- English spelling similar to OpenOffice.
- embedded support for Romanian keyboard.
- support for loading web pages directly in editor.
- dexonline.ro support.
- syntax highlighting - supporting a large number of programming formats, such as: xml, http, C/C++/Java/C#, Javascript, PHP, Perl, Python, Bash, qmake, LaTeX, etc.
- multi-buffer/multi-window editing support.
- ctags support for dynamic source code browsing.
- grep, diff and merge support.
- keyboard record/playback/aliases and other modern editing features.
- extensive LaTeX support.
- context help support for Standard C Library, POSIX standard header files and LaTeX help.
Whats New in 2007.0 Stable Release:
- multiwindow editing
- LaTeX support
- table of contents support for C/C++/JavaScript
- kloc functionality
- new ctags engine
- code beautifier
- help menu
- context help support for POSIX standard header files
- context help support for LaTeX
- proxy traversing support for webload feature
- several FreeBSD fixes
Whats New in 2007.01 RC3 Development Release:
- several bug fixes
- AMD64 support
- Cygnus support
- tools/make menu
- check English words online at http://www.bennetyee.org/http_webster.cgi
- support for al character formats in ISO8859 family
- extended search, replace and grep functionality
- extended Romanian dictionary
<<less
Download (1.4MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
882 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5