Main > Free Download Search >

find moon add on for mathu pro 1.0

find moon add on for mathu pro 1.0

Sponsored Links
Sponsored Links

find moon add on for mathu pro 1.0

No.
Title
Category
Price
License
Expand All
1
Desktop-Environment -> Tools
GPL GNU General Public License
Hide show
This script is adding a new action item to Konqueror, this will allow you to add Podcasts to amaroK with just 3 clicks.

The item is adding the selected URL to amaroKs Podcast database.

Note that the script is not very dynamic. It will not be able to recognize PHP based Podcasts if its not having the correct mimetype (RDF/RSS/XML).

2
Text-Editing
$299
OtherProprietary License with Free Trial
Hide show
RealObjects edit-on Pro 4 is the market leading XHTML authoring tool.

edit-on Pro 4 is a cross-platform in-browser WYSIWYG XHTML/XML editor, allowing individuals and teams to update, create, and publish Web content within Content Management, Knowledge Management, e-Learning or other Web-based applications.

The editor empowers non-technical users to become content contributors without knowing HTML, XML or other cryptic markup languages.

Whenever corporate site standards for style, layout and code uncompromisingly have to be enforced, there is only one choice. RealObjects edit-on Pro 4 - the only WYSIWYG editor solution of its kind that guarantees XHTML compliance of the contents created or pasted from other applications by validation.

Whats New in This Release:

· Support for Firefox under Mac OS X was added.
· The bugfixes include a toolbar painting problem when using JRE 1.5.0_08, NPEs when using certain CSS selectors, and rendering issues with margins, floating images, and background colors.
· Furthermore, problems when uploading images from dynamic URLs were solved.

3
Programming -> Libraries
Perl Artistic License
Hide show
File::Find is a Perl module to traverse a directory tree.

SYNOPSIS

use File::Find;
find(&wanted, @directories_to_search);
sub wanted { ... }

use File::Find;
finddepth(&wanted, @directories_to_search);
sub wanted { ... }

use File::Find;
find({ wanted => &process, follow => 1 }, .);

These are functions for searching through directory trees doing work on each file found similar to the Unix find command. File::Find exports two functions, find and finddepth. They work similarly but have subtle differences.

find

find(&wanted, @directories);
find(%options, @directories);

find() does a depth-first search over the given @directories in the order they are given. For each file or directory found, it calls the &wanted subroutine. (See below for details on how to use the &wanted function). Additionally, for each directory found, it will chdir() into that directory and continue the search, invoking the &wanted function on each file or subdirectory in the directory.

finddepth

finddepth(&wanted, @directories);
finddepth(%options, @directories);

finddepth() works just like find() except that is invokes the &wanted function for a directory after invoking it for the directorys contents. It does a postorder traversal instead of a preorder traversal, working from the bottom of the directory tree up where find() works from the top of the tree down.

4
Miscellaneous -> Automation
Freely Distributable
Hide show
SlimServer on DiskStation is an add-on package to the Synology DiskStation family of PowerPC based NAS devices providing the environment to run SlimDevices SlimServer on it.

This project integrates into the DS administrative Web interface and comes with various user-friendly tools and scripts to maintain the installation.

It supports all currently official features of Slimserver, such as Asian character display and on-the-fly transcoding of various music file formats. Popular third party plugins are supported as well.
5
Games -> Arcade
GPL GNU General Public License
Hide show
Remake of the old Atari game. You`re controlling defence sattelite on orbin of the Moon. Your goal is to destroy enemy missiles.

In the year 2045 USA built their first base on the Moon. Unfortunatelly, the Moon seems to be a cemetary of the Old Alien Race. The Old Alien Race is really pissed...

Defend your base, soldier!

6
Desktop-Environment -> File-managers
GPL GNU General Public License
Hide show
FindEmAll is another graphical find-and-grep tool.

Find Em All is inspired by XFCE-3s XFglob and Efinder which is part of the Equinox desktop environment.

Unfortunately XFglob is no longer included in XFCE and Efinder does not seem to work (at least for me), because it uses XFCEs glob command which is no longer available.

Here are some key features of "Find Em All":

· optional Perl-style regular expression syntax (grep -P)
· search for files owned by non-system user / group (find -nouser -nogroup)
· search files where the search pattern does not match
· exclude binary files from search

Files may be opened in your favorite editor by a double-click on an entry in the list of results. Right-clicking a file opens a context menu that allows to choose an arbitrary application to open this file.

7
Internet -> HTTP
GPL GNU General Public License
Hide show
An annoying thing on flickr is that you never know where people that visit your photo have found it.

Flickr: Add referrer into comments a small script that will add a small text at the end of your comment saying where you come from. If everyone starts using this script, then it will be easy to see where the people have found your photos and how they got to comment on it.

Installation:

Get Firefox
Install GreaseMonkey
restart Firefox

Click on the following icon and select Install greasemonkey - 12 kb

Usage:

the comments will be added automatically to the end of your message.
8
System -> Installer
Free for noncommercial use
Hide show
BitRock InstallBuilder for Qt allows you to create easy-to-use installers for Unix, Windows and OS X.

The generated installer for an application has a native look-and-feel and no external dependencies, and can be run in GUI, text, and unattended modes. In addition to self-contained installers, the installation tool is also able to generate standalone RPM packages.

This edition uses Qt as the default GUI toolkit. It offers free licenses for open source projects.

Whats New in This Release:

· This release adds new actions to calculate md5 and specify the default user and group for installed files.
· It has improved error notification for external program execution.
· The ability to access standard Windows shell folder locations using installer variables has been added.

9
Games -> TBS
GPL GNU General Public License
Hide show
Blue Moon project is a Blue Moon solitaire for Unix.

This 52-card solitaire starts with the entire deck shuffled and dealt out in four rows.

The aces are then moved to the left end of the layout, making 4 initial free spaces.

You may move to a space only the card that matches the left neighbor in suit, and is one greater in rank. Kings are high, so no cards may be placed to their right (they create dead spaces).

When no moves can be made, cards still out of sequence are reshuffled and dealt face up after the ends of the partial sequences, leaving a card space after each sequence, so that each row looks like a partial sequence followed by a space, followed by enough cards to make a row of 14.

A moments reflection will show that this game cannot take more than 13 deals.

A good score is 1-3 deals, 4-7 is average, 8 or more is poor.

Whats New in This Release:

· Changes since the initial release have been in the packaging.

10
Internet -> HTTP
LGPL GNU Lesser General Public License
Hide show
Web Business Pro is a Web application designed for everyday business activities. The project includes support for customer lists, inventory, receipt printing, and accounting. Fully featured search functions and filters make it easy to find what you need quickly.

11
Programming -> Widgets
Free for noncommercial use
Hide show
Eclipse plugin for Qt manages the generation of Makefiles from .pro files and compilation with make.

Eclipse plugin for Qt is experimental, which means there is currently a limited number of features. Yet, it should provide you with the basis for compiling a Qt project. It is based on CDT for the C++ part.

Unfortunately, CDT has not yet reached the level of usability of Eclipse for Java. This becomes particularly noticeable with Qt, in particular regarging code completion, which I had to disable (see Known bugs and limitations). Fortunately, the soon-to-be released Callisto project should make a big step in the good direction.

This plugin has been tested with Eclipse 3.1.2 and CDT 3.0.2. Testing with Callisto will be done after release candidates.

Here are some key features of "Eclipse plugin for Qt":

· Project type for Qt
· Builder for managing qmake
· Dedicated console
· Problems reporting
· Editor for .pro files
· Configurable syntax highlighting
· Content assist for variables
· Problems reporting

12
Internet -> HTTP
GPL GNU General Public License
Hide show
phpBB3 Portal a.k.a canverPortal which is a simple portal add-on/modification for phpBB3 Olympus. The project easy to use and improvable.

Portal which is based on phpBB3 Olympus and improved by phpBB3 Portal with sponsored by Canver Software. XHTML and UTF8 characters sets are used in the files as in the phpBB3 version.

Here are some key features of "phpBB3 Portal":

· Main menu (not dynamic)
· Login / User menu
· News (news forum id configurable via config.php)
· Recent announcment (char limiter features)
· Recent popular topic (char limiter features)
· Recent topic (char limiter features)
· Poll (poll forum id configurable via config.php)
· Welcome (manual edit from templates)
· Search (post search, author search and includes few search engines)
· Make donation
· Latest members
· Random member
· Most poster
· Link us
· Links (manual edit from templates)
· Last x visited bots (adaptation on nedkas mod)
· The team
· Who is online
· Statistics
· Flash clock

Whats New in This Release:

· The code was tested and updated to phpBB3-CVS_2007-05-08 (B6-dev).
· Czech language files were added.
· A problem with the portal block overstretching on IE6 for the prosilver theme was fixed. The jumpbox was fixed.
· The "link us" input box maxlength size was fixed/deleted.
· The main layout was changed.
· A new prosilver news block was added and tested.

13
Miscellaneous -> Science
OtherProprietary License
Hide show
UPPAAL TIGA is an extension of UPPAAL [BDL04] and it implements the first efficient on-the-fly algorithm for solving games based on timed game automata with respect to reachability and safety properties.

Though timed games for long have been known to be decidable there has until now been a lack of efficient and truly on-the-fly algorithms for their analysis.

UPPAAL TIGA provides a user-friendly graphical interface with its corresponding server, and a command line verifier.

The algorithm we propose [CDFLL05] is a symbolic extension of the on-the-fly algorithm suggested by Liu & Smolka [LS98] for linear-time model-checking of finite-state systems. Being on-the-fly, the symbolic algorithm may terminate long before having explored the entire state-space.

Also the individual steps of the algorithm are carried out efficiently by the use of so-called zones as the underlying data structure. Our tool implements various optimizations of the basic symbolic algorithm, as well as methods for obtaining time-optimal winning strategies (for reachability games).

Whats New in This Release:

· This version fixes two major bugs: Wrong answers (and strategies) were given for some cases involving delays, and the simulator didnt handle urgent and committed states properly.

14
Programming -> Libraries
MPL Mozilla Public License
Hide show
Simple Sound for Small Devices (libsssd) is a simple cross-platform audio library. Simple Sound for Small Devices is designed primarily for games on portable devices such as smart phones, PDAs, and hand-helds.

Simple Sound for Small Devices is designed as a very portable, cross-platform API for sound playback on small and embedded devices. Target platforms include smartphones, PDAs, Smart displays, webpads and embedded systems.

Target OSes include Linux (OSS/Free), Win32, WinCE/PPC/Smartphone, Symbian, and AmigaDE (both hosted and native). The library is biased toward real-time audio applications (like games), but is suitable for a wide array of other uses.

Installation:

To install the libsssd library, cd to the src direcotry and type make install
To make the demo applications, cd to the test directory and type make

Whats New in This Release:

· Updated code to work with libsndfile 1.0.5
· Modularized each function for OSs that support tool libraries (AmigaDE)
· Added initAudio() and freeAudio() functions to allocate the control structure as different compilers may not pack the struct the same.
· Added support to init the audio player with different sample rates, bit depths, and channels (stereo, mono). Added support for user setting max number of playing channels and max number of cached samples at init time.
· fixed bug in player thread overflow functions (la,lb)

15
Internet -> HTTP
The Apache License
Hide show
Enterprise Sign On Engine (ESOE) is an advanced system which allows an enterprise to meet its individual goals for integrated identity management, federation, single sign on, authorization and accountability for resource access in a very extensible manner.

The ESOE is built using the OASIS SAML 2.0 specification, and the ESOEs powerful authorization engine is built around a reduced version of the OASIS XACML 2.0 standard which we have called Lightweight eXtensible Authorization Control Markup Language or "LXACML".

The ESOE can integrate identity from unlimited repositories, automatically create sessions for users whom are logged into Active Directory (true single sign on), provide for centralized authorization policy management and natively federate with technologies such as Shibboleth and OpenID.

We hope youll find the ESOE a good choice for your needs amongst the wide variety of SSO solutions that are available, both from commercial providers and other open source projects. Of course if youre already using an SSO solution, there is a pretty good chance the ESOE can interact with it, allowing you to use the enhanced capabilities of the ESOE without needing to replace everything you already have.

Being heavily standards based, all your existing identity infrastructure such as LDAP compliant directories, databases and even flat files are only a plugin away. The ESOE is designed to fit around your environment, not have your environment change to fit it.

Were calling the current release an Alpha and some of the service providers, tools and documentation are still coming up to full completion. Nonetheless, we hope youll have a look around at what the ESOE can do for your enterprise and contribute back anything you can to help us build a strong community of users for the future.

Whats New in This Release:

· Many bugfixes have gone into this release specifically relating to MySQL deployments.
· New features for this release are integrators for Confluence, Jira, and Blackboard.