|
|
Programmers
|
SCML 3D FRAME OCX License: Freeware
|
|
|
The SCML 3D FRAME OCX is an OCX control allowing the programmers to display nice frames on their Visual Basic forms without resorting to use a drawing software.
Author: Michel Lambert| Date: 27-11-2003 | Size: 333 KB
|
|
- |
|
DumpHex License: Freeware
|
|
|
DumpHex is a configurable Win32 Command line Hex Viewer for any kind of files. DumpHex allows you to change the amount of bytes dumped per line, whether the data should also be putted out as chars, and the replace character for non-printable chars. You may also set an start offset, the length of the hex dump and various other options effecting the format of the outputted data. With its capabilities of changing all settings, DumpHex is a very useful tool for programmers and software developers which have to handle binary files.
Author: Robert Bachmann| Date: 05-02-2003 | Size: 31 KB
|
|
- |
|
Batch Replacer License: Freeware
|
|
|
Batch Replacer is a multi-string search-and-replace filter necessary for webmasters, programmers and everybody who is concerned with computers. Both text and binary files can be processed by the program. Many options are available.
Author: ReplSoft team| Date: 08-12-2003 | Size: 520 KB
|
|
- |
|
Janex]|[Builder License: Freeware
|
|
|
Janex]|[Builder gives Java programmers the possibility to give their users their applications with EXE files. To achieve this, the Janex]|[Builder user has only to enter the proper command line into Janex]|[Builder, which starts the Java application. The command line will then be implanted into an EXE file. The Java application can be started by an EXE file if the JVM is in the right path respectively if the directory is entered in the correct path of windows. At the moment it is only possible to enter one command line into Janex]|[Builder. In the next version of Janex]|[Builder it will be possible to enter an unlimited number of command lines. Additional features will also be added. You have to be careful that the EXE file is in the correct directory in relation to the directory which is used in the command line.
Author: metholution| Date: 09-03-2004 | Size: 200 KB
|
|
- |
|
FTP Component License: Freeware
|
|
|
Microsoft’s .NET Framework class library contains no classes that will allow developers to access File Transfer Protocol (FTP) services directly. KCommon’s FTP component was designed to compensate for the fact that .NET lacks FTP support. With this FTP component, programmers can build either Windows Forms or ASP.NET (Web Forms) applications that will allow users to send or receive a single file or multiple files, using the FTP protocol. Operations for synchronous and asynchronous (using a callback or an event) transfers are supported. KCommon supports passive mode, but does not support active mode, which could cause problems with poorly written firewalls. Recall that in passive mode, the data flow is set up and initiated by the FTP client, rather than the server. This means improved security for the client computer, because it won’t have to deal with data flow being set up by the server. The component is written in C#. It is not marked as CLS compliant. It does not support proxy servers. The online description erroneously refers to an FtpSession type (it should be Session).
Author: ComponentSpot| Date: 08-05-2002 | Size: 843 KB
|
|
- |
|
cryptlib License: Freeware
|
|
|
Cryptlib by Peter Gutmann is a security toolkit that allows even less experienced programmers to add strong encryption and authentication services to their programs, security features that are becoming more and more indispensable. The library attempts to hide the low-level details of encryption/decryption and authentication from programmers, allowing them to quickly make their projects more secure. Some of the symmetric encryption (private key) and authentication algorithms that cryptlib supports include the following: · AES (Rijndael) · Blowfish · DES, 3DES · RC2, RC4, RC5 The following hash algorithms are available in the library: · MD2, MD4, MD5 · RIPEMD-160 · SHA It offers services such as: · S/MIME · SSL/TLS · ssh It features various hashed message authentication code algorithms: · HMAC-MD5, HMAC-SHA, HMAC-RIPEMD-160 Finally, asymmetric (public/private key) encryption algorithms such as the following are available: · Diffie-Hellman, DSA, RSA cryptlib can also be used with a variety of crypto devices (for example, Fortezza cards and Smart cards). The library is free if used in personal, freeware, or shareware projects. The library is written in C. ActiveX and C++ wrappers are provided. The project is OSI Certified Open Source Software.
Author: ComponentSpot| Date: 10-03-2004 | Size: 1347 KB
|
|
- |
|
blueshell ADO Survey Kit License: Freeware
|
|
|
bAsk - the blueshell ADO Survey Kit - is a new diagnostic toolkit for ADO programmers. It presents viewers for all types of ADObjects. bAsking is better than debugging! It's freeware! Link bask.dll to your VB project and view all your ADObjects! You may include calls to bAsk in your program code or you may use it from Visual Basic's Immediate window. View DataEnvironments, Forms with bAt Controls, recordsets, fields, catalogs and more. Calling the viewer There is a (and currently only one) simple interface to bAsk: The method View. It takes any bAsk-visible object as its argument. It automatically detects the type of the object and routes it to the appropriate viewer. Examples: => View DataEnvironment1: Views the Data Environment named DataEnviroment1 => View Forms: Views the Forms collection of your VB application => View rec1: Views a recordset named rec1 => blueshellAsk.View rec1: Same as above, using full qualified identification (in case you have another Sub called "View"). You may look at the examples "Northwind" and "Scott" supplied with blueshell Active Tables and see how they are using bAsk.
Author: Harry von Borstel| Date: 15-09-2003 | Size: 1257 KB
|
|
- |
|
CodeClip License: Freeware
|
|
|
Imagine commenting your code or script just by...talking! Communicate with students, code maintainers, future programmers, and fellow scriptwriters in your own voice and language, using The Code Closet's revolutionary CodeClip. You can also attach Web links, pictures, diagrams, bug reports, non_English documents, and executable files at the very line in your script or code referencing them! The software is targeted at programmers, Web page authors, teachers, network administrators, and anyone who writes scripts that control computer application behaviors. It is extremely useful to teachers, authors of technical books and/or tutorials, code librarians, and anyone whose native language is not English. One of our beta-testers told us her son had discovered a totally non-technical and unexpected use - as a speech writer! For technical users, the source code or script file that they produce is written in plain (also called ASCII) text. It is usually written with some kind of plain text editor, often specially designed for that kind of programming or script - Web designers might use an HTML editor, for example, and a programmer might use the Visual Basic or Visual C++ development tools. The output files that are produced for these purposes must remain as plain text so that the compiler or interpreter that tells the computer what to do can understand (or 'parse') the contents of those input files easily. Because the scripts or source code are often difficult to read and understand by anyone other than the original author, most good programmers and script writers put comments and notes into their code. That makes it possible for someone else to add to or fix the original code, or even for the original author to remember what he or she was doing years later after they've long forgotten. This step, often overlooked by inexperienced coders and script writers, is critically important to professionals - the value of software is only as good as your ability to maintain it.
Author: F. Scott Deaver| Date: 07-01-2003 | Size: 19162 KB
|
|
- |
|
Little RGB Color Picker License: Freeware
|
|
|
Select a color from the palette and this handy little utility displays the html hex code and the RGB values for that color. Fine tune the color using the sliding controls. Also shows a color sample. Copying the codes to the clipboard is just a click away. Great for programmers or graphic and web designers.
Author: Highdesert Software| Date: 28-04-2003 | Size: 1231 KB
|
|
- |
|
MU-Trace License: Freeware
|
|
|
Mu-Trace can help programmers who are working on a bigger project and are working in a group. Many additional features, compared with the standard output. Add up to 255 users and define an individual color per user. 30 individual output levels per user can be defined. Toggle the output based on user or level. Auto. time of occurrance added to output. Debug at your customer site.
Author: Image Integration| Date: 15-03-2000 | Size: 515 KB
|
|
- |
|
PADbased_UpdateChecker License: Freeware
|
|
|
PAD is a new submission standard for programmers to present their software information to software publishers and journalists. but PAD is much more functional. The PADbased_UpdateChecker scrutinizes all PAD-based programs for the latest updates and can be compaired with harddisc versions. If an update exists it can be downloaded with one mouseclick only. The user may include any PAD-based program to the list or remove unwanted entries.
Author: Detlev Schaefer| Date: 12-09-2000 | Size: 98 KB
|
|
- |
|
seRename License: Freeware
|
|
|
File rename and management for serious users/programmers. A script program compiled! JavaScript/Perl regular expressions for powerful file management are the heart of seRename & set it apart from other such utilities. Other operations: change case, use attributes, sub-directories, omit files, pre-testing, etc. Command line or GUI operation. Right click option in Explorer. Interactive control and settings. Set defaults. Comprehensive help file.
Author: Nombas, Inc.| Date: 07-02-2001 | Size: 3000 KB
|
|
- |
|
The Snippet Bank License: Freeware
|
|
|
Snippet Bank is a coders database for the storage and retrieval of reusable code snippets. It offers search, query, search and replace, unlimited categories and export to clipboard functions and is VERY simple to use. It is useful to software and web programmers and contains NO adware, spyware or backdoor technologies of any kind. If it's a simple and fast code database you are after, help yourself to a copy.
Author: The Software Zone| Date: 04-06-2003 | Size: 1301 KB
|
|
- |
|
Envirolyzer License: Freeware
|
|
|
Created to help you streamline your programming and site administration tasks, Envirolyzer automatically analyzes your server and client environments including paths to Perl, Qmail and Sendmail and returns an easy-to-read report in your web browser.
Author: Craig Richards Design| Date: 01-01-2003 | Size: 4 KB
|
|
- |
|
OstroSoft Winsock Component License: Freeware
|
|
|
COM library for Visual Basic 6, providing an easy access to the network layer of operating system (UDP and TCP sockets). OSWINSCK.dll serves as a wrapper for Winsock API and helps programmers to abstract from complexity of API calls and concentrate on application functionality.
Author: OstroSoft| Date: 14-03-2004 | Size: 29 KB
|
|
- |
|
QSetup Installation Suite License: Freeware
|
|
|
QSetup is a most effective installation program, for high quality sophisticated setups. QSetup features intuitive interface, that will help you create solid installations in a very short period of time. QSetup will produce a single Self Extract installation file. QSetup is a 32 bit Windows program. It will run and create installations for: Win95/98/ME/NT4/2000/XP. QSetup is FREE for use by independent programmers.
Author: Pantaray Software Systems| Date: 15-06-2003 | Size: 1832 KB
|
|
- |
|
BackEdit License: Freeware
|
|
|
BackEdit is a scriptable (vbscript) programmers editor with custom: syntax highlighting, auto-completion, completion-proposal, favourite directories, with integrated: Internet Explorer, database browser/designer, XML Editor, Virtual ASPServer,(scriptable) graphics editor supporting .bmp .gif .jpg and .png, file launcher; unlimited document quantity and length, dropdown HTML color selector, batch file operations (flags, find and replace). NEW: block files, copy source as HTML, subedit, create objects, WYSIWYG HTML editor, templates, improved highlighting, r.e substitute, smart code etc.
Author: Jan Verhoeven| Date: 17-11-2001 | Size: 1064 KB
|
|
- |
|
Fall Of the Leaves License: Freeware
|
|
|
GameFalls.com presents new freeware 3D Screensaver for all - Fall of the Leaves. Autumn is the most beautiful season that inspires poets, song writers and … programmers! To prove this just download the Screensaver and you will be covered with colored maple leaves, blue sky with white clouds breathes with calmness, leaves movement charms. Find time for yourself, download the Screensaver and relax, meditate and be happy!
Author: GameFalls.com| Date: 01-11-2004 | Size: 800 KB
|
|
- |
|
CustomChat Server License: Freeware
|
|
|
The CustomChat Server is for novices and advanced programmers. It requires only a browser for an Administrator to manage chat rooms. Use the Room Creator to design and create a totally customized conference area with multiple chat rooms in minutes. Embed Audio and Video or presentations. This software can be totally branded to your corporate identity, without losing control of your design...
Author: CustomChat Inc.| Date: 01-12-2001 | Size: 9243 KB
|
|
- |
|
CustomChat Server License: Freeware
|
|
|
The CustomChat Server is for novices and advanced programmers. It requires only a browser for an Administrator to manage chat rooms. Use the Room Creator to design and create a totally customized conference area with multiple chat rooms in minutes. Embed Audio and Video or presentations. This software can be totally branded to your corporate identity, without losing control of your design...
Author: CustomChat Inc.| Date: 01-12-2001 | Size: 9243 KB
|
|
- |
|
USBLoad License: Freeware
|
|
|
The funcard USB software is especially developed for all who regularly use a standard/slow funcard 6 for eg updating a CAM. Programming a standard funcard 6 to update a CAM takes minutes. The fun USB is the solution for time consuming updating of a cam and a good alternative for the CAS interface. When the funcard USB has been programmed it acts like a “standard’ funcard 6. All USB communication takes place in the funcard USB. So you can program the funcard USB with full USB speed. The programmer is just a simple interface to establish the connection between computer and smartcard. Programming the complete fun USB takes just 11.5 seconds. It takes several minutes with other programmers to program a standard funcard 6!
Author: Argolis BV| Date: 05-10-2004 | Size: 379 KB
|
|
- |
|
ME Consultant License: Freeware
|
|
|
A freeware collection of powerful, interactive machining calculators and data tables packaged inside a graphical interface. Calculators include detailed machining (mill, drill, turn), drill depth, volume, weight, and surface finish. Data tables include screw thread (extensive), drill chart, center drill, and hardness conversion. Inch and metric data are supported. Detailed user guide. Designed for CNC programmers, manufacturing engineers, workload planners, design engineers, and other professionals involved with machining or machined products.
Author: Michael Rainey| Date: 04-10-2003 | Size: 500 KB
|
|
- |
|
pmaCalc License: Freeware
|
|
|
pmaCalc combines a scientific calculator, binary arithmetik for programmers, and unit converter in an interesting package. In addition to a fair range of scientific functions, it has an unusual numeric stack, and a binary mode that supports decimal, hexadecimal, octal, and binary arithmetic, with a full complement of logical operators and bit manipulation instructions. It has7 lines: hex, oct, dec, bin, ascii, 2's compl. and roman. Each line is clickable for new data input. The others immediately reflect that data input in their respective bases. You can enter expressions by pressing buttons or by typing them in (it's advisable to take care with the syntax), and the stack offers a flexible alternative to the usual memory functions. You can use fixed,floating and sci. point modes. Other features include a Euro converter that handles all European Union currencies, 150+ Units and 500+ Convertions.
Author: Mario Prem| Date: 10-10-2003 | Size: 639 KB
|
|
- |
|
ScriptBiz.com Developers Toolbar License: Freeware
|
|
|
A webmasters toolbar featuring over 30 different search engines both developer related and the major portals. A true webmasters workhorse, that will make your everyday searching easy whether you're searching for programming, software or even shoes! If you're a webmaster constantly searching your ranking, ratings, other domain statistics, our toolbar is the answer for you. With one click, have all the results shown to you on one page with our option to expand all your searches - Cuts your search time in half guaranteed. Also features a large amount of links to some of the best public and private webmaster resources available. Small and compact.. this little toolbar does not get in your way. It's a great start for the new webmaster/programmer, or an excellent reference tool even for the verteran web developer.
Author: ScriptBiz.com| Date: 09-02-2004 | Size: 769 KB
|
|
- |
|
r8brain License: Freeware
|
|
|
This utility program was designed to allow both amateur and professional users to perform high quality sample rate conversion of WAV files. For example, if your WAV file was recorded or saved as 48000 (or 96000) file and you need it to burn onto a CD you will likely need to convert it to 44100 before that. This utility will help you to perform such conversion. r8brain also supports batch processing which is essential if you need to transfer all your project's audio data from one sample rate to another. Programmers can use standalone converter DLL in their programs free of charge.
Author: Aleksey Vaneev| Date: 26-05-2003 | Size: 553 KB
|
|
- |
|
ODBscript License: Freeware
|
|
|
ODBscript is the world's easiest scripting language for developing interactive, database-enabled Websites, even for non-programmers. Fast application development also makes it ideal for Rapid Prototyping. Runs as a CGI (or offline) to process HTML files with embedded script programming. Uses ANSI SQL through ODBC. (Works with MS-Access, SQL Server, MySQL, Paradox, FoxPro, or any database with an ODBC driver.) A registered version is available with more functionality, and an ISAPI version is available for improved efficiency.
Author: ODBscript| Date: 03-12-2004 | Size: 228 KB
|
|
- |
|
Scribble Pad License: Freeware
|
|
|
Scribble pad is the ultimate utility for accessing often used text. Any of 1900+ items of text can be recalled to the Scribble Pad editor with only two mouse clicks - one on the group and one on the item. You never need to open a file. Items can be pasted into one another simply by dragging and any item can be sent directly to the Windows clipboard with a single mouse click. Scribble Pad is therefore equally ideal as a personal information management system, a document assembler, a text clippings library or a programmers sub and function library. The local area network version allows any number of workstations to share a further 1900+ items on the server. The server items are automatically updated at each workstation so, in addition to its primary purpose, Scribble Pad is also a simple but effective inter-workstation messaging system.
Author: John Turnbull| Date: 26-12-2003 | Size: 988 KB
|
|
- |
|
Timesheets Lite License: Freeware
|
|
|
Timesheets Lite is our free timesheeting software. It is ideally suited to a project based environment where you need to track your employees time against projects. Key features of Timesheets Lite include: Completely free for use Simple to use interface Create and delete employees and projects Allow employees to book time against projects Generate reports suitable for invoicing in Microsoft Excel Multi user system with user security (including password control) and permissions Centralised database allowing multiple client installations and one secure database location Uses Microsoft Access database allowing you to generate your own reports easily using Access. Full source code available for modification On going support and development Timesheets Lite is ideal for: Project based businesses Consultants Builders Accountants Programmers Engineering firms
Author: Mark Nemtsas| Date: 21-08-2003 | Size: 2755 KB
|
|
- |
|
FreeTextBox License: Freeware
|
|
|
Revjon’s FreeTextBox control provides programmers with a user interface element for a WYSIWYG HTML editing environment similar to what is available in word processors. Developers can add text-editing capabilities to ASP.NET (Web Forms) Web pages. Users can therefore edit text and click on buttons to format their text, just like in a text editor. The control is written in C# and has many options for customization. It can be validated using standard ASP.NET validators. The code is not marked CLS compliant, so developers may encounter problems when using it in languages other than C#. MSHTML is reputed to make certain changes to HTML code, such as changing relative URLs to absolute. Developers can prevent this by using the control’s properties. Some developers have noted that it has problems in Opera 7. It lacks find and replace, as well as a context menu.
Author: ComponentSpot| Date: 10-03-2004 | Size: 1042 KB
|
|
- |
|
Colors Builder License: Freeware
|
|
|
Program "Colors Builder" is intended for creation of harmonious color circuits for web-site and formation of sets of palettes for web-design. Opportunities of a choice of primary colour from a palette of colors are included in the program: using Windows dialogue, from scale of the colors generated by the program and "manual" input hexadecimal HTML codes of color. The program visually allows to select color scales from chosen (primary) colour with smooth transition from one color to another and to determine their six-digit hexadecimal codes. In the program the opportunity of preservation of the received color circuits is stipulated as: TXT a file and its viewing in the text editor; HTML a file and its viewing in the browser; copying of codes of colors in a clipboard. The program will be useful to web-designers and to programmers. It has intuitive - understandable interface, without installation.
Author: SoftHolm Inc.| Date: 05-12-2004 | Size: 183 KB
|
|
- |
| 1 | 2 |
|
|
Universal Explorer
Powerful windows explorer file manager and viewer.

Disk Size Manager Analyses hard disk space and collects statistics.

Web Data Extractor Email marketing software to extract specific contact.
 BackStreet Browser Powerful Offline Browser - Download Entire Website.
ListMotor Email List Manager, operates with email stored in simple text files or csv files.

|