| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | SWIFT |
script | PHP | $19.00 |
View Detail
|
|||||||||
|
||||||||||||||
| 2 | Swift 1.5 |
windows | Audio Multimedia->MP3 Search Tools | $18.85 to buy |
View Detail
|
|||||||||
|
||||||||||||||
| 3 | Swift 0.2 |
mac | Multimedia Design->Graphics | US$75.00 |
View Detail
|
|||||||||
Swift is perhaps the fastest way to complete your Multi-Ad Creator Professional layouts ever! Swift is automation tools that are used with MultiAd Creator. By defining certain elements of your layouts, Swift enables quick and intelligent control of page content. Features of "Swift": Requirements: |
||||||||||||||
| 4 | Swift 2.0 |
windows | Audio Multimedia->Audio Players | $29.95 |
View Detail
|
|||||||||
Feature List: * Firewall to Firewall Transfers * Memory Profiler - PC Optimizer * VideoToons Game - Downloading made exciting * Extended Connections - Increase download speeds * No Adware, No Spyware - Guaranteed * Amazing themes - Unique never before themes * Unique Car Buttons - For that special Swift feeling * One Search - One search across artists, album, genre,etc * Playlists - Create playlists for MP3 files * Ease of use - just install, run, search and download * TRUE Search - Unlike others, multiple instances of a file counted as one * On the Fly Search Filter - Filter results while searching * "Swarm" downloads - Download from multiple Hosts * Preview - Preview files while downloading * Bitzi lookup - Find more about the files you are downloading * Upload Control - Control what to Upload and to whom * Unique Host Filter -Ban hosts producing fake results * Favorite Hosts - Mark your own favorite hosts * Integrated chat - Chat while downloading * Browse hosts - Browse hosts to find what they have for sharing * Direct connections - Connect directly to a computer * GWebCache, a distributed connection system * Hit Snooping - Search Query traffic for more results * Shared Library - Share only what you want |
||||||||||||||
| 5 | Swift POS 5.3 |
windows | Business Finance->Inventory Management | $49.95 |
View Detail
|
|||||||||
|
||||||||||||||
| 6 | Swift AntiVirus 1.5 |
windows | Security Privacy->Anti Virus Tools | Free |
View Detail
|
|||||||||
This application detects over 20,000 viruses variants and also offers full scan memory (active processes). Free Swift AntiVirus used to detect and remove major viruses. It is not a substitute for full anti-virus protection, but rather a tool to assist administrators and users when cleaning infected systems. Swift AntiVirus is regularly updated and can detect hundreds of common viruses, worms, Trojans, and dialers (including all variants of the Sober, MyDoom, Nyxem and Bagle viruses). The program offers a scanner that requires minimal processing power for repairing a compromised system. Features: High detection rates for viruses and spyware. Scanning Scheduler. Automatic downloads of regularly updated Virus Database. Small footprint, and doesnt take up much system resources. Scan Memory for Virus. |
||||||||||||||
| 7 | Swift POS 2.0 |
windows | Business Finance->Applications | $10.00 |
View Detail
|
|||||||||
Swift POS is an economical Point of Sale software solution designed for very small businesses operating on a budget. Even though the cost is small, the many features built into the program are huge. Swift POS stores information in the customer, sales, and product databases. Users have full access to the database information to re-use, edit, or print. The programs user interface is friendly and easy to use. A built in security feature keeps you and your customers information safe from unauthorized access. |
||||||||||||||
| 8 | Swift Ultralite 1.0 |
windows | Audio Multimedia->Audio Players | $50.00 |
View Detail
|
|||||||||
Features: • Multiformat Audio+G Player • True Pitch Control (+/- 6 Semi Tones) • Cross Fade (0-25 seconds overlay) • Adjustable Cross Fade level • Independant Volume Control • Optional Filters Mechanism (DMOs) |
||||||||||||||
| 9 | Swift PDF 1.1 |
windows | Business Finance->PDF Tools | Free |
View Detail
|
|||||||||
Swift PDF is useful for taking images (from scans, photos, downloads or any other source) and combining them into a single PDF document. Adobe PDF (Portable Document Format) files are a universal file format that can be viewed on mulitple operating systems. Swift PDF was initially designed for creating PDF files of scanned pages to fax, archive and e-mail the documents instead of sending invidual pages one at a time. However, it can also be used for photographs, graphics or any other Jpeg, Gif or Bitmap images. You can set the page sizes to any available paper size (Letter, Legal, A4, etc.), adjust the margins, page orientation and sizing options on each page. There arent many more options or features than that, but it does its job simply and swiftly, and its entirely free. |
||||||||||||||
| 10 | Swift Ultralite 1.032 |
windows | Audio Multimedia->Audio Players | $49 |
View Detail
|
|||||||||
Swift Ultralite application brings the power of the Karaoke Machine to your personal computer. Play songs fast and easy, and also be mobile. Enhance your karaoke show with inexpensive equipment and a simple yet powerful player. Supported Formats: Karaoke: MP3+G , WMA+G, CDG Only MPEG Audio: MP3 Windows Media: WMA Video and CDG: MPG, WMF, AVI, DAT Compressed: MP3+G Zipped Here are some key features of "Swift Ultralite": · Multiformat Audio+G Player · True Pitch Control (+/- 6 Semi Tones) · Auto Gain Control (always on) · Cross Fade (0-25 seconds overlay) · Multiplex Stereo, Left, Right · Adjustable Cross Fade level · Independant Volume Control · Optional Filters Mechanism (DMOs) · Custom Skinable Interface · Fast Seekable CDG Routines · Playlist Interface · Playlist Sort · Playlist Quick Find · Quick Lists Window · Shuffle, Single, Intro and Repeat Modes Limitations: · 60-second playback |
||||||||||||||
| 11 | Swift Paste 2.1 |
windows | Utilities->System Tools | $29.95 |
View Detail
|
|||||||||
|
||||||||||||||
| 12 | Swift Paste 1.0 |
windows | Utilities->Clipboard Management Tools | $49.95 |
View Detail
|
|||||||||
|
||||||||||||||
| 13 | SWIFT::Factory::ApplicationHeader 0.02 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
SWIFT::Factory::ApplicationHeader is a Perl module that provides an Application Header Block (Block 2) for a SWIFT message. SYNOPSIS use SWIFT::Factory::ApplicationHeader; my $hdr2=SWIFT::Factory::ApplicationHeader->new(); This class is primarily intended to be used by the different SWIFT::Factory::MTnnn modules to provide full SWIFT messages for input to the SWIFT network. Nevertheless, there is nothing prohibiting an application to directly use this class for whatever purpose. Given reasonable parameter values in the constructor, the string() method in this class will return an Application Header Block (Block nbr 2) that can be used in a SWIFT message sent to the SWIFT network. CONSTRUCTOR new( MESSAGE_TYPE=>300, BIC=>VALIDBIC, TERMINAL=>X, BRANCH_CODE=>XXX, MESSAGE_PRIORITY=>N, DELIVERY_MONITORING=>1, OBSOLESCENCE_PERIOD=> ) The parameters may be given in arbitrary order. Many parameters have builtin default values. If the calling application doesnt provide the parameter at all, the object will apply the default value. MESSAGE_TYPE=> Technically optional, but its hard to see a reason not to provide this parameter. A numeric scalar value that indicates the message type being provided. For an MT300 message, use the value 300. For an MT515, use 515. Etc. BIC=> An eight character scalar value that contains a valid receiver BIC. The receiver BIC is technically optional, but it will probably quite rarely make sense to instantiate an object of this class without specifying a BIC. TERMINAL=> Optional. A one character scalar value that identifies the receiving terminal. Default value: X. It is very unusual that the sending party would populate this entity with anything else than the default value. It is thereby recommended that most applications dont provide this parameter at all. BRANCH_CODE=> Optional. A three character scalar value that identifies the branch code at the receiver. Default value: XXX. MESSAGE_PRIORITY=> Optional. A one character scalar value indicating the requested network priority for the message. If given, use one of the values: SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_SYSTEM(); SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_URGENT(); SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_NORMAL(); Default value provided by the class: SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_NORMAL(); DELIVERY_MONITORING=> Technically optional. SWIFT requires this entity for urgent messages. A one digit numeric scalar value or a zero length string. If given, use one of the values: SWIFT::Factory::ApplicationHeader::MONITORING_NON_DELIVERY(); SWIFT::Factory::ApplicationHeader::MONITORING_DELIVERY_NOTIFICATION(); SWIFT::Factory::ApplicationHeader::MONITORING_DELIVERY_BOTH(); Default value provided by the class: A zero length string which implies No monitoring. OBSOLESCENCE_PERIOD=> Optional. A numeric scalar value expressing the delay in units of 5 minutes. I.e. 3 means 15 minutes and 20 means 100 minutes. Maximum three digits long. See the relevant SWIFT handbook for details. Default value provided by the class: A zero length string which implies No obsolescence period. |
||||||||||||||
| 14 | Swift Elite 1.012 |
windows | Audio Multimedia->Other | $200.0 |
View Detail
|
|||||||||
Swift Elite 1.0 the ultimate Hoster for the PC solution brought to you by TriceraSoft. Host any DJ or KJ show at the click of a mouse pointer. Bring the Power of CD+G, CD-Audio, VCD, DVD, and Karaoke Media Files... Swift Elite v1.012 release is New Release. |
||||||||||||||
| 15 | Swift Paste 2.1 |
windows | Home Shell Desktop->Clipboard Utilities | $29.95 |
View Detail
|
|||||||||
Swift Paste is a powerful clipboard floating bar. As you know, Windows clipboard is able to store only one data when you cut/copy data. Swift Paste can store multiple clipboard data and easy paste this data to active window. Otherwise, you can also store your E-Mail, website, address, password, product info, etc to Swift Paste then paste them at anytime. Here are some key features of "Swift Paste": · Automatically store multi-clipboard texts and images. · Freely add given text and image to Swift Paste. · Easy paste text or image to focus window. · Need username and password login. Ensure info is not browsed by others. · Support to encrypt text with password. Further ensure security of user info. Requirements: · 32 MB of RAM · 32 MB of Disk Space Limitations: · 20 days trial |
||||||||||||||
| 16 | SWIFT::Factory::BasicHeader 0.03 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
SWIFT::Factory::BasicHeader is a Perl module that provides a Basic Header Block (Block 1) for a SWIFT message. SYNOPSIS use SWIFT::Factory::BasicHeader; my $hdr1=SWIFT::Factory::BasicHeader->new(); This module is primarily intended to be used by the different SWIFT::Factory::MTnnn modules to provide full SWIFT messages for input to the SWIFT network. Nevertheless, there is nothing prohibiting an application to directly use this module for whatever purpose. Given reasonable parameter values in the constructor, the string method in this module will return a Basic Header Block (Block nbr 1) that can be used in a SWIFT message sent to the SWIFT network. CONSTRUCTOR new( APPLICATION_ID=>F, SERVICE_ID=>1, BIC=>VALIDBIC, TERMINAL=>X, BRANCH_CODE=>XXX, SESSION_NBR=>0, INPUT_SEQUENCE_NBR=>0) The parameters may be given in arbitrary order. Many parameters have builtin default values. If the calling application doesnt provide the parameter at all, the object will apply the default value. APPLICATION_ID=> Optional. A one character value that indicates the application within which the message is being sent. Valid values are: F (FIN = All user-to-user, FIN system and FIN system msgs), A (GPA = Most GPA system mesgs) and L (Certain GPA msgs, for ex. LOGIN). Default value: F, which is the most commonly used application. To set this value, use one of: SWIFT::Factory::BasicHeader->APP_ID_FIN, SWIFT::Factory::BasicHeader->APP_ID_GPA, and SWIFT::Factory::BasicHeader->APP_ID_GPA_LOG. Yes, these are constants, and yes, since they are class methods they are available before calling the constructor. Opposit of the object methods that are functional only after having called the new() constructor. SERVICE_ID=> Optional. A numeric value that identifies the type of data that is being sent. Maximum two characters long. See the relevant SWIFT handbook for details. Default value: 1, which will output as 01. BIC=> Technically optional, but it will probably quite rarely make sense to instantiate an object of this class without specifying a BIC. An eight character value that contains a valid receiver BIC. TERMINAL=> Optional. A one character value that identifies the receiving terminal. Default value: X. BRANCH_CODE=> Optional. A three character value that identifies the branch code at the receiver. Default value: XXX. SESSION_NBR=> Optional. A numeric value. Maximum four characters long. See the relevant SWIFT handbook for details. Default value: 0, which will output as 0000. INPUT_SEQUENCE_NBR=> Optional. A numeric value. Maximum six characters long. See the relevant SWIFT handbook for details. Default value: 0, which will output as 000000. |
||||||||||||||
| 17 | Swift Keyboard 3.5 |
windows | Utilities->System Tools | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 18 | Swift Mailer 3.3.0 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Swift is a fully OOP Library for sending e-mails from PHP websites and applications. Swift Mailer does not rely on PHPs native mail() function which is known for using high server resources when sending multiple emails. Instead, Swift communicates directly with an SMTP server or a MTA binary to send mail quickly and efficiently. Swift is comparable to PHPMailer except that it implements an extremely flexible and innovative plugin system meaning you can get the most out of sending emails from your PHP applications. The interface for Swift is both tighter and more intuitive. I started developing Swift because I moderate a popular PHP forum and its clear from some of the posts we see that PHPs native mail() function just doesnt quite cut it among developers unless you know a lot about how to build emails and you only need to send one message. The only other popular alternative was PHPMailer which is great, but it just struck me that maybe developers might want something with a little more "umff"! So I wrote Swift initially for the communtity at the PHP Developers Network Forums and have decided to release it now under the LGPL. Enjoy! Here are some key features of "Swift Mailer": · Send uses one single connection to the SMTP server or MTA · Doesnt rely on mail() · Custom Headers · Multiple encoding options · TLS Support - for Gmail servers · Embedded Images · Builds and sends Multipart messages · Sends single-part emails as usual · Fast Cc and Bcc handling · Batch emailing with multiple Tos or without · Support for multiple attachments · Set message priority · Request Read Receipts · Sendmail (or other binary) support · Pluggable SMTP Authentication (LOGIN, PLAIN, MD5-CRAM, POP Before SMTP) · Anti-Flooding support (reconnect every X emails) via plugin · Secure Socket Layer connections (SSL) · Loadable plugin support with event handling features |
||||||||||||||
| 19 | SWIFT Machine Emulator 1 |
windows | Software Development->Components Libraries | N |
View Detail
|
|||||||||
Swift is a freeware application that can be used to simulate the Host/Equipment SECS II Messages. This product is built on top of the libraries used by SecsToTool.Net and SecsToHost.Net hence they enjoy the same high speed messages parsing feature. You can also use this tool to do your equipment characterization and the SML and low level SECS messages are logged in the file. Host/Equipment Emulator - You can configure Swift to simulate Host/Equipment application. Swift can also be used to do equipment characterization. Send/Receive Message Rapidly - Discover the fast performance of sending and receiving big SECS messages Dynamic Message Creation - You can use the Swift user interface to create SECS messages dynamically Dynamic Data Item and Format - Add/Delete SECS data item dynamically to the message User Friendly Log - Enable/disable the SML and SECS messages log on the screen |
||||||||||||||
| 20 | Swift-Generator 0.20.5 |
windows | Web Development->Web Design Tools | FREE |
View Detail
|
|||||||||
The Swift-Generator application was designed to be a Dynamic Flash Content generator. It aims at dynamically replacing texts, fonts, sounds, images and movie clips in either a Template file or a standard Flash file. |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
