avi2dvd 0.3.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 148
alived 0.3.0
alived is a simple daemon and client for sending keepalive messages. more>>
alived is a simple daemon and client for sending keepalive messages. The server keeps a list of hostname to IP address, useful for when a remote DHCP client changes IP addresses.
The whole idea is to have a machine send its current IP address to a server. This is because I hate it when my machine reboots and looses its DHCP assigned addressed while Im away from it.
To run it, install the alive daemon (alived) on a server. It can be invoked with alived to run in a terminal, or alived -d to run as a daemon.
The client (alive) should be setup to start during the startup of the system. On the command line you need to pass the name of your host and the IP or hostname of the server running the daemon.
alookup is used to query a server for a specific name, returning its last known IP address and the time the server last heard from the host.
Enhancements:
- Modified alived, alive and alookup to use getopt_long() and follow the GNU standards more closely.
<<lessThe whole idea is to have a machine send its current IP address to a server. This is because I hate it when my machine reboots and looses its DHCP assigned addressed while Im away from it.
To run it, install the alive daemon (alived) on a server. It can be invoked with alived to run in a terminal, or alived -d to run as a daemon.
The client (alive) should be setup to start during the startup of the system. On the command line you need to pass the name of your host and the IP or hostname of the server running the daemon.
alookup is used to query a server for a specific name, returning its last known IP address and the time the server last heard from the host.
Enhancements:
- Modified alived, alive and alookup to use getopt_long() and follow the GNU standards more closely.
Download (0.056MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1207 downloads
ggivnc 0.3.0
ggivnc project is a VNC client using libraries from the GGI project to draw graphics and handle input. more>>
ggivnc project is a VNC client using libraries from the GGI project to draw graphics and handle input.
The reason this VNC client came about was to fill the need for a companion to the VNC target in libggi. All existing VNC code was at the time of writing and to the best of my knowledge GPL and originating from the original AT&T code base (either that, or hidden from sight). This VNC client is an implementation from scratch featuring the following encodings:
Raw, CopyRect, RRE, CoRRE, Hextile, Zlib, ZlibHex, ZRLE and LastRect.
<<lessThe reason this VNC client came about was to fill the need for a companion to the VNC target in libggi. All existing VNC code was at the time of writing and to the best of my knowledge GPL and originating from the original AT&T code base (either that, or hidden from sight). This VNC client is an implementation from scratch featuring the following encodings:
Raw, CopyRect, RRE, CoRRE, Hextile, Zlib, ZlibHex, ZRLE and LastRect.
Download (0.36MB)
Added: 2007-04-03 License: MIT/X Consortium License Price:
935 downloads
JDJ 0.3.0
JDJ is the music player for friends DJs. more>>
JDJ is the music player for friends DJs.
No button that makes your screen sounds like a Xmas tree. Just what is useful for friends DJs ! Its a music player specially designed for you, very simple to use, but with powerful features... free and soon open-source !
Main features:
- multi-sound cards support. 2 players with auto-mix between songs,1 pre-listen player
- indexing of thousands of songs in a single efficient database (mp3 supported in the first version. Others will be supported later : ogg, wav, ..)
- direct search / selection over all songs in the database. Management of song categories
- playlist offering the possibility to manage songs by groups. Open / save m3u and m3u8 playlists keeping groups definitions
Usage:
- unzip it somewhere on your disk. If you would like to boot from a Live CD, think to put JDJ on an USB memory stick to enable it to manage and store its database
- think to turn the sound card volume ON (it was OFF by default on my Knoppix configuration<<less
No button that makes your screen sounds like a Xmas tree. Just what is useful for friends DJs ! Its a music player specially designed for you, very simple to use, but with powerful features... free and soon open-source !
Main features:
- multi-sound cards support. 2 players with auto-mix between songs,1 pre-listen player
- indexing of thousands of songs in a single efficient database (mp3 supported in the first version. Others will be supported later : ogg, wav, ..)
- direct search / selection over all songs in the database. Management of song categories
- playlist offering the possibility to manage songs by groups. Open / save m3u and m3u8 playlists keeping groups definitions
Usage:
- unzip it somewhere on your disk. If you would like to boot from a Live CD, think to put JDJ on an USB memory stick to enable it to manage and store its database
- think to turn the sound card volume ON (it was OFF by default on my Knoppix configuration<<less
Download (35.0MB)
Added: 2007-07-21 License: Free for non-commercial use Price:
850 downloads
Libvirt 0.3.0
Libvirt is a C toolkit to interract with the virtualization capabilities of recent versions of Linux (and other OSes). more>>
Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes). It is free software available under the GNU Lesser General Public License.
Virtualization of the Linux Operating System means the ability to run multiple instances of Operating Systems concurently on a single hardware system where the basic resources are driven by a Linux instance.
Libvirt aim at providing long term stable C API initially for the Xen paravirtualization but should be able to integrate other virtualization mechanisms if needed.
Enhancements:
- Support for secure remote access to nodes was added.
- Many bugfixes and documentation improvements were made.
<<lessVirtualization of the Linux Operating System means the ability to run multiple instances of Operating Systems concurently on a single hardware system where the basic resources are driven by a Linux instance.
Libvirt aim at providing long term stable C API initially for the Xen paravirtualization but should be able to integrate other virtualization mechanisms if needed.
Enhancements:
- Support for secure remote access to nodes was added.
- Many bugfixes and documentation improvements were made.
Download (1.6MB)
Added: 2007-07-11 License: LGPL (GNU Lesser General Public License) Price:
844 downloads
saydate 0.3.0
saydate is a Linux shell program that talks the date and system uptime. more>>
saydate is a Linux shell program that talks the date and system uptime. saydate was adapted from saytime.sh (shell version of saytime, by david@eng.sun). Sound recording is not necessary for running saydate but it is useful if you want to record your own voice in place of mine.
Check to see if your system supports sounds through soundcard by running the folowing code snippet:
# record 4 seconds of audio from microphone
dd bs=8k count=4 sample.au
# play back sound
cat sample.au >/dev/audio
To install saydate just do the following three steps:
1.) Unpack the archive by typing tar xzvf saydate*
2.) Type cd saydate* to change into the saydate directory. Check the Makefile in the saydate directory for the correct paths to your manpage-directory (either /usr/man/man1, or /usr/share/man/man1) and doc-directory (either /usr/doc or /usr/share/doc), and uncomment the correct entries.
3.) Become root by typing su and the root-password.
Then type make install to install saydate (you must be in the saydate directory for this!).
<<lessCheck to see if your system supports sounds through soundcard by running the folowing code snippet:
# record 4 seconds of audio from microphone
dd bs=8k count=4 sample.au
# play back sound
cat sample.au >/dev/audio
To install saydate just do the following three steps:
1.) Unpack the archive by typing tar xzvf saydate*
2.) Type cd saydate* to change into the saydate directory. Check the Makefile in the saydate directory for the correct paths to your manpage-directory (either /usr/man/man1, or /usr/share/man/man1) and doc-directory (either /usr/doc or /usr/share/doc), and uncomment the correct entries.
3.) Become root by typing su and the root-password.
Then type make install to install saydate (you must be in the saydate directory for this!).
Download (0.13MB)
Added: 2006-08-04 License: GPL (GNU General Public License) Price:
1176 downloads
Anthill 0.3.0
Anthill is bug tracking system written in PHP. more>>
Anthill is a PHP-based bug tracking system. It is no longer in active development. Because it is released under the GPL license, you may download and modify the code to your hearts content.
Anthill will not be developed by myself anytime in the near future. As a result, the demo and bug reporting facilities have been shut down and all that is available is for you to download the code. As well, the mailing lists have been shut down as well.
Because Anthill is no longer in active development, there will be no further releases, neither bugfix nor (if it were warranted) security fixes. For that reason, unless you intend to develop Anthill on your own and/or have some skills in PHP code, you may wish to find an alternative tracker.
<<lessAnthill will not be developed by myself anytime in the near future. As a result, the demo and bug reporting facilities have been shut down and all that is available is for you to download the code. As well, the mailing lists have been shut down as well.
Because Anthill is no longer in active development, there will be no further releases, neither bugfix nor (if it were warranted) security fixes. For that reason, unless you intend to develop Anthill on your own and/or have some skills in PHP code, you may wish to find an alternative tracker.
Download (0.54MB)
Added: 2005-04-22 License: GPL (GNU General Public License) Price:
1645 downloads
RBrainz 0.3.0
RBrainz is a Ruby client library to query the MusicBrainz database using the MusicBrainz XML web service. more>>
RBrainz is a Ruby client library to query the MusicBrainz database using the MusicBrainz XML web service.
RBrainz follows the design of the MusicBrainz client library reference implementation and supports the MusicBrainz XML Metadata Schema Version 1.2.
Usage:
A simple example on how to use RBrainz is shown below. For more detailed instructions see the API documentation.
require rbrainz
include MusicBrainz
# With the ArtistInclude object we can control what
# kind of information the MusicBrainz server will
# include in its answer.
artist_includes = Webservice::ArtistIncludes.new(
:aliases => true,
:releases => [Album, Official],
:artist_rels => true,
:release_rels => true,
:track_rels => true,
:label_rels => true,
:url_rels => true
)
# Query the webservice for the artist with a given ID.
# The result will contain all the information
# specified in artist_includes.
query = Webservice::Query.new
id = c0b2500e-0cef-4130-869d-732b23ed9df5
artist = query.get_artist_by_id(id, artist_includes)
# Display the fetched artist data together with
# all release titles.
print<<less
RBrainz follows the design of the MusicBrainz client library reference implementation and supports the MusicBrainz XML Metadata Schema Version 1.2.
Usage:
A simple example on how to use RBrainz is shown below. For more detailed instructions see the API documentation.
require rbrainz
include MusicBrainz
# With the ArtistInclude object we can control what
# kind of information the MusicBrainz server will
# include in its answer.
artist_includes = Webservice::ArtistIncludes.new(
:aliases => true,
:releases => [Album, Official],
:artist_rels => true,
:release_rels => true,
:track_rels => true,
:label_rels => true,
:url_rels => true
)
# Query the webservice for the artist with a given ID.
# The result will contain all the information
# specified in artist_includes.
query = Webservice::Query.new
id = c0b2500e-0cef-4130-869d-732b23ed9df5
artist = query.get_artist_by_id(id, artist_includes)
# Display the fetched artist data together with
# all release titles.
print<<less
Download (0.070MB)
Added: 2007-08-13 License: BSD License Price:
803 downloads
Vaniglia 0.3.0
Vaniglia is a Java library composed of a number of lightweight, very specific, and performance oriented java components. more>>
Vaniglia is a Java library composed of a number of lightweight, very specific, and performance oriented java components.
Components in the current release:
- Command Protocol
- Crypto
- Extensions Framework
- RollingFileDailyFolderAppender for Log4J (courtesy of Patrizio Munzi)
- Parser
- Performance Monitor
- Polling
- Objects Pool
- Socket Communication Framework
- State Machine
- Template Engine
- Text Table
- Time Utilities
<<lessComponents in the current release:
- Command Protocol
- Crypto
- Extensions Framework
- RollingFileDailyFolderAppender for Log4J (courtesy of Patrizio Munzi)
- Parser
- Performance Monitor
- Polling
- Objects Pool
- Socket Communication Framework
- State Machine
- Template Engine
- Text Table
- Time Utilities
Download (0.68MB)
Added: 2007-07-23 License: LGPL (GNU Lesser General Public License) Price:
823 downloads
PyBridge 0.3.0
PyBridge is a free online bridge game. more>>
PyBridge is a free online bridge game.
PyBridge is software which lets you play the card game of (contract) bridge, with human players, over the Internet or a local network.
Main features:
- Complete bridge game logic: support for bidding, trick playing and duplicate scoring.
- A PyGTK graphical front-end - see the screenshots!
- A standalone server, capable of managing an arbitary number of tables and games.
<<lessPyBridge is software which lets you play the card game of (contract) bridge, with human players, over the Internet or a local network.
Main features:
- Complete bridge game logic: support for bidding, trick playing and duplicate scoring.
- A PyGTK graphical front-end - see the screenshots!
- A standalone server, capable of managing an arbitary number of tables and games.
Download (0.12MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
851 downloads
Band Saw 0.3.0
Band Saw is a syslog monitoring program for the GNOME desktop. more>>
Band Saw is a syslog monitoring program for the GNOME desktop. Band Saw project allows the user to setup filters that define which messages should generate alerts.
Combined with syslogs remote logging functionality it provides a scalable and easily deployed monitoring solution.
How does it work?
Band Saw is really quite simple; it monitors messages that are fed to it from a suitably configured syslog server, looking out for messages that contain text that the administrator is interested in. Any log message that matches the administrators filters will be brought to the users attention via a dialog box that pops up on screen.
Because syslog itself supports propagating messages between seperate computers, with syslog and Band Saw you can easily monitor a large number of computers for critical errors.
<<lessCombined with syslogs remote logging functionality it provides a scalable and easily deployed monitoring solution.
How does it work?
Band Saw is really quite simple; it monitors messages that are fed to it from a suitably configured syslog server, looking out for messages that contain text that the administrator is interested in. Any log message that matches the administrators filters will be brought to the users attention via a dialog box that pops up on screen.
Because syslog itself supports propagating messages between seperate computers, with syslog and Band Saw you can easily monitor a large number of computers for critical errors.
Download (0.18MB)
Added: 2006-03-09 License: GPL (GNU General Public License) Price:
1325 downloads
ECalc 0.3.0
ECalc is a calculator plug-in for Eclipse that provides the ability to evaluate mathematical expressions. more>>
ECalc application is a calculator plug-in for Eclipse that provides the ability to evaluate mathematical expressions.
To install, just put the jar from the zip-files in your plugin-directory and restart eclipse. To uninstall, remove the jar-file and the directory .metadata/.plugin/se.fnord.ecalc from your workspace directory/directories.
Main features:
- Command-history.
- Functions (sin, cos, tan, asin, acos, atan, min, max, hypot, random, round, ceil, floor).
- Ability to switch between radians and degrees.
- The basic operators (+, -, *, /, % (modulus), ^ (power)).
- Bitwise operators (>>,<<less
To install, just put the jar from the zip-files in your plugin-directory and restart eclipse. To uninstall, remove the jar-file and the directory .metadata/.plugin/se.fnord.ecalc from your workspace directory/directories.
Main features:
- Command-history.
- Functions (sin, cos, tan, asin, acos, atan, min, max, hypot, random, round, ceil, floor).
- Ability to switch between radians and degrees.
- The basic operators (+, -, *, /, % (modulus), ^ (power)).
- Bitwise operators (>>,<<less
Download (0.064MB)
Added: 2006-06-04 License: MIT/X Consortium License Price:
1279 downloads
shrip 0.3.0
shrip is an application for ripping and encoding DVDs into AVI, OGM, MKV, or MP4 files. more>>
shrip is an application for ripping and encoding DVDs into AVI, OGM, MKV, or MP4 files. shrip relies on OGMRip to perform its tasks.
It also supports a wide variety of codecs such as MPEG4, XviD, Theora, and H.264 for video, Vorbis, MP3, AAC, AC3, DTS, and WAV for audio, and VobSub and Srt for subtitles.
Enhancements:
- This release adds full support for the latest stable OGMRip (0.10.3) and is compatible with OGMRip from subversion.
- It also contains a few bugfixes.
<<lessIt also supports a wide variety of codecs such as MPEG4, XviD, Theora, and H.264 for video, Vorbis, MP3, AAC, AC3, DTS, and WAV for audio, and VobSub and Srt for subtitles.
Enhancements:
- This release adds full support for the latest stable OGMRip (0.10.3) and is compatible with OGMRip from subversion.
- It also contains a few bugfixes.
Download (0.36MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
929 downloads
Encod 0.3.0
Encod is a program that allows one to extract tracks from audio CDs and encode them into an audio format like Ogg Vorbis. more>>
Encod is a program that allows one to extract tracks from audio CDs and encode them into an audio format like Ogg Vorbis. If you have Encod making part of another package, read the documentation in the top level source directory first to see if you need to compile Encod seperately.
Encod ! is distributed under the GNU Library General Public License, included in this package under the top level source directory in the file LICENSE.
Enhancements:
- Switch Encod methods for cd access and cddb by code for a CDPlayer use and Cddb use
<<lessEncod ! is distributed under the GNU Library General Public License, included in this package under the top level source directory in the file LICENSE.
Enhancements:
- Switch Encod methods for cd access and cddb by code for a CDPlayer use and Cddb use
Download (0.12MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1191 downloads
Me TV 0.3.0
Me TV is a digital television viewer for GNOME. more>>
Me TV is a digital television viewer for GNOME.
The software was developed for the modern digital lounge room with a PC for a media centre that is capable of normal PC tasks (web surfing, word processing and watching TV). It is not designed to be a full-blown media centre such as MythTV but will integrate well with the existing GNOME desktop. If you think that a remote is something that belongs in a museum then Me TV is probably for you.
It currently supports only DVB-T but Im willing to add support for other DVB types because it seems straight forward. It just needs to be tested.
Main features:
- Completely mouse driven
- Current and future program information
- Instant Record
- Double-click fullscreen
- DVB-T and DVB-C support
- Very simple installation and set up
<<lessThe software was developed for the modern digital lounge room with a PC for a media centre that is capable of normal PC tasks (web surfing, word processing and watching TV). It is not designed to be a full-blown media centre such as MythTV but will integrate well with the existing GNOME desktop. If you think that a remote is something that belongs in a museum then Me TV is probably for you.
It currently supports only DVB-T but Im willing to add support for other DVB types because it seems straight forward. It just needs to be tested.
Main features:
- Completely mouse driven
- Current and future program information
- Instant Record
- Double-click fullscreen
- DVB-T and DVB-C support
- Very simple installation and set up
Download (0.10MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
512 downloads
magpy 0.3.0
Magpy is a Python wrapper for the mg search engine. more>>
Magpy is a Python wrapper for the mg search engine.
magpy module features fast full text sarch, indexing and boolean queries.
Both mg and magpy are released under the GPL (General Public License).
Installation:
To install magpy from source, extract the archive magpy-*.tar.gz, and run the following commands:
./configure
python setup.py build
python setup.py install
Usage:
The following script demonstrates a simple search frontend:
#!/usr/bin/python
import mgindexer
import mgquery
import sys
store = mgquery.MGSearchStore("/tmp/data","alice")
while 1:
query = sys.stdin.readline()
q = store.newQuery(query)
print "Searching for",query,"(words",q.words(),")"
for docnum,ranking in q.execute():
print "Document",docnum,"matches (Ranking",ranking,")"
Before this works, you first have to create search store at (here) the location
"/tmp/data", with the name "alice".
The following script creates such a store from a raw text file, which it splits into individual documents by splitting it into paragraphs.
#!/usr/bin/python
import mgindexer
fi = open("alice13a.txt", "rb")
fo = open("alice13a.splitted.txt", "wb")
for line in fi.readlines():
# split the file on the paragraph boundaries
if line.strip() == "":
fo.write(mgindexer.SEPARATOR)
else:
fo.write(line)
fo.close()
fi.close()
mgindexer.makeindex("alice13a.splitted.txt", "/tmp/data/", "alice")
If you have many individual documents you would like to run a search on, the following script is probably closer to what you need (notice it creates a new collection of the name "files", so you have to substitute "alice" by "files" in the example query script above):
#!/usr/bin/python
import mgindexer
import os
PATH = "files/"
fo = open("searchdata.txt", "wb")
for file in os.listdir(PATH):
if os.path.isfile(PATH + file):
# copy file
fi = open(PATH + file, "rb")
for line in fi.readlines():
fo.write(line)
# write document boundary
fo.write(mgindexer.SEPARATOR)
fo.close()
mgindexer.makeindex("searchdata.txt", "/tmp/data", "files")
Enhancements:
- This release adds support for wildcard search (truncation).
- Document types that have delimiters different from whitespace are now supported.
<<lessmagpy module features fast full text sarch, indexing and boolean queries.
Both mg and magpy are released under the GPL (General Public License).
Installation:
To install magpy from source, extract the archive magpy-*.tar.gz, and run the following commands:
./configure
python setup.py build
python setup.py install
Usage:
The following script demonstrates a simple search frontend:
#!/usr/bin/python
import mgindexer
import mgquery
import sys
store = mgquery.MGSearchStore("/tmp/data","alice")
while 1:
query = sys.stdin.readline()
q = store.newQuery(query)
print "Searching for",query,"(words",q.words(),")"
for docnum,ranking in q.execute():
print "Document",docnum,"matches (Ranking",ranking,")"
Before this works, you first have to create search store at (here) the location
"/tmp/data", with the name "alice".
The following script creates such a store from a raw text file, which it splits into individual documents by splitting it into paragraphs.
#!/usr/bin/python
import mgindexer
fi = open("alice13a.txt", "rb")
fo = open("alice13a.splitted.txt", "wb")
for line in fi.readlines():
# split the file on the paragraph boundaries
if line.strip() == "":
fo.write(mgindexer.SEPARATOR)
else:
fo.write(line)
fo.close()
fi.close()
mgindexer.makeindex("alice13a.splitted.txt", "/tmp/data/", "alice")
If you have many individual documents you would like to run a search on, the following script is probably closer to what you need (notice it creates a new collection of the name "files", so you have to substitute "alice" by "files" in the example query script above):
#!/usr/bin/python
import mgindexer
import os
PATH = "files/"
fo = open("searchdata.txt", "wb")
for file in os.listdir(PATH):
if os.path.isfile(PATH + file):
# copy file
fi = open(PATH + file, "rb")
for line in fi.readlines():
fo.write(line)
# write document boundary
fo.write(mgindexer.SEPARATOR)
fo.close()
mgindexer.makeindex("searchdata.txt", "/tmp/data", "files")
Enhancements:
- This release adds support for wildcard search (truncation).
- Document types that have delimiters different from whitespace are now supported.
Download (0.32MB)
Added: 2006-03-01 License: GPL (GNU General Public License) Price:
1332 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 avi2dvd 0.3.0 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
Contact Us | Submit Software | Advertise with us | Terms and Conditions | Privacy Policy | Publisher List | Browse Categories | Blog | Discussion Board
Copyright (c)2005-2009 WareSeeker.com. All rights reserved.
Copyright (c)2005-2009 WareSeeker.com. All rights reserved.