release this reviews and downloads

Search results for «release this»:

Showing 1 to 10 from 10 matches

YaFM 1.0.5
YaFM is a web-based file manager written in PHP and licensed under the GPL. It allows you to upload, download, view, edit, copy, m
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)
Stani's Python Editor 0.8.3.c
Stani's Python Editor is a python IDE with auto-indentation, auto completion, call tips, syntax coloring, syntax highlighting, uml viewer, class explorer, source index, auto todo list, sticky notes, integrated pycrust shell, python file browser, recent file browser, drag&drop, context help, ... Special is its blender support with a blender 3d object browser and its ability to run interactively inside blender. Spe ships with wxGlade (gui designer), PyChecker (source code doctor) and Kiki (regular expression console). Spe is extensible with wxGlade. Here are some key features of "Stanis Python Editor": · Intellisense & autocompletion · Call tips · Syntax coloring · Sidebar with class explorer, index & todo · Drag & drop · Tab Controls · Uml Diagrams Requirements: · full python 2.3+ · wxpython 2.6+ · optional blender 2.35 What's New in This Release: · This is a maintenance release with mostly bugfixes and some feature updates. · If you are using wxPython 2.7, you'll need to upgrade to this release.
Public Domain
BundleMan 1.1.0
BundleMan try to manage releasing of application build on versioned products under subversion. An application is a products suite
GPL (GNU General Public License)
DungeonMaker-Lib 2.03
DungeonMaker-Lib is a fork of the project DungeonMaker, which has been abandoned
GPL (GNU General Public License)
BlinkenSisters Jump'n'Run 0.4
Blinkensisters is a Parallax-style 2D scrolling gaming system for Linux, Mac OS X, Windows, and POSIX-compatible Unix systems (every platform that can run SDL). You can make your own levels with a simple text editor. Installation: (Now) the game does not have a GNU autoconf/automake based build system, but compiling the source should be easy: tar xvzf blinkensisters-VERSION.tar.gz cd blinkensisters-VERSION make make install That will compile and install "blinkensisters" in /usr/local/bin and the necessary data-files in /usr/local/share/blinkensisters. You will (usually) need root-permissions, if you want to install to /usr/local/... If you do not have root-permissions (or prefer another path for whatever reason), you can define a PREFIX Variable, e.g. make PREFIX=$HOME make install PREFIX=$HOME will install blinkensisters inside your homedirectory ($HOME/bin/blinkensisters). You may need to edit the Makefile (e.g. if you compile on Unix-platform, where the GNU tools are not the standard-tools (I recommend using the GNU commands for building) or if you have problems, if you are compiling on a 64Bit system) You will need the following Libraries/(Packages for your distribution): - A C++ compiler - GNU Make - libSDL (+ development packages (Headers, ...)) - libSDL_mixer (+ development packages) - libSDL_image (+ development packages) - xutils (Debian), xorg-x11-devel (Suse), x11-devel, xfree86-devel, ... We tested and successfully build it on the following Unices: - Suse Linux (9.2, 9.3), - Debian GNU/Linux 3.1 - Solaris 8, - SGI IRIX - the Cygwin environment in Windows Requirements: · SDL What's New in This Release: · This is a feature release with many new features: movie playback support, enhanced scripting, downloadable add-ons, better collision detection, faster rendering, and improved portability. · The project now compiles on all supported platforms with free development tools.
GPL (GNU General Public License)
Devil's Pie 0.16
Devil's Pie is a window-matching utility. Devil's Pie is inspired by Sawfish's "Matched Windows" option and the lack of the functionality in Metacity. Metacity lacking window matching is not a bad thing -- Metacity is a lean window manager, and window matching does not have to be a window manager task. Devil's Pie can be configured to detect windows as they are created, and match the window to a set of rules. If the window matches the rules, it can perform a series of actions on that window. For example, I can make all windows created by X-Chat appear on all workspaces, and the main Gkrellm1 window does not appear in the pager or task list. What's New in This Release: · This release has been totally rewritten.
GPL (GNU General Public License)
Erik's Partial Archive Collator 0.4
Erik's Partial Archive Collator takes a directory as an argument, then walks through it looking for duplicate and partially duplicate files. If Erik's Partial Archive Collator finds exact duplicates, it deletes one and creates a hard link to the other, minimizing disk usage. If it finds a pair of files where the larger file contains the entire contents of the smaller file, it will prompts to combine them and create a hard link. WARNING: This software has not been as well tested as it should be, and does a lot of linking and unlinking. It's also abusive on ram. It may screw up your archive, or even OOM your machine. Use with caution, on a copy of your archive if possible. What's New in This Release: · This release re-organizes the source (now a src/ directory), a new -w flag to set the progress bar width, support for OS X 10.3 and 10.4, and various minor bugfixes.
GPL (GNU General Public License)
Kamyran's Eye 1.3
Save your home town from three mighty wizards and their insatiable greed sparked by the discovery of an ancient ruin. Kamyran's Eye is a fantasy-themed "roguelike" role-playing game for Nokia Series60 cellphones and PCs. With each game, explore a world which is never quite the same - filled with inhabitants both friendly and hostile. Defend cities and villages, conquer wizard towers and raid dens. A plethora of items, weapons and spells allow for a wide array of tactics to reach one of the multiple endings. Requirements: · Java 1.5 What's New in This Release: · This release adds a higher-resolution PC frontend (800x600), user interface cleanups, and higher-resolution artwork.
GPL (GNU General Public License)
p2pshaper 1.4.2
p2pshaper is a Linux QoS script to ensure good latency and fairness on a slow network connection overloaded by p2p applications
GPL (GNU General Public License)

Related: