salvador dali the persistence of memory
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 533
Improve your ASP.NET Site performance with Caching
Caching is the process of storing frequently used data on the server to fulfill subsequent requests.You will discover that grabbing data or objects from memory is much faster than recreating the web pages or items contained in them from scratch. A more>> Caching is the process of storing frequently used data on the server to fulfill subsequent requests.You will discover that grabbing data or objects from memory is much faster than recreating the web pages or items contained in them from scratch. A Proper use and fine tune of caching approach of caching will result on better performance and scalability of your site. However improper use of caching will actually slow down and consume lots of your server performance and memory usage. Good candidate to use caching is if you have infrequent chance of data or static content of web page.<<less
Added: 2007-10-01 License: Free Non-Commercial Price: $0.00USD
13 downloads
Oracle Information Site (OIS)
Oracle Information Site allows DBAs to view the most important informations about all configured Oracle databases. Support for Oracle 8i, 9i and 10g (untested) is integrated. OIS gives the DBA many in more>> Oracle Information Site allows DBAs to view the most important informations about all configured Oracle databases. Support for Oracle 8i, 9i and 10g (untested) is integrated. OIS gives the DBA many informations like - Instance Configuration parameter - Running processes with detail view - Redo Log and Rollback segment usage - Tablespaces - Overview of all defined DBMS_JOBs - Memory Usage - Basic tuning views - General instance statistics - Very basic schema browser In addition OIS has a small integrated management interface which allows DBAs to have an overview of all DB machines with saveable comments. Finally a basic table exporter is also integrated. To use OIS youll need PHP4 or newer with OCI8 extension build in, and of course at least one Oracle instance. As OIS reads Oracles internal tables it require DBA rights to access them, else OIS wont work.<<less
Added: 2007-03-05 License: GPL Price: Free
969 downloads
Advanced Flash/XML Image Gallery 1.3
The most powerful image gallery yet... on TUFaT.com, or anywhere! Small, too (main .swf less than 20 KB). Design by Tala Design Group, coding by Dali Studio. more>> The most powerful image gallery yet... on TUFaT.com, or anywhere! Small, too (main .swf less than 20 KB). Design by Tala Design Group, coding by Dali Studio.<<less
Added: 2008-09-07 License: Freeware Price: $0.00USD
11 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
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
H2 Database Engine
H2 is a free and fast SQL database engine written in Java. Included are a JDBC and ODBC driver. Both disk based and in memory operation are supported. It can run in embedded and client / server mode. more>> H2 is a free and fast SQL database engine written in Java. Included are a JDBC and ODBC driver. Both disk based and in memory operation are supported. It can run in embedded and client / server mode. A web console application is included. Clustering is supported as well. It can run as a Java application or as a native executable.<<less
Added: 2005-12-16 License: Other Free / Open Source License Price: Free
1444 downloads
Oracle Interview Questions
Prepare for your next Oracle DBA Interview. Find over 800 interview questions with detailed answers covering the following topics. Oracle Basics, Oracle Database Administration, Oralce Memory Manageme more>> Prepare for your next Oracle DBA Interview. Find over 800 interview questions with detailed answers covering the following topics. Oracle Basics, Oracle Database Administration, Oralce Memory Management Interview Questions, SQL Plus Interview Questions, Oracle Scenarios, SQLInterview Questions , Oracle Concepts and Architecture Interview Questions, Oracle Architecture Interview Questions , Oracle Data Access Interview Questions, Programmatic Constructs, Database security Interview Questions, Distributed Processing Interview Questions, Backup and Recovery Interview Questions, Oracle Forms Interview Questions, PL/SQL Interview Questions, DBA Interview Questions and D2K Interview Questions.<<less
Added: 2005-08-09 License: Freeware Price: Free
2796 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
Simple Database Class
This database class handles Select, Insert, Update, and Delete. It also takes steps to ensure your SQL syntax is valid, and that memory leaks / errors are prevented. Tutorial comes with demo, download more>> This database class handles Select, Insert, Update, and Delete. It also takes steps to ensure your SQL syntax is valid, and that memory leaks / errors are prevented. Tutorial comes with demo, downloadable code, and an in depth explanation.<<less
Added: 2005-06-10 License: Other Free / Open Source License Price: FreeAdditionalInfoCreativeCommons
1613 downloads
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
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
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
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
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
DD Drop Down Panel
DD Drop Down Panel lets you tuck away ordinary HTML content on the page and slides down on demand when the user clicks on the protruding tab. The rest of the pages content is pushed down when the hidden content is exposed. It comes with a handful of more>> DD Drop Down Panel lets you tuck away ordinary HTML content on the page and slides down on demand when the user clicks on the protruding tab. The rest of the pages content is pushed down when the hidden content is exposed. It comes with a handful of helpful features, such as the use of an arrow image to reflect the current panel state and panel state persistence.<<less
Added: 2009-03-02 License: Freeware Price: $0.00USD
18 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 salvador dali the 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