Main > Free Download Search >

Free aspects software for linux

aspects

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 292
AspectES 0.1

AspectES 0.1


AspectES is an implementation of Aspect-Oriented Programming in JavaScript 1.5, as standardized by EcmaScript Specification 262. more>>
AspectES is an implementation of Aspect-Oriented Programming in JavaScript 1.5, as standardized by EcmaScript Specification 262.
AspectES project contains core classes that enable software engineers to gracefully develop JavaScript applications that have clear, well-documented designs that incorporate Aspect Oriented Programming.
This project only uses standardized Web technologies: JavaScript 1.5, with no proprietary extensions. The framework is documented with JavaScriptdoc.
Mission:
Produce a superior implementation of Aspect-Oriented Programming in JavaScript v1.5, as standardized by EcmaScript Specification 262.
Scope: A package framework that contains core classes that enable software engineers to gracefully develop JavaScript applications that have clear, well-documented designs incorporating Aspect Oriented Programming.
Agenda:
Current:
- This framework powers the drag-and-drop capability in the (open-source) Gigapan Explorer Application, delivered to the United States NASA in late 2005.
- This project only uses standardized web technologies: JavaScript 1.5, with no proprietary extensions.
- Enjoy complete JavaScriptdoc as you develop this codebase.
- See the Coding Standard.
- See the tips on Debugging JavaScript.
Immediate Future:
- Develop a test suite that completely exercises the existing functionality.
- Log and fix bugs on said functionality.
- Identify additional desired functionality.
- Build a pluggable module for generating JavaScriptdoc from AspectES aspects and their associated yarn.
Enhancements:
- This version is now contained in its own tigris.org project, separate from the Gigapan Explorer application for which it was originally developed.
<<less
Download (1.1MB)
Added: 2006-03-06 License: MIT/X Consortium License Price:
1328 downloads
AspectJS 1.0.0

AspectJS 1.0.0


AspectJS is a Javascript AOP framework. more>>
AspectJS is a Javascript AOP framework.

Using:

Import

You MUST include the following aspect.js Javascript file :

< script src="aspectjs.js" >< /script >

Weaving

In order to weave the aspects, you SHOULD use this method :

Weaver.addAdvice ( aspect_name, aspect_method, joinpoint_type, pointcut_name, pointcut_method);

Todo

improve compatibility with more browser
complete documentation
<<less
Download (0.004MB)
Added: 2006-02-22 License: LGPL (GNU Lesser General Public License) Price:
1339 downloads
Aspect# 2.1.1.0

Aspect# 2.1.1.0


Aspect# is an AOP (Aspect Oriented Programming) framework for the CLI (.Net and Mono). more>>
Aspect# is an AOP (Aspect Oriented Programming) framework for the CLI (.Net and Mono). It relies on DynamicProxy and offers a built-in language to declare and configure aspects, and is compliant with AopAlliance.
Aspect# became part of the Castle Project in June 2005.
Main features:
- Easy to use: If you dont believe us, check the tutorial
- Easy configuration: Aspect# offers a mini language (Ruby like syntax) to declare and configure aspects.
- Mixins: Mix classes to achieve different behaviors
- Interceptors: Associate interceptors with pointcuts
Enhancements:
- Castle.DynamicProxy updated to 1.1.0.0 version.
<<less
Download (0.11MB)
Added: 2006-02-17 License: The Apache License 2.0 Price:
1346 downloads
EmacsSpeak 24.0

EmacsSpeak 24.0


Emacspeak is a speech interface that allows visually impaired users to interact independently and efficiently with the computer. more>>
Emacspeak is a speech interface that allows visually impaired users to interact independently and efficiently with the computer.

Audio formatting --a technique pioneered by AsTeR-- and full support for W3Cs Aural CSS (ACSS) allows Emacspeak to produce rich aural presentations of electronic information. By seamlessly blending all aspects of the Internet such as Web-surfing and messaging, Emacspeak speech-enables local and remote information via a consistent and well-integrated user interface.

Available free of cost on the Internet, Emacspeak has dramatically changed how the author and hundreds of blind and visually impaired users around the can interact with the their computer and the Internet. A rich suite of task-oriented tools provides efficient speech-enabled access to the audio desktop and evolving semantic WWW. When combined with Linux running on low-cost PC hardware, Emacspeak/Linux provides a reliable, stable speech-friendly solution that opens up the Internet to visually impaired users around the world.
<<less
Download (2.3MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1196 downloads
Appleseed 0.7.2

Appleseed 0.7.2


Appleseed is a social networking software, similar to Friendster or Myspace. more>>
Appleseed project is an effort to create open source Social Networking software that is based on a distributed model. For instance, a profile on one Appleseed website could "friend" a profile on another Appleseed website, and the two profiles could interact with each other.

Apart from being distributed, Appleseed will also have a strong focus on privacy and security, as well as a commitment to seeing the user as an online citizen, as opposed to a consumer to be targetted. This is in stark contrast to current social networking websites, who rely heavily on ad placement and data mining of their users.

The first goal is to create a codebase for basic interaction, such as creating profiles, creating and participating in message groups, journals and comments, etc.

Eventually, Appleseed will encompass many different aspects, from mail to messaging to journals/blogs to photo uploads and management. A module architecture is also in the works for even greater extensibility.

Development currently uses Object Oriented PHP4, MySQL (InnoDB), XHTML, Javascript, and CSS2. Mozilla/Firefox will be the target platform.
<<less
Download (0.43MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
844 downloads
Aspect::Library::Wormhole 0.12

Aspect::Library::Wormhole 0.12


Aspect::Library::Wormhole is a wormhole between call frames. more>>
Aspect::Library::Wormhole is a wormhole between call frames.

SYNOPSIS

package A;
sub new { bless {}, shift }
sub a { B->new->b }

package B;
sub new { bless {}, shift }
sub b { C->new->c }

package C;
sub new { bless {}, shift }
sub c { ref pop }

package main;

print ref A->new->a; # without aspect, prints C

use Aspect::Library::Wormhole;
aspect Wormhole => A::a, C::c;
print ref A->new->a; # with aspect, prints A

<<less
Download (0.10MB)
Added: 2007-08-11 License: Perl Artistic License Price:
804 downloads
setov511 0.1

setov511 0.1


setov511 is an application that can set various aspects of ov511-based (and compatibles) WebCams. more>>
setov511 is an application that can set various aspects of ov511-based (and compatibles) WebCams. You can also make a dump of the current settings.

Installation:
make install

Usage:
setov511 -h will give details.

For a complete list of supported hardware see: http://alpha.dyndns.org/ov511/
<<less
Download (0.002MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1178 downloads
Libdatastruct 0.0.1

Libdatastruct 0.0.1


Libdatastruct is an ANSI C library for abstract data types (ADT) and common algorithms. more>>
Libdatastruct is an ANSI C library for abstract data types (ADT) and common algorithms. Since it uses some compiler specific optimization methods, it is compatible for any GCC (or compatible) compiler.

This helps the programmer focus on other, usually more important, aspects of the program, and not have to reinvent the wheel.

Memory has been considered a vital factor, so problems in its management have been (or tried to) avoided, therefore memory leaks, use of uninitialized memory, reading/writing invalid blocks, etc. are a constant preoccupation.

These are not original algorithms, they have been used for years, and are a fundamental part of computer science.

Installation:

make
make install

Usage:

compilation: cc program.c -ldatastruct -Wall -o program
<<less
Download (0.017MB)
Added: 2005-10-11 License: GPL (GNU General Public License) Price:
1473 downloads
SAStk 0.1.3.1

SAStk 0.1.3.1


SAStk is Slackware Administrators Security tool kit. more>>
SAStk is Slackware Administrators Security tool kit. We aim to provide a set of tools and utilities to install and maintain a reasonable level of security for the Slackware Linux distribution.

We added support for other security aspects such as password aging and similar configuration for the machine.

Install

Please see INSTALL for instructions on installing SAStk.

Build Environment for the application

We tested the scripts on x86 Slackware 8.0.

We could use a tester or two using Sparc and Alpha Slackware to make sure nothing breaks based on the architecture.
<<less
Download (0.68MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
1197 downloads
BASHISH 2.0.7

BASHISH 2.0.7


BASHISH is a modular Bourne-shell theme engine. more>>
Bashish is a theme-engine using bash and other POSIX shells to customize nearly all aspects of the terminal: title, colors, prompt, font, background, etc.
BASHISH has a modular design which makes it easy to add features (and it does have a lot) while keeping good performance.
Main features:
- Support the most common terminals.
- Support a common subset of the theme properties of the most common terminals.
- Be transparent for the user, easy to change theme and not interfere with any applications.
- Low latency, the user should not have to wait for the terminal to get themed.
Enhancements:
- This release comes with updates for zsh, fixes for application theming from the commandline, and changes to work properly with old Bashish 1.x configuration files.
<<less
Download (0.17MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1125 downloads
StatsDawg 0.97

StatsDawg 0.97


StatsDawg is a suite that has been designed to be easily usable as well as configurable. more>>
StatsDawg is a suite that has been designed to be easily usable as well as configurable.

StatsDawg monitors various aspects of a Linux system such as CPU usage, load average, memory usage, etc. using RRDTool and PHP.

<<less
Download (0.12MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
800 downloads
PHPBench 0.8.1

PHPBench 0.8.1


PHPBench provides a benchmark suite for PHP. more>>
PHPBench provides a benchmark suite for PHP.
It performs a large number of simple tests in order to bench various
aspects of the PHP interpreter.
PHPBench can be used to compare hardware, operating systems, PHP versions, PHP accelerators and caches, compiler options, etc.
Custom tests can be easily added to the suite.
In order to get accurate results, every test is evaluated more than once.
By defaut, tests are evaluated 100000 times, or multiples of that value for
some tests that are known to be CPU-expensive or other tests that are known to be very fast.
If you have slow hardware or very fast hardware, you can change the number
of iterations, with the -i switch:
./phpbench.php -i 5000
he score you get when the benchmark completes is a ratio between the number of iterations and the total time that was needed to perform all tests.
Thus, the score should be independant of the number of iterations, but the higher number you use, the more accuracy you will get.
Enhancements:
- The regression test of test_bitwise has been fixed for 64-bits CPUs.
<<less
Download (0.009MB)
Added: 2007-04-30 License: Freely Distributable Price:
575 downloads
powerPlant 1.1

powerPlant 1.1


powerPlant is a geometry generator and editor. more>>
powerPlant is a geometry generator and editor. powerPlant is specially suitable to generate terrain and plant models. The geometry generation is based on custom implementations of L-Systems, Turtle-Interpretation and the Diamond-and-Square algorithm.

powerPlant is composed of a Java application supplying the application logic and external Haskell programs for geometry generation.

The application is intended to create complex, realistic models by supplying a minimum ammount of parameters instead of explicit modelling. Created models can be combined recursively to make up complete scenes. This scene creation is presented in a WYSIWYG tree view. The integrated terrain tool can also be used to generate various coloured, tileable textures.

Every work result (models, scenes) can be loaded and saved in a xml file. User interaction takes place in a convenient Java Swing GUI that brings together all the aspects of the application.

The chosen approach should significantly shorten the process of creating adequate 3D-models and entire virtual landscapes with realtime visualization. Visualization is based on OpenGL/GLU API and includes adjustable speed optimizations.

<<less
Download (5.8MB)
Added: 2007-01-29 License: GPL (GNU General Public License) Price:
999 downloads
Class::Meta::Type 0.53

Class::Meta::Type 0.53


Class::Meta::Type is a Perl module for data type validation and accessor building. more>>
Class::Meta::Type is a Perl module for data type validation and accessor building.

SYNOPSIS

package MyApp::TypeDef;

use strict;
use Class::Meta::Type;
use IO::Socket;

my $type = Class::Meta::Type->add( key => io_socket,
desc => IO::Socket object,
name => IO::Socket Object );

This class stores the various data types used by Class::Meta. It manages all aspects of data type validation and method creation. New data types can be added to Class::Meta::Type by means of the add() constructor. This is useful for creating custom types for your Class::Meta-built classes.

Note:This class manages the most advanced features of Class::Meta. Before deciding to create your own accessor closures as described in add(), you should have a thorough working knowledge of how Class::Meta works, and have studied the add() method carefully. Simple data type definitions such as that shown in the SYNOPSIS, on the other hand, are encouraged.

<<less
Download (0.060MB)
Added: 2006-09-22 License: Perl Artistic License Price:
1127 downloads
ViewKlass 0.7.1

ViewKlass 0.7.1


ViewKlass is a C++ framework for developing applications that use the LessTif or OSF/Motif user interface toolkits. more>>
ViewKlass is a C++ framework for developing applications that use the LessTif or OSF/Motif user interface toolkits. In particular it provides classes that support the creation of reusable components.
It also provides classes that encapsulate some of the more difficult and tedious aspects of Motif development. These include classes to handle the creation of windows, dialogs, and menus.
ViewKlass is an open source implementation of SGIs ViewKit(tm), and should eventually become source code compatible with a large subset of of that API.
Enhancements:
- This release includes fixes to build with the MKS Toolkit compiler, gcc4.x, and x86_64.
- A memory leak in VkCheckBox was fixed.
- Fixes for a modality problem with VkDialogManager and removing items from a VkPrefGroup are also included.
<<less
Download (0.11MB)
Added: 2007-01-03 License: GPL (GNU General Public License) Price:
1024 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5