avery
Avery Island Screensaver 1.0
Avery Island Screensaver is created as a special and impressive screensaver. more>>
Avery Island Screensaver 1.0 is created as a special and impressive screensaver. Now you can visit the real Avery Island, LA (140 miles west of New Orleans) by downloading new, free screensaver featuring beautiful photographs of the home of Tabasco brand Pepper Sauce.
You'll feel as if you're wandering through the southern Louisiana countryside, soaking up the natural sights and pristine beauty of the island's exotic plants, animals, swamps, and marshes. You'll even see Avery Island's famed Jungle Gardens and Bird City, which every year host visitors from all over the world.
Avery 8196 Template for MSPublisher97 1.00
Microsoft Publisher97 template for Avery 8196 3.5 diskette labels. Clearly marks margins, disk flap, and the front part of the diskette. more>>
Avery Zweckform Assistent 2.5.0
Avery Zweckform Assistent 2.5 for MS Office.avery design pro vista more>>
Avery Zweckform Assistent 2.5.0 is a powerful tool for MS Office.
<<less
Avery Wizard for Microsoft Word 2000 2.11
Get templates for Avery laser and inkjet products. more>>
Avery Wizard for Microsoft Word 2000 2.11 provides users with a professional plug-in to Microsoft Word 2000 and provides templates for hundreds of Avery laser and inkjet products. Use the Avery Wizard to print mailing labels, shipping labels, tab titles, Ready Index table of contents sheets, diskette labels, name badges, name tags, business cards, tent cards
Avery Wizard for Microsoft Word 2002 2.1
Get templates for Avery laser and inkjet products. more>> <<less
Avery Wizard for Microsoft Office Word 2003 2.1
Get templates for Avery laser and inkjet products. more>> <<less

Reverse SSN Verificator 1.0
Verify any social security number , social security number background search more>> Verify social security numbers here . Confidential and anonymous searches . Verify unlimited SSNs online for immediate results. The program includes also public background check by Social Security Number - detect every detail about avery person in US<<less
AviSynth 2.5.8 RC4 / 2.5.7
A very powerful tool for video post-production more>> A very powerful tool for video post-production
AviSynth was designed to be a very very powerful tool for video post-production. It provides almost unlimited ways of editing and processing videos. AviSynth works as a frameserver, providing instant and very fast editing without the need for temporary files.
AviSynth itself does not provide a graphical user interface (GUI) but instead relies on a script system that allows advanced non-linear editing. While this may at first seem tedious and unintuitive, it is remarkably powerful and is a very good way to manage projects in a precise, consistent, and reproducible manner.
Because text-based scripts are human readable, projects are inherently self-documenting. The scripting language is simple yet powerful, and complex filters can be created from basic operations to develop a sophisticated palette of useful and unique effects.
Enhancements:
- Additions:
- Added Polish doc translation (by Slim, Krismen & Co).
- Added Japanese translation (by niiyan).
- Installer standalone option for putting avisynth.dll, etc into install directory and NOT updating registry.
- Blankclip added audio channels= and sample_type= arguments.
- ConvertAudio(cii) available to plugins via env->Invoke().
- Added font aspect, rotation and alpha to text routines.
- Added /xxx */ block comments.
- Added [[xxx *] *] nestable block comments.
- SetMemoryMax(0) to just return current Memory Max value.
- Added planar YV12 color format to Compare() [Fizick].
- ColorKeyMask: Allow independant tolerance levels for each channel.
- Added Tweak Hue/Saturation range limiting.
- Added AudioLevels and Color2 modes to Histogram.
- Adding global OPT_UseWaveExtensible=True to your script enables WAVE_FORMAT_EXTENSIBLE audio output.
- Added ShowTime() script verb, like ShowSMPTE() but with milliseconds.
- Added BlackmanResize() and Spline64Resize().
- Modified DeleteFrame()/DuplicateFrame() to process multiple arguments.
- Added Min()/Max() script functions.
- Bugfixes:
- Fixed AviSource() decoding to RGB24 logic regression.
- Added workaround for HuffYUV, Xvid reading past end of input buffer.
- Fixed current_frame value in nested runtime script invocations. (Gavino)
- Fixed Dissolve overlap arg range checking. (gzarkadas)
- Fixed OpenDMLSource() multithreading race problem. (QuaddiMM)
- Fixed unsaved variableName string in ConditionalReader.
- Fixed Parser FunctionTable::TypeMatch() missing compulsory arguments. Dissolve bug (Various).
- Fixed DirectShowSource() QueryId() use CoTaskMemAlloc for returned value (Dean Pavlekovic).
- Fixed DirectShowSource() use GraphBuilder object for media control (Avery Lee).
- Fixed DirectShowSource() remove PulseEvent calls (Avery Lee).
- Fixed DirectShowSource() QueryAccept() modifying VideoInfo in running script (Haali).
- Fixed Blankclip clip= argument parsing.
- Fixed trashed GPF report, i.e reading 0x0 at 0x0 exception reporting.
- Fixed and refactored Overlay RGBYUV conversion routines.
- Fixed ImageReader incompletely inited videoInfo.
- Fixed Layer RGB32 100% alpha implementation, use level=257 (new default).
- Fixed avisynth_c.h avs_is_parity_known().
- Fixed C ConvertAudio::Saturate_int32() rounding.
- Fixed WriteFile(), Now remembers absolute path to file.
- Fixed Info() frame pitch, reports pitch of input frame.
- Fixed Invert() right edge memory overrun/corruption.
- Fixed Histogram() Classic mode pixel values exceeding YUV limits.
- Fixed Histogram() chroma plane initialization to 128.
- Fixed Conditional reader/writer illegally saving IScriptEnvironment pointer.
- Fixed YV12 Blur()/Sharpen() right edge pixel corruption with non-writable input frames.
- Fixed MMX Blur()/Sharpen() code to full 8 bit precision.
- Fixed IsAudioFloat()/IsAudioInt() script functions.
- Fixed Cache memory oversubscription of SetMemoryMax() limit.
- Optimizations:
- DirectShowSource() FPS detection as last attempt tries getting the duration of 1st frame.
- DirectShowSource() convertfps=true rely only on sample start time.
- Refactor horizontal planar resizer, no width restrictions or 2 byte overwrite.
- Provide a simple and fast text writing primatives, see info.h
- Make audio cache actually functional.
- Tweak() speed improvements.
- Subtract() speed improvements.
- Tuneup Overlay() ISSE Convert444ChromaToYV12 and also provide MMX version.
- PokeCache internal interface implemented.
- Cache and Memory management enhancements.
- Changes:
- Test VFB data buffer for NULL mallocs, if so then Throw!
- Initial Memory Max value clamped to 1GB.
- Installer Start menu shortcut names translated.
- Test for UTF-8 and Unicode BOM prefixes and issue a useful warning.
- Removed useless current_sample from runtime script environment.
- Added critical section to CAVIFileSynth class.
- Enable Installer multi language support [Need volunteers to do translations].
- FunctionTable::Lookup() now considers named arguments in making its selection.
- ImageWriter supports negative values as -count for End argument.
- ChanegFPS() use floor instead of round in source frame number calculation.
- Update usage of correct (updated) Rec.709 coefficients.
- Add TCPDeliver.map and DirectShowSource.map to releases.
- Convert to Dynamic Assembled rgb to yuy2 code.
- Avisynth_c.h boolean functions return 1 for true instead of arbitrary non-zero.
- Internal RGB2YUV() now copies Alpha top byte through.
- CoUninitialize() done immediately for S_FALSE CoInitialize() returns, i.e we do not hold a COM use count.
- Pfc, Softwire and SoundTouch updated and added as dependency projects.
- UPX updated to version 2.03 (2006-11-07).
- Default Memory Max value increased to half minus 64Mb when over 256MB free.
- AVISource/WavSource map WAVEFORMATEXTENSIBLE back to equivalent WAVEFORMATEX.
- DirectShowSource() now recognises incorrect AM_MEDIA_TYPE subtype for WAVE_FORMAT_EXTENSIBLE audio and corrects the data and accepts it.
- DirectShowSource() now attempts to use partial graph from failing RenderFile call.
- DirectShowSource() now detects and handles non 32 bit aligned picture lines from dud codecs.
- Crop(align=true) tests actual alignment in each GetFrame call.
- Relax YV12 resizer width restriction, now mod 2 was mod 4.
- .AVSI failures during env->CreateScriptEnvironment() are now available to the GetError() interface.
- SetCacheHints(CACHE_RANGE, n) will now surrender frames to satisfy SetMemoryMax().
- CoInitialize()/CoUninitialize() now done as part of ScriptEnvironment creation/deletion.
- Much code from 2.6 base included. Typically IsYV12() changed to IsPlanar().
ClumsyFingers 1.4
Firefox extension that disables your browsers URL-completing shortcuts so that you dont tipe any of them accidentally more>> Firefox extension that disables your browsers URL-completing shortcuts so that you dont tipe any of them accidentally
ClumsyFingers will disable URL-completing shortcuts.
Do you have Smart Keywords set up in Firefox for easy searching? Are you tired of accidentally hitting Shift Enter and turning your Smart Keyword into a stupid URL? ClumsyFingers disables the URL bar shortcuts, so that youll always go where you want to go!
ClumsyFingers will disable URL-completing shortcuts.
System requirements:
-

VirtualDub 1.9.7 Build 32661
VirtualDub is designed as a professional video capture/processing utility for 32-bit and 64-bit Windows platforms (98/ME/NT4/2000/XP/Vista/7), licensed under the GNU General Public License (GPL). more>> <<less
License:GPL
LabelTasks Go 1.1
Free Shelf Label Printing software for retailers. Ideal for low volume label printing, suitable for 3up and 2up label sheets and avery adhesive labels, as well as printing, half A4 and full more>>
LabelTasks Go 1.1 is a useful utility which is ideal for low volume label printing, suitable for 3up and 2up label sheets and avery adhesive labels, as well as printing, half A4 and full page A4 offer banners.
A shelf labels printing work around for retailers who have no stock record on file and need to get started with SEL printing as soon as possible. Prints product description, price and barcode.
Requires standard desktop printer to run. Label information entered into this software can be saved and used re-used in LabelTasks Go or LabelTasks 2.0. Works in all currencies including USD, British Pound, and Euro.
Requirements:
- Windows 98, 32 MB RAM, Internet Explorer 5.01 (Windows XP, 256 MB RAM & .net framework 1.0 recommended)
- Inkjet printer (Laser printer recommended)
OOoBlankLabels 1.0
Blank ODF label templates for Openoffice.org Writer. more>> Blank ODF label templates for Openoffice.org Writer.
OOoBlankLabels is a useful extension for OpenOffice.org that provides you with various useful ODF label templates.
Over 50 US letter size templates including CD, DVD, mailing, address, Avery cross reference numbers, round label templates and many other types. Setup time is very quick. Designing and printing labels from these templates is easy.
System requirements:
- OpenOffice.org
VirtualDubMod 1.7.2.27700
VirtualDubMod is an unification of several popular modifications of the famous video editing software VirtualDub by Avery Lee. more>>
VirtualDubMod is an unification of several popular modifications
of the famous video editing software VirtualDub by Avery Lee.
VirtualDubMod is finally based on the VirtualDub series, includes MPEG2 and AC3 support, MP3 and AC3 import have been extended to properly handle corrupted data and a fix for CBR MP3 files has been included, the audio menu has been restructured to support multiple audio tracks for all containers.
- Fixed: when muxing audio in Full processing mode and output is OGM or MKV, the final file was b0rked (audio and video rates mismatch).
- Fixed: ACM decompressor error when input audio is MP3, using Full processing mode and output is MKV.... [ read full changelog ]
Avery Lee - Mod. Mod is based on the famous video editing software by Avery Lee. Born as a unification of several existing modificationsTaksi 0.7.7.2 Beta / 0.7.6
PLEASE REVIEW AND EDIT CAREFULLY Video capture/screen capture tool for 3D graphics applications - such as games more>> Taksi 0.7.7.2 Beta / 0.7.6 provides you with a professional video capture/screen capture tool for 3D graphics applications - such as games
Taksi is a program that will allow you to take screenshots and record video clips of your favorite games and other 3D-graphics applications.
Inspired by Fraps, Taksi aims to provide an open source alternative to that great tool.
Capture specifications:
- Screenshot format: 24 bit BMP files.
- Video: compressed or uncompressed AVI-files (no audio).
Usage:
- STEP 1. Run taksi.exe
- STEP 2. Run a game that uses one of the supported APIs (DX8, DX9 or OpenGL) (The order of these two steps is not important for taksi. It should be able to hook on the game in either case.)
- STEP 3. Look at left top corner of the screen. If you see a green rectangle in there, then Taksi was able to sucessfully hook on the game.
Default keys:
- F5: Turn visual indicator ON/OFF.
- F6: Toggle system-wide hook mode. When ON (indicator turns blue), allows for mapping into multiple applications, but may have a strong negative effect on the overall performance of the system. Recommended state: OFF. (The hot-key is disabled, when Taksi uses DirectInput for keyboard handling.)
- F7: Small screenshot (WIDTH/2 x HEIGHT/2).
- F8: Regular screenshot (WIDTH x HEIGHT).
- ScrollLock: Video capture ON/OFF (Writes an uncompressed AVI-file). (Dimensions of the video are WIDTH/2 x HEIGHT/2.)
IMPORTANT DISK SPACE CONSIDERATIONS:
- Taksi writes uncompressed AVI files. Basically, this means you need a lot of free disk space. (Once captured, the AVI-files can be compressed into much smaller files, using the tools like an excellent free software program, called VirtualDub by Avery Lee.) However, at the time of capture, for performance reasons, no compression is done, which means that video files grow large very fast.
- There is no time limit in the video capture mode, so the only constraint is the available disk space. Keep this in mind, when setting the directory for you captured videos.
Major Features:
- Supports user-specified key mapping, allowing user to assign almost any key to a particular function (such as video start/stop, screenshot trigger, etc.). Runtime re-mapping of the keys is supported via GUI: user can change keys without having to restart the game.
- Custom video settings are supported (see manual.txt for more details about this).
- Basically, this allows a user to specify on a per-game basis the frame rate of the captured video, and the weight of each source frame. The weight determines whether a particular frame is captured or not. This allows for creation of smoother and faster videos, when generic algorithm doesnt produce desired results.
Enhancements: Add the option to hook the desktop or not. Partial fix to the GUI hook Exception on close.
Video Dub Pack 1.55
Video Dub Pack is intended mainly for dubbing, transcoding and finishing video files more>>
Video Dub Pack is intended mainly for dubbing, transcoding and finishing video files, the software featured can also deal with audio but not to such a high degree as the audio dubbing package.
Main features:
- VirtualDub 1.4C ASF - Used to open asf files directly.
- VirtualDub 1.5.10 - The standard Avery Lee release.
- VirtualDub 1.6.0 - The experimental Avery Lee release.
- VirtualDubMod 1.4.13.2V2 - Has the best abilities and features.
- VirtualDubMod 1.5.10.1 - The b2439 version of VirtualDubMod.
- VirtualDub-MPEG2 1.5.10 - A specially modified version for opening MPEG2 files.
- Nandub 1.0RC2 + Luma Fix - For SBC DivX 3.11 Encoding.
- DGMPGDec 1.0.12 - The latest version of DVD2AVI.
- DVD2AVI 1.86 - The best VOB to AVI transcoder around.
- DVD2AVI 1.77dg - The best VOB to AVI transcoder around.
- TMPGEnc 2.521.58.169 - For encoding VCDs and SVCDs (inc. KVCD Templates).
- ReMPEG2 1.5.2 - For MPEG-2 transcoding.
- AVI-Mux 1.16.8 - A dedicated AVI/MKV muxer.
- OggMux 0.9.5.1 - A dedicated OGM muxer for Ogg streams.
