Main > Free Download Search >

Free s10sh 0.2.3 software for linux

s10sh 0.2.3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 78
s10sh 0.2.3

s10sh 0.2.3


s10sh is a USB/serial userspace driver for the Canon PowerShot digital cameras. more>>
s10sh is a USB/serial userspace driver for the Canon PowerShot digital cameras. Using s10sh you can download, upload and explore the images caputered with your PowerShot camera. The interface is quite similar to DOSs command.com.
s10sh support the following PowerShot camera models:
G1 (works with USB, not reported if works with the serial interface)
S100 aka Digital Ixus (USB only, since the S100 lacks the serial interface)
S20 (serial and USB)
S10 (serial and USB)
Pro70 (serial only, supported with problems)
A50 (serial only, supported with problems)
Enhancements:
- This update was provided by Lex Augusteijn one of the 300D UnDutchable authors.
- These updates allow 300D camera parameters to be changed (ISO, shutter speed, etc) remotely via the USB port.
- These updates were made as part of this project: http://www.eosdigitaal.nl/forum/viewtopic.php?t=21915&highlight=statief
- Additionally in the 060903 release Lex has added basic Rebel 350D access by updating the USB protocol.
<<less
Download (0.44MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1145 downloads
SCSS 0.2.3

SCSS 0.2.3


SCSS is a Scheme module for parsing, querying, and emitting style information. more>>
SCSS is a Scheme module for emitting, querying, and parsing style information compatible with the W3C Cascading Stylesheets recommendation.
While SCSS does not itself provide any rendering functionality, it can provide style information to applications and libraries that do.
If used with XML documents produced by SXML or SDOM, SCSS can accomodate the full range of selector types described in the W3C recommendation; it can also match simple selectors against strings when structured document information is not available.
Enhancements:
- Unicode support has been added for versions of Guile that support it.
- A few minor bugs related to parsing and validation have been fixed.
<<less
Download (0.062MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
961 downloads
Escher 0.2.3

Escher 0.2.3


Escher is a Java X11 library. more>>
Escher is a Java X11 library.

Escher is a collection of libraries for X Window System written purely in Java.

It consists of an X11 protocol implementation (similar to Xlib for C/C++), and its extensions including GLX, and the OpenGL rendering protocol.

How To Run

Install JDK 1.3 (http://www.ibm.com/java/jdk/linux130/).
Inside the directory "escher-0.1.0" (or later version),

$ xhost +localhost $ java gnu.x11.test.Hello --help
$ java gnu.x11.test.Hello It will pop up an X window which says "Hello World!".
$ etc/bin/jdemo gnu

You will see a list of X applications and test suits you can run.
<<less
Download (0.052MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1125 downloads
libisofs 0.2.3

libisofs 0.2.3


libisofs is a library to pack up hard disk files and directories into an ISO 9660 disk image. more>>
libisofs is a library to pack up hard disk files and directories into an ISO 9660 disk image. This may then be brought to CD via libburn. It is part of the "libburnia" project.
Build and Installation:
Our build system is based on autotools. For preparing the build of a SVN
snapshot you will need autotools of at least version 1.7.
Check out from SVN by
svn co http://libburn-svn.pykix.org/trunk libburn_pykix
and apply autotools by
./bootstrap
Alternatively you may unpack a release tarball for which you do not need autotools installed.
To build libburn.pykix.org and its subprojects it should be sufficient to go into its toplevel directory (here: "libburn_pykix") and execute
./configure
make
To make the libraries accessible for running resp. developing applications
make install
Enhancements:
- This is a bugfix release with some improvements for FreeBSD support.
<<less
Download (0.32MB)
Added: 2006-12-08 License: GPL (GNU General Public License) Price:
1053 downloads
PHPMQ 0.2.3

PHPMQ 0.2.3


PHPMQ provides a serverless messaging toolkit for PHP. more>>
PHPMQ provides a serverless messaging toolkit for PHP.
PHPMQ is a serverless messaging toolkit for PHP. It gives PHP developers the ability to perform JMS operations such as sending and receiving messages on queues and topics while ensuring delivery and enabling persistent messaging.
This release contains a minor bug fix in the example scripts that use the PHPMQ messaging API,
Documentation for the Messaging API was added to this release as well.
Enhancements:
- new queue_receiver.php
- new installing_PHPMQ_0.2.3.html
- new PHPMQ_Messaging_API.html
<<less
Download (0.009MB)
Added: 2007-03-20 License: GPL (GNU General Public License) Price:
949 downloads
Argh! 0.2.3

Argh! 0.2.3


Argh! is an esoteric programming language. more>>
Argh! is an esoteric programming language in the spirit of Befunge, Brainfuck, and friends. Argh! project is a nice and simple language with two dimensional code-flow, a combined code/data array, an infinite stack, regular characters for all instructions, no strange braces or symbols, no unnecessary arithmetic operators (add and sub are all you need), and countless other features it doesnt have.

The distribution includes interpreters for Argh! and Aargh! (an extended Argh! that is most likely Turing complete), the official specification, editing modes for emacs and vim, and lots of examples.

Installation

To build the interpreters simply type make. This will produce two binaries: `argh the Argh! interpreter and `aargh the extended Argh! (Aargh!) interpreter. For instructions on installing the Emacs Argh! mode please look at the comments in `argh-mode.el.

Usage

Usage is simple, just call the interpreter with the filename of the Argh!-program as first argument:

$ argh ./examples/hello.agh

If the interpreter gets called with no argument, it reads the Argh!-program from stdin.

You can even put "#!/path/to/argh-interpreter" in the first line of your code and make the Argh! program executable. (At least on systems, which understand #!-magic).
<<less
Download (0.021MB)
Added: 2005-04-15 License: GPL (GNU General Public License) Price:
1653 downloads
Libp11 0.2.3

Libp11 0.2.3


Libp11 is a library implementing a small layer on top of PKCS#11 API to make using PKCS#11 implementations easier. more>>
Libp11 is a library that implements a small layer on top of PKCS#11 API to make using PKCS#11 implementations easier.
The official name for PKCS#11 is "RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki)".
Libp11 source code include the official header files (version 2.20) and thus is "derived from the RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki)".
Libp11 was written by an international team and is licensed as Open Source software.
Enhancements:
- The wiki export script was updated.
- RSA header files from RSA Labs (official) were replaced with those from Scute (open source).
- CKR_USER_ALREADY_LOGGED_IN is now allowed on C_Login.
- Internal functions were marked as static.
- Code for storing public keys and generating keys was added.
<<less
Download (0.40MB)
Added: 2007-07-17 License: LGPL (GNU Lesser General Public License) Price:
831 downloads
libsgc 0.2.3

libsgc 0.2.3


libsgc is a small shared library that helps to manage an sg Linux driver. more>>
libsgc is a small shared library that helps to manage a SCSI generic (sg) Linux driver.

Installation:

The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.

Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).

If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.

If at some point `config.cache contains results you dont want to keep, you may remove or edit it.

The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.

The simplest way to compile this package is:

1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute
`configure itself.

Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.

2. Type `make to compile the package.

3. Optionally, type `make check to run any self-tests that come with the package.

4. Type `make install to install the programs and any data files and documentation.

5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.

There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
<<less
Download (0.032MB)
Added: 2005-09-30 License: GPL (GNU General Public License) Price:
1484 downloads
GWhere 0.2.3

GWhere 0.2.3


GWhere allows you to manage a database of your CDs and other removable media. more>>
GWhere project allows you to manage a catalog of your CDs and any other removable media (such as hard disks, floppy disks, Zip disks, CD-ROMs, etc...) indexed in a database.
With GWhere it is easy to browse your CDs or to make a quick search without needing to insert each CD one after another.
GWhere is not finalized, but it will still work and GWhere is very usable. GWhere is free and distributed under the free GNU GPL license.
This program is written in C with GTK+ for GNU/Linux, FreeBSD and MS Windows.
Main features:
Graphical user interface
- GWhere is very easy to use by its intuitive graphic interface. The principal functionalities are accessible in the principal window thanks to panes.
- The exploration of the catalogs is done as in a traditional explorer of files. The majority of the functions are accessible by mouse right click, the menus bar or by the tools bar.
- The functionalities are explained with tool tips. Thus simplifying the comprehension of the program for a user beginner.
Multilingual support
- GWhere can be used in any supported language. If the language of the operating system is not supported then the program will be executed in English (language by defect). The multilingual support is realized with the GNU internationalization system. It is thus very easy for a user to translate GWhere in new a language.
Manager of catalogs
- The catalogues are stored in a very simple data base : a file. Not need to install and configure a complex and enormous data base. The format of the file is optimized not to be too large and to be able to reach the data quickly.
- Information about files, folders, disks
Detailed information
- The strong point of this kind of program is to be able to find acurate information on a file, a repertory or a disc. GWhere makes it possible to do it simply: either in the explorer of files, or with right click. The user can find all necessary information: name, size, dates, category, description...
Automatic detection of the devices
- Whereas other programs require of the user to indicate which is the way to access the device to add to the catalog (and for some the device even should be mounted manually), GWhere detects only the list of the devices present and automatically mount (optional) that which will be added (the automatic eject in the case of CD-Rom can be also activated).
Search engine
- Equipped with a powerful search engine, GWhere makes it possible to find one or more files quickly. This search engine is compatible with the regular expressions.
- Fast research is very easy of use. It makes it possible however to make some adjustments of research (case sensitive, ...).
- Advanced research (nonavailable) makes it possible as for it to make the research based on all the criteria available in the data base.
Settings panel
- In order to correspond to users needs, a important number of functionalities are settables. In this panel we can configure all properties about catalogs : compression ratio, default catalog, catalogs exploration, mail sending...
Mail sending by mail
- This tiny gadget is very usefull in order to quickly send his own last catalog to their friends.
Catalog import/export
- Interroperability sign, it is possible to import or export catalogs from or to differents formats.
- Differents formats support is done via plugins. So GWhere is not closed to no catalog format.
Enhancements:
- Critical crashes for catalog import and empty result search were fixed.
- An application freeze which occurred when the disk to add contains pipe files was fixed.
- The disk adding was optimized when auto description is activated.
- A lot of compilation warnings were solved.
<<less
Download (0.72MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1121 downloads
kaweth 0.2.3

kaweth 0.2.3


Kaweth is a driver for Kawasaki KL5KUSB101 based USB to Ethernet bridges. more>>
Kaweth is a driver for Kawasaki KL5KUSB101 based USB to Ethernet bridges. This is written for the Netgear EA101.
<<less
Download (0.012MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1210 downloads
Gherkin 0.2.3

Gherkin 0.2.3


Gherkin is a Web-enabled, multi-threaded, centralized security scan manager. more>>
Gherkin is a Web-enabled, multi-threaded, centralized security scan manager that incorporates Nessus vulnerability scanning, DNS and nmblookup name resolution, and Nmap fingerprinting and scanning.
Gherkin is _not_ coded in a secure manner, and is most definately exploitable.
Considering this and the things that can be done through legitimate usage, gherkin should be secured so that only trusted users can execute either the command-line tools or the web interface.
The default number of concurrent connections allowed to Postgres is fairly low. Youll probably want to increase the Postgres default. Other tunning for database is also a good idea as your dataset grows.
Enhancements:
- removed option to pause before launching nessus scans
- added gherkin_queued_job_options to mitigate table bloat in large databases (see erd)
- fixed bug where bitwise and was errantly used (thanks, Todd)
- updated gherkin_report to show number of queued jobs
- fixed some old references to addresses.address
- added in-memory job lists to avoid db quey time for random job selection -- now handles starting scans for 24 class bs all at once
- changed the way jobs are selected and assigned
- added informational logging
- moved splitting jobs to the management thread
- fixed off-by-one bug in month of nessus scan dates (thanks, Mike)
- fixed quotation bug in web UI that hurt the display of targets with apostrophes
- changed status screen in web UI to not show queue unless told to, and to show the number of queued jobs without showing the queue
<<less
Download (0.33MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1201 downloads
Rugg 0.2.3

Rugg 0.2.3


Rugg is a hard drive and filesystem harness tool. more>>
Rugg is a hard drive and filesystem harness tool. Rugg allows you to test and benchmark drives and filesystems by writing simple to complex scenarios that can mimic the behaviour of real-world applications.
Test scenarios can be implemented using Ruggs compact and versatile domain specific language.
Main features:
Domain language
- Rugg sports a simple language that allows to easily write test scenarios.
Expressive
- Rugg script are usually one-liners, thanks to a carefully designed syntax and semantics.
Python-based
- Rugg can be both extended and embedded within Python, while also offering a small Pythonic API.
Easy to use
- Rugg can be used both in interpreter and command line. Both modes have options to type-check and validate your program, so that you can ensure its consitency.
<<less
Download (0.22MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1214 downloads
Musicbox 0.2.3

Musicbox 0.2.3


Musicbox is a simple one-file-at-a-time audio tag editor. more>>
Musicbox is a simple one-file-at-a-time audio tag editor.

Musicbox is a simple one-file-at-a-time audio tag editor. It can edit ID3, Vorbis and FLAC tags via the TagLib library.

<<less
Download (0.095MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1569 downloads
PikLoops 0.2.3

PikLoops 0.2.3


PikLoops is a simple KDE program used to generate assembly time delays for Microchip microcontrolers using Microchip instruction more>>
PikLoops is a simple KDE program used to generate assembly time delays for Microchip microcontrolers using Microchip instructions.
PikLoops is based on a program for Windows, originally created by William J. Boucher. Using his calculation formulas we can generate accurate assembly language time delay loops.
This application is an useful companion for Pikdev or Piklab IDE.
Enhancements:
- PikLoops is now localizable.
- A French localization and a German localization were added.
- French documentation was added.
<<less
Download (0.56MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
823 downloads
sylvan 0.2.3-1

sylvan 0.2.3-1


sylvan is a subversion wrapper that stores and restores user, group, and permissions information for each file. more>>
sylvan is a subversion wrapper that stores and restores user, group, and permissions information for each file. This makes it useful for keeping things like /etc in Subversion without losing their functionality.
The resulting svn repository is a normal repository with the extra info stored as file properties, so you can still use svn for accessing it.
Enhancements:
- Major refactoring.
- There are more methods for importing /etc into a svn repository.
<<less
Download (0.006MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1000 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5