Main > Free Download Search >

Free embedded 0.5 software for linux

embedded 0.5

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1634
Download Embedded 0.5

Download Embedded 0.5


Download Embedded extension downloads all or selected embedded objects on a webpage. more>>
Download Embedded extension downloads all or selected embedded objects on a webpage. Can be used for downloading movies, mp3s, flash, quicktime, or other embedded files.

When the Download Embedded plugin detects an embedded object, a small red arrow will appear on the status bar at the bottom of your firefox window. Just click that and either download them all or pick which ones you want to download. Enjoy!

If you were using the old download embedded (0.1), -=please=- remove it before installing this one.

<<less
Download (0.037MB)
Added: 2007-04-08 License: GPL (GNU General Public License) Price:
7240 downloads
EmbedCover 0.7

EmbedCover 0.7


EmbedCover is a script for embedding album cover images in MP3 files. more>>
EmbedCover is a script for embedding album cover images in MP3 files. EmbedCover script will automatically look up the image associated to it in amaroK and embed this image in the file.

The MP3 file must have an ID3-V2 tag, otherwise the script will abort, and the file must be in your Collection.

It is recommended that you back up your MP3 file before using this script on it.

Although the script is designed not to harm your file, the operation is not reversible and should therefore be used with caution.

Future versions will also be able to remove embedded cover images from a file.

<<less
Download (0.003MB)
Added: 2005-12-16 License: GPL (GNU General Public License) Price:
1408 downloads
Embedded Slackware 1.3.5-5

Embedded Slackware 1.3.5-5


Embedded Slackware is a software development kit for the automated creation of bootable embedded systems based on Slackware. more>>
Embedded Slackware is a software development kit for the automated creation of bootable embedded systems based on Slackware and Busybox. The focus is on i486 and ARM systems that use compact flash devices (handhelds and PC104 type boards). The distribution consists of a primary archive with tools, scripts, and documentation, and additional archives for the i486 and PXA250 binary components.
Enhancements:
- This update includes 2.4.34 and 2.6.20 embedded kernels.
- 44 easy-to-use burn scripts and runtime configurations are available.
- The distribution archive is an i486 working subset of the full distribution.
- The complete SDK consists of 5 base archives each for i486, uclibc_i486, pxa255, and uclibc_pxa255 architectures.
- Additional archives are also available for gcc, Wine, and Opie/Pixil LCD desktops.
<<less
Download (11.3MB)
Added: 2007-04-01 License: Free for non-commercial use Price:
940 downloads
Java Embedded Python 2.2

Java Embedded Python 2.2


Java Embedded Python embeds CPython in Java. more>>
Java Embedded Python embeds CPython in Java. It is safe to use in a heavily threaded environment, it is quite fast and its stability is a main feature and goal.
Main features:
- Using the native Python interpreter may mean a massive speed improvement over Java-based languages.
- Python is mature so authors neednt fear the interpreter will suddenly change widely-used features.
- Access to the high quality Python modules, both native and Python-based.
- Compilers and assorted Python tools are as mature as the language.
- Python is an ideal language for your business logic. It is easy to learn, eminently readable and generally immune to programming gotchas.
Patches, comments and other help is greatly appreciated. If you need help, post to the SourceForge mailing list or forums. Please include code snippets for the most accurate response.
<<less
Download (0.60MB)
Added: 2007-03-17 License: GPL (GNU General Public License) Price:
956 downloads
webcam_server 0.50

webcam_server 0.50


webcam_server is a webcam server enabling streaming video to a Web browser via Java. more>>
webcam_server is a program that allows others to view your webcam from a web browser.

The program itself is a server that provides a live feed of images to clients using a Java applet embedded in a web page. webcam_server uses the video4linux interface.
<<less
Download (0.12MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
925 downloads
Alpine Embedded Linux 1.1.3

Alpine Embedded Linux 1.1.3


Alpine is a modular embedded linux distribution for use in small appliances such as routers, VPN gateways, and more. more>>
Alpine is a modular embedded linux distribution for use in small appliances such as VPN gateways, routers, and more.

The name "Alpine" stands for A Linux Powered Integrated Network Engine.
Alpine can boot from floppy/usb/cf/cd/whatever, packages are pulled into RAM, and everything runs from RAM, just like the distros found in LEAF.

This makes for very fast application load times, and provides added security if the boot media is write-protected or removed.

Design Philosophy & Goals

Security comes very high. Everything is compiled with stack smashing protection. It costs approximately 3-5% in speed and size, but we believe its worth it. We also strive to make package configurations secure by default.

Size is also very important. Its why Alpine is an embedded distribution and not a general purpose one. We use uClibc and BusyBox as our main library and shell components. We are however willing to sacrifice some size for speedier development (see below). A typical installation medium would be a small compact flash card, not a floppy.

Innovate, dont Recreate. Our goal is to to keep Alpine as easy to maintain as possible. This means we try to use the work of others as much as possible (obviously only if its open source). By doing this we free up our development time to implement new features and improve the overall product. For example, weve written stripped down shell libraries and re-use the stock Gentoo init.d scripts.

Automation is key. We try to provide automated processes (using scripts) for everything in the build process. Alpine is an extension of the Gentoo build framework. We use scripts that simply convert the Gentoo binary packages. Many things there are similar to Gentoo.

User Friendly. Our goal is to make installation and use of Alpine extremely user friendly without compromising with security. Eventually wed like all packages to be configurable via a sophisticated web interface (webconfs). This is not yet implemented. Wed also like to implement the ability to upgrade packages while maintaining a workable configuration all with minimal impact to the service being upgraded.

Scalable. It should be possible to install Alpine in 3, 300, or 3,000 locations with a similar amount of effort. We plan to write an automated installer, centralized repository manager, centralized configuration manager, and monitoring tools.
<<less
Download (125MB)
Added: 2006-08-19 License: GPL (GNU General Public License) Price:
1164 downloads
Java embedded SQL(unix) 1.08

Java embedded SQL(unix) 1.08


Subset of SQL for specifying non-procedural queries for Java objects more>> Subset of SQL for specifying non-procedural queries for Java objects, index access based on T-Tree, parallel excecution of requests
JSQL is subset of SQL languages, which can be used to select objects instances according to selection condition. JSQL can be used for implementing personal minidatabase, as tool for dynamic compilation and execution of user requests. JSQL uses notation more popular for object-oriented programming then for relational database. Table rows are considered as object instances and the table - as class of these objects. Unlike SQL, JSQL is oriented on work with objects instead of SQL tuples. So the result of each query execution is a set of objects of one class. The main differences of JSQL from standard SQL are:
There are no joins of several tables and nested subqueries. Query always returns set of objects from one table.
Standard C types are used for atomic table columns.
There are no NULL values, except null references. I am completely agree with C.J. Date critics of three-value logic and his proposal to use default values instead.
Arrays can be used as record components. Special exists quantor is provided for locating element in arrays.
User methods can be defined for table records (objects) as well as for record components.
References between objects are supported including automatic support of inverse references.
As far as query language is deeply integrated with Java language, case sensitive mode is used for language identifiers as well as for keywords.
No implicit conversion of integer and floating types is done to string representation. If such conversion is need, it should be done explicitly.
<<less
Download (166KB)
Added: 2009-04-02 License: Freeware Price: Free
204 downloads
X-Bone 1.0 (Embedded)

X-Bone 1.0 (Embedded)


X-Bone dynamically deploys and manages Internet overlays. more>>
X-Bone dynamically deploys and manages Internet overlays to reduce their configuration effort and increase network component sharing.
X-Bone discovers, configures, and monitors network resources to create overlays over existing IP networks.
It uses two-layer IP-in-IP tunneled overlays and supports existing applications and unmodified routing, multicast, and DNS services in unmodified operating systems. X-Bone also support IPsec within overlays.
Enhancements:
- This is an integrated distribution of FreeBSD 4.9 with X-Bone 3.2, including utilities and dependencies installed and preconfigured.
<<less
Download (3.7MB)
Added: 2006-05-25 License: GPL (GNU General Public License) Price:
1247 downloads
Stego 0.5

Stego 0.5


Stego is a simple encryption and decryption program that hides data inside BMP files. more>>
Stego is a simple encryption and decryption program that hides data inside BMP files. It allows you to store messages in picture files and send them to others.

The recipient can decode the image by reading the image using this program.

You get 3 components with this software:

1. stego: the GUI version of image encryption, ecrption
2. encrypt: commmand line tool to embed text into images,
3. decrypt: command line toll to extract the text from images.

Installation:

./autogen.sh
./configure --prefix=/tmp
make
make install
$/tmp/bin/stego & #yove done it

<<less
Download (0.27MB)
Added: 2005-07-06 License: GPL (GNU General Public License) Price:
1573 downloads
2-Disk X window embedded Linux 2.0.0

2-Disk X window embedded Linux 2.0.0


2-Disk X window embedded Linux is a very efficient Linux/xwindows distribution. more>>
2-Disk X window embedded Linux is a very efficient Linux/xwindows distribution, implementing a net centric operating environment and user friendly GUI
The distribution is intended to be a demonstration of Mungkie assiciates embedded appliance development environment, showing the sort of environment that can be created for small appliance GUI systems using less than 4Mb flash and 4Mb RAM.
The embedded development environment is based around a standard source tree containing all the required utilities for a standard POSIX unix implementation with a number of XML based GUI configuration and compilation tools. Simple GUI utilities are used to configure required components and set compilation options.
The distribution is targeted as a base for:
corporate users to reduce IT costs by deploying X terminals on old or low cost hardware
Or:
embedded OS for handhelds, settop boxes, or communications devices, with full support for bluetooth, wifi, internet, and MMS protocols
Or:
Hobbyist or small companies to develop specialist applications for cheap commodity hardware
Main features:
- kernel 2.0.x/2.2.x/2.4.x
- libc-2.1/libc5/uclibc,
- tcp/ip network support. full protocol stack for wifi, mms
- busybox 0.62,
- tinylogin 1.0,
- ppp, chat, some daemons, inetd, crond. dhcp client and server. iptables
- e3 editor,
- X window system 4.1 vesa
- VNC client
- merlin character recognition
- rdesktop remote windows client
- ssh
- Mungwm : a window manager
- Mungbrowse : a web browser
- Mungterm : a terminal program
- Mungames : a collection of 12 games
- Mungedit : a text editor
- Mungfile : embedded file manager
- NEW Evil bastard operator tools
- NEW Cheese dynamics context apropriation modeling
- NEW Mini Mung beans (beans of mung for all your network environment)
Enhancements:
- Script cleanups were done to the build system.
- Bugs were fixed concerning HTTPS access with the Mweb browser.
<<less
Download (7.2MB)
Added: 2006-05-06 License: Free To Use But Restricted Price:
1266 downloads
Libkexif 0.2.5

Libkexif 0.2.5


Libkexif is a library for manipulating EXIF information embedded in images. more>>
Libkexif is a library for manipulating EXIF information embedded in images. The project currently supports viewing of all EXIF information via libexif.
It also supports the modification of a few attributes in a safe way that preserves all other EXIF information in the file. It can currently modify the following tags:
IFD0/Orientation
EXIF/UserCommend
Enhancements:
- A possible loss of data has been discovered in OpenBSD, in Linux the problem seems not to be present, or hard to reproduce. This release fix such a problem.
<<less
Download (0.45MB)
Added: 2007-05-05 License: GPL (GNU General Public License) Price:
906 downloads
VEE, Vim Editor Embedded 3.2 beta

VEE, Vim Editor Embedded 3.2 beta


VEE, Vim Embedded Editor is the sum of VIM and X-Terminal and is written by python language. more>>
VEE, Vim Embedded Editor is the sum of VIM and X-Terminal and is written by python language, pygtk binding, vte python modules and is tightly integrated with GNOME environment.
VEE was started to make a text editor, which was based on the VIM, but now VEE has the (G)VIM and also a X terminal. VEE has a special feature to open VIM, X terminal as a new TAB in notebook.
VEE is tightly integrated with GNOME, so without under GNOME environment VEE will not be correctly worked.
Main features:
- support (G)VIM and X terminal
- open the (G)VIM and X terminal as a new TAB in notebook.
- simultaneously increase or decrease the size of font.
- DND(Drag & Drop).
- You can drop down the file to VEE in GNOME desktop
- external terminal can be executed in VEE as a new tab.
- open file outside VEE, with veet.
- can be stored the tab state in bookmark
<<less
Download (2.8MB)
Added: 2005-08-12 License: GPL (GNU General Public License) Price:
1534 downloads
Prex 0.5.0

Prex 0.5.0


Prex is a portable real-time operating system for embedded systems. more>>
The Prex project is an open source initiative to provide a portable real-time operating system for embedded systems.
This project originally started to make a royalty-free OS for mobile phones and PDA in order to spread open source movement to such proprietary OS field. And now, the project target has been shifted to the wider area of real-time and embedded systems.
Prex is designed specifically for small memory footprint platforms. It is written in C language based on traditional micro-kernel architecture. The Prex kernel provides only fundamental features for task, thread, memory, ipc, exception, and synchronization.
The other basic OS functions, process, file system, application loading, and networking, are provided by the user mode servers. In addition, Prex provides a POSIX emulation layer in order to reuse the existing applications.
Prex is an open source royalty-free OS for mobile phones and PDA.
This design allows system to perform both of the native real-time task and the generic *NIX process simultaneously without degrading the real-time performance. Furthermore, it helps the platform designer to construct OS by choosing suitable server tasks for their target requisition.
Prex is royalty-free software released under BSD License
Main features:
- Task and thread control: preemptive priority scheduling with 256 priority levels
- Memory management: virtual address mapping, shared memory, memory protection, with MMU
- IPC: synchronous message passing among threads, object name space in kernel
- Exception: framework for POSIX signal emulation
- Synchronization: semaphores, condition variables, and mutexes with priority inheritance
- Timers: sleep timers, alarm timers
- Interrupt: nested interrupt service routines, and prioritized interrupt service threads
- Device I/O: minimum synchronous I/O interface
- Real-time: low interrupt latency, high resolution timers, periodic timers, and scheduling quantum control
- Cross platform portability: well defined architecture dependent layer and driver-kernel interface
- Modular design: OS servers and BSP module separated from kernel
- Small memory footprint: kernel size < 25k bytes
- Low power consumption: control of processor idle state, support of DVS (Dynamic Voltage Scaling)
- Disk-less: on-core kernel, no memory page swapping
- Instantly available: minimal OS boot time, system suspend/resume, kernel warm restart
- File systems: VFS framework, RAM/FAT/Flash file systems optimized for embedded systems
- Networking: TCP/IP stack, BSD socket interface
- POSIX emulation: signal, process, file I/O, real-time extensions, pthread, etc
- Debug: event logging, GDB remote debug
Enhancements:
- A file system server was added. arfs, devfs, and ramfs are supported with this version.
<<less
Download (0.39MB)
Added: 2007-06-21 License: BSD License Price:
856 downloads
ExtUtils::Embed 1.14

ExtUtils::Embed 1.14


ExtUtils::Embed is a Perl module with utilities for embedding Perl in C/C++ applications. more>>
ExtUtils::Embed is a Perl module with utilities for embedding Perl in C/C++ applications.

SYNOPSIS

perl -MExtUtils::Embed -e xsinit
perl -MExtUtils::Embed -e ldopts

ExtUtils::Embed provides utility functions for embedding a Perl interpreter and extensions in your C/C++ applications. Typically, an application Makefile will invoke ExtUtils::Embed functions while building your application.

<<less
Download (0.019MB)
Added: 2006-09-26 License: Perl Artistic License Price:
1127 downloads
Cursed MIDI Sequencer 0.5

Cursed MIDI Sequencer 0.5


Cursed MIDI Sequencer is a MIDI-Sequencer which targets both terminal purists and visually impaired people. more>>
Purely character-based applications are sometimes referred to as cursed applications (originating for the library ncurses which is also used for this sequencer).

They can be run in any terminal. Furthermore, they are particularly suited for being operated over the network as terminal applications generate only little traffic. Sometimes, repositioning the mouse as required by graphical user-interfaces may not be desired, especially if the user has to switch between the PC and other equipment, frequently.

But particularly for visually impaired people, graphical user interfaces can be a barrier hard to overcome. Screen readers can help to read the text and so-called braille-displays can be used to make alphanumerical output by an application become tangible by the finger tips. However, these tools are valuable only, if the application does not make too much use of graphical symbols and different kinds of interaction with the mouse.

Cursed MIDI Sequencer is a MIDI-Sequencer which targets both terminal purists and visually impaired people. The purely character- based interface provides the kind of information needed by braille-displays and screen-readers.

But CuSE can also enable normally sighted people to run the sequencer over a network or on a low-end embedded device.
<<less
Download (0.32MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
928 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5