Software Downloads for "Names N Convert"

Names 'n' Stuff is an address book organizer software Names 'n' Stuff is an address book organizer software complete with appointment setting, phone call tracking, phone number organizer and company employee list capabilities. Also comes with database managagement of White House Address and phone number organizer with 9-digit code zip codes for the 110th Congress, House of Representative. This Names 'n' Stuff address organizer includes complete zip code database, zip code list or city list lookup.

Have you maintain your company employees details in Lotus Notes and want to get in MS Excel and Then grab Lotus Notes Address Book Converter at SysTools as quickly as possible. Use SysTools Notes Address Book Converter software that can work faster and in few minutes converting your Lotus Notes all the contacts to Personal Storage Table. It helps in transferring the contact information with effortless ease. It can export the Lotus Notes Contacts at appreciable speed from different versions of Lotus Notes to supported versions of MS Outlook.

ClickPic lets you quickly resize, rotate and flip images, and convert them from one format to another. It has an incredibly handy batch image file renaming function, so you can quickly give meaningful names to all those horribly-named files that you get from your digital camera. And, if your camera records orientation/rotation information, ClickPic can automatically rotate the image to the correct orientation. And it does all of this from Windows Explorer:.

You type with the keyboard or the mouse (or any other pointing device), BUT you will click and insert whole words and phrases instead of just characters.

Benefits

* This program uses the power of a database
with a light weight word processor. > 350,000 words, 177,00 phrases, 900 common words (21 most common on a toolbar),21900 First and Last Names, 10,000 Place Names. You can add to any of these databases easily. You can create a Personal database of technical terms of your choice and use it in the typing process (Chemistry, Law, Military, Business etc.

  • Platform: Windows
  • Publisher: Bell Software
  • Date:
  • Size: 88504 KB

Notes Contacts to Outlook Express is an Address Book Converter tool that converts Lotus Notes contacts to Outlook Express. Software creates OE-Contacts.CSV file. Convert your Lotus Notes Names.nsf file to CSV File with SysTools Notes Contacts to Outlook Express Software convert Lotus Notes contacts names.nsf file to CSV file which can be easily imported to Outlook Express. Software runs smoothly with Windows Vista & supports Windows 98, Windows ME, Windows 2000, Windows 2003, Windows XP. SysTools Notes Contacts to Outlook Express software is easy to use Address Book Conversion that converts 1000s of Lotus Notes Contacts to Outlook Express.

Pic-N-Pair Sport is a race against the clock as you try to match the player's names with their associated sports..

  • Platform: Windows
  • Publisher: Free Web Games
  • Date: 10-01-2005
  • Size: 560 KB

Convert International Domain Names (IDN) into punycode and back. Enter a domain name native language characters and get the encoded form to use in your server software such as DNS server, web-servers, and e-mail servers. Or enter an encoded domain name (cotains "xn--") and see the domain name in native language characters..

  • Platform: Windows
  • Publisher: JH Software ApS
  • Date: 24-03-2006
  • Size: 86 KB

SWF 'n Slide is an extremely easy program to take any digital images and music, and create a stunning slide show in minutes to share with family and friends. Works with all popular file formats for images and audio. SWF 'n Slide outputs slide shows as the Macromedia Flash file format (SWF) which is the most compatible animation and video file format for Internet applications. SWF 'n Slide is great for anyone who owns a digital camera and wants to share their pictures with others. Share your slide shows over the web, through email, or burn onto CD-ROMS for easy distribution.

  • Platform: Mac, Windows
  • Publisher: Vertical Moon
  • Date: 11-12-2003
  • Size: 3084 KB

Use this program to change the filenames of files to upper, lower, proper (title), sentence case. Load multiple files into the program, and quickly convert the letters (characters)..

  • Platform: Windows
  • Publisher: Sobolsoft
  • Date: 09-09-2006
  • Size: 341 KB

Tryout our advanced PDF Split & Merge Pro application free for splitting large pdf files into single page or N page per file pdf, for merging multiple documents to create a single merged pdf file. Registered software is available with three licenses Single user license, Business license & Site license. Single user is for home user or for single person only, business license permits to use it in corporate world, schools etc with limitation of 5 users while site license available for unlimited users.

  • Platform: Windows
  • Publisher: PDF Splitter
  • Date: 07-01-2011
  • Size: 1454 KB

Want to Convert Lotus Notes Address Book to MS Outlook? Get highly efficient Notes Address Book conversion software to perform the task of Notes Address Book to Outlook conversion easily. Advance SysTools Notes Address Book Converter tool that supports to convert unlimited Notes contacts information (names.nsf) file to Microsoft Outlook PST files. SysTools Address Book Converter tool quickly convert Lotus Notes Address Book to Outlook with excellent features. Software easily works & successfully converts Lotus Notes Address Book information to Microsoft Outlook in few clicks.

Power Audio Convert/Extract Plus is an easy to use freeware and user friendly tool that allows you to convert audio files to various audio formats and extract audio from video files to various audio formats. The program can also rip audio CD tracks to the supported formats. Features: 1) Supported Input Audio Formats: cda,wav,wma,mp1,mp2,mp3,mp4,ogg,aac,alac,flac,ac3,spx,mpc,tta, ape,ofr,midi,adx,mod,mo3. 2) Supported Input Video Formats: .wmv,asf,avi,mpg,mp2,mpeg,mp4,mov,dat 3) Supported Output Audio Formats: wav,wma,mp3,ogg.

  • Platform: WinOther
  • Publisher: ONESTOPSOFT.COM
  • Date: 23-05-2012
  • Size: 5847 KB

Convert ECI (CIS, Epoch J2000.0) Coordinates to WGS 84 (CTS, ECEF) Coordinates. This function has been vectorized for speed. Example Function Call: >> [r_ECEF v_ECEF] = ECItoECEF(JD,r_ECI,v_ECI); Where: JD is the Julian Date vector [1 x N] (units are in days) r_ECI is the position vector [3 x N] (any units are permitted) v_ECI is the velocity vector [3 x N] (any units are permitted).

  • Platform: Matlab, Scripts
  • Publisher: Darin Koblick
  • Date: 12-01-2013
  • Size: 10 KB

SpinCalc is a consolidated matlab function that will convert any rotation data between the 4 types included. Will also convert between 2 different Euler angle set types. Multiple orientations can be input. For N orientations: DCM ===> 3x3xN multidimensional array EA### ===> Nx3 matrix Euler Vectors ===> Nx4 matrix Quaternions ===> Nx4 matrix Input includes error check flag that will warn when Euler angles approach singularity or when appropriate values deviate from unity. Fatal errors issued for improper DCM's etc.

  • Platform: Matlab, Scripts
  • Publisher: John Fuller
  • Date: 10-01-2013
  • Size: 10 KB

Floors a real number and converts it to an N-digit string, e.g. for N=3 input 1 becomes 001, 34 becomes 034 and 876 remains the same. Can be used for various purposes. I wrote it for writing images in a folder such that they have names image001.jpg, image002.jpg, etc. I also used it to display the time in an MM:SS format: tic your_code toc = timeElapsed; [num2strN(round(timeElapsed/60),3) ':' num2strN(mod(timeElapsed,60),2)].

  • Platform: Matlab, Scripts
  • Publisher: Omar
  • Date: 26-06-2013
  • Size: 10 KB

The Game: The N-puzzle is known in various versions, including the 8 puzzle, the 15 puzzle, and with various names. It is a sliding puzzle that consists of a grid of numbered squares with one square missing, and the labels on the squares jumbled up. If the grid is 3?the puzzle is called the 8-puzzle or 9-puzzle. If the grid is 4?the puzzle is called the 15-puzzle or 16-puzzle. The goal of the puzzle is to un-jumble the squares by only making moves which slide squares into the empty space, in turn revealing another empty space in the position of the moved piece.

Convert your Karaoke CDs to MP3+G for use with Computer Karaoke Players like RoxBox.

Features of the Rip-n-Zip Program!

Works with KJPros song Database
version 1.5x
Works with KJPros song Database version 2.x
Has its own song database..

  • Platform: Windows
  • Publisher: RoxBox
  • Date:
  • Size: 6492 KB

A free music CD ripper software that allows you to extract audio files from a CD and convert them to MP3 and Wav format.
MCDKit usage is very simple, you only need to select the CD tracks, the output audio foramt and the folder for saving, then it is OK for MCDKit to do all the conversion job for you. You are also able to rename the output file names to your desired ones before starting to run the conversion..

Need to migrate Lotus Notes Contacts to Outlook, XLS or vCard file? SysTools Notes Address Book Converter v7.0 easily converts Notes Address Book to Outlook with all its information intact. Simple & user-friendly interface allows user to quickly convert Notes Address Book to Outlook with all of its contact information like: Business, Advanced, Personal, and Briefcase. Software supports to convert Lotus Notes contacts individually and in a group. Notes Address Book to Outlook converter software supports to convert & export Lotus Notes contacts to MS Excel and vCard (.

Convert unlimited Lotus Notes contacts into Gmail easily with SysTools Lotus Notes contacts to Gmail software. Software is the user friendly interface you can easily convert all contacts of Lotus Notes into Gmail using CSV file. Software creates a CSV (comma separated value) file for all Lotus Notes contacts after creation you can easily import CSV into Gmail using import option of Gmail. Till now you have been using Lotus Notes for email communication, now you want to use Gmail for sending and receiving email.

New Reviews


Print Inspector

Whether you are using a printer connected to your local desktop computer or a print server sometimes you need to see whats going on in your printer by having a close look at the print jobs sent by the users. Print Inspector is such type software ...


Disk Genius

Disk Genius was formerly known as Partition Guru which is an all-in-one solution for disk partition management, data recovery and disk repairing. It can recover lost files from partition, backup and restore partition table, clone partition or clone ...


Safe In Cloud

It is quite difficult to find any computer users nowadays who do not need to use the web, for any purpose. Whether it is for education or entertainment, the web is your best resource. You also need to use various online services for banking, ...


PictBear

Nowadays, a majority of PC users resort to digital image editing once in a while. It may be required for retouching image captured in smart phones or for creating an album in Facebook. For some people, tinkering with digital images is a pastime too. ...


Panda Cloud Cleaner

PC security has become a tricky and complicated subject both for home users and network supervisors, with complexity and risk factors multiplying over the years. Using a single antivirus app may not be enough anymore. That explains why many users ...


SnapCrab

Nearly every PC users need to take screenshots from time to time, whether it is for personal or professional needs. While using the basic Windows screenshot capture method is available, it is not adequate for everyone. When you want to capture ...


BitKiller

Dealing with various types of data efficiently holds the key to success in any computing task. Apart from generating new data and modifying existing files, it becomes necessary to delete existing files at times. While most users resort to using ...


SeaMonkey, Portable Edition

Using the Internet has become a necessity for a majority of people, including those who do not use a PC regularly. To browse web, stream video or download online content, people often resort to using various third party apps. For example, using ...


TuckAway Intelligent Email Organizer Pro

Using an email software allow you to do a number of things including managing your address lists, emails and even ending memos, documents and even virtual letters. You can also use it to manage your tasks easily. The email software comes in ...


WebAcappella

Web design sector has witnessed several trends and technological innovations affect website development in big ways. With time, designing websites has become easier. Nowadays, you can find web design software that nearly eliminates the need to ...


New Downloads

WinTools.net Classic

Suite of tools for increasing
operating system performance.
WinTools.net cleanly removes
software from disk drives and
...

Voxal Voice Changer Free
for Mac

Voxal is free voice changer
software for Mac designed to
enhance any game or
application that uses a
microphone. Change ...

Pidro Challenge

The Pidro card game - a game
of daring and skill. You and
your computer partner play
against two computer
opponents.

Active@ KillDisk

Active@ KillDisk provides the
ultimate solution how to erase
hard drive data in such a way
that no one can ever retrieve
...

Net Monitor for Employees
Professional

The Net Monitor for Employees
is employee monitoring
software that allows you to
see screens of remote
computers or show ...

IP Tools for Excel

NEW - IP Tools for Excel -
Add-in / Plug-in for Microsoft
Excel. Instant Productivity -
Instant Results in Microsoft
...

Prism Plus Edition

Prism Plus Edition for Windows
is the most comprehensive and
stable multi-format video
converter available. You can
...

Windows 10 Manager

An all-in-one utility for
windows 10 specially, it
includes over forty utilities
to optimize, tweak, clean up
and fix ...

IHDP InHouse Digital
Publishing Win/Mac

Digital Publishing Software
Lifetime License- IHDP Page
Flip Software Solution. Take
PDF file and turn it into an
online ...

Aml Maple

Aml Maple has a new kind of
view on keyboard layout
indicators: simple, modern,
flexible. In addition, you can
change the ...