Main > Free Download Search >

Free low level software for linux

low level

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2253
Nameko 20070620 (Low Level Classes)

Nameko 20070620 (Low Level Classes)


Nameko was born as a simple PHP webmail. more>>
Nameko was born as a simple PHP webmail. Now Nameko is much more than this: its a set of classes to manage e-mail with PHP.
The project can retrieve message from a POP3 server, parse e-mails, send email through SMTP server, and so on.
The mail parser was totally rewritten from the original version: now its greatly improved, and it can read every kind of email.
The Nameko webmail has also been totally rewritten: now it has a great interface, fast, powerful, with a lot of advanced tools.
Each component of the webmail is customizable, with a sort of plug-ins system: you can add only the plug-ins for the functions you really need.
The basic version on Nameko is always a one-file script: so simple tu set up!
Enhancements:
- This release include great performance improvements, making parsing also of heavy email (> 50MB) much faster.
- It includes some code cleanup and small bugfixes.
<<less
Download (0.020MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
859 downloads
Level Shmup 1.0

Level Shmup 1.0


Level Shmup is a frantic addictive shoot-em-up. more>>
Level Shmup is a frantic addictive shoot-em-up.

Level Shmup is an old-school arcade style shoot-em-up game in the style of classics such as R-Type and Gradius. Interesting features of this game include the ability to fire in eight directions, and an adaptive difficulty curve.

The game automatically gets easier or harder based on your performance, with bonuses awarded for completion on the highest difficulties.

Usage:

Level Shmup must be run from a terminal to work. Just navigate to the folder youve uncompressed the game to, and type ./levelshmup (then Enter, of course).

<<less
Download (18MB)
Added: 2006-05-30 License: Freeware Price:
1296 downloads
UK Threat Level 0.15

UK Threat Level 0.15


UK Threat Level is an extension which displays the current UK Threat Level as an icon in the status bar. more>>
UK Threat Level is an extension which displays the current UK Threat Level as an icon in the status bar.

Future releases of this extension should include a preferences window allowing you to choose where you want your threat alert to appear and many other features.

<<less
Download (0.030MB)
Added: 2007-04-10 License: MPL (Mozilla Public License) Price:
930 downloads
Recording level monitor 0.2.1

Recording level monitor 0.2.1


Recording level monitor records analog audio from the sources you choose and plays it back simultaneously. more>>
Recording level monitor records analog audio from the sources you choose and plays it back simultaneously so that you can hear it, while monitoring the loudness (input) level of the recording.

Youll be able to hear and see whether the volume is too high (introducing analog distortion and digital clipping) or too low (letting through background noise and hiss) on your audio gear.

Do you use your computer to record audio regularly? Have you noticed how hard it is to get great quality sound when recording into a computer? Did you ever try to set volume levels in your gear while juggling with input levels on your sound cards? Then this program is for you.

In the same spirit, you can choose which sound card you want to record from, which sound card you want use to hear the recorded sound, choose a recording input line and a recording input level mixer, and adjust the input level (optionally having the program lower the level if the input is too loud).

This program is licensed to you under the GNU General Public License.
<<less
Download (0.045MB)
Added: 2005-11-23 License: GPL (GNU General Public License) Price:
1442 downloads
Gamma Low 0.1

Gamma Low 0.1


Gamma Low is an open-source, multiplayer strategy game. more>>
Gamma Low is an open-source, multiplayer strategy game where players in two teams fight for the dominance of a cellular system in a real-time, match-based environment.

In each team, one player is elected to be The Mind, the commander. A few other players are chosen to be his tactical helpers, called the Spirits and the other players form the working and attacking force of the team.

Gamma Low project is released under the GPL license.
<<less
Download (0.071MB)
Added: 2007-06-15 License: zlib/libpng License Price:
863 downloads
mOEvIEs 1.15-STABLE

mOEvIEs 1.15-STABLE


mOEvIEs is a low-dependency movie database program. more>>
mOEvIEs is a low-dependency movie database program.

mOEvIEs is easy to use, and doesnt require a database server to be installed like most programs do.

<<less
Download (0.045MB)
Added: 2006-11-18 License: GPL (GNU General Public License) Price:
1071 downloads
Homeland Security Threat Level 0.52

Homeland Security Threat Level 0.52


Homeland Security Threat Level is an extension which displays the current U.S. Homeland Security Threat Level as an icon. more>>
Homeland Security Threat Level is an extension which displays the current U.S. Homeland Security Threat Level as an icon.

Displays the current U.S. Homeland Security Threat Level as an icon in the status bar.

<<less
Download (0.028MB)
Added: 2007-04-10 License: MPL (Mozilla Public License) Price:
932 downloads
High Level Virtual Machine 0.1

High Level Virtual Machine 0.1


High Level Virtual Machine is a toolkit for developing virtual machines for dynamic languages. more>>
High Level Virtual Machine is a toolkit for developing virtual machines for dynamic languages.
The High Level Virtual Machine is:
- Based on LLVM (Low Level Virtual Machine). LLVM is HLVMs sister project. HLVM gains tremendous capability from LLVM in the areas of code generation, bytecode storage, runtime execution, etc.
- Aimed at supporting dynamic languages such as Ruby, Python, Perl, Jython, Haskell, Prolog, etc.
- A complete compiler developers toolkit for creating new languages easily. To write a new compiler, language designers simply write a plugin that describes the language to HLVM and how to translate the grammar productions into HLVMs comprehensive Abstract Syntax Tree (AST). After that, HLVM handles all aspects of code generation, bytecode storage, XML translation, JIT execution or interpretation, and native compilation.
- A language interoperability framework. Because all front end compilers generate code in the same AST, they can interoperate. Use of the runtime library for common constructs (e.g. "string") allow even complex data types to be shared between languages. Users of HLVM can write complex programs in multiple languages and be assured the result can be executed efficiently.
- A code management system including code revisioning, interface versioning, automated recompilation, separation of workspaces, etc.
- Currently under development. Project started April 20th, 2006. Stay tuned to this web site for future developments.
<<less
Download (0.12MB)
Added: 2006-06-15 License: LGPL (GNU Lesser General Public License) Price:
1227 downloads
Pequel 2.4-6

Pequel 2.4-6


Pequel provides a tool to create complex and efficient ETL processes. more>>
Pequel provides a tool to create complex and efficient ETL processes.
Pequel is a comprehensive ETL system. It features a simple, user-friendly event driven scripting interface that transparently generates and executes highly efficient low level multi-db API code (Oracle-OCI, Sqlite).
Enhancements:
- New Pequel Quick Reference Guide (docs/pequelquickref.pdf).
- Fixed module name in ETL::Pequel::Pod2Pdf, scripts/pequelpod2pdf.
- Option: exec_min_lines -use this to specify max program code size that will execute with eval() otherwise execute with exec() on external tmp EXEC program file. Defaults to 200 lines. The exec() execution will substantially improve the performance when copy/divert sections are in use.
- Fixed user defined date type parse problem.
- Some vim-syntax updates.
<<less
Download (0.71MB)
Added: 2007-01-31 License: GPL (GNU General Public License) Price:
997 downloads
Packetflow Firewall Generator 1.0

Packetflow Firewall Generator 1.0


PacketFlow Firewall Generator is an XML based firewall generator. more>>
PacketFlow Firewall Generator is an XML based firewall generator. It takes an XML configuration file that defines the firewall policy and generates a list of iptables commands to implement this policy. It is primarily intended for use on dedicated firewalls, but it can be used in other scenarios. It makes dealing with many interfaces easy.
PacketFlow works on the concept of interface "security levels." New connections are allowed to flow down hill from interfaces with a high security level to interfaces with a low security level. This approach tends to make rule sets much shorter, even with many interfaces.
Access lists allow you to override the default behavior of the security levels. Access lists are defined between interfaces. There is also support for incoming, outgoing, and wildcard access lists. Wildcard access lists allow you to easily allow new connections to a particular service from any interface. Access lists are applied only to "new" connections, and once a connection has been established, you no longer need to deal with it specifically.
The first thing to do is evaluate what you need your firewall to do. This is probably the most important part. Once you know what you are trying to accomplish, study the samples in the samples directory of this distribution. There are many configurations for this software, and one is likely to give you a place to start.
Once you have a configuration, you need to generate the rules from it. This is done by running the packetflow program with the file name as its argument. For now, it sends the rules to STDOUT, so probably want to redirect them into a file.
Enhancements:
- This version no longer uses the unclean match, because it isnt available in kernel 2.6.
- The Debian packages have been updated to work correctly with newer releases, and the version has been updated to 1.0.
<<less
Download (0.008MB)
Added: 2006-08-17 License: GPL (GNU General Public License) Price:
1165 downloads
Festival 1.96

Festival 1.96


Festival offers a general framework for building speech synthesis systems as well as including examples of various modules. more>>
Festival offers a general framework for building speech synthesis systems as well as including examples of various modules. As a whole it offers full text to speech through a number APIs: from shell level, though a Scheme command interpreter, as a C++ library, from Java, and an Emacs interface.
This project is multi-lingual (currently English (British and American), and Spanish) though English is the most advanced. Other groups release new languages for the system. And full tools and documentation for build new voices are available through Carnegie Mellons FestVox project (http://festvox.org)
The system is written in C++ and uses the Edinburgh Speech Tools Library for low level architecture and has a Scheme (SIOD) based command interpreter for control. Documentation is given in the FSF texinfo format which can generate, a printed manual, info files and HTML.
Festival is free software. Festival and the speech tools are distributed under an X11-type licence allowing unrestricted commercial and non-commercial use alike.
Main features:
- Backwards compatibility with Festival 1.4.3
- English (British and American), Spanish and Welsh text to speech
Externally configurable language independent modules:
- phonesets
- lexicons
- letter-to-sound rules
- tokenizing
- part of speech tagging
- intonation and duration
Waveform synthesizers:
- diphone based: residual excited LPC (and PSOLA not for distribution)
- MBROLA database support.
- distributed under a free X11-type licence
- generalisation of stats modules, ngram, CART, wfst with viterbi so they can be shared more easily
- Initial JSAPI support
- XML load for Relations
- Portable (Unix) distribution
- On-line documentation
- SABLE markup, Emacs, client/server (including Java), scripting interfaces.
Enhancements:
- HTS hidden Markov model based synthesis engine from Nagoya Institute of Technology.
- Multisyn general purpose unit selection synthesis engine from CSTR
- support for gcc 3.2 and 3.3, and intel 8.0
- clunits unit selection improvements
- Apple OS X support
- bug fixes galore.
<<less
Download (MB)
Added: 2007-07-11 License: MIT/X Consortium License Price:
846 downloads
wyoFiler 0.7.2

wyoFiler 0.7.2


wyoFiler is a filer showing the directory hierarchy and the files in the same tree window. more>>
wyoFiler shows all directories and files of a base directory in one tree window. Directories and files can be selected and manipulated across the whole hierarchy, from the base directory all the way down to the lowest level.

Selected items may be in different directories on different levels. The base directory itself may be switched to any other convenient directory.

All file manipulations are done in the background, so multiple commands are possible simultaneously.

The filer can display multiple base directories in tabbed notebook pages or separate top level windows.
<<less
Download (1.7MB)
Added: 2005-04-28 License: GPL (GNU General Public License) Price:
1640 downloads
Portable Coroutine Library 1.6

Portable Coroutine Library 1.6


Portable Coroutine Library implementation written in ANSI C. more>>
Portable Coroutine Library (PCL) implements the low level functionality for coroutines. For a definition of the term coroutine see The Art of Computer Programming by Donald E. Knuth.
Coroutines are a very simple cooperative multitasking environment where the switch from one task to another is done explicitly by a function call. Coroutines are a lot faster than processes or threads switch, since there is no OS kernel involvement for the operation.
Also coroutines require much less OS resources than processes of threads. The idea of writing this library started when I was testing Linux epoll functionality and performance.
I initially started using the coro library by E. Toernig and I found the library very interesting. It was simple and yet powerful. The limitations of the coro library were both non portability and crashes when not used together with certain versions of gcc.
So I decided to write a new library to address the problems aforementioned by also taking portable context switching ideas from the GNU Pth library. This library is easily portable on almost every Unix system and on Windows.
It can use either the ucontext.h functionalities ( getcontext()/makecontest()/swapcontext() ) or the standard longjmp()/setjmp().
Enhancements:
- This release fixes a shared library soname generation error that was missing the library version information.
<<less
Download (0.30MB)
Added: 2006-01-04 License: GPL (GNU General Public License) Price:
1397 downloads
ProcMeter3 3.4f

ProcMeter3 3.4f


ProcMeter3 is a system monitor with multiple graphical outputs. more>>
ProcMeter is a framework on which a number of modules (plugins) are loaded. More modules can be written as required to perform more monitoring and informational functions.
The statistics that are displayed are grouped by module, with a menu allowing selection of module and a sub-menu for each output available for that module.
APM
Advanced Power Management information. These outputs are only available if you have configured the kernel to have the APM feature.
Biff
Monitors the e-mail inbox (in /var/spool/mail/username or /var/mail/username) and indicates the number of e-mails that are waiting and the size.
Date_Time
The current date and time and the amount of time since the system was last booted.
DiskUsage
Shows the percentage of the disk that is used and the amount of free space for each of the local disks that it finds are mounted or can be mounted when the program starts.
LogFile
Monitors the size and number of lines and the rate of increase of these in a set of log files.
Memory
The amount of memory that is used for programs, buffers, cache and the amount that is free.
Network
The network devices and the amount of traffic on each of them. It will automatically pick up available devices when it starts.
Processes
The load average and the number of processes running and starting.
ProcMeter
Information about the procmeter program itself.
Sensors
Hardware sensors for temperature and fan speed. (Requires sensor hardware and kernel patch from http://www.netroedge.com/~lm78/ or version 2.6 kernel).
Statistics
Low level system statistics. For example CPU usage, disk usage, swapping and paging.
VM_Statistics
Low level system statistics about virtual memory (swaping and paging) for kernel version 2.5 where the information has moved from the Statistics section.
Stat-CPU
Statistics about individual CPU usage including support for SMP machines.
Stat-Disk
Statistics about individual disk usage including support for up to 4 disks.
Stat-Intr
Statistics about individual interrupts including support for up to 32 interrupts.
Uname
The system information from the uname program, hostname and Linux kernel version.
Wireless
Information about wireless network devices. It will automatically pick up available devices when it starts.
Longrun
For systems with the Transmeta Crueso processor, information about longrun. Will not work unless the kernel is compiled with CPUID support, and /dev/cpu/0/cpuid must be readable by procmeter.
ACPI
Advanced Configuration and Power Interface information. These outputs are only available if you have enabled ACPI in the Linux kernel and you have the appropriate hardware. ACPI can report various information about a systems battery, and may also have thermal outputs available.
For each of the outputs there is a properties information window that can be used to check the meaning of an output and other properties about it.
Enhancements:
- Minor bugfixes only (increased buffer size in the df module).
<<less
Download (0.11MB)
Added: 2007-02-17 License: GPL (GNU General Public License) Price:
980 downloads
IRRToolSet 4.8.5

IRRToolSet 4.8.5


IRRToolSet is a set of policy analysis tools, written in C++. more>>
IRRToolSet is a set of policy analysis tools, written in C++. IRRToolSet is designed to run under UNIX, using Tcl/Tk for graphics.
There are tools for generating router configuration files, displaying and checking routes, generating aggregations of networks, etc. This project was formerly known as the Routing Arbiter ToolSet (RAToolset), and was maintained by ISI.
Main features:
RtConfig
- analyzes the routing policies registered in the Internet Routing Registry (IRR) and produces router configuration files;
CIDRAdvisor
- suggests safe cidr aggregates (i.e. those that do not violate any policy constraints) that an Autonomous System (AS) can advertise to each of its neighbour ASes;
peval
- low level policy evaluation tool that can be used to write router configuration generators;
prtraceroute
- prints the route and policy information packets take to a network host;
prpath
- enumerates a list of paths between Autonomous System and specified destination;
aoe
- C++/Tcl/Tk program that displays the aut-num object for the specified Autonomous System;
roe
- C++/Tcl/Tk program that lists the routes registered by the specified autonomous system;
rpslcheck(prcheck)
- syntax-checks the aut-num object for Autonomous System registered in the Internet Routing Registry (IRR).
Enhancements:
- Bugfixes for BSD-based operating systems.
<<less
Download (0.97MB)
Added: 2007-02-15 License: LGPL (GNU Lesser General Public License) Price:
982 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5