Main > Free Download Search >

Free plato dvd ripper mulit language dvd copy package 9.88 software for linux

plato dvd ripper mulit language dvd copy package 9.88

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6966
Making-Money-Package 1.0

Making-Money-Package 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-17 License: Freeware Price: Free
190 downloads
Reflection Package for C++(unix) 1.02

Reflection Package for C++(unix) 1.02


Extracting type descriptors from debug information more>> Reflection is a mechanism making it possible to investigate yourself. If we are speaking about programming languages, reflection is used to investigate format of objects at runtime, invoke methods and access fields of these objects. Reflection is required if you want to implement some generic code which can work with objects of unknown (at the time of creation of this code) types. There are several tasks in which reflection can be used: remote method invocation, serialization, object dumps, database interfaces. How it works? Given some object we first should ask for its type. As a result we are given class descriptor, which provides information about class methods and fields. We can use these field descriptors to fetch/store object fields and can use method descriptors to lookup and invoke methods.
Many programming languages provide built-in reflection mechanism. For example, in Java there is special package java.lang.reflect . But unfortunately C++ doesnt support reflection. Not so long ago first step was made in this direction - RTTI support was added to the language. But RTTI provides only very restricted subset of reflection: it allows to get object compile-time and runtime type (it is possible to get object runtime type only if object class contains virtual functions). You can compare types and you can get type name - and that is all you can do with RTTI.
<<less
Download (169KB)
Added: 2009-04-14 License: Freeware Price: Free
196 downloads
Hot Copy (hcp) for Linux 3.1.0

Hot Copy (hcp) for Linux 3.1.0


Snapshots of any Linux Block Device Hot Copy creates an instant point-in-time of any block device while the system is running without interrupting applications. Consistent Point-in-Time Snapshots Hot more>> <<less
Download (3074kb)
Added: 2009-04-10 License: Freeware Price:
197 downloads
Arena Scripting Language 0.9.12

Arena Scripting Language 0.9.12


Arena Scripting Language is a light-weight scripting language. more>>
Arena Scripting Language is a light-weight scripting language. The language uses a syntax and library similar to that of ANSI C, but adds automatic memory management and runtime polymorphism on top of that.
Main features:
- syntax similar to ANSI C
- standard library similar to ANSI C
- automatic memory management
- runtime polymorphism
- support for exceptions
- support for anonymous functions
Enhancements:
- This release changes the system() library function to return the raw exit status as given by the operating system.
<<less
Download (.0.18MB)
Added: 2007-08-21 License: BSD License Price:
795 downloads
XML Copy Editor 1.1.0.1

XML Copy Editor 1.1.0.1


XML Copy Editor is an XML editor with DTD/XML Schema/RELAX NG validation. more>>
XML Copy Editor is an XML editor with DTD/XML Schema/RELAX NG validation, XSLT, XPath, pretty-printing, syntax highlighting, folding, tag completion/locking and lossless import/export of Microsoft Word documents.
Enhancements:
- This release fixes a number of bugs and introduces support for CSS.
<<less
Download (3.9MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
866 downloads
slackget10::Package 0.09

slackget10::Package 0.09


slackget10::Package this class is the internal representation of a package for slack-get 1.0. more>>
slackget10::Package this class is the internal representation of a package for slack-get 1.0.

SYNOPSIS

This module is used to represent a package for slack-get

use slackget10::Package;

my $package = slackget10::Package->new(package-1.0.0-noarch-1);
$package->setValue(description,"This is a test of the slackget10::Package object");
$package->fill_object_from_package_name();

CONSTRUCTOR

new

The constructor take two parameters : a package name, and an id (the namespace of the package like slackware or linuxpackages)

my $package = new slackget10::Package (aaa_base-10.0.0-noarch-1,slackware);

The constructor automatically call the fill_object_from_package_name() method.

You also can pass some extra arguments like that :

my $package = new slackget10::Package (aaa_base-10.0.0-noarch-1, package-object-version => 1.0.0);

The constructor return undef if the id is not defined.

<<less
Download (0.16MB)
Added: 2007-08-17 License: Perl Artistic License Price:
799 downloads
ENSps 0.1 Alpha 71

ENSps 0.1 Alpha 71


ENSps project is a new programming system developed on Mono, Gtk# and Boo Scripting Language. more>>
ENSps project is a new programming system developed on Mono, Gtk# and Boo Scripting Language.

<<less
Download (0.38MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
802 downloads
wxHarbour 0.1 Alpha

wxHarbour 0.1 Alpha


wxHarbour is wxWidgets GUI for [x]Harbour. more>>
wxHarbour is wxWidgets GUI for [x]Harbour.

This package contains a set of [x]Harbour language bindings for wxWidgets. Providing a portable multi-platform GUI toolkit for [x]Harbour (a 100% Clipper & XBase compatible compiler).

<<less
Download (0.055MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
809 downloads
nautilus-cd-burner 2.18.2 / 2.19.6

nautilus-cd-burner 2.18.2 / 2.19.6


nautilus-cd-burner is an easy to use CD/DVD burning package, well integrated with Nautilus and the GNOME desktop. more>>
nautilus-cd-burner is an easy to use CD/DVD burning package, well integrated with Nautilus and the GNOME desktop.
nautilus-cd-burner package also contains the libnautilus-burn library as a simple application interface to CD/DVD drives and disc burning. This library is not guaranteed to be API/ABI stable. However, authors of Free Software applications should feel free to use it if they wish.
You may download updates to the package from: http://ftp.gnome.org/pub/GNOME/sources/nautilus-cd-burner/
Enhancements:
- Fixed #433730, [Patch] Run gtk-update-icon-cache in install-hook and uninstall-hook (William Jon McCann)
- Fixed #435025, Direct copy of audio CD results in white noise CD (William Jon McCann)
Translators
- Updated fi: Ilkka Tuohela
- Updated ta: I. Felix
<<less
Download (0.86MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
546 downloads
Class::Generate 1.09

Class::Generate 1.09


Class::Generate is a Perl module that can generate Perl class hierarchies. more>>
Class::Generate is a Perl module that can generate Perl class hierarchies.

SYNOPSIS

use Class::Generate qw(class subclass delete_class);

# Declare class Class_Name, with the following types of members:
class
Class_Name => [
s => $, # scalar
a => @, # array
h => %, # hash
c => Class, # Class
c_a => @Class, # array of Class
c_h => %Class, # hash of Class
&m => body, # method
];

# Allocate an instance of class_name, with members initialized to the
# given values (pass arrays and hashes using references).
$obj = Class_Name->new ( s => scalar,
a => [ values ],
h => { key1 => v1, ... },
c => Class->new,
c_a => [ Class->new, ... ],
c_h => [ key1 => Class->new, ... ] );

# Scalar type accessor:
$obj->s($value); # Assign $value to member s.
$member_value = $obj->s; # Access members value.

# (Class) Array type accessor:
$obj->a([value1, value2, ...]); # Assign whole array to member.
$obj->a(2, $value); # Assign $value to array member 2.
$obj->add_a($value); # Append $value to end of array.
@a = $obj->a; # Access whole array.
$ary_member_value = $obj->a(2); # Access array member 2.
$s = $obj->a_size; # Return size of array.
$value = $obj->last_a; # Return last element of array.

# (Class) Hash type accessor:
$obj->h({ k_1=>v1, ..., k_n=>v_n }) # Assign whole hash to member.
$obj->h($key, $value); # Assign $value to hash member $key.
%hash = $obj->h; # Access whole hash.
$hash_member_value = $obj->h($key); # Access hash member value $key.
$obj->delete_h($key); # Delete slot occupied by $key.
@keys = $obj->h_keys; # Access keys of member h.
@values = $obj->h_values; # Access values of member h.

$another = $obj->copy; # Copy an object.
if ( $obj->equals($another) ) { ... } # Test equality.

subclass s => [ ], -parent => class_name;

The Class::Generate package exports functions that take as arguments a class specification and create from these specifications a Perl 5 class. The specification language allows many object-oriented constructs: typed members, inheritance, private members, required members, default values, object methods, class methods, class variables, and more.

CPAN contains similar packages. Why another? Because object-oriented programming, especially in a dynamic language like Perl, is a complicated endeavor. I wanted a package that would work very hard to catch the errors you (well, I anyway) commonly make. I wanted a package that could help me enforce the contract of object-oriented programming. I also wanted it to get out of my way when I asked.

<<less
Download (0.052MB)
Added: 2007-07-31 License: Perl Artistic License Price:
815 downloads
GLPK 4.19

GLPK 4.19


The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming, mixed integer program. more>>
The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library.
GLPK supports the GNU MathProg language, which is a subset of the AMPL language.
The GLPK package includes the following main modules:
- Revised simplex method.
- Primal-dual interior point method.
- Branch-and-bound method.
- Translator for GNU MathProg.
- Application program interface (API).
- Stand-alone LP/MIP solver.
<<less
Download (1.4MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
508 downloads
Winki the Ripper 0.4.4

Winki the Ripper 0.4.4


Winki The Ripper aims to be the easiest program for video encoding. more>>
Winki The Ripper aims to be the easiest program for video encoding. It is actually just a graphical frontend for GNOME written in python to command line tools like mencoder, oggenc, mkvtoolnix, mplayer and lsdvd.
Please be advised that the use of some of the tools you need for "Winki the Ripper" may not be legal in some countries. Please check this out yourself for the country you live in. We strongly advise not to use illegal tools, but it is not our job to make sure in which country which of the possibly needed tools may be forbidden or restricted.
Main features:
Supported input formats
- DVD
- VCD/SVCD
- Multimedia file (does not work very well still)
Supported output formats
- VCD/SVCD (limited to 1 video, 1 audio and no subtitle streams)
- Multimedia matroska or ogm file (limited to 1 video, 3 audio and 3 subtitle streams)
- Multiple chunk output
- Predefined and custom size output chunks
- Easy crop detection
- Preview settings before rip
- Bulgarian, German, Polish and Spain translations
<<less
Download (0.56MB)
Added: 2007-07-17 License: GPL v3 Price:
830 downloads
M3U Ripper 1.4

M3U Ripper 1.4


M3U Ripper is a Firefox extension that allows you to rip the contents of an m3u, wmx, or ram playlist file. more>>
M3U Ripper is a Firefox extension that allows you to rip the contents of an m3u, wmx, or ram playlist file link by right clicking on the link and selecting the "Rip Playlist Contents..." option from the popup menu. The option will only appear if the URL ends with the proper file extension.

All the URLs in the M3U file are downloaded via the Firefox download manager to the default download directory or the one specified in the M3U Ripper options. You can also optionally have M3U Ripper create a sub directory with the playlist file name, create the remote playlist file, create a local playlist file, and filter URLs within the playlist files via regular expressions.

<<less
Download (0.012MB)
Added: 2007-07-16 License: MPL (Mozilla Public License) Price:
946 downloads
AntiCutAndPaste 1.8

AntiCutAndPaste 1.8


AntiCutAndPaste is designed to search for text fragments that have been copied and pasted in programming language source code. more>>
AntiCutAndPaste is designed to search for text fragments that have been copied and pasted in programming language source code or plain text. AntiCutAndPaste is tested on sources from large C++, Pascal, Java, and C# (Mono) projects.
Algorithms used are very fast and can handle up to three million C++ code lines in one minute. Minor modifications of code are ignored during the search. GUI and command line versions are included. Reports are sorted conveniently by the total size of all similar fragments and there are many report customization options.
Linux command-line implementation is still a Beta version. Please be so kind and visit forums to ask a question or to write a comment.
Main features:
- Compatible with C++, Pascal, Java, C# (Mono) and plain text.
- Small download, prebuild static x86 binary.
- Very fast native x86 code. Processes about 50,000 lines of C++ sources in one second on Pentium 1.0 MHz computer.
- Convenient report sorted by total size of all cloned code places. Lots of report customization options available.
- Free for non-commersial use (Linux version only).
<<less
Download (0.34MB)
Added: 2007-07-13 License: Free for non-commercial use Price:
999 downloads
Rubyripper 0.4.2

Rubyripper 0.4.2


Rubyripper is a secure audio-cd ripper for linux. more>>
Rubyripper is a secure audio-cd ripper for linux.

Through multiple times ripping the same track and correcting any differences Rubyripper tries to deliver a secure rip.

<<less
Download (0.030MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
845 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5