cuts
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 234
mpcut 1.1b
This program allows you to visualise the power levels in each frame of an MP3 file and many things. more>>
This program allows you to visualise the power levels in each frame of an MP3 file, select a number of frames, cut out frames you dont want, and then save the selected frames (excluding the cuts) to a separate MP3 file.
Note: If the input MP3 stream uses the bit reservoir (and most do), then the first frame in the selection will be incomplete, as it depends on the previous frame in the stream. You will get some problems on playback. If you disable the bit reservoir when encoding (e.g use --nores with Lame), then this isnt a problem.
This is my first GUI program ever, and Ive only tested it on FreeBSD 3.x and Mandrake Linux 6.0. To install the application, you will need:
GTK+ 1.2
Autoconf
Automake
GNU Make
mpg123 to play a selection
Running mpcut will bring up a window with a white rectangle to display the frame powerlevels. You can either open a file by naming it on the command-line, or by using File->Open by the drop-down menus.
After opening an MP3 file, you will see a plot of frame power vs frame number in the display area. The frame numbers are shown on the horizontal scale above the display area. Use the mouse and click-drag to select a region, which will be displayed in red. A single-click will deselect the region.
Note: there is no visual feedback when performing mouse drags. A future version will remedy this omission.
If you click-drag from within the selected region and drag outside the region, the new area is added to the selection. If you click-drag from outside the selected region and drag into the region, parts of the selection will be removed.
You can do Edit->Select All to select the whole file, or Edit->Unselect All to clear the selection.
You can also set a marker by doing a single middle-click. The marker is shown as a vertical blue line. If you then do a middle-button mouse drag, the marker sets the start of a selection, and the end of the drag sets the endpoint of the selection.
You can `cut out a selected area by using the `c key. The frames will be greyed out in the display area, but they will never be played or saved to your save file. You can remove all the cuts you have made with the `r key. You can undo the last cut by using the ctrl-Z keystroke.
Enhancements:
- Added ctrl-Z function to undo the last cut. Fixed bug: cuts are cleared when a file is opened.
<<lessNote: If the input MP3 stream uses the bit reservoir (and most do), then the first frame in the selection will be incomplete, as it depends on the previous frame in the stream. You will get some problems on playback. If you disable the bit reservoir when encoding (e.g use --nores with Lame), then this isnt a problem.
This is my first GUI program ever, and Ive only tested it on FreeBSD 3.x and Mandrake Linux 6.0. To install the application, you will need:
GTK+ 1.2
Autoconf
Automake
GNU Make
mpg123 to play a selection
Running mpcut will bring up a window with a white rectangle to display the frame powerlevels. You can either open a file by naming it on the command-line, or by using File->Open by the drop-down menus.
After opening an MP3 file, you will see a plot of frame power vs frame number in the display area. The frame numbers are shown on the horizontal scale above the display area. Use the mouse and click-drag to select a region, which will be displayed in red. A single-click will deselect the region.
Note: there is no visual feedback when performing mouse drags. A future version will remedy this omission.
If you click-drag from within the selected region and drag outside the region, the new area is added to the selection. If you click-drag from outside the selected region and drag into the region, parts of the selection will be removed.
You can do Edit->Select All to select the whole file, or Edit->Unselect All to clear the selection.
You can also set a marker by doing a single middle-click. The marker is shown as a vertical blue line. If you then do a middle-button mouse drag, the marker sets the start of a selection, and the end of the drag sets the endpoint of the selection.
You can `cut out a selected area by using the `c key. The frames will be greyed out in the display area, but they will never be played or saved to your save file. You can remove all the cuts you have made with the `r key. You can undo the last cut by using the ctrl-Z keystroke.
Enhancements:
- Added ctrl-Z function to undo the last cut. Fixed bug: cuts are cleared when a file is opened.
Download (0.038MB)
Added: 2006-07-18 License: BSD License Price:
689 downloads
Cutter 1.03
Cutter is an TCP/IP Connection cutting on Linux Firewalls and Routers. more>>
Cutter is an TCP/IP Connection cutting on Linux Firewalls and Routers.
Cutter is an open source program that uses the FIN-ACK-RST packet technique described above to abort TCP/IP connections routed over the firewall or router on which it is run. It can be called using one of the following four syntaxes.
cutter ip-address
Example: "cutter 10.10.0.45"
Cuts all connections passing through the firewall between any ports on the specified ip-address (either a "private" or "public" address) and any other hosts. This can be used to close down all incoming connections to a particular server, all outgoing connections from a particular client or all outgoing connections to a server.
cutter ip-address port
Example: "cutter 200.1.2.3 80"
Cuts all connections to or from the specified ip-address/port pair. This allows the user to be a little more specific than the previous example and allows targetting of specific services on specific hosts.
cutter ip-address-1 port-1 ip-address-2
Example "cutter 200.1.2.3 22 10.10.0.45"
Cuts all connections between ip-address-2 and ip-address-1/port-1. This allows the user to cut connections between a specified "client" and a particular service on a specified host. Our example closes host 10.10.0.45s SSH connection to server 200.1.2.3.
cutter ip-address-1 port-1 ip-address-2 port-2
Example: "cutter 200.1.2.3 22 10.10.0.45 32451"
Cuts the specific connection between the two ip/port number pairs given.
IMPORTANT WARNING
Cutter has been designed for use as a administrators tool for Linux firewalls. Its use (as is, or modified) for any other purpose is not sanctioned by the author. So - do not use this tool as a parachute, or to dry your cat, chill meat, answer your phone, drive you car, teach your kids to read or attack other peoples computer systems or networks.
This software has been designed for "legal" and "appropriate" use by network security administrators and the like. It has been written as part of a larger Linux firewall project, targetting at controlling traffic from peer-to-peer software such as Kazaa, iMesh and others into and out of a private network. It is not designed as a tool for malicious use and the author in no way sanctions such use.
Users of the software should be aware that its actions are easily detectable using a number of readily available network monitoring tools, and it makes no attempt to disguise its actions. Malicious use of "cutter" could result in a jail sentance in a number of countries around the world.
<<lessCutter is an open source program that uses the FIN-ACK-RST packet technique described above to abort TCP/IP connections routed over the firewall or router on which it is run. It can be called using one of the following four syntaxes.
cutter ip-address
Example: "cutter 10.10.0.45"
Cuts all connections passing through the firewall between any ports on the specified ip-address (either a "private" or "public" address) and any other hosts. This can be used to close down all incoming connections to a particular server, all outgoing connections from a particular client or all outgoing connections to a server.
cutter ip-address port
Example: "cutter 200.1.2.3 80"
Cuts all connections to or from the specified ip-address/port pair. This allows the user to be a little more specific than the previous example and allows targetting of specific services on specific hosts.
cutter ip-address-1 port-1 ip-address-2
Example "cutter 200.1.2.3 22 10.10.0.45"
Cuts all connections between ip-address-2 and ip-address-1/port-1. This allows the user to cut connections between a specified "client" and a particular service on a specified host. Our example closes host 10.10.0.45s SSH connection to server 200.1.2.3.
cutter ip-address-1 port-1 ip-address-2 port-2
Example: "cutter 200.1.2.3 22 10.10.0.45 32451"
Cuts the specific connection between the two ip/port number pairs given.
IMPORTANT WARNING
Cutter has been designed for use as a administrators tool for Linux firewalls. Its use (as is, or modified) for any other purpose is not sanctioned by the author. So - do not use this tool as a parachute, or to dry your cat, chill meat, answer your phone, drive you car, teach your kids to read or attack other peoples computer systems or networks.
This software has been designed for "legal" and "appropriate" use by network security administrators and the like. It has been written as part of a larger Linux firewall project, targetting at controlling traffic from peer-to-peer software such as Kazaa, iMesh and others into and out of a private network. It is not designed as a tool for malicious use and the author in no way sanctions such use.
Users of the software should be aware that its actions are easily detectable using a number of readily available network monitoring tools, and it makes no attempt to disguise its actions. Malicious use of "cutter" could result in a jail sentance in a number of countries around the world.
Download (0.013MB)
Added: 2005-12-14 License: GPL (GNU General Public License) Price:
1557 downloads
PyMP3Cut 0.27
PyMP3Cut is a Python command line tool designed to cut huge mp3 files. more>>
PyMP3Cut is a Python command line tool designed to cut huge (> 100MB) MP3 files at high speed without requiring the extra disk space and processing time usually needed by visual audio editing tools, which convert the MP3 format to more easily manageable formats like WAV before doing anything.
It cuts and reads simultaneously according to the autodetected MP3 frame rate and a timeline passed as a command line argument. It doesnt currently deal with Variable Bit Rate (VBR) MP3 files, though.
Main features:
- PyMP3Cut is a Python command line tool designed to cut very huge MP3 files at a blazzingly fast rate without requiring the extra disk space and processing time usually needed by Audacity or other similar visual audio editing tools, which convert the MP3 format to more easily manageable formats like WAV before doing anything. The WAV conversion usually requires 10 times more disk space !
- PyMP3Cut doesnt convert anything : it reads and cuts simultaneously, according to the autodetected audio frame rate and a timeline passed as a command line argument. You can think of PyMP3Cut as being some sort of very careful chainsaw ;-) Since theres no back and forth MP3 conversion, theres no quality loss either !
- PyMP3Cut was designed to slice high quality MP3 recordings of day-long congresses into smaller per-speaker MP3 files. It only needs the exact same amount of disk space as the original file to slice, even less if you plan to skip some parts, which PyMP3Cut can do automatically if you use a specially formatted *SKIP* entry in your timeline. It was successfully used many times against several hundredths megabytes MP3 files.
Enhancements:
- Bill Eldridge added the --segment command line option.
<<lessIt cuts and reads simultaneously according to the autodetected MP3 frame rate and a timeline passed as a command line argument. It doesnt currently deal with Variable Bit Rate (VBR) MP3 files, though.
Main features:
- PyMP3Cut is a Python command line tool designed to cut very huge MP3 files at a blazzingly fast rate without requiring the extra disk space and processing time usually needed by Audacity or other similar visual audio editing tools, which convert the MP3 format to more easily manageable formats like WAV before doing anything. The WAV conversion usually requires 10 times more disk space !
- PyMP3Cut doesnt convert anything : it reads and cuts simultaneously, according to the autodetected audio frame rate and a timeline passed as a command line argument. You can think of PyMP3Cut as being some sort of very careful chainsaw ;-) Since theres no back and forth MP3 conversion, theres no quality loss either !
- PyMP3Cut was designed to slice high quality MP3 recordings of day-long congresses into smaller per-speaker MP3 files. It only needs the exact same amount of disk space as the original file to slice, even less if you plan to skip some parts, which PyMP3Cut can do automatically if you use a specially formatted *SKIP* entry in your timeline. It was successfully used many times against several hundredths megabytes MP3 files.
Enhancements:
- Bill Eldridge added the --segment command line option.
Download (0.016MB)
Added: 2006-08-30 License: GPL (GNU General Public License) Price:
1161 downloads
Contacts 0.8.3
Contacts is a stand-alone address book application for the ROX Desktop. more>>
Contacts is a stand-alone address book application for the ROX Desktop. There is an extra package for users of other freedesktop.org compliant environments.
You can use Contacts to view and create vCard business cards. Contacts creates a vCard for every contact and stores it in a central directory in your home folder. A reasonable subset of rfc2426 has been implemented.
Main features:
Tabs
- There are two tabs, one for home, one for work related data.
Drag & Drop Loading
- You can load a vCard by dragging it onto Contacts.
- You can add a sound, photo or logo the same way. Contacts figures out by filetype which is which. Drag an image onto the "Home" tab if you want it to be added as a photo. To add a logo image, switch to the "Work" tab before dragging!
Searching
- Use the toolbar entry for searching contacts.
Extended Attributes
- Contacts saves the cards with extended attributes on Linux and Solaris, if supported by the filesystem:
- user.mime_type = text/directory
- user.creator = Contacts
My Card
- You can tell Contacts which card is yours: "Menu->My Card->This is my card"
- At any later time you can easily load your card by pressing "Alt-M" or from
- "Menu->My Card->Open my card"
PGP
- Contacts supports embedded public PGP keys.
- They can be exported from a vCard to a file, or directly imported into your keyring.
Live Toolbar
- The presence of NOTE, KEY, SOUND, PHOTO, LOGO, GEO/TZ properties is indicated by toolbar icon.
- Info about those properties is available through the icon tooltip. Click to edit!
- You add them in the first place via menu and short-cuts or dragn drop, respectively.
Birthday Notification
- Nearing birthdays are indicated by the color of a birthday cake in the toolbar:
- Next birthday more than a week away
- Next birthday within seven days
- Next birthday tomorrow
- There is a birthday today
- When there is no birthdate recorded for any of your contacts, no cake is shown.
<<lessYou can use Contacts to view and create vCard business cards. Contacts creates a vCard for every contact and stores it in a central directory in your home folder. A reasonable subset of rfc2426 has been implemented.
Main features:
Tabs
- There are two tabs, one for home, one for work related data.
Drag & Drop Loading
- You can load a vCard by dragging it onto Contacts.
- You can add a sound, photo or logo the same way. Contacts figures out by filetype which is which. Drag an image onto the "Home" tab if you want it to be added as a photo. To add a logo image, switch to the "Work" tab before dragging!
Searching
- Use the toolbar entry for searching contacts.
Extended Attributes
- Contacts saves the cards with extended attributes on Linux and Solaris, if supported by the filesystem:
- user.mime_type = text/directory
- user.creator = Contacts
My Card
- You can tell Contacts which card is yours: "Menu->My Card->This is my card"
- At any later time you can easily load your card by pressing "Alt-M" or from
- "Menu->My Card->Open my card"
PGP
- Contacts supports embedded public PGP keys.
- They can be exported from a vCard to a file, or directly imported into your keyring.
Live Toolbar
- The presence of NOTE, KEY, SOUND, PHOTO, LOGO, GEO/TZ properties is indicated by toolbar icon.
- Info about those properties is available through the icon tooltip. Click to edit!
- You add them in the first place via menu and short-cuts or dragn drop, respectively.
Birthday Notification
- Nearing birthdays are indicated by the color of a birthday cake in the toolbar:
- Next birthday more than a week away
- Next birthday within seven days
- Next birthday tomorrow
- There is a birthday today
- When there is no birthdate recorded for any of your contacts, no cake is shown.
Download (0.15MB)
Added: 2005-08-10 License: GPL (GNU General Public License) Price:
1536 downloads
m2vmp2cut 0.58
m2vmp2cut is frame accurate (currently PAL) MPEG2 video (M2V file) with accompanied MP2 audio cutter. more>>
m2vmp2cut is frame accurate (currently PAL) MPEG2 video (M2V file) with accompanied MP2 audio cutter.
Frame accuracy is achieved by re-encoding video around cutpoints. Audio is cut from a separate MP2 file at positions that keep A/V sync as good as possible (maximum sync difference is around 10-15 milliseconds compared to the source).
<<lessFrame accuracy is achieved by re-encoding video around cutpoints. Audio is cut from a separate MP2 file at positions that keep A/V sync as good as possible (maximum sync difference is around 10-15 milliseconds compared to the source).
Download (0.046MB)
Added: 2005-10-25 License: GPL (GNU General Public License) Price:
1464 downloads
Tk::Image::Cut 0.07
Tk::Image::Cut is a Perl extension for a graphic user interface to cut pictures. more>>
Tk::Image::Cut is a Perl extension for a graphic user interface to cut pictures.
SYNOPSIS
use Tk::Image::Cut;
my $mw = MainWindow->new();
$mw->title("Picture-Cutter");
$mw->geometry("+5+5");
my $cut = $mw->Cut()->grid();
$mw->Button(
-text => "Exit",
-command => sub { exit(); },
)->grid();
for(qw/
ButtonSelectImage
LabelShape
bEntryShape
ButtonColor
LabelWidthOut
EntryWidthOut
LabelHeightOut
EntryHeightOut
ButtonIncrease
ButtonReduce
LabelNameOut
EntryNameOut
ButtonCut
/)
{
$cut->Subwidget($_)->configure(
-font => "{Times New Roman} 10 {bold}",
);
}
for(qw/
bEntryShape
EntryWidthOut
EntryHeightOut
EntryNameOut
Canvas
/)
{
$cut->Subwidget($_)->configure(
-background => "#FFFFFF",
);
}
for(qw/
bEntryShape
EntryWidthOut
EntryHeightOut
/)
{
$cut->Subwidget($_)->configure(
-width => 6,
);
}
$cut->Subwidget("EntryNameOut")->configure(
-width => 40,
);
$cut->Subwidget("Canvas")->configure(
-width => 1000,
-height => 800,
);
MainLoop();
Perl extension for a graphic user interface to cut pictures. The module is a mixed widget from Buttons, Labels, BrowseEntry, Entrys and Canvas widgets.
I hope the graphic user interface is simple enough to be understood without great declarations.
It can be used as an independent application or just like how any other widget. Try out the test.pl program.You can select between four cutting forms.
"rectangle", "oval", "circle" or "polygon"
In order to cut out pictures in circular form or ovally click with the left mouse button onto the upper left corner and hold the button pressed while the mouse is moved.
In order to cut pictures in polygon form you click with the left mouse button on the first point and draw the mouse to the next point. If you have drawn the last point you click with the right mouse button.
You can use all standard widget options.
<<lessSYNOPSIS
use Tk::Image::Cut;
my $mw = MainWindow->new();
$mw->title("Picture-Cutter");
$mw->geometry("+5+5");
my $cut = $mw->Cut()->grid();
$mw->Button(
-text => "Exit",
-command => sub { exit(); },
)->grid();
for(qw/
ButtonSelectImage
LabelShape
bEntryShape
ButtonColor
LabelWidthOut
EntryWidthOut
LabelHeightOut
EntryHeightOut
ButtonIncrease
ButtonReduce
LabelNameOut
EntryNameOut
ButtonCut
/)
{
$cut->Subwidget($_)->configure(
-font => "{Times New Roman} 10 {bold}",
);
}
for(qw/
bEntryShape
EntryWidthOut
EntryHeightOut
EntryNameOut
Canvas
/)
{
$cut->Subwidget($_)->configure(
-background => "#FFFFFF",
);
}
for(qw/
bEntryShape
EntryWidthOut
EntryHeightOut
/)
{
$cut->Subwidget($_)->configure(
-width => 6,
);
}
$cut->Subwidget("EntryNameOut")->configure(
-width => 40,
);
$cut->Subwidget("Canvas")->configure(
-width => 1000,
-height => 800,
);
MainLoop();
Perl extension for a graphic user interface to cut pictures. The module is a mixed widget from Buttons, Labels, BrowseEntry, Entrys and Canvas widgets.
I hope the graphic user interface is simple enough to be understood without great declarations.
It can be used as an independent application or just like how any other widget. Try out the test.pl program.You can select between four cutting forms.
"rectangle", "oval", "circle" or "polygon"
In order to cut out pictures in circular form or ovally click with the left mouse button onto the upper left corner and hold the button pressed while the mouse is moved.
In order to cut pictures in polygon form you click with the left mouse button on the first point and draw the mouse to the next point. If you have drawn the last point you click with the right mouse button.
You can use all standard widget options.
Download (0.030MB)
Added: 2006-07-28 License: Perl Artistic License Price:
1188 downloads
Kwiki::ShortcutLinks 0.03
Kwiki::ShortcutLinks is a WAFL-phrase shortcuts for arbitrary web links. more>>
Kwiki::ShortcutLinks is a WAFL-phrase shortcuts for arbitrary web links.
SYNOPSIS
$ cpan Kwiki::ShortcutLinks
$ cd /path/to/kwiki
$ echo "Kwiki::ShortcutLinks" >> plugins
$ kwiki -update
$ vi shortcuts.yaml
$ kwiki -update
This plugin allows the Kwiki maintainer to define a series of short-cut wafl phrases via a simple config file.
When the plugin is installed and added to Kwiki via kwiki -update, a default shortcuts.yaml file is created. This can be edited and added to as necessary. kwiki -update must be run again after adding, renaming or deleting shortcuts.
<<lessSYNOPSIS
$ cpan Kwiki::ShortcutLinks
$ cd /path/to/kwiki
$ echo "Kwiki::ShortcutLinks" >> plugins
$ kwiki -update
$ vi shortcuts.yaml
$ kwiki -update
This plugin allows the Kwiki maintainer to define a series of short-cut wafl phrases via a simple config file.
When the plugin is installed and added to Kwiki via kwiki -update, a default shortcuts.yaml file is created. This can be edited and added to as necessary. kwiki -update must be run again after adding, renaming or deleting shortcuts.
Download (0.010MB)
Added: 2006-11-29 License: Perl Artistic License Price:
1059 downloads
Abakus 0.91
Abakus is a simple calculator for KDE, based on a concept of Roberto Alsinas. more>>
Abakus project is a simple calculator for KDE, based on a concept of Roberto Alsinas. Think of it as bc (the command-line calculator) with a nice GUI.
Main features:
- Roberto Alsinas UseCalc PyQt-based calculator.
- Zack Rusins Ruby-based calculator.
- Mine.
- Ariya Hiyadats SpeedCrunch, a pure Qt/C++ solution, which is closest in functionality to abakus. It doesnt use yacc or lex, making it a good choice if abakus cant build for your system for whatever reason.
Enhancements:
- Abakus supports the "," decimal separator correctly (both input and output).
- Show the most significant digits when an answer must be cut off due to space restrictions.
- Other minor stuff.
<<lessMain features:
- Roberto Alsinas UseCalc PyQt-based calculator.
- Zack Rusins Ruby-based calculator.
- Mine.
- Ariya Hiyadats SpeedCrunch, a pure Qt/C++ solution, which is closest in functionality to abakus. It doesnt use yacc or lex, making it a good choice if abakus cant build for your system for whatever reason.
Enhancements:
- Abakus supports the "," decimal separator correctly (both input and output).
- Show the most significant digits when an answer must be cut off due to space restrictions.
- Other minor stuff.
Download (0.37MB)
Added: 2006-05-08 License: GPL (GNU General Public License) Price:
1264 downloads
mp3 CUE cutter 0.4.0
mp3 CUE cutter cuts MP3 files according to a .cue file. more>>
mp3cue cuts an input MP3 file according to the information stored in a .cue file (for example multiple tracks of DJ mix), and writes the output to multiple MP3 files.
poc is a mp3 and ogg streamer supporting following protocols:
HTTP (mp3 and ogg)
RTP (RFC 2250) (mp3 only)
RTP (RFC 3119) (mp3 only)
homegrown FEC protocol (mp3 only)
It should work under any POSIX platform, and does not require any additional library. You need a C99 compiler though.
poc is still beta software, ipv6 and ogg support was not tested extensively.
poc includes mp3cue, a mp3 CUE cutter, and mp3cut, a mp3 command-line editing tool.
<<lesspoc is a mp3 and ogg streamer supporting following protocols:
HTTP (mp3 and ogg)
RTP (RFC 2250) (mp3 only)
RTP (RFC 3119) (mp3 only)
homegrown FEC protocol (mp3 only)
It should work under any POSIX platform, and does not require any additional library. You need a C99 compiler though.
poc is still beta software, ipv6 and ogg support was not tested extensively.
poc includes mp3cue, a mp3 CUE cutter, and mp3cut, a mp3 command-line editing tool.
Download (0.094MB)
Added: 2005-09-28 License: Freely Distributable Price:
979 downloads
LabyCube 1.4
LabyCube is a labyrinth generator that creates foldable labyrinths. more>>
LabyCube is a labyrinth generator that creates foldable labyrinths. The generated labyrinths by LabyCube, can be printed, cut out, and folded.
The current beta version supports the generation of labyrinth cubes.
<<lessThe current beta version supports the generation of labyrinth cubes.
Download (0.025MB)
Added: 2006-03-13 License: GPL (GNU General Public License) Price:
1405 downloads
octavia 0.25
octavia is a compiler for a music description language that compiles to MIDI data. more>>
octavia is a compiler for a music description language that compiles to MIDI data. octavia music source files can also use Python code to perform generic programming tasks that a composer might wish to accomplish.
Enhancements:
- This release deals correctly with accented notes in chords.
- The program should now work in Windows.
- #CUT and #SAVE points were added in the script to automate cutting octfunc.py.
- A file is not created unless a player function is seen in the source.
- Unprocessing a processed sequence recreates the chords and arpeggiation appropriately.
- Plugins are now also sought in the LaunchPath of octavia program+/plugins/.
- Text and Tracknames are created automatically.
<<lessEnhancements:
- This release deals correctly with accented notes in chords.
- The program should now work in Windows.
- #CUT and #SAVE points were added in the script to automate cutting octfunc.py.
- A file is not created unless a player function is seen in the source.
- Unprocessing a processed sequence recreates the chords and arpeggiation appropriately.
- Plugins are now also sought in the LaunchPath of octavia program+/plugins/.
- Text and Tracknames are created automatically.
Download (0.27MB)
Added: 2006-07-31 License: GPL (GNU General Public License) Price:
1182 downloads
Divide rectangles 0.1
Divide rectangles is a program which helps you divide a rectangular sheet of paper into small pieces. more>>
Divide rectangles is a program which helps you divide a rectangular sheet of paper into small pieces.
You give the size of the sheet and the size of the pieces, it tells you how to cut and how many pieces you will have.
<<lessYou give the size of the sheet and the size of the pieces, it tells you how to cut and how many pieces you will have.
Download (0.002MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1060 downloads
Actual-X 0.6.1
Actual-X allows broadcasters to use available sound-bits in their broadcasts. more>>
Actual-X is a web-based program that enables broadcasters to share audio actualities. Digital audio files and information about the actuality are FTP-ed from any location, with Internet access, into Actual-X program. The files are then verified for accuracy, processed and placed into a web access page for real-time preview and insertion into a networked digital audio system. Actual-X allows broadcaster to easily incorporate available digital audio sound-bits into the next broadcast.
Actual-X tries to take a realistic view of the news workflow and the use of news actualities. Actual-X was developed under these workflow guidelines to make the use of audio cuts user friendly. Audio cuts on Actual-X average 40-secondsin lengths though the program is not length restrictive nor, is it restrictive in regards to the number of cuts that can be archived in the system.
The actuality workflow starts with opening the Actual-X program in any web-browser. The Actual-X welcome page is displayed with a list of options. To add an audio cut into the system the user selects Create a New Actuality.
At the Create a New Actuality screen, the broadcaster adds the basic information about the actuality into the form. After the information is entered, using any FTP program the corresponding digital audio file is uploaded into Actual-X. The matching audio file for the information entered must be uploaded before another informational screen can be completed. The new actuality can be viewed immediately in the Actual-X system by selecting the List of Actualities to View option from the welcome screen.
At the List of Actualities to View screen, youre quickly given a full list of available audio cuts, the link to audibly preview each actuality, and a one click transfer of the audio the users specific networked digital audio system.
A third party can authenticate the contents of the cut in order to verify the audio does in fact match the information entered. While viewing the list of cuts there is also an option to display the details. This calls an Actual-X screen that displays all information in the system for the selected cut.
The simple design of Actual-X is in line with the overall design formula of R-BOSS and all its modules. Everything is tailored towards web-based cross platform access, practicality and ease of use.
<<lessActual-X tries to take a realistic view of the news workflow and the use of news actualities. Actual-X was developed under these workflow guidelines to make the use of audio cuts user friendly. Audio cuts on Actual-X average 40-secondsin lengths though the program is not length restrictive nor, is it restrictive in regards to the number of cuts that can be archived in the system.
The actuality workflow starts with opening the Actual-X program in any web-browser. The Actual-X welcome page is displayed with a list of options. To add an audio cut into the system the user selects Create a New Actuality.
At the Create a New Actuality screen, the broadcaster adds the basic information about the actuality into the form. After the information is entered, using any FTP program the corresponding digital audio file is uploaded into Actual-X. The matching audio file for the information entered must be uploaded before another informational screen can be completed. The new actuality can be viewed immediately in the Actual-X system by selecting the List of Actualities to View option from the welcome screen.
At the List of Actualities to View screen, youre quickly given a full list of available audio cuts, the link to audibly preview each actuality, and a one click transfer of the audio the users specific networked digital audio system.
A third party can authenticate the contents of the cut in order to verify the audio does in fact match the information entered. While viewing the list of cuts there is also an option to display the details. This calls an Actual-X screen that displays all information in the system for the selected cut.
The simple design of Actual-X is in line with the overall design formula of R-BOSS and all its modules. Everything is tailored towards web-based cross platform access, practicality and ease of use.
Download (0.041MB)
Added: 2005-05-10 License: GPL (GNU General Public License) Price:
1627 downloads
ccontrol 0.9.0
ccontrol program takes over the roles of the compiler and linker. more>>
ccontrol program takes over the roles of the compiler and linker, and reads a configuration file to decide what to do before invoking them.
This is particularly useful for centralized control over commands and options, such as enabling distcc(1) and ccache(1).
I recommend installing dietlibc if you can; the resulting (static) binary is smaller and cuts a few percent off compile times.
If you want to install ccontrol in your home directory (eg. ~/bin), use "./configure --bindir=$HOME/bin". Otherwise, a simple "./configure" will place the binaries in /usr/local/lib/ccontrol, which you will have to put in your PATH.
The type "make" and "make install". Now run "./ccontrol-init" to create your ".ccontrol/default" file. If you want to avoid probing for distcc hosts on the local network, set DISTCC_HOSTS first, eg:
DISTCC_HOSTS="one two three" ./ccontrol-init
Enhancements:
- A GNOME applet for changing symlink was added.
- A portability fix was made to allow the software to work on PPC.
- Better performance and less thrashing is exhibited with ccache and distcc when ccache mostly hits.
<<lessThis is particularly useful for centralized control over commands and options, such as enabling distcc(1) and ccache(1).
I recommend installing dietlibc if you can; the resulting (static) binary is smaller and cuts a few percent off compile times.
If you want to install ccontrol in your home directory (eg. ~/bin), use "./configure --bindir=$HOME/bin". Otherwise, a simple "./configure" will place the binaries in /usr/local/lib/ccontrol, which you will have to put in your PATH.
The type "make" and "make install". Now run "./ccontrol-init" to create your ".ccontrol/default" file. If you want to avoid probing for distcc hosts on the local network, set DISTCC_HOSTS first, eg:
DISTCC_HOSTS="one two three" ./ccontrol-init
Enhancements:
- A GNOME applet for changing symlink was added.
- A portability fix was made to allow the software to work on PPC.
- Better performance and less thrashing is exhibited with ccache and distcc when ccache mostly hits.
Download (0.12MB)
Added: 2006-02-06 License: GPL (GNU General Public License) Price:
1357 downloads
ExtUtils::PerlPP 1.2219
ExtUtils::PerlPP is a Perl Preprocessor. more>>
ExtUtils::PerlPP is a Perl Preprocessor.
SYNOPSIS
use ExtUtils::PerlPP;
my $config = { version => $VERSION,
driver => $DRIVER };
# The long and winding road ...
my $self = ExtUtils::PerlPP->new();
$self->{in_fh} = IO::File->new(file.PL, r);
$self->{out_fh} = IO::File->new(file, w);
$self->{config} =
$self->parse();
# And now a short cut for the same:
ppp(file.PL, file, $config);
Perls installation suite, ExtUtils::MakeMaker, contains a mechanism for installing preparsed files, so-called PL files: If the MakeMaker utility detects files with the extension .PL then these files are executed by make, usually creating a file of the same name, except the .PL extension.
Writing these PL files is usually always the same, for example a typical .PL file might look like this:
my $script =<<less
SYNOPSIS
use ExtUtils::PerlPP;
my $config = { version => $VERSION,
driver => $DRIVER };
# The long and winding road ...
my $self = ExtUtils::PerlPP->new();
$self->{in_fh} = IO::File->new(file.PL, r);
$self->{out_fh} = IO::File->new(file, w);
$self->{config} =
$self->parse();
# And now a short cut for the same:
ppp(file.PL, file, $config);
Perls installation suite, ExtUtils::MakeMaker, contains a mechanism for installing preparsed files, so-called PL files: If the MakeMaker utility detects files with the extension .PL then these files are executed by make, usually creating a file of the same name, except the .PL extension.
Writing these PL files is usually always the same, for example a typical .PL file might look like this:
my $script =<<less
Download (0.19MB)
Added: 2007-08-09 License: Perl Artistic License Price:
493 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 cuts 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