Freeware Listing: Allocate
- Discollate
- License: Freeware

Discollate analysing data and show most effectively way to allocate it to best fill of carrier capacity. Discollate can work with folder and files, and show result in pretty visual form. Discollate allow to set custom carrier capacity or use one of presented patterns..
- Publisher: Sky Black
- Date: 18-10-2012
- Size: 387 KB
- Platform: WinOther
- Garbage collector
- License: Freeware

This application allows you to allocate memory basically as you normally would, without explicitly deallocating memory that is no longer useful. The collector automatically recycles memory when it determines that it can no longer be otherwise accessed..
- Publisher: Hans Boehm
- Date: 02-03-2013
- Size: 737 KB
- Platform: C and C plus plus, Scripts
- TimeAfterTime
- License: Freeware

TimeAfterTime is a powerful Multi-Timer application. You can launch upto 6 independent, simultaneous Timers - any combination of count up duration (once or recurring), count down duration (once or recurring), count to a time of day, or count as stopwatch. You can assign separate announcement WAV files to each Timer - files you have created yourself or obtained, or, you can select from the announcements and sound effects that come with the application (via a drop-down list). Special algorithms ensure announcements do not cut each other off or overlap. You can test-listen to WAV files from within the application, before assigning them.
- Publisher: Measurement And Conversion Software
- Date: 04-11-2003
- Size: 1829 KB
- Platform: Win2000, WinOther
- GlobeDNS Client
- License: Freeware

It is used to allocate a dynamic IP to a static hostname. GlobeDNS Client application was designed to give your dynamic IP a static name and use this for a hole bunch of application scenarios.GlobeDNS will work with all dialup connections, like: smallband, ISDN and also broadband/cable/xDSL. For instance you want to contact your own computer from another place or perhaps you have installed an automatic router dialup? That means, that you are online and you just don't know your IP.GlobeDNS updates and allocates your IP-Adress with a static GlobeDNS-Name. You have only to know your GlobeDNS-Name.
- Publisher: globedns.info
- Date: 04-07-2009
- Size: 1187 KB
- Platform: WinOther
- CAMSystem
- License: Freeware

When accomplished, his software can be used in most universities. It can help users to visually allocate and manage the classrooms in teaching buildings in 3d environment; and the allocation aims to balance the student flow in teaching buildings..
- Publisher: camsystem.sourceforge.net
- Date: 13-09-2012
- Size: 167 KB
- Platform: WinOther
- embedded Buffer Pool Manager (eBPM)
- License: Freeware

The embedded Buffer Pool Manager (eBPM) supports the creation of pools of fixed buffer sizes. The user may allocate a buffer from the pool and queue to any other pool. A freed buffer is returned to its original pool..
- Publisher: ebpm.sourceforge.net
- Date: 22-10-2012
- Size: 173 KB
- Platform: WinOther
- RapidDisk Linux Kernel RAM Disk Module
- License: Freeware

RapidDisk (or rxdsk) is a Linux kernel module to dynamically create, remove, and manage RAM disk volumes. Ramdisks are a method by you which can allocate parts of your RAM for high performing file data storage..
- Publisher: rapiddisk.org
- Date: 05-06-2012
- Size: 423 KB
- Platform: Linux
- USharedMem
- License: Freeware

sharing user-space memory. Includes a driver and an API as a set of functions. An application can allocate memory via malloc and share it with other independent applications via a device-driver. Functions to handle this in an easy way are provided..
- Publisher: sharedmem.sourceforge.net
- Date: 15-06-2012
- Size: 30 KB
- Platform: Linux
- W.H.C
- License: Freeware

Workflow of Heterogeneous Computing. Our aim is to offer a software layer that would leverage the full potential of a network (heterogeneous cpu/gpu/hybrid) by attempting to allocate resources according to application (OpenCL) needs..
- Publisher: wlhc.sourceforge.net
- Date: 07-09-2012
- Size: 1110 KB
- Platform: Linux, WinOther
- OFDMA Signal mapping process
- License: Freeware

One of the file is a guide to see where the other file should be. The other file return a 60x15 matrix (60 subchannels x 15 OFDMA Symbols) and it is said on that matrix which user has to transmit in each slot. Then we'll have to allocate the information to send it. I know it is a very basic file but it might help someone if he wants to improve that file. I hope so. I only simulate the Downlink!.
- Publisher: Carlos Batlles
- Date: 06-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Political Apportionment
- License: Freeware

Methods available: ------------------ Greatest Divisor : d'Hondt; Jefferson; Highest Average Smallest Divisor : Adams Equal Proportions : Huntington; Hill; Geometric Mean Harmonic Mean : Dean Major Fractions : Sainte-Lague; Webster; Arithmetic Mean; Odd Numbers Largest Remainders : Vinton; Hamilton; Hare . EXAMPLE: Allocate 8 seats among four parties with votes of [100 80 30 20] according to the Jefferson method apport([100 80 30 20],8,'Jefferson') Allocate 15 seats among three parties with votes of [104 62 34] according to the Method of Major Fractions apport([104 62 34],15,'Major Fractions').
- Publisher: Mike Sheppard
- Date: 06-01-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- Natural Cubic Splines Yield Curve
- License: Freeware

The fitting of smooth curve through a set of data points and extention to this is the fitting of 'best fit' spline to a large set of data points which show the cerrent trend but which do not all lie above the curve. The method involves cluster analysis, that is, grouping the crude data into clusters and seed points are the limites of each cluster. The central for each clustrer become nodes through which a natural spline is fitted. There are five stages nessesary in the cluster analysis and calculation of node positions, summerised as follow: 1. starting with choosing seed points 2. determine two data point which are closest to each seed point (the nearest neighbour pair) 3.
- Publisher: petar radkov
- Date: 20-02-2013
- Size: 10 KB
- Platform: Matlab, Scripts
- C++ MemPool (for object and basic type)
- License: Freeware

The memory pool allocate memory (for objects, or basic type, array), and at a proper point, the memory pool release all memory including calling objects' destructors.It does NOT reuse free'd memory, rather, it release all resource on reset/destroy.
C++ MemPool (for object and basic type) License - GNU General Public License (GPL).
- Publisher: Cppmempoolni
- Date:
- Platform: WinOther
- embedded Memory Manager (eMEM)
- License: Freeware

The embedded Memory Manager (eMEM) is a simple memory manager that uses a first-fit scheme to allocate requested memory blocks from large memory partitions. When a block is freed it is collated back into its original partition.
embedded Memory Manager (eMEM) License - MIT License.
- Publisher: Emem
- Date:
- Platform: WinOther
- Xml Writer
- License: Freeware

A simple wrapper for the RapidXml library, which provides basic Xml writing functionality, with the need to allocate strings oneself as with RapidXml.
Xml Writer License - zlib/libpng License.
- Publisher: Icanosxmlwriter
- Date:
- Platform: WinOther
- Semantic Torrent
- License: Freeware

Java based Torrent Client with advanced capabilities to allocate addition download Speed through accessing the cloud;The client is platform independent with an extreme modular design;
Semantic Torrent License - GNU General Public License (GPL).
- Publisher: Gurkerl83
- Date:
- Platform: WinOther
- EventCP: Incident Command System
- License: Freeware

This system will allow for multi-agency, multi-jurisdictional communication and information sharing to coordinate resources, allocate them and manage communications for disasters.
EventCP: Incident Command System License - GNU General Public License (GPL).
- Publisher: Eventcp
- Date:
- Platform: WinOther
- Robo Planner
- License: Freeware

This project is intended to become an advanced software tool which will allocate resources for projects described by Gantt charts and rules, it also will try to create plans and schedules, based on templates, rules and historical information.
Robo Planner License - MIT License.
- Publisher: Roboplanner
- Date:
- Platform: WinOther
- Backbone Grouper
- License: Freeware

This is an interface, designed to allow a user to drag and drop items to allocate them to groups. For the purposes of development "campers" are being allocated to "cabins".
Supports integration with RESTful server APIs, Drag and drop to allocate campers to cabins.
- Publisher: Backbonegrouper
- Date:
- Platform: WinOther
- tracktime
- License: Shareware

tracktime is a simple utility that was designed to provide you with an easy to use means of monitoring the amount of time you allocate to various projects and tasks.
Using tracktime is quite straightforward since all you have to do is input the name of the job you're currently working on and stop the timer when the task is complete to see how much time you've spend on that particular activity.
.
- Publisher: Manuel Paccagnella
- Date:
- Platform: WinOther
Allocate: Freeware | All











