smallville season 8 episode 18
AVI TV Episode File Resizer 1.0
AVI TV Episode File Resizer was made to fit (resize the file) multiple Xvid TV episodes (entire season) on a single DVD. more>>
That enables this script to set the video bitrate the same for every file (episode) being processed to get the desired file size. The calculation is based on the hours, mins, seconds and the desired file size you want. If you correctly enter the time you will end up with a file size VERY close to the value you entered. The episodes will likley vary about 10 secs or so. Try to average that out when you select the episode time
The new files will have the EXACT same name as the old files so the input and output cannot be in the same DIRECTORY.
The "input files" selector can select multiple files so you can encode one or many files.
If you select an entire season (about 25 episodes) of files it could take quite a few hours to complete. The progress bar updates AFTER the completion of the first file and after every file there after. The current file being processed is displayed in the bottom status bar.
Transcode single pass is used to REencode the files.
Each file will be REencoded with MP3 audio bitrate of 96 kbps. The video is REencoded with the Xvid4 codec.
I used this script to go from 230MB to 175MB with good results. That saved me almost 1.4G for the season (25 episodes) and let me get it on a single DVD to play on my stand alone player.
You should try it with a single file first to check the quality and then do a batch job.
There are other tools to do this but this one can be setup and going in less than 1 min.
It takes almost 10 hours to do an entire season (25 episodes) at an episode time of 25 min 30 sec with a target file size of 171MB (ends up being about 174.8MB)
MESSyFront 18
MESSyFront is a frontend for the MESS emulator. more>>
The secondary goal is targetting Tandy Color Computer users that run Linux (or *nix envrionments). As interest grows, other target environments may be added.
Acidblood 1.2.18
Acidblood is an open source IRC robot written for Unix. more>>
Main features:
- User database with authentication based on nick, ip and access level
- Auto-op
- User requestable operator status
- User customizable
- Undetectable, the bot only gives messages (i.e. "talks" ) to those in its user database
- Massdeop
- Kick-Bans
- Logging
- Kick requests from users in channel
- Dynamically change channels
- NO backdoors (read source code if you dont believe me)
- Runs in more than one channel at once
Enhancements:
- Bugfixes and OS X support.
EDB (Evans Debugger) 0.8.18
EDB (Evans Debugger) is a QT4 based binary mode debugger with the goal of having usability on par with OllyDbg. more>>
EDB project uses a plugin architecture, so adding new features can be done with ease. The current release is for Linux, but future releases will target more platforms.
MonetDB 4.18.0
MonetDB is an open source high-performance database system developed at CWI. more>>
MonetDB project was designed to provide high performance on complex queries against large databases, e.g. combining tables with hundreds of columns and multi-million rows.
As such, MonetDB can be used in application areas that because of performance issues are no-go areas for using traditional database technology in a real-time manner.
MonetDB has been successfully applied in high-performance applications for data mining, OLAP, GIS, XML Query, text and multimedia retrieval.
MonetDB achieves this goal using innovations at all layers of a DBMS: a storage model based on vertical fragmentation, a modern CPU-tuned vectorized query execution architecture that often gives MonetDB a more than 10-fold raw speed advantage on the same algorithm over a typical interpreter-based RDBMS.
MonetDB is one of the first database systems to focus its query optimization effort on exploiting CPU caches. MonetDB also features automatic and self-tuning indexes, run-time query optimization, a modular software architecture, etcetera.
In-depth information on the technical innovations in the design and implementation of MonetDB can be found in our digital library.
Main features:
- A fairly extensive ANSI SQL-99 language interface including:
- Primary and foreign key enforcement
- View management
- Sub-queries
- Authorization scheme
- Unicode support (UTF-8)
- Support for external functions
- A full-fledged and scalable implementation of XQuery.
- SQL and XQuery query caching to speed up data processing.
- Extensible architecture at any level of sophistication needed.
- The MonetDB engine can be embedded into your application.
- High performance, using highly tuned data structures and algorithms to exploit the power of modern hardware.
- Transaction control at various levels of granularity, which makes query dominant applications run at light speed.
- Tapping into the experiences gained in supporting XML, Multimedia, GIS, etc. applications right op top of a kernel without the overhead often encountered in SQL-based systems.
- Broad hardware spectrum ranging from StrongARM-based PDAs up to Opteron-based Servers (cf. Platforms).
- 32- and 64-bit cross-platform support for:
- Linux, Microsoft Windows, Apple MacOS X, Sun Solaris, IBM AIX, and SGI IRIX;
The Simpsons chalkboard openings 1.0
The Simpsons chalkboard openings project consists of a quote collection of Bart Simpsons chalkboard-writings. more>>
It is a collection of Bart Simpsons chalkboard-writings from the opening credits of episodes of the television show The Simpsons, packaged up for use with the fortune program.
To install these fortunes, copy the .dat file to your fortunes directory (possibly /usr/games/lib/fortunes).
To use it, simply type:
# fortune chalkboard
DODGEBALL STOPS AT THE GYM DOOR
DODGEBALL STOPS AT THE GYM DOOR
DODGEBALL STOPS AT THE GYM DOOR
DODGEBALL STOPS AT THE GYM DOOR
Bart Simpson on chalkboard in episode BABF12
episoder 0.5.3
episoder is a tool to tell you about new episodes of your favourite TV shows. It does so by parsing online TV show episode guides. more>> <<less
libgnomeprint 2.18.1
libgnomeprint is a Gnome printing library. more>>
This is an implementation of the Gnome Printing Architecture, as described in:
http://www.levien.com/gnome/print-arch.html
An updated description of gnome-print and future plans can be found in :
http://www.levien.com/gnome/print-summit-2000.htm
We have a mailing list setup:
gnome-print@gnome.org
Overview
1. Imaging
Gnome-print uses semi-standard PostScript imaging model. I.e. all
shapes are described as sequences of path commands (moveto, lineto
curveto, closepath) and images created through fill and stroke
operators.
2. Coordinates
The initial coordinate system is identical to the PostScript one,
i.e. unit is 1 typographic point and y grows upwards on the page.
Coordinate system can be modified, using concat operator.
3. Graphic state
Graphic state is manipulated through usual operators, like
setrgbcolor, setopacity, setlinewidth. There are gsave and grestore
operators that manipulate graphic state stack.
Currently the only supported colorspace is RGB, as we have yet to
figure out the patent issues involved in CMYK and other colorspaces.
4. Text
There are 2 primary text operators. The simpler one (show) accepts
UTF-8 encoded string, and outputs it as well as possible using
current font from graphic state.
The other one (glyphlist) accepts device idependently formatted
sequence of glyphs - i.e. user program should do exact layout and
languge analyzing itself. Glyphlist can include glyphs from different
fonts, use different colors and position glyphs either in
predetermined coordinates or use simple font-specific positioning
rules (glyph advances for latin-like fonts).
5. Fonts
Gnome-print uses type1 fonts for all rendering, so printed output
is always identical to onscreen preview.
Enhancements:
- Fix a crash in Gedit caused by a typo. (Jeremy Messenger, Joe Marcus Clarke)
- Fix compiler warnings (Damien Carberry, Michael Wolf)
Updated translations:
- fi (Ilkka Tuohela)
- ga (Ignacio Casal Quinteiro)
- si (Danishka Navin)
- ta (Tirumurthi Vasudevan)
- vi (Pham Thanh Long)
MeDs Movie Manager 2.5.4.1
MeDs Movie Manager is an easy-to-use and customizable movie manager. more>>
Main features:
- Unlimited size movie list
- Add, Edit, Delete database functions
- Episode functionality for series
- Quick movie filter
- Advanced search options
- List functionality
- Multi-add function (Search directories for files)
- Obtain AVI / OGM / MPEG and DVD (ifo) file info
- Automatic download of movie info from IMDb (Proxy support)
- Automatic download of episode info from tv.com (Proxy support)
- Import function (3 modes - Simple text, excel and extreme movie manager database (Tested with v4.5)
- Export to HTML (2 modes - full and simple)
- Customizable movie additional info
- Customizable database queries for statistics
- GIF, PNG and JPG cover support
- Changeable layout (Look And Feels)
XSwallow 1.0.18
XSwallow is a generic plugin for netscape 3 and netscape 4. more>>
So a mime type like vrml for which there does not exist, as of the moment, a plugin for linux netscape can be viewed inline to netscape using any ordinary vrml viewers such as vrweb/liquid reality. It also has all the abilities of mimeplugin (ftp://sunsite.unc.edu/pub/Linux/apps/www/plugins/) by Carl Shimer (harshaw@WPI.EDU) & Michael J Long (mjlong@mindspring.com) on which XSwallow is based and can be therefore be used to handle mimetypes that are handled by programs with no graphical interface, audio formats for example.
For installation follow these steps:
put xswallow.conf in ~/.netscape put xswallow.so in ~/.netscape/plugins get vrweb and liquid reality and install put dispatch-vrml-c in your path and edit it for your site it is based on (and is a graphical version of)
Lime Wire 2008 4.18.8
Download unlimited mp3s, movies, videos, music, games, applications, ebooks and more! http://lime.wire-2008.com Written in the Java programming language, LimeWire is able to run on any computer with Java Virtual Machine installed. Installers are provided for Microsoft Windows, Mac OS X, and Linux. more>>
Lime Wire 2008 - Download unlimited mp3s, movies, videos, music, games, applications, ebooks and more! http://lime.wire-2008.com
Protection Against Identity Theft
New ways to control your sensitive material.
Even Better Control Over Shared Files
Easily see and control what files you are sharing.
Built-In Browser
Browse the Web, right from LimeWire!
NO BUNDLED SOFTWARE OF ANY KIND!
No spyware. No adware. Guaranteed.
Firewall to Firewall Transfers.
Since about 60 percent of users are currently firewalled, this feature greatly increases the amount of content on the network.
Faster network connections.
Using new "UDP Host Caches", LimeWire starts up and connects faster than ever before!
Universal Plug N Play.
UPnP support allows LimeWire to find more search results and have faster downloads.
iTunes Integration.
Windows and Mac users can now take advantage of LimeWires iTunes integration.
Creative Commons Integration.
LimeWire now recognizes OGGs and MP3s licensed under a Creative Commons License.
Users can browse the network for the most recent content additions.
Search drill down results.
Searches in LimeWire now immediately display information that fully describes files.
Proxy support.
Users can now use web proxies to route their downloads to protect their identity.
Support for International searches and International groups.
Users can now search in any language, and LimeWire ensures that a user will be connected to other users with their own language to aide international users to receive search results in their native language and to find content from sources that are close to home
Enhancements:
Version 4.18.8
none
System Requirements:<<less
LeagueSite 0.8.0
LeagueSite is a PHPWebSite module that adds roster, stats, and schedule information. more>>
Ive been sitting on this one for a while because sourceforge appears to have stopped developer access to CVS from the shell server. I was just using the cvsrelease script written by Don (rizzo) to do releases, and that script requires developer (writeable) access to cvs. Add to that I am pretty much a windows only guy (boo hiss) and it put something of a spanner in the works! Anyways, thanks to Knoppix I now have a useable linux at home so I can now run the script from here.
Enhancements:
- Bug Fixes
- Fixes to html errors in the schedule list view
- Fixing bug where the umpire couldnt be set back to [TBA] after a specific umpire was selected
- Fixing bug where editing a game would default PM games to AM
- New Features
- RFE [ 1110936 ] Link to schedule - shows the Next and Previous n Games for the team on each Teams page, along with a link to the full schedules for that season.
- Adding the ability to mark games as postponed.
- Use cookies to select the default schedule and standings views for returning visitors
- Showing the Umpire on the Games blocks
- Added a This Weeks Games block
- Patch [ 1192665 ] Add Edit Link to Venue - thanks to jbalcorn for this one.
NeatUpload 1.2.18
NeatUpload allows ASP.NET developers to stream uploaded files to disk and allows users to monitor upload progress. more>>
NeatUpload works under Monos XSP/mod_mono as well as Microsofts ASP.NET implementation and features two custom controls. InputFile allows the user to select a file to upload and ProgressBar displays the upload progress either inline or in a popup.
ProgressBar even allows users without JavaScript to see upload progress.
Main features:
- Streams uploads directly to disk. This conserves server memory, allows larger uploads, and helps prevent Denial of Service attacks.
- Integrates easily with existing applications. Replace < HtmlInputFile > with < NeatUpload:InputFile > and add a < NeatUpload:ProgressBar > to your ASP.NET pages. Then use the TmpFile and FileName members of InputFile to access the uploaded file and its original name.
- Supports both inline and popup progress bars.
- Falls back to using ASP.NETs HttpPostedFile if the NeatUpload HttpModule is not present. This makes it easy to remove the HttpModule if for some reason it causes problems.
- Supports customization through styles and custom progress display pages.
- Does not require JavaScript.
- Works under Monos XSP/mod_mono and Microsofts ASP.NET.
- Removes uploaded files when an error occurs. This helps prevent disk space leakage.
- Licensed under the Lesser General Public License (LGPL), a business-friendly open source license.
Enhancements:
- This version fixes a bug where using HttpResponse.TransmitFile() could cause the entire transmitted file to be buffered in memory temporarily, and a bug where the script elements produced by NeatUploads ProgressBar control were not XHTML compliant.
- The fix for the TransmitFile() issue has the small side effect that sometimes responses larger than 1MB are not buffered.