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.322.181 Times

Rebar Splice freeware
Filter: All | Freeware | Demo
 

Rebar Splice

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

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: 399

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: 503

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

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

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: January 31, 2006 | Visits: 2.775

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: August 14, 2008 | Visits: 2.283

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 (889): Audacity Download

Added: May 19, 2010 | Visits: 1.153

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: January 25, 2010 | Visits: 1.063

wxAUI wxAUI is an Advanced User Interface library for the wxWidgets toolkit. wxAUI is an Advanced User Interface library that aims to implement "cutting-edge" interface usability and design features so developers can quickly and easily create beautiful and usable application interfaces. wxAUI...


Platforms: *nix

License: Freeware Size: 60.42 KB Download (103): wxAUI Download

Added: April 03, 2010 | Visits: 1.164

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: 796

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: 948

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 (91): Tie::File Download

Added: January 18, 2010 | Visits: 813

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: 882

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.086

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: 764

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: 813

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 (148): Simple Video Splicer Download

Released: December 25, 2012  |  Added: December 25, 2012 | Visits: 894

Audacity for Windows 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, WAV or AIFF sound files. * Cut, copy,...


Platforms: Windows

License: Freeware Size: 2.1 MB Download (49): Audacity for Windows Download

Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 1.010

Audacity for Mac OS X 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, WAV or AIFF sound files. * Cut, copy,...


Platforms: Mac

License: Freeware Size: 3.4 MB Download (50): Audacity for Mac OS X Download

Released: October 24, 2012  |  Added: October 24, 2012 | Visits: 730

Audacity for Linux 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, WAV or AIFF sound files. * Cut, copy,...


Platforms: Linux

License: Freeware Size: 4.6 MB Download (51): Audacity for Linux Download

Released: December 23, 2012  |  Added: December 23, 2012 | Visits: 729

ScriptPal ScriptPal floats a persistent HUD (heads-up display) palette above iTunes putting just the AppleScripts you need a mouse-click or two away. Instead of having to click and scroll through iTunes' Script menu over and over again for just the two or three scripts you need during a big job or for the...


Platforms: Mac

License: Freeware Size: 307.2 KB Download (52): ScriptPal Download

1 2 >