tsp
TSP 1.0
TSP (travelling salesman problem) is a C# class that solves this NP-hard problem using three types of algorithms more>>
- A modified Tudor Sorin version of backtracking
- A basic heuristic greedy algorithm
- A "forced" genetic algorithm, as I like to name it
- The .zip file also includes a sample program using this class
TSP Ticker 1.01
TSP Ticker widget allows you to view tracks and returns for the Thrift Savings Plan. more>>
The Thrift Savings Plan is a retirement savings plan for civilians who are employed by the United States Government and members of the uniformed services.
The TSP Ticker supports all ten TSP funds, including the new Lifetime (L) funds.
The Widget preferences allow the user to choose which fund(s) to display. By default, only the five ?classic? funds (G, F, C, S and I) are displayed.
The context menu allows the user to refresh the display, report problems, suggest enhancements and check for updates to the Widget.
Additional information and support for this Widget is available at http://www.andreaarevalo.com/TSP/.
fft3dGPU 0.7
FFT3dGPU is a GPU version of Fizicks FFT3DFilter more>>
In this version the next frame is processed while waiting for the GPU to end its work. Meaning the filters before fft3dGPU are working concurrently with it.
Installation
To use this filter you need directx 9.0c or better and a graphics card supporting directx 9 in hardware. That is at least an ATI Radeon 95xx or Nvidia Geforce fx 5xxx. Geforce 6xxx or better is recommended. If you have downloaded the installer just run it at youre done, else copy fft3dgpu.hlsl and copy FFT3dGPU.dll into the same directory, also copy d3dx9_30.dll to the c:\windows\system32 directory.
Older versions also had fft3dgpu9b.dll (not available at the moment) for Directx 9.0b support (DONT copy both dll into the autoload directory.) Directx 9.0c might be faster for people using Nvidia Geforce 6xxx because it adds support for pixelshader 3.0. If you dont have the latest version of directx installed (april 2006 or later) you can get it here or extract the file d3dx9_30.dll to the c:\windows\system32 directory. The installer will copy d3dx9_30.dll to the right location meaning that it shouldnt be neccesary to run the directx installer if you have Directx 9c installed.
Syntax
FFT3DGPU(clip, float "sigma", float "beta", int "bw", int "bh", int "bt", float "sharpen", int "plane", int "mode", int "bordersize", int "precision", bool "NVPerf", float "degrid", float "scutoff", float "svr", float "smin", float "smax", float "kratio", int "ow", int "oh", int "wintype" , int "interlaced", float "sigma2", float "sigma3", float "sigma4", bool "oldfft" )
Function parameters:
clip: the clip to filter. The clip must be YV12.
sigma and beta has the same meaning as in fft3dfilter. Default=2.
sigma2, sigma3, sigma4 If specified controls the sigma value for highest(sigma) to lowest frequency(sigma4). Default=sigma
bw,bh: blockwide and block height. It should be a power of 2 ie valid values is 4,8,16,32,64,128,256,512 (note that bw should be greater than 4 for best result). Default=32
bt: mode. bt=-1 sharpen only, bt=0 kalman filtering, bt=1 is 2d filtering, bt=2 uses the current and previous frame, bt=3 uses the previous current and next frame, bt=4 uses the two previous frames, the current and next frame. default 1
sharpen: positive values sharpens the image, negative values blurs the image. 0 disables sharpening. Default 0.
plane: 0 filters luma, 1,2 and 3 filters Chroma (both U and V). 4 filters both luma and chroma. Default 0.
mode: 0 only overlaps 1:1. This is faster but produces artifacts with high sigma values.
mode=1 block overlaps 2:1. This is slower but produces fewer artifacts.
mode=2 again 1:1 overlap but with a additional border. This reduces border artifacts seen with mode=0. The speed is between mode 0 and 1.
Kalman(bt=0) works well with mode=0. Default 1
bordersize: only used with mode 2. Defines the size of the border. Default is 1.
precision: 0: to use 16 bit floats(half precision),
1: to use 32 bit float(single precision) for the fft and 16 bit float for the wienner/kalman and sharpening.
2: allways use 32 bit floats.
Using 16 bit float increases the performance but reduces precision. With a Geforce 7800GT precision=0 is ~1.5 times faster than than mode 2. Default=0.
NVPerf: Enables support for NVPerfHUD (http://developer.nvidia.com/object/nvperfhud_home.html). Default false.
degrid: Enables degriding. Only works well with mode=1. Doesnt degrid the Kalman filter (but it does degrid the sharpening (if enabled) after kalman filter). default 1.0 for mode=1, 0.0 for mode=0 or 2
scutoff, svr, smin, smax:Same meaning as fft3dfilter. Controls the sharpening. default scutoff=0.3, svr=1.0, smin=4.0, smax=20.0
kratio: same as fft3dfilter. Control the threshold for reseting the Kalman filter. Default 2.0
ow,oh: this only works with mode=1. This specifies how big the overlap between the blocks are. Overlap size must be less than or equal to half the blocksize. Ow must be even. Default: ow=bw/2 ,oh=bh/2
wintype: Change the analysis and syntesis window function. Same as fft3dfilter
interlaced: Set to true for separate filtering for each field. Default=false.
oldfft: Set to true to use the old fftcode (used in version 0.6.2 and lower) false to use new fft code. If not defined fft3dgpu will use the fastest code.
FAQ:
Q: What does it mean when I get a popup box Unexpected error encountered with Error Code: D3DERR_OUTOFVIDEOMEMORY.
A: It means that fft3dgpu needs more memory than there are availebol on the graphics card. So either you will have to upgrade or try lowering the resolution,bt,bh,bw,ow,oh or use usefloat16=true or mode 0 or 2
Q: What setting gives the same result as fft3dfilter?
A:fft3dGPU(mode=1,precision=2) is similair to fft3dfilter() but please note the different default values for bw,ow,bh,ow
Q: Is there any differences between fft3dfilter and fft3dgpu?
A: Some of the features from fft3dfilter is still missing.
Q: Why is fft3dGPU so slow compaired to fft3dfilter?
A: either you have a slow graphics card like a Geforce FX 5200 or you are not using it while doing cpu heavy encoding (like XviD/DivX)
Q: How do I use NVPerfHUD?
A: set NVperf=true and used this commandline or make a shortcut to run it: "PATH TO NVPerfHUD\NVPerfHUD.exe" "PATH TO VIRTUALDUBMOD\virtualdubmod.exe" "PATH TO AVS\test.avs" and enabled "force NON PURE device"
Q: I get this errormessage: "Only pixelshader 2.0 or greater supported"
A: It is because you need a graphics card that has hardware support for Directx 9.
ActiPOINTskypeD 1.11.07.05
Multi call TSP (TAPI) for SKYPE. COMIRELs ActiPOINTskypeD delivers a TAPI Service Provider for SKYPE. Initiate and teminate calls using TAPI capable applications like Outlook or Notes. Extended call control: hold, swap on hold, initiate conference more>>
ActiPOINTskypeD 1.11.07.05 is created to deliver a TSP (TAPI Service Provider) for SKYPE client (VoIP). Initiate calls and terminate them using TAPI capable applications like Outlook (or Lotus Notes). Incoming calls will be archived in ActiPOINT (and/or in groupware software like Outlook and/or Lotus Notes). Extended call control: hold, swap on hold, initiate conference.
Using the application extension skypeD the SKYPE Client can be bound to ActiPOINT. The TSP (TAPI Service Provider) provided by skypeD allows you to control SKYPE by TAPI capable applications like OUTLOOK. Triggering of outgoing calls - Indicating of incoming calls - All calls will be archived in ActiPOINT (and/or Outlook/Lotus Notes). Extended call control: Hold, Swap on Hold, Initiate Conference.
Requirements:
- ActiPOINT,
- Skype client
WareSeeker Editor
Eat Right Planner
Create recipes and sort food lists in conjunction with the very popular Blood Type Diet created by Peter DAdamo more>>
Create recipes and sort food lists in conjunction with the very popular Blood Type Diet created by Peter D'Adamo. Each of the four blood types, which developed at separate times in human evolution, exhibit biochemical differences. For each of the four blood types: A, B, AB, and O, Dr Peter D'Adamo provides easy-to-use lists of highly beneficial foods, neutral foods, and foods to avoid under separate categories.

StylePix 1.0.0.776
Edit your pictures with ease and style. more>>
StylePix 1.0.0.776 aims to bring the convenience for you, which helps you quickly and conveniently as possible select the features that are designed to control the user interface. As a result, the fast editing and final output to ensure the speed and reduce the time it takes to get to is running.
StylePix is a lightweight. Take advantage of the resources of the system compared to other programs that the maintenance cost is small. In other words, low memory, low CPU environment will also be driven quickly. Therefore, the performance of your computer should be good, the performance is better than competing products.
A wide variety of products you currently collecting feedback and beta testing to reduce the initial defect is in progress. StylePix should be the default editor to raster geupaepik have all the features.
Major Features:
- Image viewing and slide show
- Thumbnail for the folder Explorer Support
- Full-screen slide show
- Edit screen
- Zoom in/out and pan views
- Full-screen view
- Guides, rulers and grid display
- Area selection tools
- Automatic range selection and the color range selection tool
- Square, circle, select Tools
- Polygons, and the lasso selection tool
- Selection, expansion, collapse, border, war, smooth functions
- Transform tool
- Free Transform tool to provide a rectangular control points
- Move, resize, flip, rotate, support
- Color selection
- HSV color model, choose the color of
- Transparency Support
- Most frequently used color support
- Screen color dropper tool
- Brush Tools
- Control brush size and strength
- Anti-aliasing support
- Blending modes
- Drawing tools
- Brush, the Eraser tool
- Clone-brush tool
- Spray tool
- Correction and enhancement tools
- Dust / Point Removal Tools
- Red Eye Removal Tool
- Lighten(dodge) / darken(burn) Tools
- Blur / syapeun Tools
- Color fill and gradient fill tools
- Linear, circular, rectangular, radial gradation shape
- Gradient preset list and custom preset support
- Drawing shape tools
- Line and curve tool
- B-spline tool
- Rectangular, circular shape
- Drawing as a object or image
- Text Tool
- Fonts, kerning, leading are adjustable
- Multi-line text editing support and line align
- Histogram and waveform displays
- Red, green, par display seongbunbyeol
- Image filters
- Color, brightness, adjust the filter
- Sharpen and blur filter
- Mosaic, noise filters
- Style Filters
- Photh enhancement filters
- Spatial & Morphological filters
- Crop Tool
- Preview result and parameter adjustable
- Editing features
- Cut, Copy, Paste of object or image clip
- Multilevel undo, redo support and action list display
- Align position or arrange z-order of objects
- File format support
- png, jpg, bmp, tif, gif support
- StylePix save file (tsp) Support
- Batch processing
- Prefix, suffix and numbering of file name
- resize, flip or rotate for multiple image
- Inserting a common logo
- Color adjustment filter appliable
- Layer Support
- Infinite depth of group
- Layer blending modes and transparency
- Other Features
- Change the Windows desktop wallpaper.
- Blending modes on path object are now available
- Image Resize
-
- Image can be resized by percent.
- Supports three sampling modes(nearest pixel, bilinear, bicubic)
- Language option can be set on command line
-
- /Korean for Korean
- /English for English
- Now Stylepix does not ask you save confirmation twice.
- In layer tree, toolbar button's state updated by mouse button down.
- Crop Tool
-
- Crop area border color can be changed on option dialog.
- Selection lost after applying crop tool has fixed.
- Slideshow
-
- Mismatch with current zoom rate and display has fixed.
- If the image don't need any scrollbar, mouse wheel will display next image.
- For open files, title bar displays file's name instead of file's pathname.
- Auto-region selection now work properly.
- Text edit
-
- Wrong caret display for next line's first character has fixed.
- You can start typing mode by double clicking position you want to modify.
- Splash disappearing timeout is reduced.
- Added some Shortcut keys and tooltips.
Requirements:
- Supported Oerating Systems
-
- Microsoft Windows XP
- Microsoft Windows Vista
- Microsoft Windows 7
- Hardware Requirements
-
- 133MHz or faster processor
- 128MB of RAM (512MB recommended)
- 20MB of available hard-disk space
- 800x600 display (1024x768 Recommended).

Demo TAPI Driver 3.1
Demo TAPI Driver is the solution if you dont have any PBX and would like to install TAPIMaster more>>
No problem. The Demo TAPI-Treiber emulates a PBX.
There is one version each for 32bit and 64bit Windows.
Please copy the TMDEMO.TSP file into the SYSTEM 32 directory of the server computer. Open the "Phone and Modem Options" control panel, page "Advanced".
Add the "TAPIMaster Demo Telephony Service Provider". Now you can use the virtual PBX. This PBX supports various features for internal calls.
Homemade Mouthwash 1.0
afree ebook designed to give you information on how to prepareahomemademouthwash more>> The following homemade mouthwashes will help you to eliminate bad breath and promote overall mouth and gum health.
Homemade Spearmint Mouthwash:
6 ounces water
2 ounces vodka
4 teaspoons liquid glycerine
1 teaspoon aloe vera gel
10-15 drops Spearmint essential oil
Boil water and vodka, add glycerine and aloe vera gel. Remove from the heat, let cool slightly. Add spearmint oil, shake well. Pour into bottle, cap tightly.
Homemade Rosemary-Mint Mouthwash:
2 cups distilled or mineral water
1 tsp fresh mint leaves
1 tsp rosemary leaves
1 tsp anise seeds
Boil the water, add herbs and seeds, infuse for 20 minutes. Cool, strain and use as a gargle/mouthwash. If you wish to make up a larger quantity, double or triple the recipe then add 1 tsp of tincture of myrrh as a natural preservative.
A very simple homemade mouthwash:
Wash your mouth with half a glass of warm water containing a teaspoon of table salt.
Baking Soda Mouthwash:
Mix:
2 ounces of Water
1/4 Teaspoon of baking soda or Sea Salt
1 drop of Pure Peppermint Oil
1 drop of Tea Tree oil
This Homemade mouthwash recipe leaves a great refreshing minty taste in your mouth and helps prevent bad breath.
Some Breath Freshners:
Chew fresh parsley to sweeten the breath.
Chew fennel seeds to freshen the breath.
Chew anise seeds to freshen the breath.
Chew a few peppermint or spearmint leaves or drink a cup of peppermint tea.
Add 1 drop of myrrh oil to 1 cup of cooled, boiled water. Use as gargle/mouthwash.
For more info, download Homemade Mouthwash, a free ebook<<less

Homemade Toothpaste 1.0
Learn how to prepare homemade toothpaste . more>> Toothpaste Recipe:
1/4 tsp peppermint oil
1/4 tsp spearmint
1/4 cup arrowroot
1/4 cup powdered orrisroot
1/4 cup water
1 tsp ground sage
Mix all dry ingredients in a bowl. Add water until paste is desired thickness/consistency. Store at room temperature in a tightly covered jar. Substitute 1/2 tsp each of oil of cinnamon and oil of cloves for peppermint/spearmint if desired.
Homemade Mint Toothpaste:
6 teaspoons baking soda
1/3 teaspoon salt
4 teaspoons glycerin
15 drops peppermint
Mix thoroughly. Should be a tooth paste consistency. You can add a few drops of peppermint or wintergreen for flavor. Store in a container. Youll be surprised with how fresh your mouth feels.
Vanilla & Rose Geranium Toothpaste:
1/2 ounce powdered chalk
3 ounces powdered orris root
4 teaspoons of tincture of vanilla
15 drops oil of rose geranium
Honey, enough to make a paste
Combine all ingredients and mix until you have a paste the consistency you like. Store in an airtight container. Use a clean stick (popsicle) to scoop paste onto brush. Store the stick in same container.
Lemon Clove Tooth Cleanser:
Mix:
Small amount of finely powdered sage
1 ounce of finely powdered myrrh
1 pound powdered arrow root
3 ounces powdered orris root
20 drops oil of lemon
10 drops oil of cloves
12 drops oil of bergamot
Rub oils into the powdered ingredients until thoroughly mixed.
Strawberry Tooth Cleanser:
1 Tsp of the Old Fashioned Tooth Powder
1 Tbsp crushed ripe strawberries
Mix strawberries and powder into a paste and brush as usual.
Super Cleanser:
Hydrogen peroxide (a few drops)
Baking soda
Make a paste by combining the two ingredients. Use this paste on your teeth and also gently rub along your gums two times a week.
Old Fashioned Tooth Powder:
2 Tbsp dried lemon or orange rind
1/4 cup baking soda<<less
Sulphite Calculator 3.00
Sulphite Calculator - calculates sulphite additions in wine. more>>
With Sulphite Calculator, the winemaker can precisely define the sulphite source, sulphite form, and batch size. The software can then calculate the exact amount of sulphite required in order to obtain desired SO2 levels.
Main features:
- Calculates SO2 contributions for Potassium Metabisulphite, Sodium Metabisulphite, or Sodium Bisulphite.
- Calculates for any form of sulphite (powder, tablets, or solutions).
- Calculates for any percentage solution.
- Calculates for any tablet weight.
- Batch size can be specified in litres, American gallons, or Imperial gallons.
- Sulphite additions are calculated in ml, g, tsp, tbsp, oz, and tablet number (depending on sulphite form used).
- Sulphite additions can be calculated for either total free or molecular SO2 target levels.
- Default settings can be saved for greater ease of use (Windows version only).
- Supports international number formats.
ActiPOINTsnomM 1.11.07.05
Multi line / multi call TSP (TAPI) for SNOM phones. COMIRELs ActiPOINTsnomM delivers a TSP (TAPI Service Provider) for phones of the company SNOM. Initiate calls and ending them using TAPI capable apllications like Outlook (Lotus Notes). more>>
ActiPOINTsnomM 1.11.07.05 is created to deliver a TSP (TAPI Service Provider) for phones of the company SNOM. Initiate calls and ending them using TAPI capable applications like Outlook (or Lotus Notes). Incoming calls will be archived in ActiPOINT (and/or in groupware software like Outlook and/or Lotus Notes). Choose the provider/line you want to use to initiate outgoing calls and manage several calls.
Using the application extension ActiPOINTsnomM VoIP phones of the SNOM Technology AG can be bound to ActiPOINT. The TSP (TAPI Service Provider) provided by snomM allows you to control your SNOM phone by TAPI capable applications like OUTLOOK. Triggering of outgoing calls - Indicating of incoming calls - All calls will be archived in ActiPOINT (and/or Outlook/Lotus Notes). The VoIP providers, which can found in the settings of the SNOM phone, will be used to generate TAPI Lines automatically. calls can be terminated using TAPI .
Requirements:
- ActiPOINT
- SNOM VoIP Phone
WareSeeker Editor
JOpt.SDK 2.21
JOpt.SDK is a vehicle routing software library for Java. more>> JOpt.SDK is a vehicle routing software library for Java that uses specialized genetic algorithms to calculate an optimized allocation of orders and stops to mobile resources. The algorithm not only provides tours at minimum costs but also considers an arbitrary set of constraints for each tour. You may define your own constraints and optimization goals in order to customize JOpt.SDK to your specific planning needs or you decide to use one of our best practices addons in order to achieve a fast application of our optimization algorithms to selected industries.
JOpt.SDK can solve nearly any problem that can be classified by one of the following types:
TSP - Traveling Salesman Problem. JOpt.SDK finds the shortest or fastest path for your mobile resources
VRPTW - Vehicle routing problem with time windows - like TSP but for a set of vehicles. JOpt.SDK finds an optimal allocation of orders and stops within a vehicle fleet. It may also consider different constraints for vehicles, drivers and stops.
JOpt.SDK functionality can be accessed via Java API and thus fits seamlessly into any JAVA application. Software developers may integrate the JOpt.SDK component into their application in order to offer their customers a consistent solution including optimization of mobile workforce schedules. A seamless integration into your software allows the look and feel of one piece of software for your customer.
product brief
routing software and automatic dispatching library for solving various route planning problems
flexible genetic algorithms for quick adoption to your specific needs
available best practices addons for different industries
fully Java/J2SE compliant component for easy deployment into JAVA-based applications
unlimited number of vehicles and stops
allows for multiple time constraints at tour stops
includes driver working times and working time rules
includes load capacity for each vehicle
allows prescribed itinerary (e.g. pick up & devlivery).<<less
Schifra 0.0.1
Schifra is a very robust, highly optimized and extremely configurable Reed-Solomon error correcting code library more>>
Main features:
- Errors and Erasures
- Supported Symbol Sizes - 2 to 32 bits
- Variable Code Block Length
- User defined primitive polynomial and finite field
- Accurate and Validated Reed-Solomon Codecs - Complete combinatorial errors and erasures unit testing
- Supported Architectures For Optimizations - x86-32, x86-64, PowerPC, m68k, XScale
- Supported Reed-Solomon Codes - Intelsat 1-4, VDL Mode 2-4, CCSDS (Basis transform), CIRC, ETS 300-421, ITU-T G.709, DVB(S and T), MPEG-2 TSP, ETS 300-429, xDSL, PostBar, MaxiCode, DataMatrix, etc
- Supported Decoding Methods - Berlekamp-Massey, Berlekamp-Welch and Sudan list decoding
- Shortened, Punctured and Concatenated Reed-Solomon Codes - WiMAX IEEE 802.16d standard
- Product Codes
- Standard and Algebraic Interleavers
- Maximum-likelihood Estimation Decoder - Beyond correcting boundry error recovery
- Optimized Encoder and Decoder - SSE1-3 and AltiVec instruction sets
- Special Optimized Decoder - For cases of 2t = 2, 4, 6, 16 and 32
- Supported Xilinx Hardware - Virtex-II, Virtex-II Pro, Spartan-3, Spartan-3E, Virtex-4
- Supported Altera Hardware - ACEX, Mercury, Stratix, Stratix GX, Cyclone
- DO-178B Level A Certified Reed-Solomon Codec - RTCA DO-224A for VDL mode 2 and 3, Certified for installation on-board airborne systems
- OpenGL Shading Language(GLSL) based Reed-Solomon Codec
- Reed-Solomon Based channel code for Erasure Channels
Notes:
- Free for non-commercial use.
- Not all the above features are available in the open source download. Features that are not available can only be obtained through the purchase of a Schifra Commercial License.

Face Masks 1.0
They may provide an intensive moisture treatment. more>> By Masks, which may be used as frequently as a couple of times a week or as infrequently as once every month or two,are formulated to treat everything from very dry to very oily skin.
They may provide an intensive moisture treatment, a deep cleansing experience, or simply a gentle, aromatherapeutic cleansing boost.
Revitalizing Mask:
Mash 1/2 cucumber, 2 strawberries, 1 tsp honey and 1 tbsp yogurt in a food processor. Apply to face and allow to dry. Wipe off with a damp wash cloth.<<less
JOpt.NET 2.2.1
Vehicle routing software and resource scheduling component for .NET more>> JOpt.NET is an automated vehicle routing software and resource scheduling component for .NET and can be integrated with C#,C++,VB and J#. JOpt.NET brings route planning and tour optimisation features to your applications with respect to various constraints such as time windows, load capacities and prescribed itinerary. The component is based on flexible genetic algorithms and automatically determines an optimized schedule of vehicels to an arbitrary set of shipments. You may set up your own constraints and optimization goals in order to customize JOpt.NET to your specific planning needs or you decide to use one of our best practices addons in order to achieve a fast application of our optimization algorithms to selected industries.
JOpt.NET can solve nearly any problem that can be classified by one of the following types:
TSP - Traveling Salesman Problem. JOpt.NET finds the shortest or fastest path for your mobile resources
CVRPTW/VRPTW - Capacitated Vehicle Routing Problem with Time Windows - like TSP but for a set of vehicles. JOpt.NET finds an optimal allocation of orders and stops within a vehicle fleet. It may also consider different constraints for vehicles, drivers and stops.
JOpt.NET functionality fits seamlessly into any .NET application. Software developers may integrate the JOpt.NET component into their application in order to offer their customers a consistent solution including optimization of mobile workforce schedules. A seamless integration into your software allows the look and feel of one piece of software for your customer.
product brief
route optimization library for solving various route planning problems
flexible genetic algorithms for quick adoption to your specific needs
available best practices addons for different industries
fully .NET compliant component for easy integration into .NET-based applications
unlimited number of vehicles and stops
allows for multiple time constraints at tour stops
includes driver working tim<<less
- Page: 1 of 2
- 1
- 2