Software Index
Related Topics
Popular Trends
Trending Topics
 

Circular Queue Implementation

All | Freeware
Product Title  /  Popularity Revised License Rating Size
Memory Structures Library for Mac
Includes a complete data structures/collection classes library, memory tracing, memory debugging, entry/exit tracing, exception handling, definable memory handlers, built-in threads support and much more.

The MemSL has implementations of structures (i.e. threaded trees, AVL trees, dynamic hashing) that are extremely hard ...
October 1st 2011 Freeware    1,372k
MailBee SMTP Component
MailBee SMTP object is an easy to use component for creating and sending e-mail messages. It supports creating both plain-text and html-formatted messages with attachments and inline objects (including automatic alternative body creation, automatic scanning and adding attachments for specified ...
October 6th 2004 Shareware    1,850k
Remote Queue Manager Personal
Remote Queue Manager is a professional tool to manage print jobs. There is no need to install any drivers to control a remote printer. The program uses the remote computer's drivers. Instead of searching through non-descriptive job names, Remote Queue ...
June 3rd 2005 Freeware    1,846k
Remote Queue Manager Professional
Remote Queue Manager is a professional tool to handle print jobs. There is no need to install any drivers to control a remote printer. The program uses the remote machine's drivers. Instead of hunting through non-descriptive job names, Remote Queue ...
July 30th 2005 Shareware    2,697k
Complete Mail Server
Complete Mail Server is high-performance professional SMTP/POP3 server software engineered for corporations and ISPs to satisfy business needs in ultra fast, flexible and reliable mail server. It works along with any email program or mailer and offers a lot of ...
December 8th 2005 Shareware    1,756k
MailBee Message Queue
MailBee Message Queue is a queue-based email-sending system that operates as a Windows NT service intercepting "send e-mail" requests from MailBee.SMTP objects and then sends email in a background. This allows MailBee.SMTP object to operate very quickly because MailBee.SMTP object ...
February 12th 2006 Shareware    137k
MailBee.NET SMTP
MailBee.NET SMTP is a set of powerful and robust .NET component for composing, mail merge, and sending mail to SMTP servers, to MailBee Message Queue or IIS SMTP queue, or directly to end recipients (via DNS MX lookup).

Written in ...
November 12th 2008 Shareware  5 stars 5,671k
MailBee.NET Objects
MailBee.NET Objects is a set of powerful and robust .NET components for composing, sending, accessing and parsing mail on SMTP, POP3 and IMAP4 servers.

Written in 100% managed C# code, MailBee.NET Objects can be used in desktop, console, and ASP.NET ...
November 13th 2008 Shareware  5 stars 5,671k
ActiveEmail SMTP/POP3 Toolkit
The ActiveEmail OLE/COM component provides SMTP- and POP3 e-mail functionality to any Windows development platform. The product features: Multiple recipients (To,CC,BCC), multiple attachments (ASCII and binary), Rich Text HTML formatting, Unicode, multiple character sets (incl. ISO-8859-1, ISO-8859-2, ISO-2022-jp, UTF-7, UTF-8), ...
September 27th 2007 Shareware    1,074k
CactusView
CactusView is an image viewer that is not just a tool to view an image. It is a tool that lets you do almaost any task on the image that any non-professional person needs. you can crop with a circular ...
March 18th 2009 Shareware  5 stars 4,250k
HP LaserJet M4345 MFP PCL6 Driver 61.082.61.41
Fixes:

Navigating to Printing Shortcuts resets Job Storage options.
Admin to admin PnP performance problem
EMF bloat with PowerPoint? 2003 files
PCL5 embedded Visio image in MS Word - part of graphic missing
PostScript driver is unable to do multiple copy application collation, instead it ...
April 21st 2011 Freeware    17,388k
HP LaserJet M4345 MFP PCL5 Driver 61.082.61.41
Fixes:

Navigating to Printing Shortcuts resets Job Storage options.
Admin to admin PnP performance problem
EMF bloat with PowerPoint? 2003 files
PCL5 embedded Visio image in MS Word - part of graphic missing
PostScript driver is unable to do multiple copy application collation, instead it ...
November 17th 2011 Freeware    17,121k
HP LaserJet M5025/M5035 MFP PCL5 Driver 61.082.61.41
Fixes:

Navigating to Printing Shortcuts resets Job Storage options.
Admin to admin PnP performance problem
EMF bloat with PowerPoint? 2003 files
PCL5 embedded Visio image in MS Word - part of graphic missing
PostScript driver is unable to do multiple copy application collation, instead it ...
June 22nd 2011 Freeware    17,152k
Yasm
Yasm is a complete rewrite of the NASM assembler under the "new" BSD License (some portions are under other licenses, see COPYING for details).

Yasm project is designed from the ground up to allow for multiple assembler syntaxes to be supported ...
January 21st 2011 Freeware    1,382k
SoftHSM
SoftHSM is an implementation of a cryptographic store accessible through a PKCS#11 interface. It can be used to explore PKCS#11 without having a Hardware Security Module. It is being developed as a part of the OpenDNSSEC project. SoftHSM uses Botan ...
January 10th 2011 Freeware    369k
Ruby Crypt
Ruby Crypt library is a pure-ruby implementation of a number of popular encryption algorithms. Block cyphers currently available include Blowfish, GOST, IDEA, and Rijndael (AES). Cypher Block Chaining (CBC) has been implemented. Twofish, Serpent, and CAST256 are planned for release ...
July 1st 2011 Freeware    20k
couchdb-glib
CouchDB-glib is a GLib-based implementation of the client side protocol for CouchDB, a replication and synchronization database from the Apache project.

Building:

To build it, the following dependencies are needed:

* json-glib >= 0.7.2
* glib and gobject
* libsoup >= 2.4

To ...
May 16th 2011 Freeware    307k
CryptoLib
CryptoLib is a library that provides the implementation of several cryptographic algorithms.

It is designed as an extension to the .Net Framework cryptographic library, and it is totally interoperable with its classes.. . Publisher of CryptoLib, Author of CryptoLib 0.1. CryptoLib ...
October 26th 2011 Freeware    72k
snimpy
snimpy is an interactive SNMP tool written in Python.

snimpy is a Python-based tool providing a simple interface to build SNMP query. Here is a very simplistic example that allows to display the routing table of a given host:

load("IP-FORWARD-MIB")
m=M()
routes = m.ipCidrRouteNextHop
for ...
January 25th 2011 Freeware    215k
tiddlyweb
tiddlyweb is an optionally extensible, headless RESTful datastore for TiddlyWiki. It attempts to provide a tested, documented, and clear implementation of several facets that make up a good server side:

* transparent system and code suitable for porting to other languages ...
June 12th 2011 Freeware    123k
Related Scripts
Here is a basic Queue implementation in C#
Here is a basic Queue implementation in C# is a tutorial in which the author discusses about the data structure called queue in C#. Queue manages the data in a 'First In First Out' basis. The author offers you the ...
December 3rd 2005 Freeware     
Circular preloader
This is a simple but attractive circular preloader.You can load pictures,swf files,movies etc. Simple to use and customize, just copy and paste the movie clip.
May 15th 2008 Commercial    11k
Circular Ripple Effect
This tutorial will explain how to create a simple circular Ripple effect in Flash MX 2004. The .fla file also included at the end of the tutorial.
December 20th 2005 Freeware     
General Guidelines for C# Class Implementation
General Guidelines for C# Class Implementation is a tutorial which demonstrates how to use various classes of C# in the application developmemt. All classes should be CLS compliant. The public members of the class should be documented using XML comments ...
December 13th 2005 Freeware     
How to create a simple circular Ripple effect in Flash MX 2004.
How to create a simple circular Ripple effect in Flash MX 2004 is a flash tutorial explaining users on how to insert circular rippling effects on images. From this tutorial you will be able to learn on the procedures to ...
December 5th 2005 Freeware     
Javascript Des Implementation
This is a javascript implementation of DES, the Data Encryption Standard, supporting ECB and CBC modes. It also includes a Triple DES function.
December 15th 2005 Freeware     
MailBee Message Queue
MailBee Message Queue is a queue-based email-sending system that operates as a Windows NT service intercepting "send e-mail" requests from MailBee.SMTP objects and then sends email in a background. This allows MailBee.SMTP object to operate very quickly because MailBee.SMTP object ...
December 4th 2005 Commercial     
RSA Implementation for Java
RSA Implementation for Java is a simple online security program. Webmasters can use this script for generating both public and private key pair of specified length, and to encrypt and decrypt strings with those keys. This online java application is ...
November 30th 2005 Freeware     
CInputBox C/C++ win32 implementation
C/C++ InputBox implementation that allows to have a simple InputBox like Visual Basic's one. It is coded in simple win32 API calls without MFC and allows full customization
June 18th 2006 Freeware    6k
Animated Circular Menu
A menu that takes an XML file as input and displays a circular menu.

Package includes: FLA
Opens with: Flash CS3
AS Version: ActionScript 3.0
Viewable with: Flash Player 9 and above
August 6th 2008 Commercial    100k
Related Code
Priority Queue in Java
Implementation and short usage example of using Priority Queue in Java. Written as an exercise of Algorithmical Programming 1 course in Bar-Ilan Univercity, ISRAEL. Feel free to use it.
January 10th 2009     3k
AVL tree with template queue
A complete and easy to use avl tree with insert,delete and search funtions. Also for printing in level order, it makes use of a template queue in the included file "queue2". Plz. Rate for me, if u like the code
May 7th 2009     3k
RSP Encrypt .Net 1.0.0
.Net library to encrypt files with a very fast implementation of AES 256 bits and standard RC4 , the AES ( Advanced Encryption Standard ) is adopted by NIST as an encryption standard to be used when very strong encryption ...
February 9th 2006     57k
How to send E-mail using PHP COM functions
COM is a technology which allows the reuse of code written in any language (by any language) using a standard calling convention and hiding behind APIs the implementation details such as what machine the Component is stored on and the ...
March 6th 2006     1k
A C++ implementation of the Levenshtein Distance
The "Levenshtein distance" is a measure of the similarity between two strings, this algorithm is also refered to as "edit distance". The "Levenshtein distance" was named after the russian scientist "Vladimir Levenshtein", who has discovered it back in 1965. The ...
March 16th 2006     19k
New Software
Popular Software