persistence of memory
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 266
In Memoriam 1.0
Light a candle in the memory of all of those unforgotten heroes who have died from acts of terrorism over many years, as well as to all the common people or personalities that we remember with love. more>> Light a candle in the memory of all of those unforgotten heroes who have died from acts of terrorism over many years, as well as to all the common people or personalities that we remember with love.<<less
Added: 2006-08-19 License: GPL Price: $0.00USD
12 downloads
Flash Memory Game
PLEASE REVIEW AND EDIT CAREFULLY Flash Memory Game is a classic memory game with fruits pairs. more>> <<less
Added: 2007-11-21 License: Freeware Price: Freeware
1 downloads
PMS - phpMemoryScript 1.0.0
No MySQL required. Only you preset on index.php your username and password and your servers settings and it ́s all. Ideal for programator ́s, who hasn`t good memory and this script is very safe. more>> <<less
Added: 2007-01-28 License: GPL Price: $0.00USD
12 downloads
Virtual Machine Simulator 1.0
Virtual Machine Simulator was an Operating System lecture project.This simulator holds up to 5 operating systems in itself and each operating system has its own weight. (this weights are used as priorities to schedule all operating systems in virtual more>> Virtual Machine Simulator was an Operating System lecture project.This simulator holds up to 5 operating systems in itself and each operating system has its own weight. (this weights are used as priorities to schedule all operating systems in virtual machine).Each operating system may have up to 10 processes each with its own arrival time and burst time. Also each operating system has its own scheduling algorithm to schedule the processes (First Come First Served, Shortest Job First, Round Robin), This simulator may run for a random based simulation or user defined values. It draws ganth charts associated to operating systems and the virtual machine itself. This was the first main part of this project, second part of this project includes memory paging algorithms for processes, each operating system has its own memory paging algorithm (Least Recently Used, Optimal).<<less
Added: 2007-05-31 License: Free Non-Commercial Price: $0.00USD
24 downloads
Other version of Virtual Machine Simulator
License:Free for non-commercial use
HostingBenchmark 1.0
This tool will permit you to do some performance benchmark of any servers. Are tested : - Main installation and configuration - Processor speed - Memory speed - File system speed - Upload and download capacity - Various database servers - more>> This tool will permit you to do some performance benchmark of any servers. Are tested : - Main installation and configuration - Processor speed - Memory speed - File system speed - Upload and download capacity - Various database servers - ... You will be able to use it, modify it, and submit results to compare on the official website ( http://hostingbenchmark.o rg ).<<less
Added: 2007-08-20 License: GPL Price: $0.00USD
10 downloads
Stop Acrobat Reader from staying in Memory 1.0e
When you view an Acrobat file in your browser, the AcroRd32.exe file stays in memory. Prevent AcroRd32.exe from staying resident in memory, easy tip page with screen shots on how to stop Acrobat Reader from doing this. more>> When you view an Acrobat file in your browser, the AcroRd32.exe file stays in memory. Prevent AcroRd32.exe from staying resident in memory, easy tip page with screen shots on how to stop Acrobat Reader from doing this.<<less
Added: 2004-10-26 License: GPL Price: $0.00USD
15 downloads
C Programming - Dynamic Memory Allocation
In this tutorial you will learn about C Programming - Dynamic Memory Allocation, Dynamic memory allocation. Memory allocations process, Allocating a block of memory, Allocating multiple blocks of memo more>> In this tutorial you will learn about C Programming - Dynamic Memory Allocation, Dynamic memory allocation. Memory allocations process, Allocating a block of memory, Allocating multiple blocks of memory, Releasing the used space and To alter the size of allocated memory.<<less
Added: 2006-06-01 License: Freeware Price: Free
790 downloads
Resession - Session Manager 1.7
A small lightweight script that can manage and manipulate Session data. Calls session_start() in memory so that no header errors are thrown, as well as stores the session id in the object. * Calls session_start() automatically in memory * Get more>> A small lightweight script that can manage and manipulate Session data. Calls session_start() in memory so that no header errors are thrown, as well as stores the session id in the object. * Calls session_start() automatically in memory * Get and set data as a string or array * Clear a session key, or destroy the session * Get and regenerate session ids * Redirects to another page * Can set raw cookies<<less
Added: 2009-04-05 License: Other Price: $0.00USD
12 downloads
Explain garbage collection 1.0.0
Garbage collection is one of the most important feature of Java. Garbage collection is also called automatic memory management as JVM automatically removes the unused variables/objects (value is null) from the memory. User program can?t directly free the more>> Garbage collection is one of the most important feature of Java. Garbage collection is also called automatic memory management as JVM automatically removes the unused variables/objects (value is null) from the memory. User program can?t directly free the object from memory, instead it is the job of the garbage collector to automatically free the objects that are no longer referenced by a program.<<less
Added: 2007-05-24 License: Freeware Price: $0.00USD
14 downloads
BetterCalculator 1.2
BetterCalculator 1.2 is a good looking freeware Javascript calculator with MEMORY screen. Its homepage has been changed to www.crafterscalculator.co m and shows how to place this Calculator on your website or desktop. The calculator itself has also more>> BetterCalculator 1.2 is a good looking freeware Javascript calculator with MEMORY screen. Its homepage has been changed to www.crafterscalculator.co m and shows how to place this Calculator on your website or desktop. The calculator itself has also been revised. Features include: MEMORY screen, RECORD screen, NEW WINDOW function, Keyboard input capability, Built in HELP screens, LAUNCH button or graphic can be used on your site.<<less
Added: 2005-02-28 License: Freeware Price: $0.00USD
13 downloads
How to load file into memory using plain ANSI C language
This C language article provides example of loading file (binary mode) into memory for later processing. Only standard libraries (stdio.h) are used, the source code is completly cross-platform. more>> This C language article provides example of loading file (binary mode) into memory for later processing. Only standard libraries (stdio.h) are used, the source code is completly cross-platform.<<less
Added: 2006-11-08 License: Other Free / Open Source License Price: Free
684 downloads
Style Sheet Switcher 1
This is a versatile "plug & play" style sheet switcher that lets your visitors switch between a list of alternative style sheets to apply to your site. With a change of style sheet the entire look of your site can be transformed. Cookies are used to more>> This is a versatile "plug & play" style sheet switcher that lets your visitors switch between a list of alternative style sheets to apply to your site. With a change of style sheet the entire look of your site can be transformed. Cookies are used to enable persistence across site and for any number of days.<<less
Added: 2006-01-12 License: Freeware Price: $0.00USD
10 downloads
PropertySet 1.3
This Java module can be used to fulfill storage requirements in applications that change constantly more>>
PropertySet 1.3 is considered as a smart and useful Java module that can be used to fulfill storage requirements in applications that change constantly.
It is backed by EJB, Ofbiz, JDBC, Castor JDO, XML or any other persistence-agnostic mechanisms that can handle a typed key-value pair implementation.
Usage examples for this module can be a user preference feature, a game profile page, or any kind of application that needs storage and has a fast rhythm of updates and changes.
Enhancements
- Bug in AbstractPropertySet.getAsActualType() doe snot handle text property type.
- AggregatePropertySet is not Serializable.
- Patch for propertyset-default.xml.
- com.opensymphony.module.propertyset.hibernate.PropertySetItem should implement an interface.
- JDBCPropertySet with Sybase.
- Bug @ package com.opensymphony.module.propertyset.database.JDBCPropertySet, method setValues.
- Throw InvalidPropertyTypeException if propertyset tries to persist object with TEXT type (ie string.length > 255).
- Improve classloading of propertysets.
- Default use javac not jikes.
- Unit Tests and Fixes to HibernatePropertySet.
- Make datasource protected in JDBCPropertySet.
- Extensible JDBCPropertySet (refactored).
- Proper Management of PreparedStatement.
- Patch: more descriptive error message.
- Mutable property sets shall allow bulk removal of properties.
- OJB Implementation.
Added: 2009-06-27 License: Other Free / Open Source License - Apache License Price: OtherFreeOpenSourceLicenseApacheLicense
14 downloads
Accordion Content script 1.5.1
Accordion Content script allows you to group contents together and reveal them on demand when the user clicks on their associated headers. more>>
Accordion Content script 1.5.1 is a program for grouping contents together and revealing them on demand when you clicks on your associated headers. It shows whether only one content within the group should be open at any given time, style the headers depending on their content state, and even enable persistence so the state of the contents is preserved within a browser session. The script enlists the help of the jQuery library for its engine.
Major Features:
- Headers and their contents to expand/collapse on the page are identified through the use of shared CSS class names for easy set up.
- Ability to specify which contents should be expanded by default when the page first loads.
- Specify whether only one content should be open at any given time (collapse previous before expanding current.
- Enable optional persistence so when the user expands a header then returns to the page within the same browser session, the content state is preserved.
- Style the two states of the headers easily by setting two different CSS classes to be added to the header depending on whether its content is expanded or collapsed. You can also add additional HTML to the beginning or end of each header, such as an icon image that reflects the current state of the content.
- Arbitrary links can be defined elsewhere on the page performing the same functions as if the user had directly clicked on a header, such as expand a particular header, toggle a header, or expand all headers within a group.
- A link from another page linking to the target page can cause the desired headers on the later to expand when loaded, via the URL parameter string.
- Two event handlers on-in-it() and on-open-close() can be used to run custom code when an Accordion Content first loads and whenever a header is opened/closed, respectively.
Added: 2008-07-17 License: Freeware Price: Freeware
11 downloads
C++ B+ Tree implementation 1.0
This project goal was to create simple and yet very efficient template based B+ Tree implementation which supports different types of storage. Implemented in C++, B+ Tree is template based, so it can be used with any type of data. To change more>> This project goal was to create simple and yet very efficient template based B+ Tree implementation which supports different types of storage. Implemented in C++, B+ Tree is template based, so it can be used with any type of data. To change storage type (e.g. from file based to memory based) all you need is to change template argument of the BTreeAlgorithms class. There are two controllers exist for such purpose: StreamBTreeController and RamBTreeController. You can write your own controller by simply changing logic in couple of methods within exiting controllers.<<less
Added: 2007-12-20 License: BSD Price: $0.00USD
13 downloads
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 persistence of memory 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