Main > Free Download Search >

Free selection magazine software for linux

selection magazine

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 618
Image Magazine 1.0

Image Magazine 1.0


Image Magazine provides a content type which acts both as a folder and as an image. more>>
Image Magazine provides a content type which acts both as a folder and as an image.
You populate it with 2 to 4 images, and optionnaly select a layout.
Options include width, background color, padding and margin, and layout mode.
ImageMag then merges the images into a layout while keeping the aspect ratios.
You can then use and call your ImageMag as a standard ploneImage, this mean you can :
.use instance/image_thumbnail, instance/image_large, and so on suffixes to call its different sizes
.call it directly from kupu to illustrate your articles (see readme.txt)
Works with:
- Plone 2.5.2
- Plone 2.5.1
- Plone 2.5
<<less
Download (0.007MB)
Added: 2007-03-10 License: GPL (GNU General Public License) Price:
961 downloads
File Selection Language 0.5.1

File Selection Language 0.5.1


File Selection Language is a descriptive language for file selection. more>>
File Selection Language (FSL) is a descriptive language for file selection. File Selection Language is used to selectively pick files from a directory structure.
FSL is useful for selective backups, for instance. FSL uses glob patterns as the basic building block.
For fine-tuning the selection, inclusion/exclusion rule combinations and conditional expressions are available. File size and modification date can be used in expressions.
Main features:
- FSL can be used with a command line tool (fsltool) or, for Python programmers, with a programmable interface. For the Python interface, see the documentation of Interpreter.py.
- Several FSL rule files can be combined in a cascading manner similar to CSS. The effect is the same as if the rule files were pasted into a single file.
- Support for both Windows-like and Unix-like paths.
- Strict parse-time type checking to catch as many errors as possible before run-time. For example, you cant say EACH f IF size(5) > 1000 because function size expects filename argument.
<<less
Download (0.071MB)
Added: 2005-12-07 License: BSD License Price:
1416 downloads
eptsoft Directory Magazine Advertisers 10

eptsoft Directory Magazine Advertisers 10


ONLINE MARKETING SOFTWARE: Let our free software do your marketing for you. Now available from hundreds of free download sites worldwide in over 165 c... more>> <<less
Download (3451KB)
Added: 2009-04-13 License: Freeware Price: Free
193 downloads
OSSP iselect 1.3.1

OSSP iselect 1.3.1


OSSP iselect is an interactive line selection tool for textual files. more>>
OSSP iselect is an interactive line selection tool for textual files, operating via a full-screen Curses-based terminal session.
It can be used either as an user interface frontend controlled by a scripting backend as its wrapper or in batch mode as a pipeline filter (usually between grep and the final executing command).
Enhancements:
- A security fix was done by upgrading GNU shtool from 2.0.1 to 2.0.3.
<<less
Download (0.14MB)
Added: 2005-10-07 License: GPL (GNU General Public License) Price:
1477 downloads
Word Inspector 0.1a

Word Inspector 0.1a


Word Inspector project is a GTK frontend to Dict dictionary program. more>>
Word Inspector project is a GTK frontend to Dict dictionary program.

The dict program allows you to search through one or more dictionary-like reference books for a word, then displays its definition.

Word Inspector expands that by allowing you to enter words to look up more easily, easily look up words that appear in the definition for another word, and automatically look up a word in the X Windows selection.

<<less
Download (0.054MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1092 downloads
CL-MAGICK

CL-MAGICK


CL-MAGICK is a set of bindings to the Image Magick library. more>>
CL-MAGICK is a set of bindings to the ImageMagick library. This library provides a large selection of functions for loading, saving, and manipulating images. CL-MAGICK is a Common lisp interface to ImageMagick library.

CL-MAGICK is licensed under the MIT license, in order to be in line with the current Image Magick license in freedom.

<<less
Download (0.023MB)
Added: 2006-04-26 License: MIT/X Consortium License Price:
1276 downloads
Sudoku Savant 1.1

Sudoku Savant 1.1


Sudoku Savant is a simple GUI-driven application to solve and generate Sudoku puzzles through logical means. more>>
Sudoku Savant is a simple GUI-driven application to solve and generate Sudoku puzzles through logical means.

Sudoku Savant generates and solves standard Sudoku puzzles with anything from 3x3 to 5x6 or 6x5 grids, using the following strategies:

- Singletons
- Locked candidates
- Number subsets
- X-Wings, Swordfish and Jellyfish
- Both Simple and Multi-Colouring.

These strategies should be enough to provide a step by step solution for any Sudoku puzzle that you are likely to find in a newspaper or magazine, although Savant can also resort to "trial and error" if presented with something really pathologically nasty. (This will at least confirm that the puzzles solution is unique.)

You may also parameterise or turn off the more advanced strategies, to see whether they were really needed.

Finally, Sudoku Savant lets you solve the puzzle by hand, providing hints, cell colouring, up to 4 pencil marks per cell, and the ability to high-light any incorrect moves. A partially completed puzzle can be saved in a simple text format so that you can continue solving it later.

<<less
Download (0.14MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1197 downloads
Yet Another V4L Application 0.9

Yet Another V4L Application 0.9


Yet Another V4L Application (or yava for short) is lightweight v4l framegrabber with support for TrueType fonts and ftp-upload. more>>
Yet Another V4L Application (or yava for short) is lightweight v4l framegrabber with support for TrueType fonts and ftp-upload.
Yet Another V4L Application project is written in ANSI C.
It uses Andreas Schifflers excellent SDL_bgrab library for frame grabbing, SDL for internal image manipulation, SDL_ttf for TrueType font rendering, libcurl for ftp uploads and libpng for snapshot writing.
Main features:
- Lightweight, using pretty standard libraries
- Tuner support
- FTP-upload (active and passive modes)
- TrueType font rendering
- Text color (RGB) selection
- Vertical text positioning (top, center, bottom)
- Horisontal text positioning (left, center, right)
- Font selection and number of pts
- Snapshots in png
- Live viewer or console mode
<<less
Download (0.015MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
990 downloads
FreeSCI 0.3.5

FreeSCI 0.3.5


FreeSCI is an attempt to re-implement the Sierra Creative Interpreter (SCI). more>>
FreeSCI is an attempt to re-implement the Sierra Creative Interpreter (SCI). Sierra Creative Interpreter was used in many of Sierra On-Lines games from 1988 to 1995.
Enhancements:
- GP32 port and WinCE port (Walter van Niftrik and Ismail Khatib, respectively)
- A game selection screen (by Hugues Valois)
- Per-resource shading, to allow manual fine-tuning of SCI game graphics
- Background image drawing optimisations
- Many, many bugfixes (and maybe a couple of new bugs to spice things up).
<<less
Download (0.71MB)
Added: 2006-02-14 License: GPL (GNU General Public License) Price:
1351 downloads
LaTrine 0.10.0

LaTrine 0.10.0


LaTrine project is a language vocabulary drill. more>>
LaTrine project is a language vocabulary drill.

LaTrine is a curses-based LAnguage TRaINEr. It takes a dictionary and asks you for a word or a phrase, and you try to give the correct answer.

The direction is configurable. The selection of the words or phrases depends on how often you dont know the correct translation.

It can be used with the Free Dictionaries Project, which provides dictionaries for about 50 language combinations.

<<less
Download (0.10MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
872 downloads
Choosefont 0.3

Choosefont 0.3


Choosefont is an efficient font finder. more>>
Choosefont is a simple but extremely efficient tool for quickly finding the required font in a large amount of fonts.

It was created due to the lack of decent font selection widgets in many application.

Apart from finding a font, Choosfont can also creat css, html and other code for the selected font, this code is automatically copied to the X clipboard.
<<less
Download (0.030MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1650 downloads
Xfce 4 Clipman Plugin 0.8.0

Xfce 4 Clipman Plugin 0.8.0


Xfce 4 Clipman Plugin allows you to keep several clipboard selections in memory which you can then use to toggle. more>>
Xfce 4 Clipman Plugin allows you to keep several clipboard selections in memory which you can then use to toggle. It can pull the clips from both the selection and the copy buffer, restore your clipboard on login and prevent an empty clipboard.
Usage:
- Compile or install the clipman package
- Right-click the Xfce panel > Add New Item > Clipman
<<less
Download (0.19MB)
Added: 2007-03-06 License: GPL (GNU General Public License) Price:
963 downloads
HCS Open Source Project Beta

HCS Open Source Project Beta


HCS Open Source Project consists of a do-it-yourself home automation hardware and software system. more>>
HCS Open Source Project consists of a do-it-yourself home automation hardware and software system.

The HCS Open Source Project is a stand-alone home automation control system which consists of hardware (main controllers and remote networked controllers) and software to monitor and control various devices around your house.

The current plans support using wired and wireless X10 modules, as well as analog, digital, and voice input and output. Once the HCS is programmed, the use of a PC is not required.

CS stands for Home Control System. Originally designed by Steve Ciarcia for the article "Home Run Control System" for Byte magazine.

What is the HCS II? The HCS II is an expandable, network-based (RS485), intelligent-node, industrial-oriented supervisory control system intended for demanding home control applications.

The HCS incorporates direct and remote digital inputs and outputs, direct and remote analog inputs and outputs, real-time or Boolean decision event triggering, X-10 transmission and reception, infrared remote control transmission and reception, remote LCD displays, and a master console.

The HCS II system architecture consists of a central supervisory controller (SC) connected to up to 32 other functional modules (called links) via a RS485 serial network. The SC and the COMM-Links can operate independently and dont need each other to function.

This allows easy testing or incorporation as intelligent subsystems in other control equipment. Initially the subsystems links all shared a comon 8031 controller board (generically called a COMM-Link) with the I/O customized for each application.

<<less
Download (0.005MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1014 downloads
SIOX 1.10

SIOX 1.10


SIOX is a Java SDK that provides a generic segmentation engine. more>>
SIOX stands for Simple Interactive Object Extraction and is a solution for extracting foreground from still images with little user interaction.
The underlying method is fast, noise robust, and can also be used for segmentation of videos. SIOX is free (GNU GPL) and is currently being integrated into the GIMP.
SIOX originates from E-Chalk where an instructor standing in front of an electronic chalkboard is segmentated.
Enhancements:
- Major code cleanups were done.
- A bug concerning multiple foreground object selection was fixed.
- Further documentation was added.
<<less
Download (0.21MB)
Added: 2005-11-03 License: The Apache License 2.0 Price:
1450 downloads
Echo2 Extras 0.3

Echo2 Extras 0.3


Echo2 Extras provides a collection of additional user interface components for the Echo2 framework. more>>
Echo2 Extras provides a collection of additional user interface components for the Echo2 framework. Echo2 Extras project is currently under development and should be considered beta-quality software.
Current components provided by the Extras library include:
- AccordionPane: A tabbed container that displays its contents between vertical separators with only one child component displayed at a time. The separators slide up and down with an animated effect when the user changes selection by clicking on a separator.
- BorderPane: A simple single-child container that displays its content surrounded by a graphically drawn FillImageBorder.
- CalendarSelect: A date selection component which provides a view of an entire calendar month to aid in selection.
- ColorSelect: An Hue-Saturation-Value based color selection component.
- PulldownMenu: A pull-down menu component with the capability to display submenus and toggle/radio items.
- TabPane: A traditional tabbed pane implementation. This component can lazy-render its children to reduce initial load times.
Enhancements:
- Opacity-based fades were added to TransitionPane.
- The Calendar component has been localized for English, German, French, Greek, Italian, Spanish, and 1337.
- IE6 BorderPane rendering issues were fixed, including enabling transparent borders with this browser.
<<less
Download (1.1MB)
Added: 2006-08-10 License: MPL (Mozilla Public License) Price:
1171 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5