edit 1.20
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2001
Prima::Edit 1.20
Prima::Edit is a Perl module for standard text editing widget. more>>
Prima::Edit is a Perl module for standard text editing widget.
SYNOPSIS
use Prima::Edit;
my $e = Prima::Edit-> create(
text => Hello $world,
syntaxHilite => 1,
);
$e-> selection( 1, 1, 1, 2);
The class provides text editing capabilities, three types of selection, text wrapping, syntax highlighting, auto indenting, undo and redo function, search and replace methods.
The module declares bt:: package, that contains integer constants for selection block type, used by blockType property.
USAGE
The class addresses the text space by (X,Y)-coordinates, where X is character offset and Y is line number. The addressing can be physical and logical, - in logical case Y is number of line of text. The difference can be observed if wordWrap property is set to 1, when a single text string can be shown as several sub-strings, called chunks.
The text is stored line-wise in {lines} array; to access it use get_line method. To access the text chunk-wise, use get_chunk method.
All keyboard events, except the character input and tab key handling, are processed by the accelerator table ( see Prima::Menu ). The default accelItems table defines names, keyboard combinations, and the corresponding actions to the class functions. The class does not provide functionality to change these mappings. To do so, consult "Prima::AccelTable" in Prima::Menu.
<<lessSYNOPSIS
use Prima::Edit;
my $e = Prima::Edit-> create(
text => Hello $world,
syntaxHilite => 1,
);
$e-> selection( 1, 1, 1, 2);
The class provides text editing capabilities, three types of selection, text wrapping, syntax highlighting, auto indenting, undo and redo function, search and replace methods.
The module declares bt:: package, that contains integer constants for selection block type, used by blockType property.
USAGE
The class addresses the text space by (X,Y)-coordinates, where X is character offset and Y is line number. The addressing can be physical and logical, - in logical case Y is number of line of text. The difference can be observed if wordWrap property is set to 1, when a single text string can be shown as several sub-strings, called chunks.
The text is stored line-wise in {lines} array; to access it use get_line method. To access the text chunk-wise, use get_chunk method.
All keyboard events, except the character input and tab key handling, are processed by the accelerator table ( see Prima::Menu ). The default accelItems table defines names, keyboard combinations, and the corresponding actions to the class functions. The class does not provide functionality to change these mappings. To do so, consult "Prima::AccelTable" in Prima::Menu.
Download (1.4MB)
Added: 2006-08-29 License: Perl Artistic License Price:
1151 downloads
DigiCam 1.20
DigiCam is a command-line interface to Kodak DC21x Digital Cameras. more>>
DigiCam is a command-line interface to Kodak DC21x Digital Cameras. I own a Kodak DC215Zoom and its pretty shitty.
Ive compared images my camera makes with others, and I guess there is just something subtly screwed with my camera.
Focus mechanics or something. Ill probably dump this crap and get a real camera one of these days.
What you can do with it:
* Display camera or specific picture information;
* Display number of pictures in the camera;
* Delete any picture from the camera;
* Delete all pictures from the camera in one step;
* Take picture, save to file, delete picture from the camera in one step;
* Retrieve any picture and save to file;
* Retrieve all pictures, and save to current directory as imageNNN.jpg;
* Set resolution to High or Low before taking a picture;
* Set picture quality before taking a picture;
* Set Flash mode before taking a picture;
* Set Zoom value before taking a picture;
Run "cam" without any parameters for a complete list of possible options. Some options can be combined to make cam usable inside scripts. Please use common sense, and dont combine options like -d and -R, or -t and -d
<<lessIve compared images my camera makes with others, and I guess there is just something subtly screwed with my camera.
Focus mechanics or something. Ill probably dump this crap and get a real camera one of these days.
What you can do with it:
* Display camera or specific picture information;
* Display number of pictures in the camera;
* Delete any picture from the camera;
* Delete all pictures from the camera in one step;
* Take picture, save to file, delete picture from the camera in one step;
* Retrieve any picture and save to file;
* Retrieve all pictures, and save to current directory as imageNNN.jpg;
* Set resolution to High or Low before taking a picture;
* Set picture quality before taking a picture;
* Set Flash mode before taking a picture;
* Set Zoom value before taking a picture;
Run "cam" without any parameters for a complete list of possible options. Some options can be combined to make cam usable inside scripts. Please use common sense, and dont combine options like -d and -R, or -t and -d
Download (0.014MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1104 downloads
Edit Brushes 1.0
Edit Brushes is a script in Python for The Gimp, this script allows you to generate, delete, duplicate and EDIT brushes. more>>
Edit Brushes is a script in Python for The Gimp, this script allows you to generate, delete, duplicate and EDIT brushes generated from images.
<<less Download (MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1136 downloads
Lemonrip 1.20
Lemonrip is an Linux application for ripping and encoding DVD into AVI files. more>>
Lemonrip project is an Linux application for ripping and encoding DVD into AVI files. Design of application is using a quality profiles instead of technical settings.
In mostly cases everything you need to do is pick a title of DVD, choose your language and let it work.
Main features:
- written in Perl::GTK using mencoder as frontend
- qulity profiles, takes a care of all setting jobs
- language selection (subtitles are encoded in a movie only at this time)
- ripping into AVI files using XVID and X264 codecs with best qulity switchies enabled (default profiles)
- automatic cropping and scaling with preview
- options to eject DVD tray or turn off a computer when encoding is finished
<<lessIn mostly cases everything you need to do is pick a title of DVD, choose your language and let it work.
Main features:
- written in Perl::GTK using mencoder as frontend
- qulity profiles, takes a care of all setting jobs
- language selection (subtitles are encoded in a movie only at this time)
- ripping into AVI files using XVID and X264 codecs with best qulity switchies enabled (default profiles)
- automatic cropping and scaling with preview
- options to eject DVD tray or turn off a computer when encoding is finished
Download (0.11MB)
Added: 2007-01-31 License: GPL (GNU General Public License) Price:
997 downloads
Libxslt 1.1.20
Libxslt is the XSLT C library developed for the Gnome project. more>>
Libxslt is the XSLT C library developed for the Gnome project. XSLT itself is a an XML language to define transformation for XML. Libxslt is based on libxml2 the XML C library developed for the Gnome project.
It also implements most of the EXSLT set of processor-portable extensions functions and some of Saxons evaluate and expressions extensions.
People can either embed the library in their application or use xsltproc the command line processing tool. This library is free software and can be reused in commercial applications
<<lessIt also implements most of the EXSLT set of processor-portable extensions functions and some of Saxons evaluate and expressions extensions.
People can either embed the library in their application or use xsltproc the command line processing tool. This library is free software and can be reused in commercial applications
Download (2.6MB)
Added: 2007-01-24 License: GPL (GNU General Public License) Price:
1007 downloads
Loadmeter 1.20
Loadmeter project is a Linux/Solaris system resource monitor that uses very little memory, and is written using raw Xlib. more>>
Loadmeter project is a Linux/Solaris system resource monitor that uses very little memory, and is written using raw Xlib.
It monitors:
- Load average
- Uptime
- Disk usage
- Memory usage
In its normal state it displays a window with a coloured bar graph showing the load average for the past minute. This is also shown in digits at the top of the window. both are updated every second. A red notch marks the maximum load since it was started, and can be reset by pressing button2 or hidden with button3. The blue notch shows the 5 minute load average.
By clicking with button1, a pop-up window appears showing the uptime, the capacity of each filesystem, and memory/swap usage. More detailed info on each filesystem is available by highlighting the corresponding one. The way this window pops down is intentional, just to make it interesting.
Any filesystems with higher usage than specified by the -warn option (default 90%) are shown with a (default)green background. The -disk option can also be used as an instant warn feature.
Press Escape in the top level window to exit.
Loadmeter also has the ability to override window managers. Giving the option -override causes the top-level window to have the override_redirect bit set. This is useful for window managers that insist upon decorating standard clients (eg Enlightenment, at least up to DR0.9). If youve given this option, then you can still resize and move the window. During moving and resizing, the cursor displays the geometry.
Ctrl-button1 lowers the window.
Ctrl-button2 raises and moves the window.
Ctrl-button3 raises and resizes the window.
A SIGUSR1 sent to the process will also raise the top level window.
There is also a -parent switch, which can be used to specify another window (in decimal or hex form) to use as the parent for the toplevel one (default is the root). This is useful for banking several together inside another window for easy positioning, etc. The lower function doesnt work if -parent is specified. Also note that you cant use both -override and -parent at the same time.
Command-line options:
-disp < display> Specify which X server to connect to
-geom < +x+y> Specify position on the screen
-sync Call sync() when checking disk usage
-numfont < font> Use for the load digits
-labelfont < font> Use for the hostname label
-popupfont < font> Use for the cursor and popup window
-popupbg < colour> Use for the popup background
-popupfg < colour> Use for the foreground of the popup
-warnbg < colour> Use for the high disk usage warning colour
-meter < colour> Use for the disk usage meter bar
-warn < pct> Min percent capacity reqd to highlight a filesystem
-label < label> Bargraph label to use instead of the hostname
-name < name> Name of the app to present to the WM
-bh < blockheight> Height of individual bargraph blocks (in pixels)
-override Always override window manager
-parent < window> Use as the parent for the toplevel window
-noshrink Dont do fancy popup window shrinking
-disk Show a warning when disk usage exceeds -warn value
-nogeom Disables displaying the window geometry in the cursor whilst moving/resizing the main window.
<<lessIt monitors:
- Load average
- Uptime
- Disk usage
- Memory usage
In its normal state it displays a window with a coloured bar graph showing the load average for the past minute. This is also shown in digits at the top of the window. both are updated every second. A red notch marks the maximum load since it was started, and can be reset by pressing button2 or hidden with button3. The blue notch shows the 5 minute load average.
By clicking with button1, a pop-up window appears showing the uptime, the capacity of each filesystem, and memory/swap usage. More detailed info on each filesystem is available by highlighting the corresponding one. The way this window pops down is intentional, just to make it interesting.
Any filesystems with higher usage than specified by the -warn option (default 90%) are shown with a (default)green background. The -disk option can also be used as an instant warn feature.
Press Escape in the top level window to exit.
Loadmeter also has the ability to override window managers. Giving the option -override causes the top-level window to have the override_redirect bit set. This is useful for window managers that insist upon decorating standard clients (eg Enlightenment, at least up to DR0.9). If youve given this option, then you can still resize and move the window. During moving and resizing, the cursor displays the geometry.
Ctrl-button1 lowers the window.
Ctrl-button2 raises and moves the window.
Ctrl-button3 raises and resizes the window.
A SIGUSR1 sent to the process will also raise the top level window.
There is also a -parent switch, which can be used to specify another window (in decimal or hex form) to use as the parent for the toplevel one (default is the root). This is useful for banking several together inside another window for easy positioning, etc. The lower function doesnt work if -parent is specified. Also note that you cant use both -override and -parent at the same time.
Command-line options:
-disp < display> Specify which X server to connect to
-geom < +x+y> Specify position on the screen
-sync Call sync() when checking disk usage
-numfont < font> Use for the load digits
-labelfont < font> Use for the hostname label
-popupfont < font> Use for the cursor and popup window
-popupbg < colour> Use for the popup background
-popupfg < colour> Use for the foreground of the popup
-warnbg < colour> Use for the high disk usage warning colour
-meter < colour> Use for the disk usage meter bar
-warn < pct> Min percent capacity reqd to highlight a filesystem
-label < label> Bargraph label to use instead of the hostname
-name < name> Name of the app to present to the WM
-bh < blockheight> Height of individual bargraph blocks (in pixels)
-override Always override window manager
-parent < window> Use as the parent for the toplevel window
-noshrink Dont do fancy popup window shrinking
-disk Show a warning when disk usage exceeds -warn value
-nogeom Disables displaying the window geometry in the cursor whilst moving/resizing the main window.
Download (0.027MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
835 downloads
editLyrics 0.2
editLyrics is an amarok script add, modify and edit lyrics. more>>
editLyrics is an amarok script add, modify and edit lyrics. Just click on a track, and select "edit this lyric!" to get a full power editor!
If lyrics are already cached, you can modify it, or you can just write from zero (well, not exactly from zero, you will find the artist and trackname on the top).
<<lessIf lyrics are already cached, you can modify it, or you can just write from zero (well, not exactly from zero, you will find the artist and trackname on the top).
Download (0.009MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1347 downloads
libffi 1.20
libffi is a library that really only provides the lowest, machine dependent layer of a fully featured foreign function interface more>>
libffi is a library that really only provides the lowest, machine dependent layer of a fully featured foreign function interface.
A layer must exist above libffi that handles type conversions for values passed between the two languages. ffi stands for Foreign Function Interface.
A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language.
Libffi has been ported to:
SunOS 4.1.3 & Solaris 2.x (Sparc v8)
Irix 5.3 & 6.2 (System V/o32 & n32)
Intel x86 - Linux (System V ABI)
Alpha Linux and OSF/1
m68k - Linux (System V ABI)
PowerPC - Linux (System V ABI)
ARM - Linux (System V ABI)
<<lessA layer must exist above libffi that handles type conversions for values passed between the two languages. ffi stands for Foreign Function Interface.
A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language.
Libffi has been ported to:
SunOS 4.1.3 & Solaris 2.x (Sparc v8)
Irix 5.3 & 6.2 (System V/o32 & n32)
Intel x86 - Linux (System V ABI)
Alpha Linux and OSF/1
m68k - Linux (System V ABI)
PowerPC - Linux (System V ABI)
ARM - Linux (System V ABI)
Download (0.10MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1183 downloads
Xfprot 1.20
Xfprot is a graphical frontend for F-Prot Antivirus. more>>
Xfprot project is a graphical frontend to the F-Prot Antivirus for Linux Small Business Edition 3.12b/c/d, 3.13, 4.1.0, 4.2.0, 4.3.0 and 4.3.1 by Frisk Software International (www.frisk.is) which is free of charge for personal use.
Xfprot up to and including version 0.19beta was based upon the XSTEP-3.5.1 library 1996-2001 by Marcelo Samsoniuk and collaborators and released under the LGPL license.
Starting from version 0.20beta XFPROT is based upon Gtk+ 1.2 libraries. From version 1.0-rc2 it is also possible to use the Gtk+ 2.2 libraries.
Xfprot is tested only on Linux (Mandrake 9.0 ,9.1, 9.2, 10.0) but probably should compile and work also on other distributions, on some *BSDs and on other Unixes.
<<lessXfprot up to and including version 0.19beta was based upon the XSTEP-3.5.1 library 1996-2001 by Marcelo Samsoniuk and collaborators and released under the LGPL license.
Starting from version 0.20beta XFPROT is based upon Gtk+ 1.2 libraries. From version 1.0-rc2 it is also possible to use the Gtk+ 2.2 libraries.
Xfprot is tested only on Linux (Mandrake 9.0 ,9.1, 9.2, 10.0) but probably should compile and work also on other distributions, on some *BSDs and on other Unixes.
Download (0.10MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
909 downloads
OracleEditor.php 1.20
OracleEditor.php is a standalone PHP script which allows you to browse your Oracle database tables. more>>
OracleEditor.php is a standalone PHP script which allows you to browse your Oracle database tables and insert, update, and delete rows in any table.
OracleEditor.php script requires no installation and no configuration.
I wrote it for situations where you quickly need to do some small data manipulation and dont have a better tool available. OracleEditor.php is free and Open Source (view the colored source code). Feel free to contact me at tim@strehle.de with questions/comments specific to this script. For general information on using PHP with Oracle, please refer to the Oracle Technology Network, the PHP manual, orafaq.com, webmonkey, or Thies C. Arntzens slides.
News: Version 1.18 makes your life easier: Move your mouse over buttons and input elements to display a short help text. A warning will be displayed if your PHP installation doest match the requirements.
Disclaimer: Use this software at your own risk. I wont guarantee that it works, and I wont be held liable for any damage caused by it! Please make sure to protect this script with a .htaccess password or the like - never ever allow public access to it. Anyone capable of guessing your database login will be able to cause severe damage to your database.
Enhancements:
- Support for Oracle Instant Client connection string syntax has been added.
- The script now works with the php.ini setting "short_open_tag = Off".
<<lessOracleEditor.php script requires no installation and no configuration.
I wrote it for situations where you quickly need to do some small data manipulation and dont have a better tool available. OracleEditor.php is free and Open Source (view the colored source code). Feel free to contact me at tim@strehle.de with questions/comments specific to this script. For general information on using PHP with Oracle, please refer to the Oracle Technology Network, the PHP manual, orafaq.com, webmonkey, or Thies C. Arntzens slides.
News: Version 1.18 makes your life easier: Move your mouse over buttons and input elements to display a short help text. A warning will be displayed if your PHP installation doest match the requirements.
Disclaimer: Use this software at your own risk. I wont guarantee that it works, and I wont be held liable for any damage caused by it! Please make sure to protect this script with a .htaccess password or the like - never ever allow public access to it. Anyone capable of guessing your database login will be able to cause severe damage to your database.
Enhancements:
- Support for Oracle Instant Client connection string syntax has been added.
- The script now works with the php.ini setting "short_open_tag = Off".
Download (0.013MB)
Added: 2006-05-15 License: Freely Distributable Price:
1258 downloads
SqStat 1.20
SqStat is a script to view active squid user connections. more>>
SqStat is a script to view active squid user connections. SqStat uses the cachemgr protocol to get information from the squid proxy server.
<<less Download (0.010MB)
Added: 2006-10-07 License: BSD License Price:
1121 downloads
Strings edit 1.9
Strings edit is a library that provides I/O facilities for integer, floating-point, Roman numbers, and strings. more>>
Strings edit is a library that provides I/O facilities for integer, floating-point, Roman numbers, and strings. Both input and output subroutines support string pointers for consequent stream processing. The output can be aligned in a fixed size field with padding.
Numeric input can be checked against expected values range to be either saturated or to raise an exception. For floating-point output either relative or absolute output precision can be specified. UTF-8 encoded strings are supported.
Enhancements:
- GPS project files were added for GNAT users.
- A bug was fixed in Strings_Edit.Generic_Scale in which the caclculated precision was of the minor scale tick rather than of the major tick.
<<lessNumeric input can be checked against expected values range to be either saturated or to raise an exception. For floating-point output either relative or absolute output precision can be specified. UTF-8 encoded strings are supported.
Enhancements:
- GPS project files were added for GNAT users.
- A bug was fixed in Strings_Edit.Generic_Scale in which the caclculated precision was of the minor scale tick rather than of the major tick.
Download (0.053MB)
Added: 2007-05-20 License: GMGPL (GNAT Modified GPL) Price:
908 downloads
Pang 1.20
Pang for Linux is a port of the arcade ball game Pang! more>>
Pang for Linux is a port of the arcade ball game Pang!
Ball are bouncing, when you shoot a ball, it split in two more little ball, more dangerous.
You must blank the screen to go to next level ! Its a port of an old arcade game.
<<lessBall are bouncing, when you shoot a ball, it split in two more little ball, more dangerous.
You must blank the screen to go to next level ! Its a port of an old arcade game.
Download (1.3MB)
Added: 2006-01-06 License: Freeware Price:
820 downloads
Jbum 1.20
Jbum is an application (Webstart or jar) that takes a directory of images and turns them into a page of HTML. more>>
Jbum is an application (Webstart or jar) that takes a directory of images and turns them into a page of HTML.
It generates thumbnails and supports rotating, reordering, captioning, spell-checking, and styling.
Enhancements:
- An image rotation memory leak was fixed.
<<lessIt generates thumbnails and supports rotating, reordering, captioning, spell-checking, and styling.
Enhancements:
- An image rotation memory leak was fixed.
Download (MB)
Added: 2007-06-14 License: BSD License Price:
863 downloads
ypbind-mt 1.20.1
ypbind-mt is a multi-threaded implementation of a NIS binding daemon. more>>
ypbind-mt is a multi-threaded implementation of a NIS binding daemon. ypbind-mt compiles and works on Linux with glibx 2.x (libc6).
It should work on every System with POSIX threads and glibc 2.x. ypbind-mt works under Linux with libc5 and linuxthreads 0.7.1, but this C library isnt really thread safe and shouldnt be used with threads.
Main features:
- Supports bindings to multiple domains.
- Supports /var/yp/binding/* file for Linux libc 4/5 and glibc 2.x.
- Supports a list of known secure NIS server (/etc/yp.conf)
- Binds to the server which answered as first if the old one is down.
- Check all 15 minuts, if the current server is really the fastest.
Enhancements:
- ypbind has now DBUS support to watch network status messages from NetworkManager (if NetworkManager is used).
<<lessIt should work on every System with POSIX threads and glibc 2.x. ypbind-mt works under Linux with libc5 and linuxthreads 0.7.1, but this C library isnt really thread safe and shouldnt be used with threads.
Main features:
- Supports bindings to multiple domains.
- Supports /var/yp/binding/* file for Linux libc 4/5 and glibc 2.x.
- Supports a list of known secure NIS server (/etc/yp.conf)
- Binds to the server which answered as first if the old one is down.
- Check all 15 minuts, if the current server is really the fastest.
Enhancements:
- ypbind has now DBUS support to watch network status messages from NetworkManager (if NetworkManager is used).
Download (0.22MB)
Added: 2006-09-19 License: GPL (GNU General Public License) Price:
1130 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above edit 1.20 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed