allocate
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 156

RAM Alloc 1.0
RAM Alloc - the easiest way to waste your memory more>> Simple insert how many RAM it should allocate and press the "Allocate" button. Now your memory is gone. By using the "Free" button you can always free the memory again.
Xteq RAM Alloc is for testing purposes ONLY. If does not "defrag" your RAM, it does NOT speed up your computer. It simply allocates RAM and frees it.<<less
Download (111KB)
Added: 2008-09-09 License: Freeware Price:
437 downloads
Color Counter 1.0
Color Counter counts the colors used in an image. more>> This plug-in counts the colors used in an image. Its pretty simple-minded, so it needs to allocate a big chunk of memory to mark off which colors are in use. (2MB for RGB, 512MB(!) for CMYK.) You can do single channels, too, with very little memory required. It does 16-bit grayscale images, but doesnt even try to do other 16-bit modes.<<less
Download (26KB)
Added: 2008-09-17 License: Freeware Price:
403 downloads

Xteq RAM Alloc 1.0
Simple insert how many RAM it should allocate and press the "Allocate" button. more>> Simple insert how many RAM it should allocate and press the "Allocate" button. Now your memory is gone. By using the "Free" button you can always free the memory again.
Xteq RAM Alloc is for testing purposes ONLY. If does not "defrag" your RAM, it does NOT speed up your computer. It simply allocates RAM and frees it.<<less
Download (111KB)
Added: 2008-09-22 License: Freeware Price:
398 downloads

Discollate 0.1.0.0
Discollate becomes the good assistant for those people, who often writes various data on disks with fixed capacity. It will help to allocate information intended for record more effectively, saving ca more>>
Discollate becomes the good assistant for those people, who often writes various data on disks with fixed capacity. It will help to allocate information intended for record more effectively, saving carriers and time. Discollate can work with folders and separate files, calculating the most felicitous combination for the greatest possible filling of the carrier, and showing result in the visual form.
<<less Download (418K)
Added: 2008-08-27 License: Freeware Price: $0
422 downloads
CHAOS Test v.2.3
Test the security of your computer. more>>
By overwriting the portion on the hard drive that was previously allocated to the files several times with junk data, CHAOS Shredder will completely erase files from your disk, without the possibility to recover it by any practical software or hardware methods.
<<less Download (235K)
Added: 2002-08-19 License: Freeware Price: $0.00
2622 downloads
eXpress IP Locator 2.3
XIPL is an small freeware utility for offline retrieving the country information from IP-address or hostname more>>
XIPL is an small freeware utility for offline retrieving the country information from IP-address or hostname, viewing IP-address blocks allocated for specified countries and seeking the country by code or code by country.
Unlike from many other similar utilites, XIPL dont require any connection to internet.
<<lessUnlike from many other similar utilites, XIPL dont require any connection to internet.
Download (563KB)
Added: 2006-03-28 License: Freeware Price:
1324 downloads
Other version of eXpress IP Locator
IP-address or hostname, viewing IP-address blocks allocated for specified countries and seeking the country by code or code by country. Unlike from many other utilites, XIPL dont require theLicense:Freeware
SDelete 1.4
Securely overwrite your sensitive files and cleanse your free space of previously deleted files more>>
Securely overwrite your sensitive files and cleanse your free space of previously deleted files One feature of Windows NT/2000s (Win2K) C2-compliance is that it implements object reuse protection. This means that when an application allocates file space or virtual memory it is unable to view data that was previously stored in the resources Windows NT/2K allocates for it. Windows NT zero-fills memory and zeroes the sectors on disk where a file is placed before it presents either type of resource to an application. However, object reuse does not dictate that the space that a file occupies before it is deleted be zeroed. This is because Windows NT/2K is designed with the assumption that the operating system controls access to system resources. However, when the operating system is not active it is possible to use raw disk editors and recovery tools to view and recover data that the operating system has deallocated. Even when you encrypt files with Win2Ks Encrypting File System (EFS), a files original unencrypted file data is left on the disk after a new encrypted version of the file is created.
The only way to ensure that deleted files, as well as files that you encrypt with EFS, are safe from recovery is to use a secure delete application. Secure delete applications overwrite a deleted files on-disk data using techiques that are shown to make disk data unrecoverable, even using recovery technology that can read patterns in magnetic media that reveal weakly deleted files. SDelete (Secure Delete) is such an application. You can use SDelete both to securely delete existing files, as well as to securely erase any file data that exists in the unallocated portions of a disk (including files that you have already deleted or encrypted). SDelete implements the Department of Defense clearing and sanitizing standard DOD 5220.22-M, to give you confidence that once deleted with SDelete, your file data is gone forever. SDelete is presented with full source code so that you can verify yourself that it works as advertized. Note that SDelete securely deletes file data, but not file names located in free disk space.
SDelete is a command line application which takes a number of options. In any given use, it helps you delete one or more files and/or directories, or to cleanse the free space on a logical disk. SDelete accepts wild card characters as part of the directory or file specifier.
Usage: sdelete [-p passes] [-s] [-q]
sdelete [-p passes] -z [drive letter]
-p passes
Specifies number of overwrite passes
-s
Recurse subdirectories
-q
Dont print errors (quiet)
-z
Cleanse free space
Securely deleting a file that has no special attributes is relatively straight-forward: the secure delete program simply overwrites the file with the secure delete pattern. What is more tricky is securely deleting Windows NT/2K compressed, encrypted and sparse files, and securely cleansing disk free spaces.
Compressed, encrypted and sparse are managed by NTFS in 16-cluster blocks. If a program writes to an existing portion of such a file NTFS allocates new space on the disk to store the new data and after the new data has been written, deallocates the clusters previously occupied by the file. NTFS takes this conservative approach for reasons related to data integrity, and in the case of compressed and sparse files, in case a new allocation is larger than what exists (the new compressed data is bigger than the old compressed data). Thus, overwriting such a file will not succeed in deleting the files contents from the disk.
To handle these types of files SDelete relies on the defragmentation API. Using the defragmentation API SDelete can determine precisely which clusters on a disk are occupied by data belonging to compressed, sparse and encrypted files. Once SDelete knows which clusters contain the files data, it can open the disk for raw access and overwrite those clusters.
Cleaning free space presents another challenge. Since FAT and NTFS provide no means for an application to directly address free space, SDelete has one of two options. The first is that it can, like it does for compressed, sparse and encrypted files, open the disk for raw access and overwrite the free space. This approach suffers from a big problem: even if SDelete were coded to be fully capable of calculating the free space portions of NTFS and FAT drives (something thats not trivial), it would run the risk of collision with active file operations taking place on the system. For example, say SDelete determines that a cluster is free, and just at that moment the file system driver (FAT, NTFS) decides to allocate the cluster for a file that another application is modifying. The file system driver writes the new data to the cluster, and then SDelete comes along and overwrites the freshly written data: the files new data is gone. The problem is even worse if the cluster is allocated for file system metadata since SDelete will corrupt the file systems on-disk structures.
The second approach, and the one SDelete takes, is to indirectly overwrite free space. First, SDelete allocates the largest file it can. SDelete does this using non-cached file I/O so that the contents of the NT file system cache will not be thrown out and replaced with useless data associated with SDeletes space-hogging file. Because non-cached file I/O must be sector (512-byte) aligned, there might be some left over space that isnt allocated for the SDelete file even when SDelete cannot further grow the file. To grab any remaining space SDelete next allocates the largest cached file it can. For both of these files SDelete performs a secure overwrite, ensuring that all the disk space that was previously free becomes securely cleansed.
On NTFS drives SDeletes job isnt necessarily through after it allocates and overwrites the two files. SDelete must also fill any existing free portions of the NTFS MFT (Master File Table) with files that fit within an MFT record. An MFT record is typically 1KB in size, and every file or directory on a disk requires at least one MFT record. Small files are stored entirely within their MFT record, while files that dont fit within a record are allocated clusters outside the MFT. All SDelete has to do to take care of the free MFT space is allocate the largest file it can - when the file occupies all the available space in an MFT Record NTFS will prevent the file from getting larger, since there are no free clusters left on the disk (they are being held by the two files SDelete previously allocated). SDelete then repeats the process. When SDelete can no longer even create a new file, it knows that all the previously free records in the MFT have been completely filled with securely overwritten files.
To overwrite file names of a file that you delete, SDelete renames the file 26 times, each time replacing each character of the files name with a successive alphabetic character. For instance, the first rename of "foo.txt" would be to "AAA.AAA".
The reason that SDelete does not securely delete file names when cleaning disk free space is that deleting them would require direct manipulation of directory structures. Directory structures can have free space containing deleted file names, but the free directory space is not available for allocation to other files. Hence, SDelete has no way of allocating this free space so that it can securely overwrite it.
<<lessThe only way to ensure that deleted files, as well as files that you encrypt with EFS, are safe from recovery is to use a secure delete application. Secure delete applications overwrite a deleted files on-disk data using techiques that are shown to make disk data unrecoverable, even using recovery technology that can read patterns in magnetic media that reveal weakly deleted files. SDelete (Secure Delete) is such an application. You can use SDelete both to securely delete existing files, as well as to securely erase any file data that exists in the unallocated portions of a disk (including files that you have already deleted or encrypted). SDelete implements the Department of Defense clearing and sanitizing standard DOD 5220.22-M, to give you confidence that once deleted with SDelete, your file data is gone forever. SDelete is presented with full source code so that you can verify yourself that it works as advertized. Note that SDelete securely deletes file data, but not file names located in free disk space.
SDelete is a command line application which takes a number of options. In any given use, it helps you delete one or more files and/or directories, or to cleanse the free space on a logical disk. SDelete accepts wild card characters as part of the directory or file specifier.
Usage: sdelete [-p passes] [-s] [-q]
sdelete [-p passes] -z [drive letter]
-p passes
Specifies number of overwrite passes
-s
Recurse subdirectories
-q
Dont print errors (quiet)
-z
Cleanse free space
Securely deleting a file that has no special attributes is relatively straight-forward: the secure delete program simply overwrites the file with the secure delete pattern. What is more tricky is securely deleting Windows NT/2K compressed, encrypted and sparse files, and securely cleansing disk free spaces.
Compressed, encrypted and sparse are managed by NTFS in 16-cluster blocks. If a program writes to an existing portion of such a file NTFS allocates new space on the disk to store the new data and after the new data has been written, deallocates the clusters previously occupied by the file. NTFS takes this conservative approach for reasons related to data integrity, and in the case of compressed and sparse files, in case a new allocation is larger than what exists (the new compressed data is bigger than the old compressed data). Thus, overwriting such a file will not succeed in deleting the files contents from the disk.
To handle these types of files SDelete relies on the defragmentation API. Using the defragmentation API SDelete can determine precisely which clusters on a disk are occupied by data belonging to compressed, sparse and encrypted files. Once SDelete knows which clusters contain the files data, it can open the disk for raw access and overwrite those clusters.
Cleaning free space presents another challenge. Since FAT and NTFS provide no means for an application to directly address free space, SDelete has one of two options. The first is that it can, like it does for compressed, sparse and encrypted files, open the disk for raw access and overwrite the free space. This approach suffers from a big problem: even if SDelete were coded to be fully capable of calculating the free space portions of NTFS and FAT drives (something thats not trivial), it would run the risk of collision with active file operations taking place on the system. For example, say SDelete determines that a cluster is free, and just at that moment the file system driver (FAT, NTFS) decides to allocate the cluster for a file that another application is modifying. The file system driver writes the new data to the cluster, and then SDelete comes along and overwrites the freshly written data: the files new data is gone. The problem is even worse if the cluster is allocated for file system metadata since SDelete will corrupt the file systems on-disk structures.
The second approach, and the one SDelete takes, is to indirectly overwrite free space. First, SDelete allocates the largest file it can. SDelete does this using non-cached file I/O so that the contents of the NT file system cache will not be thrown out and replaced with useless data associated with SDeletes space-hogging file. Because non-cached file I/O must be sector (512-byte) aligned, there might be some left over space that isnt allocated for the SDelete file even when SDelete cannot further grow the file. To grab any remaining space SDelete next allocates the largest cached file it can. For both of these files SDelete performs a secure overwrite, ensuring that all the disk space that was previously free becomes securely cleansed.
On NTFS drives SDeletes job isnt necessarily through after it allocates and overwrites the two files. SDelete must also fill any existing free portions of the NTFS MFT (Master File Table) with files that fit within an MFT record. An MFT record is typically 1KB in size, and every file or directory on a disk requires at least one MFT record. Small files are stored entirely within their MFT record, while files that dont fit within a record are allocated clusters outside the MFT. All SDelete has to do to take care of the free MFT space is allocate the largest file it can - when the file occupies all the available space in an MFT Record NTFS will prevent the file from getting larger, since there are no free clusters left on the disk (they are being held by the two files SDelete previously allocated). SDelete then repeats the process. When SDelete can no longer even create a new file, it knows that all the previously free records in the MFT have been completely filled with securely overwritten files.
To overwrite file names of a file that you delete, SDelete renames the file 26 times, each time replacing each character of the files name with a successive alphabetic character. For instance, the first rename of "foo.txt" would be to "AAA.AAA".
The reason that SDelete does not securely delete file names when cleaning disk free space is that deleting them would require direct manipulation of directory structures. Directory structures can have free space containing deleted file names, but the free directory space is not available for allocation to other files. Hence, SDelete has no way of allocating this free space so that it can securely overwrite it.
Download (24KB)
Added: 2006-05-27 License: Freeware Price:
912 downloads
DAMASCAS 1.0
DAMASCAS is a Staff Planning tool to allocate tasks amongst team members to take maximum benefit of available skill of the team more>>
In a team each member has many skills. Normally we tend to label a person for only one type of skill. DAMASCAS helps the team leader in taking note of multiple skill available with the team member and distribute tasks amongst the members to take maximum benifit of the competency.
It is basically a manpower planning tool and can be used for staff allocation, training planning, project manning etc.
<<lessIt is basically a manpower planning tool and can be used for staff allocation, training planning, project manning etc.
Download (460K)
Added: 2004-11-25 License: Freeware Price: $0.00
1795 downloads
LanView 3.1.3
LanView - Complete Network Management for Schools and Education more>>
LanView 3 is a complete network management package for education.
Monitor your network with full usernames, full names*, IP Address and station name.
Control your network by means of scheduling shutdowns and wake ups using an advanced scripting console. Control internet browsing by banning a user or station, which supports scheduled bans or enabling.
Allow teachers to control their own classrooms internet access by a simple Red/Green button (traffic lights).**
Combines a built in VNC viewer (internal or external) allowing quick viewing of stations (without the need for a password each time as this is predefined)
LanView has multiple tools including classroom or network based defrag, remote execution or scandisk - all scriptable.
Works by use of a small footprint client side application (included in the zip). This package does not include the client side VNC server.
Fullnames require User Extractor Server Edition available from our website (freeware)
Internet banning works by banning iexplore.exe. Any application can also be banned. For true internet banning, IE7 is required otherwise windows explorer continues to allow web access.
Main features:
- Manage PCs and Users individually or by group
- Remote Control using the popular VNC tools
- Shutdown, reboot and logoff machines
- Turn on PCs remotely (requires Wake On Lan support in stations BIOS)
- Turn on or off internet access for a station or user (where ever they sit!)
- Allocate a user or station to the Ignored group for Always on Internet access
<<lessMonitor your network with full usernames, full names*, IP Address and station name.
Control your network by means of scheduling shutdowns and wake ups using an advanced scripting console. Control internet browsing by banning a user or station, which supports scheduled bans or enabling.
Allow teachers to control their own classrooms internet access by a simple Red/Green button (traffic lights).**
Combines a built in VNC viewer (internal or external) allowing quick viewing of stations (without the need for a password each time as this is predefined)
LanView has multiple tools including classroom or network based defrag, remote execution or scandisk - all scriptable.
Works by use of a small footprint client side application (included in the zip). This package does not include the client side VNC server.
Fullnames require User Extractor Server Edition available from our website (freeware)
Internet banning works by banning iexplore.exe. Any application can also be banned. For true internet banning, IE7 is required otherwise windows explorer continues to allow web access.
Main features:
- Manage PCs and Users individually or by group
- Remote Control using the popular VNC tools
- Shutdown, reboot and logoff machines
- Turn on PCs remotely (requires Wake On Lan support in stations BIOS)
- Turn on or off internet access for a station or user (where ever they sit!)
- Allocate a user or station to the Ignored group for Always on Internet access
Download (15.3MB)
Added: 2007-03-04 License: Freeware Price:
3370 downloads

Rainmeter 0.14
Rainmeter is a customizable performance meter. more>> Rainmeter is a customizable performance meter, which can display the CPU load, memory utilization, disk space, network traffic, time and many more things.
Some of the features:
- CPU load
- Allocated Memory
- Network Traffic
- NT performance data
- Uptime
- Free disk space<<less
Download (430KB)
Added: 2007-10-15 License: Freeware Price: Free
921 downloads

IPToCountry 1.0
IPToCountry is popular as a hady useful and free tool which helps you find out the country allocated to a particular IP address. more>>
IPToCountry 1.0 is popular as a useful and free tool which helps you find out the country allocated to a particular IP address.
Major Features:
- Importing a list of IP addresses from a text file
- Exporting the IP address and country list to comma separated text file.
- Find out the geographical location (country of origin) of an IP address based on internet infrastructure information by WorkMoment.
Requirements:
- Microsoft .NET Compact Framework Version 2.0
Download (1.1MB)
Added: 2009-09-01 License: Freeware Price: Notavailable
downloads
nnCron LITE 1.17
Small, freeware, full-featured scheduler (UNIX Cron/Anacron ported to Windows) more>> Small, freeware, full-featured scheduler, that can launch applications and open documents at specified time or with specified frequency. Can be started as a system service or as a regular standalone application. This is a UNIX Cron ported to Windows. It is not resource demanding, and it can run even on very older PCs without any noticeable performance degradation. We have never seen its service to allocate more than 150k of operative memory.<<less
Download (246KB)
Added: 2003-08-05 License: Freeware Price:
2343 downloads
Other version of nnCron
We have never seen nnCron LITE system service to allocate more than 150k of operative memory. nnCron LITE is tiny, powerful and easy to use. And if you need not just a scheduler, but a full-blownLicense:Freeware
QuoteTrax 1.0.0.0
QuoteTrax is a proposal tracking application. more>> QuoteTrax is an innovative software application
that enables the creation, automation, and tracking of your mission critical
selling documents. Tightly integrated with Microsoft Word, and Excel
this personalized content delivery solution automates the creation
of proposals, letters, responses and much more. You may create as many
proposals with QuoteTrax to address the full range of documents you need to support your sales process.
The customized point-and-click user interface guide end-users through
the process of identifying prospect needs and assembling a personalized
document based on the specific opportunity at hand. From the end-user?
selections, the application generates a Microsoft Word document, fully
formatted to your corporate standards and ready to present to the prospect.
QuoteTrax includes a proven tracking system that monitors document activity so you can analyze sales opportunities over time. This tracking system enables you to efficiently allocate resources and schedule document activity by reporting on a number of standard and user-defined parameters such as due date, status, value, industry, sales rep, and notes.<<less
Download (2.52MB)
Added: 2006-07-30 License: Freeware Price: Free
1236 downloads
TimeAfterTime 1.1
Multi-Timer. Launch 6 simultaneous count up/down, stopwatch, alarm clock timers more>>
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 in TimeAfterTime will ensure announcements do not overlap or cut each other off.
You can test-listen to WAV files from within the application, before assigning them. Each Timer you launch is clearly marked with what type of timer it is, the count display is bold and prominent, and it carries all the reference information youd be interested in - the name of the WAV file that will be played, whether the Timer is of recurring type or not (and if it is, how many cycles have already been completed), when the Timer was set, the duration the Timer is counting, what the current time is, etc.
Each Timers text message flashes red-blue when it triggers, to get your attention. You can audibly distinguish a once-off Timer from a recurring one, by the number of times the announcement is repeated (3 times in the former case, once in the latter). You can at any stage Hide/Show all timers. You can Enable/Disable pop-up of Timers above all other windows, when they trigger.
You allocate each Timers title and message text (to flash) at the Main Control Panel before the Timer launches, but you can alter them from the Timers own panel, after the Timer launches.
TimeAfterTime is suitable for a wide range of timing activities. eg. when used for cooking, TimeAfterTime is just like having a chefs assistant sitting there with a notepad and a handful of stopwatches and clocks announcing -Check rice!-, -Vegetables are ready!- (with two differences...TimeAfterTime costs you nothing and is ready to work whenever you are).
<<lessYou can test-listen to WAV files from within the application, before assigning them. Each Timer you launch is clearly marked with what type of timer it is, the count display is bold and prominent, and it carries all the reference information youd be interested in - the name of the WAV file that will be played, whether the Timer is of recurring type or not (and if it is, how many cycles have already been completed), when the Timer was set, the duration the Timer is counting, what the current time is, etc.
Each Timers text message flashes red-blue when it triggers, to get your attention. You can audibly distinguish a once-off Timer from a recurring one, by the number of times the announcement is repeated (3 times in the former case, once in the latter). You can at any stage Hide/Show all timers. You can Enable/Disable pop-up of Timers above all other windows, when they trigger.
You allocate each Timers title and message text (to flash) at the Main Control Panel before the Timer launches, but you can alter them from the Timers own panel, after the Timer launches.
TimeAfterTime is suitable for a wide range of timing activities. eg. when used for cooking, TimeAfterTime is just like having a chefs assistant sitting there with a notepad and a handful of stopwatches and clocks announcing -Check rice!-, -Vegetables are ready!- (with two differences...TimeAfterTime costs you nothing and is ready to work whenever you are).
Download (1.78MB)
Added: 2006-03-21 License: Freeware Price:
1438 downloads
SecureCentral ScanFi Free Edition 4.1
SecureCentral ScanFi Free Edition - Discover, Report, and Remediate system and software vulnerabilities more>>
ScanFi is a web-based vulnerability assessment scanner for detecting and assessing network vulnerabilities across heterogeneous networks. ScanFi discovers , scans, reports and supports vulnerability remediation.
It features both scheduled and on-demand vulnerability scanning capabilities, based on comprehensive vulnerability database collated from multiple sources and vendors that is constantly kept up-to-date. Being a web-based software, just a browser is needed to connect, from anywhere, to ScanFi and perform a scan and view the reports.SecureCentral ScanFi Free Edition is a software that allows you detect and repair system vulnerabilities.
ScanFi can be installed and run on both Windows and Linux operating systems, offering the freedom to allocate machines based on availability in a resource-constrained, heterogeneous environment.
Main features:
- Web-based Vulnerability Assessment
- Cross-platform product installation
- Asset Discovery
- Intelligent Service Detection
- Asset & Vulnerability Groups
- Non-Intrusive Scanning
- Advanced Scheduling Capabilities
- Comprehensive Vulnerability Knowledge Base
- Template based Vulnerability Reports Generation
- Suggestions for Vulnerability Remediation
<<lessIt features both scheduled and on-demand vulnerability scanning capabilities, based on comprehensive vulnerability database collated from multiple sources and vendors that is constantly kept up-to-date. Being a web-based software, just a browser is needed to connect, from anywhere, to ScanFi and perform a scan and view the reports.SecureCentral ScanFi Free Edition is a software that allows you detect and repair system vulnerabilities.
ScanFi can be installed and run on both Windows and Linux operating systems, offering the freedom to allocate machines based on availability in a resource-constrained, heterogeneous environment.
Main features:
- Web-based Vulnerability Assessment
- Cross-platform product installation
- Asset Discovery
- Intelligent Service Detection
- Asset & Vulnerability Groups
- Non-Intrusive Scanning
- Advanced Scheduling Capabilities
- Comprehensive Vulnerability Knowledge Base
- Template based Vulnerability Reports Generation
- Suggestions for Vulnerability Remediation
Download (24.6MB)
Added: 2005-12-10 License: Freeware Price:
1428 downloads
Other version of SecureCentral ScanFi
run on both Windows and Linux operating systems, offering the freedom to allocate machines based on availability in a resource-constrained, heterogeneous environmentLicense:Freeware
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above allocate search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
