Main > Free Download Search >

Free shwild 0.9.5 software for linux

shwild 0.9.5

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 50
shwild 0.9.5

shwild 0.9.5


shwild provides a platform-independent library for pattern matching. more>>
shwild provides a platform-independent library for pattern matching.
shwild is a simple, platform-independent library that implements shell-compatible wildcard pattern matching. It is implemented in C/C++, expressing a C API with a C++ wrapper.
Building:
Makefiles for all the main supported compilers are included in the subdirectories of the build directory. For example, the makefile for Borland C/C++ v5.6 is in build/vc6. Since Borland is only supported on Windows, there is a single makefile called makefile.
For compilers that are supported on more than one platform, there are several makefiles located in the build sub-directory.
For example, for GNU C/C++ v3.4 (in /build/gcc34) both makefile.unix and makefile.win32 are provided. Most make tools require that you explicitly specify the makefile name (using -f) to use such makefiles, e.g.
$ make -f makefile.unix.
This will build the shwild library, and the C test programs. It will also attempt to build the C++ test programs. Since the C++ mapping relies on the STLSoft libraries, the makefile will look for the environment variable STLSOFT: it specifies -I%STLSOFT%/include (Windows) / -I$STLSOFT/include (UNIX) to the compiler.
Enhancements:
- fixes to UNIX compilation
- STLSoft 1.9.1 beta 44 or later
- Open-RJ 1.6.1 or later (but only for Test programs)
<<less
Download (0.51MB)
Added: 2007-02-22 License: BSD License Price:
975 downloads
ShowImg 0.9.5

ShowImg 0.9.5


ShowImg is a feature-rich image viewer which can display numerous formats, including JPEG, PNG, GIF (animated), MNG, PSD. more>>
ShowImg is a feature-rich image viewer which can display numerous formats, including JPEG, PNG, GIF (animated), MNG, PSD, ... ShowImg application consists of a tree view frame, a directory and preview frame, and a view frame.
The (larger) view frame can be exchanged with the (smaller) directory/preview frame. It can preview and display images from multiple directories and search for identical images.
ShowImg also features a full-screen mode, zooming, sorting, dragndrop with Konqueror, support for images in compressed archives (tar, tar.gz, zip, ...) and kipi plugins.
Main features:
Viewer
- display JPEG, PNG (alpha layer supported), GIF, XCF, PSD, etc. files;
- open several directories, and archives (.tar.gz, .tar.bz2, .zip, ...);
- apply filters to displayed image;
- preview, fullscreen, slideshow, ``fit-to-screen, efficient zoom;
- open files with external programs;
- support EXIF header (JPEG file metadata);
- display a hexadecimal view.
Management
- batch rename;
- search for exact and similar images;
- several formats conversion;
- manage photo albums.
Configuration
- kipi plugins supported (see kipi plugin homepage);
- configurable interface.
Enhancements:
- Database added to manage images using KexiDB (http://kexi-project.org/),
- Video support added,
- SVG support added,
- RAR archive file support added.
<<less
Download (3.9MB)
Added: 2006-01-12 License: GPL (GNU General Public License) Price:
1383 downloads
PXSL 0.9.5

PXSL 0.9.5


PXSL project provides a convenient shorthand for writing markup-heavy XML documents. more>>
PXSL project provides a convenient shorthand for writing markup-heavy XML documents.
PXSL ("pixel") is a convenient shorthand for writing markup-heavy XML documents. It provides XML authors and programmers with a simple, concise syntax that they can use to create XML documents.
For more advanced users, it offers customizable shortcuts and sophisticated refactoring tools like functional macros that can markedly reduce the size and complexity of markup-dense XML documents.
Enhancements:
- UTF-8 is now the default input/output encoding
<<less
Download (0.049MB)
Added: 2007-01-30 License: GPL (GNU General Public License) Price:
997 downloads
Suhosin 0.9.5

Suhosin 0.9.5


Suhosin is an advanced protection system for PHP installations. more>> <<less
Download (0.074MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1116 downloads
SADMS 0.9.5

SADMS 0.9.5


SADMS is a tool that integrates Linux hosts into an Active Directory Domain. more>>
SADMS takes care of handling configuration files to achieve the the integration (joining) of Linux hosts to Active an Directory domain, to the effect that
- Linux hosts become Windows domain hosts.
- Windows domain users become Linux users.
As a domain member, the Linux host
- can offer resources (shares) to the domain hosts and act as a domain server.
- offloads authentication to the domain (controllers), making it unnecessary to add local user accounts for domain users
SADMS was designed for use by administrators and takes care of the gory details of configuring a Linux host as an Active Directory (Windows 200x) Domain, an operation that involves modifying a number of arcane configuration files.
The Linux host, running on Samba 3, though not an Active Directory controller, operates as a member of the domain and, as such, refers to controllers for user authentication. No local accounts for Active Directory members are needed.
Communication with Active Directory controllers is carried out through Kerberos and LDAP (not the NT LAN Manager protocols).
Optionally, PAM can be configured to accept domain users for local interactive sessions on the host, whicn then acts as a workstation.
Main features:
- configuring Kerberos
- configuring Winbind
- configuring Samba
- configuring the Name Switch Service
- optionally configuring PAM
- synchronizing clocks
- joining the server to the Active Directory Domain
- building home directories with the proper file permissions
- making the users homes and shares
- making advanced group shares
- configuring the start of the daemons
- installing PAM modules
- managing ACLs
<<less
Download (0.70MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1666 downloads
Swiginac 0.9.5

Swiginac 0.9.5


Swiginac is a Python interface to GiNaC, built with SWIG. more>>
Swiginac project is a Python interface to GiNaC, built with SWIG. The aim of swiginac is to make all the functionality of GiNaC accessible from Python as an extension module.
Current status is beta; a lot (but not all yet) of the GiNaC classes are exposed, virtually all of the GiNaC tests pass.
For more information, documentation and software downloads, visit our group pages on BerliOS.
Examples:
Just a few illustrations from the Python interpreter:
>>> x=symbol("x")
>>> sin(x).series(x==0, 8)
1*x+(-1/6)*x**3+1/120*x**5+(-1/5040)*x**7+Order(x**8)
or
>>> y = symbol(y)
>>> lsolve([3*x + 5*y == 2, 5*x+y == -3], [x,y])
[x==-17/22, y==19/22]
Enhancements:
- Exceptions are now caught to prevent user errors from terminating Python sessions.
- Also, matrices are automatically evaluated, and the swiginac tutorial is included.
<<less
Download (0.062MB)
Added: 2007-02-21 License: MIT/X Consortium License Price:
975 downloads
shwild.fnmatch 0.8.2

shwild.fnmatch 0.8.2


shwild.fnmatch is a platform-independent implementation of the UNIX function fnmatch(), implemented using the shwild, STLSoft. more>>
shwild.fnmatch project is a platform-independent implementation of the UNIX function fnmatch(), implemented using the shwild, STLSoft, and cstring libraries.

It is dependent on the shwild, STLSoft, and cstring libraries.

<<less
Download (0.32MB)
Added: 2007-03-01 License: BSD License Price:
968 downloads
Pho 0.9.5

Pho 0.9.5


Pho project is a lightweight program for viewing large numbers of images quickly. more>>
Pho project is a lightweight program for viewing large numbers of images quickly, rotating or deleting some, and making notes about what to do with each image -- for instance, for going through hundreds of images after uploading them from a digital camera.
Why another image viewer? Surely there are plenty of those?
I used to use xv for paging through images -- its quite a good viewing program -- but it had a few features which annoyed me. For example, it creates a directory called .xvpics in every directory it touches; and if an image has to be resized to fit the screen, and after that you save it (perhaps after rotating it), it saves at the smaller size and boom, there goes your high-res image.
But, more important, there were a few extra things I needed. During image triage, I need to be able to do a few things quickly:
- Rotate images by multiples of 90 degrees, and remember the rotations.
- Delete bad images.
- Copy a few of the best horizontals to my Backgrounds (wallpaper) directory.
- Note which images I might want to put on a web page (after resizing).
With xv, I found that I was writing these lists on paper, or trying to keep track of them in my head. Thats dumb! Why not make the computer do that work? So I did.
Since I wrote pho several years ago, I keep hearing about other image viewers, and thinking maybe pho was redundant. But I recently did a search, and couldnt come up with any other image viewers that are similarly efficient for paging through large collections of images. So I guess Ill keep maintaining pho!
Pho can read any format supported by gdk-pixbuf. I havent found a list of those formats anywhere, but it seems to be substantial. The only format Ive hit so far that it doesnt read is photocd. You can convert those to other formats using the ImageMagick utility.
Pho can delete images on disk, but it cant save rotated images yet. I use my imagebatch scripts for that.
Enhancements:
- Several useful new features were added.
- Lots of bugs were fixed.
- Stability, focus handling, and window management were improved.
- A "presentation mode" was added, which sets the application to be fullscreen with no window borders or mouse pointer.
- The PHO_ARGS environment variable was added for default arguments.
- The user can now zoom in or out (to double or half size).
<<less
Download (0.065MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
946 downloads
BitLife 0.9.5

BitLife 0.9.5


BitLife is an eye candy showing parallel Conways Life games in the bitplanes of the screen. more>>
Its a simple idea: implement Conways Game of Life using boolean logic operations (and, or, not, xor); do so by blits, thus running a Life game in every bitplane in parallel.

Currently 2 implementations are available: a proof-of-concept (with a life-covered 3d cube!) one in Python (with Numeric/pygame) and a useful one in C (X-Windows screensaver, potentially accelerated).
<<less
Download (0.10MB)
Added: 2005-04-25 License: BSD License Price:
910 downloads
esms 0.9.5

esms 0.9.5


esms provides a small console program to send messages to cellular phones. more>>
esms provides a small console program to send messages to cellular phones.

esms is a simple program which sends SMSes to cellular phones. It splits big messages into many fragments, which are later sent with error control. It works for cellular phones in Spain.
<<less
Download (0.033MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
944 downloads
LibKMid 0.9.5

LibKMid 0.9.5


LibKMid is a library that implements features to play MIDI events on MIDI devices. more>>
LibKMid is a library that implements features to play MIDI events on MIDI devices. LibKMid also includes easy-to-use functions if all you want is play MIDI files in your application (for example, background music in a game), and a console MIDI player. The API is well documented, and the design is very simple for the most common uses.

LibKMid uses the OSS drivers to support External MIDI synthesizers, AWE, GUS and FM synths, along with soundcards from the SB Live family.

You can add easily support for any other MIDI device you may find (but Im afraid there isnt any left), MIDI Mappers (in the same format as MIDI mappers from KMid), and a MIDI file player engine that is able to play MIDI files even if theyre really corrupted or broken.

Perhaps the main thing about LibKMid is that its optimized to take up as little resources as possible, so playing a complex MIDI on my computer (a K6/200) takes approximately 0.1% of the CPU.
<<less
Download (0.15MB)
Added: 2006-03-31 License: LGPL (GNU Lesser General Public License) Price:
1304 downloads
Duck 0.9.5

Duck 0.9.5


Duck project is a Web-based system for practice testing and quizzing. more>>
Duck project is a Web-based system for practice testing and quizzing.
Instructors can create multiple-choice, short answer, and extended response questions.
Unique feedback can be provided for up to 10 potential student responses.
Duck is based on constructivist teaching and learning ideals.
Enhancements:
- commented out addslashes so that it works with magic quote on.
- Probably should undo and turn magic quotes off.
- added authentication variable to duck.inc to control hard auth
<<less
Download (0.088MB)
Added: 2006-11-03 License: GPL (GNU General Public License) Price:
1087 downloads
Mistral 0.9.5

Mistral 0.9.5


Mistral is a high-level imaging engine for the Java Standard Edition platform (J2SE). more>> <<less
Download (MB)
Added: 2007-04-01 License: The Apache License 2.0 Price:
939 downloads
tuneroid 0.9.5

tuneroid 0.9.5


tuneroid is a tuner for variety of musical instruments. more>>
tuneroid is a tuner for variety of musical instruments. It is designed to tune musical instruments on PC using a microphone or directly connecting the instrument to the PCs sound card.

<<less
Download (0.61MB)
Added: 2005-09-08 License: GPL (GNU General Public License) Price:
1506 downloads
Snd-ls 0.9.5.4

Snd-ls 0.9.5.4


Snd-ls is a distribution of the sound editor Snd. more>>
Snd-ls is a distribution of the sound editor Snd. Its target is people that dont know scheme very well, and dont want to spend too much time configuring Snd.

Snd-ls project can also serve as a quick introduction to Snd and how it can be set up.

<<less
Download (5.5MB)
Added: 2006-03-23 License: GPL (GNU General Public License) Price:
1310 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4