Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.472.055 Times

Splice software
Filter: All | Freeware | Demo
 

Splice

1 2 > 
Added: September 18, 2010 | Visits: 1.379

Code::Splice Code::Splice injects the contents of one subroutine at a specified point elsewhere. SYNOPSIS use Code::Splice; Code::Splice::inject( code => sub { print "fredn"; }, package => main, method => foo, precondition => sub { my $op = shift; my $line = shift; $line =~ m/print/ and $line =~...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (98): Code::Splice Download

Released: November 23, 2012  |  Added: November 23, 2012 | Visits: 402

Splice SPLICE is a small command line tool that splices bits of files together. for WindowsAll





Platforms: Windows

License: Freeware Download (48): Splice Download

Added: July 29, 2013 | Visits: 507

Splice for Linux Splice is a label maker for: CDs, DAT tapes, 8mm tapes, and analog cassette tapes. It is primarily intended for live music, but it can be used for any label need. The setlists are stored in a simple textual fashion (see below) consisting of a header, the songs, and an optional trailer. The...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (39): Splice for Linux Download

Added: October 28, 2013 | Visits: 344

Splice Splitter Splice Splitter will allow you to split up a SpriteSheet into individual bitmaps. If the Sprite Sheet is transparent then all individual bitmaps will be transparent. Can be used by many game engines including MMF2, Unity, Corona, GameSalad . . . . You can also take any image and split to any...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 2.43 MB Download (42): Splice Splitter Download

Released: September 14, 2012  |  Added: September 14, 2012 | Visits: 431

SpliceGrapher SpliceGrapher predicts alternative splicing patterns and produces splice graphs that capture in a single structure the ways a gene's exons may be assembled. It enhances gene models using evidence from next-generation sequencing and EST alignments. FEATURES: · splice graph prediction ·...


Platforms: Windows

License: Freeware Download (448): SpliceGrapher Download

Added: September 16, 2006 | Visits: 3.546

Ace Explorer Ace Explorer is now available in version 1.3, adding even more features to an already enormous package. Without going into to many details, here are some of Ace Explorer's main areas: Two types of disk/folder/file management (Ace style and Norton style), Ftp, Database, Mime encoding/decoding,...


Platforms: Windows

License: Shareware Cost: $17.00 USD Size: 5.77 MB Download (223): Ace Explorer Download

Released: December 21, 2008  |  Added: December 31, 2008 | Visits: 2.460

ETKit Chameleon ETKit Chameleon is a collection of file management and backup utilities for your computer. This veritable Swiss Army Knife of programmers' tools includes.Comparator - a tool to compare and, optionally modify, the contents of any two files side-by-side. Hexadecimal Editor - to view/edit the...


Platforms: Windows

License: Shareware Cost: $39.99 USD Size: 3.9 MB Download (128): ETKit Chameleon Download

Added: August 22, 2006 | Visits: 2.764

InstallAware Professional Genuine Scripting for Windows Installer: InstallAware lets you create Windows Installer setups the traditional, script-driven way. Author a branching, conditional script and InstallAware magically converts it to a logo-compliant Windows Installer database, with no extra effort on your part....


Platforms: Windows

License: Shareware Cost: $499.95 USD Size: 4.88 MB Download (172): InstallAware Professional Download

Added: January 31, 2006 | Visits: 2.778

GSplit GSplit is a free original file splitter that lets you split your large files (like Self-Extracting, Zip archives, multimedia, song, music, movie, backup, picture, archive, document files...) into a set of smaller files called pieces. These pieces are easier to copy to floppies, CD, DVD or any...


Platforms: Windows

License: Freeware Size: 1.24 MB Download (270): GSplit Download

Added: July 27, 2006 | Visits: 2.154

MOVAVI Suite Edition With MOVAVI Suite Edition 2.0, you can convert, split, combine, repair, and enhance existing movies, and create, burn, copy and backup new CDs and DVDs. Convert video files from one format to another, Save video and DVD files to your iPod, Split and Splice video files, Add filters and special...


Platforms: Windows

License: Shareware Cost: $59.95 USD Size: 21.12 MB Download (151): MOVAVI Suite Edition Download

Added: August 14, 2008 | Visits: 2.285

Audacity Audacity is a free, easy-to-use audio editor and recorder for Windows, Mac OS X, GNU/Linux, and other operating systems. You can use Audacity to: * Record live audio. * Convert tapes and records into digital recordings or CDs. * Edit Ogg Vorbis, MP3, and WAV sound files. * Cut, copy, splice, and...


Platforms: Windows

License: Freeware Size: 2.5 MB Download (890): Audacity Download

Added: May 19, 2010 | Visits: 1.157

Convert::GeekCode Convert::GeekCode is a Perl module that can convert and generate geek code sequences. SYNOPSIS use Convert::GeekCode; # exports geek_decode() my @out = geek_decode(q( -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GB/C/CM/CS/CC/ED/H/IT/L/M/MU/P/SS/TW/AT d---x s+: a-- C++++ UB++++$ P++++$...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (104): Convert::GeekCode Download

Added: April 03, 2010 | Visits: 1.169

Bio::Graphics::Glyph::cds Bio::Graphics::Glyph::cds module contains the "cds" glyph. SYNOPSIS See L< Bio::Graphics::Panel > and L< Bio::Graphics::Glyph >. This glyph draws features that are associated with a protein coding region. At high magnifications, draws a series of boxes that are color-coded to indicate the...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (95): Bio::Graphics::Glyph::cds Download

Added: April 13, 2010 | Visits: 798

JavaArray JavaArray is a tied extension for Java arrays from Java.pm SYNOPSIS use Java; # Set up Java.pm to always return tied array references to me my $java = new Java(use_tied_arrays => 1); my $tied_array = $java->create_array("java.lang.String",5); OR # Roll my own tied arrays my...


Platforms: *nix

License: Freeware Size: 69.63 KB Download (94): JavaArray Download

Added: March 03, 2010 | Visits: 952

Tie::File Tie::File can access the lines of a disk file via a Perl array. SYNOPSIS # This file documents Tie::File version 0.96 use Tie::File; tie @array, Tie::File, filename or die ...; $array[13] = blah; # line 13 of the file is now blah print $array[42]; # display line 42 of the file $n_recs...


Platforms: *nix

License: Freeware Size: 67.58 KB Download (97): Tie::File Download

Added: January 18, 2010 | Visits: 817

Gtk::CListModel Gtk::CListModel is a simple data model with Gtk::Clist views. SINOPSYS my $model = tie @data, Gtk::CListModel, titles => ["Fruit", "Price", "Quantity"]; # all data manipulation is done on @data now push @data, ["Oranges", 5, 16]; # Create a view (a Gtk::Clist widget) to represent the data...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (88): Gtk::CListModel Download

Added: June 20, 2010 | Visits: 885

DB_File DB_File is a Perl5 access to Berkeley DB version 1.x. SYNOPSIS use DB_File; [$X =] tie %hash, DB_File, [$filename, $flags, $mode, $DB_HASH] ; [$X =] tie %hash, DB_File, $filename, $flags, $mode, $DB_BTREE ; [$X =] tie @array, DB_File, $filename, $flags, $mode, $DB_RECNO ; $status =...


Platforms: *nix

License: Freeware Size: 87.04 KB Download (97): DB_File Download

Added: June 15, 2010 | Visits: 1.090

Apache2::DebugFilter Apache2::DebugFilter is a Perl module to debug mod_perl and native Apache2 filters. Synopsis # httpd.conf # ---------- PerlModule Apache2::DebugFilter # Connection snooping (everything) PerlInputFilterHandler Apache2::DebugFilter::snoop_connection PerlOutputFilterHandler...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (103): Apache2::DebugFilter Download

Added: May 07, 2010 | Visits: 766

Acme::Pythonic Acme::Pythonic is a module that contains Python whitespace conventions for Perl. SYNOPSIS use Acme::Pythonic; # this semicolon yet needed sub delete_edges: my $G = shift while my ($u, $v) = splice(@_, 0, 2): if defined $v: $G->delete_edge($u, $v) else: my @e = $G->edges($u) while...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): Acme::Pythonic Download

Added: January 25, 2010 | Visits: 815

Simple Video Splicer Simple Video Splicer is a very basic yet powerful tool for creating movies out of several video segments. Just drop several MPEG or Quicktime Movies into the project window, setup your splice points, and render. It's that easy. Want to add a music track to the video? Not a problem, SVS offers a...


Platforms: Mac

License: Freeware Download (154): Simple Video Splicer Download

1 2 >