Some people have a burning need for emacs-like multiple key sequence hotkeys. What do I mean? Ctrl+x Ctrl+s to save the currently open document and exit emacs.
Included as code is a sample wxPython program which implements multi-group...
Advertisement
Tool for compressing JavaScript source code. Eliminates comments, white spaces, line feeds, and other unnecessary characters, making your JavaScript source code substantially smaller so that it can be downloaded faster. Also provides lightweight...
This recipe implements vectors in pure Python and does not use "C" for speed enhancements. As a result, much effort has gone towards optimizing the instructions for the class methods. There are a few things that have yet to be improved,...
Everything you need for processing digital photos. Smart photo downloading to your computer from digital cameras and card-readers; creating photo collections and processing them later as one photo; reading EXIF information and using it for...
All you need for transfering files over the Internet: FTP, FTP over TLS/SSL, SFTP (SSH Secure File Transfer Protocol).
Additional info: Royalty free .NET 1.0, 1.1, 2.0, 3.0 .NET CF 1.0, 2.0 C# and VB.NET samples...
Here are the basic ideas (orientation: C++):
You are responsible to find names for constants and this code provides a way to give values which differ from each other The context is to allow different enums with values starting by...
User friendly template class targeted towards Web-page usage and optimized for speed and efficiency.
Tags can be inserted in a template HTML file in a non-intrusive way, by using specially formatted comment strings. Therefore, the...
During a recent application server design, I came across the need for a thread locking class which supports read and write locks (in the filesystem lock kind of way).
This recipe provides a very simple time profiling module which helps you to measure actual execution time for blocks of Python code without peppering your code with many time.time() statements.
While programming an IPv4-Range class I stumbled upon the need for an efficient integer set type, which doesn't store individual items like the builtin set type does, but which only stores longs and ints, and does this in a run length encoded way...
Whenever you need to send mail via SMTP, download it with POP3 or access a remote mailbox using IMAP from your .NET application, Rebex Mail for .NET will provide the required infrastructure. It allows you to retrieve, create, load, process, save...
Phoenix Portal is one of the very powerful portal system ready for the web administrator's usage. Upload function from ASP Portal system doesn't need any specific COM objects and no need of changing the source code while using Autoupdate function....
MDB2SQL automates Microsoft SQL Server support for Microsoft Access-based applications without the need to rewrite your existing code. MDB2SQL can quickly and cost-effectively convert your Access (.mdb) databases to use SQL Server – without...
MDB2SQL automates Microsoft SQL Server support for Microsoft Access-based applications without the need to rewrite your existing code. MDB2SQL can quickly and cost-effectively convert your Access (.mdb) databases to use SQL Server – without...
A simple brute-force Sudoku solver written in functional-programming style. This code is not aimed for speed, the goal is to write a clear, compact and (hopefully) pedagogical functional solution.
4CM_VisitLog is a programme for counting the hits per page and visitors details in statistical form. This script uses ADODB for multi-database support and for speed working. This tracks file name of pages that have been viewed, data stamp of...
This is a tutorial that suggests users to use ASPEval for dynamically produced ASP code's implementation. Here the author illustrates this process of executing ASP code by retrieving a page from the database and thereby implementing. The author...
Bills Image-Uploader & Resizer is used for PHP based websites to manage image system. It supports uploading a single JPEG file. Thumbnails are created for new files automatically. Code module can be embedded with phpCMS for customization. GD...
A very basic error handling class for use in your code.
A shopping cart for domain names including built-in domain search, web-based admin panel and setup, automatic order confirmation emails, plugins for automatic domain registration and credit card processing, customization with any HTML editor, and... |