Main > Free Download Search >

Free ac adapter kit ack800 software for linux

ac adapter kit ack800

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 362
Class::Adapter 1.02

Class::Adapter 1.02


Class::Adapter is a Perl implementation of the Adapter Design Pattern. more>>
Class::Adapter is a Perl implementation of the "Adapter" Design Pattern.

The Class::Adapter class is intended as an abstract base class for creating any sort of class or object that follows the Adapter pattern.

What is an Adapter?

The term Adapter refers to a "Design Pattern" of the same name, from the famous "Gang of Four" book "Design Patterns". Although their original implementation was designed for Java and similar single-inheritance strictly-typed langauge, the situation for which it applies is still valid.

An Adapter in this Perl sense of the term is when a class is created to achieve by composition (objects containing other object) something that cant be achieved by inheritance (sub-classing).

This is similar to the Decorator pattern, but is intended to be applied on a class-by-class basis, as opposed to being able to be applied one object at a time, as is the case with the Decorator pattern.

The Class::Adapter object holds a parent object that it "wraps", and when a method is called on the Class::Adapter, it manually calls the same (or different) method with the same (or different) parameters on the parent object contained within it.

Instead of these custom methods being hooked in on an object-by-object basis, they are defined at the class level.

Basically, a Class::Adapter is one of your fall-back positions when Perls inheritance model fails you, or is no longer good enough, and you need to do something twisty in order to make several APIs play nicely with each other.

What can I do with the actual Class::Adapter class

Well... nothing really. It exist to provide some extremely low level fundamental methods, and to provide a common base for inheritance of Adapter classes.
The base Class::Adapter class doesnt even implement a way to push method calls through to the underlying object, since the way in which that happens is the bit that changes from case to case.

To actually DO something, you probably want to go take a look at Class::Adapter::Builder, which makes the creation of Adapter classes relatively quick and easy.

<<less
Download (0.024MB)
Added: 2007-06-20 License: Perl Artistic License Price:
856 downloads
Jack audio connection kit 0.103.0

Jack audio connection kit 0.103.0


JACK is a low-latency audio server, written for POSIX conformant operating systems such as GNU/Linux and Apples OS X. more>>
JACK is a low-latency audio server, written for POSIX conformant operating systems such as GNU/Linux and Apples OS X.

Jack audio connection kit can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves. Its clients can run in their own processes (ie. as normal applications), or can they can run within the JACK server (ie. as a "plugin").

JACK was designed from the ground up for professional audio work, and its design focuses on two key areas: synchronous execution of all clients, and low latency operation.

<<less
Download (0.66MB)
Added: 2007-03-19 License: GPL (GNU General Public License) Price:
951 downloads
ClearSilver CGI Kit 0.10.2

ClearSilver CGI Kit 0.10.2


Clearsilver is a fast, powerful, and language-neutral HTML template system. more>>
Clearsilver is a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, ClearSilver CGI Kit provides a separation between presentation code and application logic which makes working with your project easier.
The design of Clearsilver began in 1999, and evolved during its use at onelist.com, egroups.com, and Yahoo! Groups. Today many other projects and websites using it.
High Performance and Language Neutral. Because Clearsilver is written as a C-library, and exported to scripting languages like Python, Perl, Java and Ruby via modules, it is extremely fast. This also means you can work with the same template system independent of the language your project is in.
Pluggable Look and Feel. Clearsilver makes it easy to face lift a site by providing a new set of templates. It is possible to easily run more than one look and feel at once, and share components with a base look and feel to reduce maintenance.
Internationalization Support. Clearsilver makes it trivial to support internationlization. You write your templates in your native language and included tools automatically extract and catalog language strings for translation.
Advanced features. Built in support for advanced features such as gzip compression, smart whitespace stripping, parametric macros, online debugging mode, url and javascript string escaping, and more.
Enhancements:
- Compilation problems were fixed.
- Improvements were made to the Java and Perl wrappers and several functions were added for template expressions.
<<less
Download (0.57MB)
Added: 2005-12-15 License: The Apache License Price:
1409 downloads
The Amsterdam Compiler Kit 6.0 pre3

The Amsterdam Compiler Kit 6.0 pre3


The Amsterdam Compiler Kit is a fast, lightweight and retargetable compiler suite and toolchain. more>>
The Amsterdam Compiler Kit or in short just ACK, is a fast, lightweight and retargetable compiler suite and toolchain written by Andrew Tanenbaum and Ceriel Jacobs, and was Minix native toolchain. The ACK was originally closed-source software (that allowed binaries to be distributed for Minix as a special case), but in April 2003 it was released under a BSD open source license.
The ACK achieves maximum portability by using an intermediate byte-code language called EM. Each language front-end produces EM object files, which are then processed through a number of generic optimisers before being translated by a back-end into native machine code.
Unlike gccs intermediate language, EM is a real programming language and could be implemented in hardware; a number of the language front-ends have libraries implemented in EM assembly. EM is a relatively high-level stack-based machine, and one of the tools supplied with ACK is an interpreter capable of executing EM binaries directly, with a high degree of safety checking. See the em document referenced below for more information.
ACK comes with a generic linker and librarian capable of manipulating files in the ACKs own a.out-based format; it will work on files containing EM code as well as native machine code. (You can not, however, link EM code to native machine code without translating the EM binary first.)
Installation:
To install the ACK, you need to download the source package and compile it.
Version 5.6 compiles cleanly on Linux, but it has had little testing so far. The installation instructions are complex but straightforward provided you follow the instructions. Please read the README; it provides a detailed walk-through of the compilation process, telling you what to type at each stage.
Enhancements:
- Support has been added for generating CP/M binaries using the 8080 code generator.
- The various optimisers have been beaten into shape, and its now possible to use them on all platforms; a basic peephole optimiser has been set up for the 8080.
- The floating point system has been confirmed working on the pc86 and linux386 platforms.
- ANSI compatibility has been improved, binary sizes have been reduced, and there are many bugfixes everywhere.
<<less
Download (1.1MB)
Added: 2007-05-01 License: BSD License Price:
908 downloads
Pre Make Kit 0.10.2

Pre Make Kit 0.10.2


Pre Make Kit aims to be a BSD alternative to GNU autoconf, GNU libtool, and pkg-config. more>>
Pre Make Kit (PMK) aims to be a BSD alternative to GNU autoconf, GNU libtool, and pkg-config. Pre Make Kit uses data files instead of scripts to limit the spreading of trojans in software packages.
Its designed to be easy to use for users and developers. For better portability and efficiency, all of the components are written in C. Requirements are a POSIX system, a C compiler, a POSIX shell, and a make tool.
Main features:
- Dependency configuration like autoconf (with partial compatibility mode).
- Compiler detection to set shared library flags.
- Architecture and cpu identification (support for x86 32 and 64 bits, IA64 and alpha).
- Internal pkg-config support (faster than calling pkg-config).
- Use a data file instead of a shell script that could hide trojans.
<<less
Download (0.13MB)
Added: 2007-04-16 License: BSD License Price:
924 downloads
Class::Adapter::Builder 1.02

Class::Adapter::Builder 1.02


Class::Adapter::Builder is a Perl module that can generate Class::Adapter classes. more>>
Class::Adapter::Builder is a Perl module that can generate Class::Adapter classes.

SYNOPSIS

package My::Adapter;

use strict;
use Class::Adapter::Builder
ISA => Specific::API,
METHODS => [ qw{foo bar baz} ],
method => different_method;

1;

Class::Adapter::Builder is another mechanism for letting you create Adapter classes of your own.

It is intended to act as a toolkit for generating the guts of many varied and different types of Adapter classes.

For a simple base class you can inherit from and change a specific method, see Class::Adapter::Clear.

<<less
Download (0.024MB)
Added: 2006-10-06 License: Perl Artistic License Price:
1114 downloads
Car PC Development Kit 0.2.1

Car PC Development Kit 0.2.1


Car PC Development Kit is a kit for making a Linux distribution for a car PC. more>>
Car PC Development Kit is a kit for making a Linux distribution for a car PC.
Unlike most distributions which come prepackaged and ready to load, this distribution requires downloading, compiling, and post-setup before you can load it into a system.
The end result will be a modular platform for quickly putting together a small Linux system to copy onto boot media and start using.
The target platform is a mini-computer to be installed in an automobile and used either headless or with a monitor and some input device like a keyboard or remote control.
Enhancements:
- Fixes LIRC support for both CAUI and MPlayer.
- Updates the CAUI version, and updates the LIRC package to configure more buttons by default.
<<less
Download (0.065MB)
Added: 2005-12-02 License: GPL (GNU General Public License) Price:
1428 downloads
acpitail 0.1

acpitail 0.1


acpitail project shows in a tail-like way information off the battery-state, fan-states, temperatures, etc. more>>
acpitail project shows in a tail-like way information off the battery-state, fan-states, temperatures, etc. of an ACPI capable system (mostly laptops).

Screendump:

laptop:/home/folkert/acpitail-0.1# ./acpitail -A 2
Mon Jun 18 15:28:45 2007
BAT0 remaining capacity: 99% (0 minutes)
Adapter AC: AC
temperature THM1: 50 (ok)
temperature THM0: 52 (ok)
Mon Jun 18 15:28:50 2007
temperature THM1: 49 (ok)
Mon Jun 18 15:28:55 2007
Adapter AC: batteries
Mon Jun 18 15:29:00 2007
temperature THM1: 48 (ok)
temperature THM0: 51 (ok)
Mon Jun 18 15:29:03 2007
Adapter AC: AC
Mon Jun 18 15:29:05 2007
temperature THM0: 50 (ok)

<<less
Download (0.009MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
855 downloads
Kopete Reloading Kit 0.2.1

Kopete Reloading Kit 0.2.1


Kopete Reloading Kits goal is to improve Kopete GUI. more>>
Kopete Reloading Kits goal is to improve Kopete GUI. Except its cool styling feature, Kopete hasnt visually changed a lot for months...

You can see in the screenshot, the current result of my attempts to refresh the contact list visual aspect.

The aim of that project is to provide to the Kopete users a pack of well made patches that will give them the ability to customize their favorite IM client without having to write a single line of C++.

Everything will be stored as bitmaps, which means everyone will be able to create its own theme, youll only need Gimp and a few minutes of patience...

The screenshot you can see isnt a mockup but what is currently displayed on my computer, Ill try to improve it before releasing a first pack.

NOTICE : As a patch archive, youll have to fully compile kopete source code in order to benefit from these functionalties...

<<less
Download (0.011MB)
Added: 2006-12-14 License: GPL (GNU General Public License) Price:
1044 downloads
cdrkit 1.1.6

cdrkit 1.1.6


cdrkit is CD Recording Kit, a collection of applications related to creation of optical disk media on Unix platforms. more>>
cdrkit is CD Recording Kit, a collection of applications related to creation of optical disk media on Unix platforms.
cdrkit is heavily based on the cdrtools package (partially developed and maintained by Joerg Schilling before), but is maintained independently.
This software is compiled to binary form using a build system based on the CMake framework. Therefore, the requirements to build this package are:
- cmake (recent version, available from http://www.cmake.org or maybe as a package in your Linux distribution)
- make (an implmentation supported by cmake, eg. GNU make, smake, ...)
- working GCC compiler environment
COMPILATION:
Run: make
INSTALLATION:
Run: make install
To force a custom target directory, use something like:
cmake -DCMAKE_INSTALL_PREFIX=/opt/freeware build
make install
Enhancements:
- This release has generic drive guessing, OpenBSD support, and some bugfixes.
<<less
Download (1.4MB)
Added: 2007-05-07 License: GPL (GNU General Public License) Price:
901 downloads
Developer Kit for Linux 1.18

Developer Kit for Linux 1.18


A stable, high-performance implementation of Java on Linux. more>>
Now theres Java performance on Linux thats as fast as on Windows! IBM developerWorks has released IBMs latest Java port for Linux, the Java 1.1.8 Developer Kit for Linux. This new version, available for free, is a stable, high-performance implementation of Java on Linux.
<<less
Download (10000k)
Added: 2009-04-25 License: Freeware Price: $0.00
181 downloads
libacpi 0.2

libacpi 0.2


libacpi project is a general purpose shared library for programs gathering ACPI data on Linux. more>>
libacpi project is a general purpose shared library for programs gathering ACPI data on Linux.
Main features:
- Thermal zones support
- Battery support
- Fan support
- AC support
<<less
Download (0.098MB)
Added: 2007-08-06 License: MIT/X Consortium License Price:
810 downloads
MadJACK 0.5

MadJACK 0.5


MadJACK is a MPEG audio deck for the Jack Audio Connection Kit with an OSC-based control interface. more>>
MadJACK is a MPEG audio deck for the Jack Audio Connection Kit with an OSC-based control interface. MadJACK was written as a backend for DJ music playback.
Main features:
- Lightweight
- Talk natively to JACK
- Easy to script / remote control
- High Quality audio
- Skip free playback
- Responsive / Low Latency
- Reliable / Not Crash
<<less
Download (0.15MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1258 downloads
Statistical Traffic Analysis Kit 1.0b2

Statistical Traffic Analysis Kit 1.0b2


Statistical Traffic Analysis Kit is a set of command-line traffic analysis tools. more>>
Statistical Traffic Analysis Kit is a set of command-line traffic analysis tools, designed to help a network administrator to see what is happening at a router at the moment.

Unlike tcpdump (1), the stak set uses statistical and stream-oriented methods, and will rarely produce an output stream at a speed beyond human perception. The output is less accurate.

The kit consists of five different utilities, designed to perform the following tasks:
estimating overall traffic rates (stakrate),
determining network nodes generating the highest traffic (stakhosts)
monitoring the amount of traffic exchanged with particular autonomous
systems (stakasta),
extracting strings from packets (stakextract),
determining connections and flows generating the highest traffic
(stakstreams, experimental),

<<less
Download (0.068MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1219 downloads
Ovlada? USB Wireless adapter Atmel 1.6

Ovlada? USB Wireless adapter Atmel 1.6


Driver for USB Wireless LAN adapter based on the Atmel AT76C503/505A chipsets. more>>
Driver for USB Wireless LAN adapter based on the Atmel AT76C503/505A chipsets. Well matched to popular Micronet SP907BB adapters. It has less problems and better results than known atmelwlan driver from sourceforge.net.
Currently, the driver has some limitations:
no promiscous, monitor or station mode and no support for libpcap, i.e. it does not work with Kismet or Airsnort and it cannot act as an WLAN access point. This is a restriction imposed by the currently firmware
The firmware for Intersil radios is old (Atmel doesnt update it anymore) and has more restrictions. See the chipsets page for more information.
Support for 2.6.x kernels is now in main tree (versions 0.13+).
It has been tested with the usb host controller drivers usb-uhci, uhci and usb-ohci. It also works with more than one adapter on one
Enhancements:
- added switch to cope with Intersil firmware 0.84.0 which does not send FCS in rx data
- new module at76c503-rfmd-acc.o for SMC2664W, which got RMFD radio, but need a special firmware (Accton OEM products).
- added regulatory domains MKK1 and Israel
- added rudimentary ethtool support for SuSEs future hotplug
- added nickname ioctl for iwconfig
- added test of valid channel in reg. domain
- added big endian patch (by Kevin Cernekee), changed defines in ieee802_11.h
- supress unsupported iwconfig modes (monitor, master) - patch by Pavel Roskin
<<less
Download (0.72MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1219 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5