Main > Free Download Search >

Free cp software for windows

cp

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 32
CP-8901 1.0

CP-8901 1.0


CP-8901 is a small, simple and easy-to-use application designed to help you check the color value of pixels in the screen. more>>
CP-8901 is a small, simple and easy-to-use application designed to help you check the color value of pixels in the screen. CP-8901 is a small, simple and easy-to-use application designed to help you check the color value of pixels in the screen.
To zoom in around the mouse pointer, start dragging from top left viewer.
To pick up a color, start dragging from top right viewer.
CP-8901 does not require any installation and can be used right after download.
<<less
Download (285KB)
Added: 2007-06-06 License: Freeware Price:
872 downloads
CPIde 2.0.2

CPIde 2.0.2


integrated development environment for Pascal with text editor more>> CPIde is a lightweight integrated development environment for Windows which enables you to write software for the Microsoft Windows .NET platform. The programming language supported by CPIde is Component Pascal. If you dont have Visual Studio .NET, or find it too cumbersome to use, but dont like the idea of using command-line compilers with DOS batch files etc. CPIde is a useful alternative .NET development environment. The Component Pascal Language Component Pascal (CP), a small superset of Oberon-2, is a general-purpose, procedural and object-oriented, programming language. Oberon-2 is a refinement of Modula-2 which, in turn, was an improved version of Pascal. Programmers with experience of any of these languages will find many aspects of Component Pascal very familiar. Component Pascal was developed by Oberon microsystems, Inc. who distribute a Win32 implementation of the language as part of the open-source BlackBox Component Builder. The version of Component Pascal used by CPIde is Gardens Point Component Pascal (GPCP) - an implementation of the language which targets both the Microsoft .NET Framework and the Java Virtual Machine (JVM). The .NET version is available as a command-line compiler and as a beta version integrated into Visual Studio .NET. The .NET version of Component Pascal can be used to develop applications to run on the Windows desktop, webservers and Pocket PCs. CPIde Features CPIde has the following features:
  • General Windows, programmer-oriented, text-editing features
  • Fast and responsive interactive operation
  • Create and run Console and WinForms applications
  • Tabbed multi-document interface for editing multiple source files
  • Auto-indexing of procedures and imports of each source file for code navigation
  • Auto-capitalisation of Component Pascal keywords when typing source code
  • Generate and view interface definition files of .NET or 3rd-party assemblies
  • Control the complete Edit, Compile, Make, Run and Debug cycle from the menu
  • Capture compile errors and console application output in a separate window
  • Click on an error line to take you to the actual line in the source
<<less
Download (list)
Added: 2008-10-23 License: Freeware Price:
388 downloads
CP Sketcher 2.0

CP Sketcher 2.0


CP Sketcher is a free tool that lets you to sketch up a design using real parts and then build it using the plans it creates more>>
CP Sketcher is a program created to design arcade control panels. CP Sketcher is a free tool that lets you to sketch up a design using real parts and then build it using the plans it creates.
Main features:
- Design with real parts
- Ability to create a real CP using position information
- Export high resolution bitmaps
- Custom background images
- Custom CP shapes
- New easy to use menu systems
- New color menu allows for more precise settings and preset colors
<<less
Download (1.47MB)
Added: 2006-08-02 License: Freeware Price:
1195 downloads
Canon CP Printer Driver for CP-200 2.3.1

Canon CP Printer Driver for CP-200 2.3.1


Print any document from Windows applications to your Canon CP-200 printer. more>>

This product is the printer driver for the Canon Card Photo Printer CP-200. Installing it will enable you to print from applications that operate with Microsoft Windows XP and Windows 2000.

<<less
Download (316KB)
Added: 2006-07-03 License: Freeware Price:
200 downloads
Visual TCP/IP Router 1.0

Visual TCP/IP Router 1.0


The program is intended to edit the network routes table. more>> The program is intended to edit the network routes table. Visual TCP/IP Router has the convenient graphic interface for a new route adding and for the deleting of any existent. Its very simple to create new or delete existent route using the Visaul CP/IP Router. For adding select the connection type, addressable destination, network mask, metric (1 by default), select should this route be persistent. Then press "Add route button". If pointed parameters are correct the new route appears in the routes table. To delete route point the IP address and press "Delete Route" button. Another way - find the route you need in the routes table (persistent or active route), press right mouse button on this route and press "Delete" menu item.<<less
Download (654KB)
Added: 2008-04-15 License: Freeware Price: Free
436 downloads
ConPad 1.5.0

ConPad 1.5.0


This light and flexible note editor will allow you to create and edit .cp files more>> This light and flexible note editor will allow you to create and edit .cp files

ConPad is a light, flexible notepad that allows the user to create, print, save or edit ConPad text files (.cp) in a smooth program. ConPad supports file converting, so you can convert .dat or .txt files to .cp files, and vice versa. You can also customise ConPads look (font, background colour and font colour) that will save. In addition, you will be able to associate .cp files with this application.
System requirements:
- Common Dialog Control 6.0 (included in install)
- MsgHook (included in install)

Enhancements:
- Added bug reporting while in the application
- Added error handle, so ConPad wont crash on error.
- Convert file has been improved.
- Added the ability to save to custom files (e.g .cfg, .dat)
- Added the ability to load custom files (e.g .cfg, .dat)
- A few bugs fixed

<<less
Download (291KB)
Added: 2008-10-05 License: Freeware Price: FREE
383 downloads
MTASC 1.13

MTASC 1.13


Motion-Twin ActionScript 2 Compiler more>>
Motion-Twin ActionScript 2 Compiler The MTASC application was designed to be a command line compiler.. It can then be better integrated into [Your favorite editor] by configuring it to compile .as files with MTASC.
The general usage of mtasc tool is : mtasc (your .as class files) -swf (you project swf). Please note that if you have two classes Point and Line with Line.as using Point for its code, you dont need to ask MTASC to compile Point.as when compiling Line.as since it will do it automatically for you.
Then if you want to include the minimal set of classes needed by your program to run, you can simply compile using mtasc Main.as where Main.as is your "main" class, the entry point of your program (if you have any).
Now that you know how to call MTASC, lets have a look at how it works : MTASC takes the SWF file specified with the -swf flag, compile all .as specified files, and update the SWF file by replacing all classes that are present inside it by the newly compiled classes.
To use MTASC instead of Macromedia Flash Compiler, its simple. Open your project and publish it normally (for example project.swf). Now run MTASC using the published SWF as input : mtasc (your as files) -swf project.swf. This will compile your classes and update the SWF that you can use for your website. Please note that MTASC add the compiled classes to the SWF in replacement of ALL classes compiled by Flash.
If you have an error such as class not found, file not found, or class name mistake, you should use the -cp flag in order to add a ClassPath to MTASC (that means a directory where it will look for .as files). For example if your classes are in the /code directory, do not call mtasc code/Hello.as because it will look for the class code.Hello (with package code), but call instead mtasc -cp code Hello.as.
<<less
Download (339KB)
Added: 2007-11-19 License: Freeware Price:
457 downloads
ConnectPal Password Sesame 1.0

ConnectPal Password Sesame 1.0


A utility that greatly enhances your task in managing those cumbersome usernames and passwords needed by password protected web sites. Its user-friendly and intuitive interface allows you to use the s more>>
A utility that greatly enhances your task in managing those cumbersome usernames and passwords needed by password protected web sites. Its user-friendly and intuitive interface allows you to use the software almost immediately after the setup wizard has installed the software. CP Password Sesame not only stores your usernames andpasswords but it can also display the correct username and password for the web site you are visiting smartly and automatically. It is also highly customisable and it encrypts your passwords to prevent unwanted access.
<<less
Download (1665K)
Added: 1998-06-24 License: Freeware Price:
4139 downloads
Advanced Dork: 2.3.3.3

Advanced Dork: 2.3.3.3


Firefox extension that was designed to give quick access to many of Googles Advanced Operators more>> Firefox extension that was designed to give quick access to many of Googles Advanced Operators

Advanced Dork: is designed to give quick access to many of Googles Advanced Operators

Main features:
- Highlight any text, right click, and choose from over 15 Advanced Google Operators. This function can be disabled in the options menu.
- Right click anyware on the page with no text selected to be provided with the active pages HTML title for use with Googles intitle Operator, and the active pages HTML ALT tags for use with Googles allintext Operator. This function can be disabled in the options menu.
- Right click on a link and choose from site: links domain, link: this link, and cache: this link. Site: links domain will only search the domain name, not the full url.
- Right click the URL Bar (aka Address Bar) and choose from site, inurl, link, and cache. Inurl works with the highlighted portion of text only. Site will only search the domain name, not the full url.
- Enable/Disable Highlighted Text Dorking. - On by default.
- Enable/Disable Title and ALT Dorking. -On by default.
- Enable/Disable Link Dorking. - On by default.
- Enable/Disable URL Bar Dorking. - On by default.
- Use ssl.scroogle.org instead of Google.com - Off by default.
- Open in New Tab rather than in active window - On by default.
- Copy the Text used in the search to the clipboard. - Off by default.

System requirements:
- Firefox: 1.0 - 3.1a1pre

Enhancements:
- Added pt-BR locale,
- Updated MaxVersions

<<less
Download (25KB)
Added: 2008-09-29 License: Freeware Price: FREE
400 downloads
 
Other version of Advanced Dork
Advanced Dork: 2.1.8CP - Advanced Dork. Firefox extension that was designed to give quick access to many of Googles Advanced Operators Advanced Dork: is designed to give quick access to many of
License:Freeware
Download (13KB)
715 downloads
Added: 2007-11-24
Advanced Dork 2.1.7CP - Advanced Dork. Advanced Dork 2.1.7 is a handy and intelligent system which allows you to fast and easily access Google's Advanced Operators directly from the context menu
License:Freeware
Download (13KB)
24 downloads
Added: 2007-10-08
Advanced Dork: 2.1.4CP - Advanced Dork. Advanced Dork: is a small, yet powerful Firefox extension designed to give quick access to many of Googles Advanced Operators
License:Freeware
Download (13KB)
561 downloads
Added: 2007-05-02
Amazon Explorer 1.0.8

Amazon Explorer 1.0.8


Amazon Explorer brings a useful tool which enables users to make shopping online a much greater and more fun experience. more>>

Amazon Explorer 1.0.8 brings a useful tool which enables users to make shopping online a much greater and more fun experience. Built into the program are a number of features that will simplify Internet shopping. Some of these include being able to search multiple sites at once to find the best and cheapest results; automatic links to some of the more useful home pages, top selling products, and new products at each site; and the ability to create a shopping list so you don't forget what you're shopping for (this can be done manually by typing in what you want, or automatically from the page you're viewing). You can also bookmark pages making it easier to return.

Requirements: Windows 2000/XP

<<less
Download (2.3MB)
Added: 2002-08-02 License: Freeware Price:
downloads
 
Other version of Amazon Explorer
Amazon Explorer 1.0CP Developments - Amazon Explorer. Amazon Explorer is a revolutionary free program which makes shopping online a whole lot easier. Made up with a list of cool, useful features
License:Freeware
Download (2.3M)
384 downloads
Added: 2008-11-04
OwnTheCards 0.9.2.4

OwnTheCards 0.9.2.4


Play Texas Holdem with friends setting up your own rules. more>>

OwnTheCards 0.9.2.4 is considered as an interesting and easy to play game that will bring you a lot of fun. Having trouble playing Texas Hold'em with your friends online? Unfortunately, all of the online sites are setup to make it easy and convenient for you to play poker with strangers.

That doesn't leave anything for the groups of friends and people who want to play with each other on private tables, with their own game styles, chip counts and blind levels. This suite gives you ability to set up a game with your friends, where you decide on factors such as blinds, chip counts. You can play for fun.

<<less
Added: 2009-07-14 License: Freeware Price:
13 downloads
Combined Community Codec Pack 2009.09.09

Combined Community Codec Pack 2009.09.09


Combined Community Codec Pack 2009.09.09 is a filter pack that was designed for anime players and to replace the video playback packs provided by several anime fansub groups in favor of a single reliable pack capable of decoding practically any groups files - without breaking compatibility for other formats. more>>

Combined Community Codec Pack 2009.09.09 is a filter pack that was designed for anime players and to replace the video playback packs provided by several anime fansub groups in favor of a single reliable pack capable of decoding practically any groups' files - without breaking compatibility for other formats. Since then it has grown into a pack that can decode more or less anything that you will run into during your travels on the internet.

Enhancements:

  • Things built with VS2008 SP1 and/or GCC 4.3.3. Using March 09 DXSDK.
  • All components built for CCCP show in file resource under "Special Build Description".
  • Updated components:
    • FFDShow r3065
    • MPC-HC r1264
    • Haali 2009-01-11
    • Removed Zoom Player
  • Added licenses which install to Legal folder if any such license exists for the project.
  • Use EVR-CP renderer on Vista+ if D3X* DLLs available, otherwise VMR7. Use Overlay for older OSes.
    • Added prompt on install if user has no D3X* dll's on Vista or greater (this check is identical to MPC-HC's) and lets them know they will need to install the DX End-User Runtime binaries in order to make full use of MPC-HC. Important for using EVR-CP without nagging message.
    • Disable Show OSD by default in MPC-HC.
  • Added VSFilter as preferred decoder in MPC (Win7 compatibility).
  • Added extra ffdshow components: ff_kerneldeint, ff_samplerate, TomsMoComp_ff, ff_unrar, ff_wmv9, and ffmpegmt.
  • Added mpciconlib (sans 256x256 icons).
  • Fixed installer not asking you to "Reset All Settings" if you were asked to restart. Added all post install options to custom page in installer.
  • Fixed Save Thumbnails feature in MPC-HC.
  • Fixed extra backup entries in Vista+ Default Program interface for MPC-HC.
  • Fixed CCCP Settings not allowing Re-Register checkbox if no players installed.
  • CCCP Settings: Added options for H.264 MT (Multithreading with ffmpegmt, still experimental), Theora, EAC3, and TrueHD. Only one option for DRC now (used by AC3 and EAC3). Added checkboxes next to Filetype Associations to use the icons in mpciconlib.
  • MPC-HC Options: Enabled MPEG2 decoder in MPC-HC by default, it causes less issues for the most part using Gabest's decoder in MPC than other commercial decoders. "Keep history of files" enabled by defualt, used by GTSdll. Disable Animation is disabled, and sub buffering returned to value of 3.
  • FFDShow Options: Enabled Theora, H.261, MP41/2/3, HuffYUV, SVQ1, SVQ3, QT RPZA, QT RLE, MJPEG, TrueMotion, CamStudio, Indeo 2/3, VP3, VP5, VP6, CorePNG, MSZH, ZLIB, EAC3, TrueHD, MLP, QDM2, MACE. HQRGB enabled by default, only affects screenshots taken with ffdshow with default settings. Reverted a "fix" in ffdshow which makes certain channels even softer in a 5.1->2ch downmix.
<<less
Download (5.9MB)
Added: 2009-09-07 License: Freeware Price: Notavailable
downloads
PSPad editor 4.5.4.2356

PSPad editor 4.5.4.2356


PSPad editor is a programmers editor with support for multiple syntax highlighting profiles. It comes with a hex editor, CP conversion, text differences, templates, macros, spellcheck option, auto-completion, Code Explorer and much more. more>>
PSPad editor is a programmers editor with support for multiple syntax highlighting profiles. It comes with a hex editor, CP conversion, text differences, templates, macros, spellcheck option, auto-completion, Code Explorer and much more. The program is pre-configured for the most popular programming languages (VB, C++, SQL, PHP, ASP, Python etc.) and you can further customize the syntax settings. PSPad includes several additional tools that are especially useful for HTML editing (compress, format code) and also integrates TopStyle Lite and TidyHTML. The program can be used as IDE for any compiler. Additional features include support for project, file browsing, custom shortcuts, built-in FTP client to edit files on the server and much more.
<<less
Download (3.44MB)
Added: 2009-07-12 License: Freeware Price: $0
1799 downloads
 
Other version of PSPad editor
PSPad editor 4.5.3.2298It comes with a hex editor, CP conversion, text differences, templates, macros, spellcheck option, auto-completion, Code Explorer and much more. The program is pre-configured for the most
License:Freeware
Download (3.44MB)
2442 downloads
Added: 2008-01-06
Price: $0.00
License:Freeware
Download (3.1MB)
3127 downloads
Added: 2006-02-22
Google 403 Bypassser 1.0

Google 403 Bypassser 1.0


Google 403 Bypassser is a useful Firefox extension which will automatically/manually bypass these google 403 errors more>>
Due to viruses and script-kiddy tools google now blocks searches it deems questionable. An example of one search would be: "Powered by Phpbb 2.0.6..10".
Google 403 Bypassser is a useful Firefox extension which will automatically/manually bypass these google 403 errors. To manually bypass google 403 errors right-click and go to the appropriate item.
Thanks to cp for help testing and to dougdrums for figuring out how to bypass the google 403 errors.
<<less
Download (8.76KB)
Added: 2006-02-14 License: Freeware Price:
1425 downloads
Translit To Cyrillic 1.0.23

Translit To Cyrillic 1.0.23


Convert English or German text to and from Russian Cyrillic text. more>>

Translit To Cyrillic 1.0.23 is a convenient tool which can convert to and from Russian transliterated, as well as KOI8, CP 1251, and other Russian encodings. It comes with a multilingual interface, with the language of its interface changeable on-the-fly from the Settings menu. It supports both English and German. This version has updates to the graphic interface and flat buttons as well as two new code pages: ISO-8859-5 and DOS IBM-866.

<<less
Download (1.4MB)
Added: 2001-03-22 License: Freeware Price:
324 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3