before reviews and downloads

Search results for «before»:

Showing 1 to 10 from 10 matches

SquirrelMail 1.5.1
SquirrelMail is a standards-based Webmail package written in PHP4
GPL (GNU General Public License)
Audio::TagLib::File 1.42
Audio::TagLib::File is a file class with some useful methods for tag manipulation. This class is a basic file class with some meth
GPL (GNU General Public License)
bayonne 1.2.15
GNU Bayonne, the telecommunications application server of the GNU project, offers free, scalable, media independent software environm
GPL (GNU General Public License)
Bayonne2 2.2.1
Bayonne2, the telecommunications application server of the GNU project, offers free, scalable, media independent software environment
GPL (GNU General Public License)
Mount ISO image 0.9.1
Mount ISO Image is an advanced script which allows to perform multiple operations with ISO, NRG (Nero Burning ROM), UDF (DVD), CUE/BI
GPL (GNU General Public License)
Slash'EM 0.0.7E7F2
Slash'EM is a graphical roguelike game and variant of NetHack. From the land before 3DFX, before VGA graphics and DOOM, before the IBM PC, way back in the dark ages of Unixland, there was a game. They called it Rogue. People played it, and found it good. From this basis, Hack was born. Soon Hack became Nethack, because it was developed by many people (and has nothing to do with hacking the internet). And people played this on many machines, from Unices to Macs to PCs, due to the amazing power of Open Source Code. But the DevTeam, the reclusive masterminds of Nethack, are a rather quiet bunch, gracing the world with new versions as they see fit, and when they see fit. Which is usually a new version every good number of years. And there was much gnashing of teeth. But because of the Freely Available Source Code Phenomenon, people began making their own versions of Nethack to tide themselves between magical releases. SLASH'EM is the (continuing) saga of one such variant... This is the homepage for Warren Cheung's modification and experiment in computer engineering based on the 3.3.1 release of Nethack, combining Tom Proudfoot's SLASH and the Larry Stewart-Zerba's Wizard Patch. From these humble beginnings, a not insignificant number of further changes have been added. What's New in This Release: · A number of minor bugs in 0.0.7E7F1 have been fixed. · Monsters wearing cloaks of invisibility no longer leave invisible corpses. · Improved handling of the colour "black". · Guardian nagas now always spit blinding venom. · Monsters can get drain-life resistrance from deep dragon scale mail. · The raise zombie technique will raise dwarves as dwarf zombies. · Lightsaber engraving now works as intended. · Pets now grow up correctly.
GPL (GNU General Public License)
'Q' DVD-Author 0.1.4 Beta
'Q' DVD-Author's goal is to provide a complete DVDAuthoring solution for Linux with the emphasis of ease of use and a complete set of functionality. Here are some key features of "Q DVD dash Author": · You can generate the main menu. · You can generate Sub Menus · You can generate Buttons · You can scale, color, stretch, twist and shout each object · You can give each menu multiple sound tracks (not yet perfect though). · You can import your own layers for Highlighted and for Selected Mask and combine it with the created objects · You can generate a dvd-slideshow · You can create a full blown DVD without knowing the command line tools · You can modify every generated command before executing and generating the DVD · You can generate MovieMenus · You can generate MovieButtons · You can modify the generated xml files within the GUI · You can contribute to qdvdauthor. · That's it for now !!! What's New in This Release: · Implemented Cut / Copy / Past for MenuObjects · Convert the whole project from NTSC to PAL [ File->Convert ...] · Convert the whole propject from PAL to NTSC [ File->Convert ...] · ConvertDialog: If 'keep original Videos', then ln -s to tmp, rename fileName in sourceFileInfo, adjust buttonobjects. · Create Chooser menu. · Implement Clone Menu · Implement Convert Format on a per menu basis. · Added DialogAlign to align multiple objects. · Apply/Edit Shadows to multiple objects · The DVD does now keep the last active button when jumping to a video. · The DVD does now remember the last active button when a movie menu starts over again (after the end of the movie) · Added capability to set system register through ButtonDialog. · Add capabilities to set audio / subtitles for a button. (After advanced) · Removed "No time left" - dialog when creating a DVD. Does not need to show up at creation process to block the execution ! · Disable auto transcde when getting the thumbnail in the MovieDialog. · BUGFIX: Fixed broken autosave functionality. · BUGFIX: If button has manual modif, then preserver (dvdauthorexport.cpp) · BUGFIX: If loading from dvdauthor.xml, then every command before call or jump is to be stored in the qsPreAction variable. ( remove {}-brakets ) · BUGFIX: replace all occurences of "aofile" with "pcm:file=" for mplayer / mencoder.
GPL (GNU General Public License)
Armangil's vodcatcher 1.3.3
Armangil's vodcatcher is a video podcast (or vodcast) client for the command line. Armangil's vodcatcher project provides several download strategies (new shows only, allowed, back-catalog, etc), supports BitTorrent, offers cache management, and generates playlists for video player applications. It is written in Ruby, and runs on Linux (tested), Windows, MacOS and many other operating systems. To watch video podcasts, simply type something like vodcatcher subscriptions.opml > latest.m3u. This will download the subscribed shows into the current directory and generate an M3U playlist named latest.m3u. This application accepts one or more feeds (RSS or Atom) or subscription lists (OPML or iTunes PCAST) as argument, in the form of URLs or filenames. Alternatively, it tries to read one such document from the standard input. For help, use vodcatcher -h. Options: -F, --Function FUNCTION used function (download search ); when using the search function (which generates an OPML document), the only relevant options are -v, -r and -f (default value: download) -d, --dir DIR Query for caching files and storing application state (default value: current directory) -s, --size SIZE Size of media file cache in MB; 0 means infinite; default value is 500 -m, --memsize N Remember last N downloaded media files, and do not download them again; 0 means infinite; default value is 1000 -t, --type TYPE Playlist type (m3u smil pls asx tox xspf ) (default value: m3u) -S, --strategy S Strategy to use for downloading vodcasts (new one back_catalog all cache ): * back_catalog: download any show that has not been downloaded before; prefer the most recent shows of top-most feeds in the OPML/PCAST documents. * new: ignore vodcast back-catalogs; this is like back_catalog, except that only the most recent show of each feed is considered. * one: download one unlistened show of each feed, with a preference for recent shows * all: download all show; even already downloaded shows are downloaded once again. * cache: play shows that are already in cache (default value: new) -f, --feeds N Do not download more than N feeds (when using the download function); or return the first N relevant feeds (when using the search function); 0 means no limits (default value: 1000) -r, --retries N Try downloading files (media, RSS/Atom or or OPML/PCAST) at most N times before giving up (default value: 1) -T, --Torrentdir DIR Copy torrent files to directory DIR; handling torrents through an external BitTorrent client is left to the user; if this option is not used, torrents are handled internally (if RubyTorrent is installed), or else ignored -U, --Uploadrate N Maximum upload rate (kilobytes per second) for the internal BitTorrent client (default: no limit) -i, --itemsize N If a downloaded show is less than N MB in size (where N is an integer), fetch other shows of that same feed until this size is reached (default: 0) -p, --[no-]perfeed Create one subfolder per feed in cache -c, --[no-]cache Play already cached files, DEPRECATED (use -S cache) -e, --[no-]empty Delete all previously downloaded files -a, --[no-]asif Do not download media files (useful for testing) -v, --[no-]verbose Run verbosely --version Display current version -h, --help Show this message Usage examples: vodcatcher -d ~/vodcasts feeds.opml http://host/second.opml > latest.m3u vodcatcher -d ~/vodcasts -S cache > cache.m3u cat feeds.opml | vodcatcher -d ~/vodcasts > latest.m3u vodcatcher -vd ~/vodcasts -s 500 -m 10_000 -t asx feeds.opml > latest.asx vodcatcher -vF search -f 44 'video vlog' http://www.podfeed.net/opml/directory.opml > results.opml Requirements: · Ruby 1.8.2 or later What's New in This Release: This release includes a major new feature: search. This function generates a subscription list by querying a set of subscription lists/feeds. Here are some usage examples: · the command vodcatcher -F search "rocket tiki video" 'http://www.ipodder.org/discuss/reader$4.opml' > result.opml queries the iPodder podcast directory, and (hopefully) generates a list of video podcasts including Rocketboom and TikiBar TV, · the command vodcatcher -F search -f 22 video http://www.podfeed.net/opml/directory.opml | vodcatcher > latest.m3u queries Podfeed.net for video podcasts (22 at most), and downloads their latest shows. · The search function can safely be interrupted (through Control-C keystrokes on Linux): it still generates a valid subscription list. · This release also adds support for the XSPF playlist format, and adds the -p option for assigning a separate cache subfolder to each feed.
GPL (GNU General Public License)
Bcrypt 1.1
Bcrypt project is a lightweight blowfish file encryption utility which aims for cross-platform portability of not only the actual cod
GPL (GNU General Public License)
DigiCam 1.0
DigiCam is a command-line interface to Kodak DC21x Digital Cameras
GPL (GNU General Public License)

Related: