Main > Free Download Search >

Free stack overflow script

stack overflow

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 28
Energy Bid Stack Viewer

Energy Bid Stack Viewer


Energy Bid Stack Viewer - Energy Bid Stack Viewer for Australian electricity market more>>
Energy Bid Stack Viewer offers you a powerful software for Australian electricity market which enables the user to load electricity market data from a database and view it as a collection of 3D ribbon plots. Slider bars allow the user to "peel away" layers of the 3D view, or move planes through the data to visualise 2D slices. This demo has been used in many Australian MATLAB seminars and meetings.

Requirements:

  • MATLAB Release: R2006a
  • Database Toolbox
<<less
Added: 2007-08-15 License: Freeware Price: Freeware
11 downloads
PHP Stack 1.0

PHP Stack 1.0


PHP Stack brings a stack data structure to PHP. It allows developers to utilize Push, Pop, Search, Empty (a check if the stack is empty), Size and "Peek". Peek allows developers to look at the top item in the stack without Popping it from the stack. more>> PHP Stack brings a stack data structure to PHP. It allows developers to utilize Push, Pop, Search, Empty (a check if the stack is empty), Size and "Peek". Peek allows developers to look at the top item in the stack without Popping it from the stack. Basically, a Stack is a data structure more commonly found in lower level programming languages. It is useful for wanting to organize data in a First In Last Out fashion. This project is released under GPL v3.<<less
Added: 2007-07-29 License: GPL Price: $0.00USD
14 downloads
ImageFlow 2.0

ImageFlow 2.0


ImageFlow is a picture gallery, which allows an intuitive image handling. The basic idea is to digitally animate the thumbing through a physical image stack. That intuitive handling is automatically caused by the metaphorical use of the well known more>> ImageFlow is a picture gallery, which allows an intuitive image handling. The basic idea is to digitally animate the thumbing through a physical image stack. That intuitive handling is automatically caused by the metaphorical use of the well known process of thumbing through. This solution is known as the Cover Flow technique, which has been developed by the artist Andrew Coulter Enright. Now - after it has been bought by Apple - it is used in iTunes and the file browser of Apples OSX. The innovation of this project lies in the JavaScript implementation, which is platform independent. ImageFlow works with every browser, that can handle images and supports JavaScript: And that is something almost 100% of all conventional graphical browsers can do. You can trace the single developement steps in the Newsblog-Entries to ImageFlow. Parallel to this documentation exists an official project page: http://imageflow.finnrudo lph.de.<<less
Added: 2008-02-03 License: Freeware Price: $0.00USD
12 downloads
OSWorkflow 2.8.0

OSWorkflow 2.8.0


This is a low level workflow implementation written in Java more>>

OSWorkflow 2.8.0 is considered as a smart and useful application that is known as a "low level" workflow implementation written in Java. It does not use a graphical tool for developing workflows, but can be configured by writing a xml file as the main conf file for the workflow process.

Graphical solutions dont provide the flexibility to properly fulfill all requirements in a full-blown application. In this way the programmer can go in and customize the OSWorkflow after his specific needs.

Situations like "loops" and "conditions" that might be represented by a graphical icon in other workflow systems must be "coded" in OSWorkflow.

Major Features:

Compiling from CSV: To get the latest version of OSWorkflow,it is recommend that the source via CSV is to be downloaded and compiled using the Jakarta Ant build script provided there. Compiling OSWorkflow from source is trivial with the following ant targets:

  1. jar (default) - compiles the library osworkflow.jar
  2. example-war - compiles and assembles osworkflow-2.8.0-example.war, which is configured to use memory persistence and should deploy without any configuration into most web containers.
  3. example-ear - compiled and assembles osworkflow-2.8.0-example.ear, which is a J2EE application that is configured to use osworkflow with the EJB persistence store. Some configuration of data sources is required, as well as a full J2EE application server.
  4. client-jar - compiled and assembles designer.jar, which is a Swing GUI workflow designer application that can be used to visually inspect and edit workflows.

Enhancements

  • AbstractWorkflow.getVariablesFromMaps unsafe use of PropertySet
  • transientVars currentSteps list not updated soon enough after step transition for post-functions
  • Tutorials code snippets
  • AbstractWorkflow fails to load XML configuration after redeployment on BEA Weblogic 7.0.2
  • The test case should not depend on mckoi lib
  • Actions tag shoukld alow just only common-action
  • No results at all from designer
  • Bug with Websphere Application Server 5.1..0.4, error creating new workflow instance
  • Exception orrured when invoking getAvailableActions() and doAction()
  • Common actions written out as duplicates
  • NPE in initial action if conditionalResult is not empty
  • Cant use input parameters in workflow
  • Creating Trigger Functions via API does not work
  • Order of results from Workflow.getHistorySteps(long) is variable
  • Multiple evaluations of action restrict-to conditions
  • Cant get the tutorial to work. Please help !
  • (Conditional)ResultDescriptor does not write due-date to xml
  • canModifyEntryState dont manage COMPLETED entry state
  • Workflow does not escape XML entities when saving itself
  • null getAction of initial-action
  • getAvailableActions return false on exception
  • Scheduled workflow doesnt get the right config
  • Designer can not display join condition editor
  • moveToHistory bug in implicit finish step
  • Broken compatibility with previous versions
  • Documentation or DefaultConfigurator error
  • CreateNewStep even actions finish attribute is set to true
  • Bug in cache management
  • AbstractWorkflow NPE: cache.put(action, result);
  • HibernateWorkflowStore/SpringHibernateWorkflowStore problem
  • JDBCWorkflowFactory: getWorkflow(name) doesnt work unless in debug mode
  • com.opensymphony.workflow.designer.WorkflowGraphModel has classcastexception
  • Persistence JDBCStore with Mysql fail
  • Cannot KILL a Workflow instance
  • Defining a conditional-result in an initial-action causes an NPE
  • Problems with doAction
  • Manifest entry in latest OSWorkflow violates spec
  • Join transition failure
  • Inconsistency between MemoryWorkflowStore & JDBCWorkflowStore w.r.t step functions
  • Selecting the Conditions Type throws a NoSuchMethodException
  • beanshell condition can not access transientVars
  • Duplicate entry constraint with MySQLWorkflowStore
  • Patch to SpringTypeResolver.setFunctions
  • Inconsistent transientVars behaviour
  • Unable to compile OSWorkflow from Ant script
  • ClassCastException in LocalEJBCondition
  • Incorrect javadoc for the com.opensymphony.workflow.util.Caller class.
  • Incorrect javadoc for the com.opensymphony.workflow.util.MostRecentOwner class.
  • The value of the attribute "auto" of the element "action" is being checked ONLY for the value "true".
  • Implicit calls cannot update the transientVars Map
  • Due date does not supported in queries (HibernateStore+Spring)
  • XMLWorkflowFactory.WorkflowConfig doesnt implement Serializable interface
  • New load signatures on WorkflowLoader break compatibility with code complied with 2.7
  • Actions within workflow descriptior should escape invalid characters.
  • Designer doesn`t show the join ID
  • Improve javadocs for Configuration
  • WorkflowException does not show stack trace of inner exception
  • Eclipse project classpath fix
  • Add isModifiable() method to AbstractWorkflowFactory
  • Add "createdStep" to transientVars
  • Query OS_CURRENTSTEP instead of OS_WFENTRY in JDBCWorkflowStore.java
  • Query Speed w/ JDBCWorkflowStore.java can be abysmal
  • Mangled stacktraces from BSH scripts
  • AbstractWorkflow private methods could be protected
  • Due Date Queries and Duplicate Code Reduction
  • MemoryWorkflowStore fixes to work with Due Date
  • Persistence Updates for Due Date
  • Role/Group attribute for result
  • Separate Thread to execute auto actions in transitionWorkflow
  • currentSteps is empty for pre-functions at the first step
  • Interface WorkflowFactory instead of class AbstractWorkflowFactory
  • Pluggable ScriptVariableParser
  • Consolidation of three identical Conditions
  • Conditions and condition xml element order in Workflow description
  • Limitation while inheriting MySQLWorkflowStore
  • Visibility of the inner class com.opensymphony.workflow.loader.XMLWorkflowFactory.WorkflowConfig
  • Adding version into jar manifest
  • The inner com.opensymphony.workflow.JoinNodes$DummyStep class should be made private.
  • The attribute "step" of both the elements "result" and "unconditional-result" could be made #REQUIRED instead of #IMPLIED.
  • There should exist a mechanism that allows removing of all the info about unnecessary workflow entry from the store.
  • Add setter for beanProvider to DefaultVariableResolver.
  • Request for global actions that do not change workflow step.
  • Plugin model for fucntion and condition (Spring/BeanShell).
  • Global condition/function.
  • Dynamic number of split states.
  • actionId in getAvailableActions.
  • Display a live graph.
  • Function and Conditions to be displayed on the Edge(Action).
  • Type base -> Instance base.
  • BSF doesnt work with new Jakarta package.
  • SQL Script for OSWorkflow for DB2 Databases.
  • Hibernate 3 support.
  • TransientVars supplied to conditions in external-permission.

Requirements:

  • OSCore 2.0.1+.
  • PropertySet 1.2+.
  • Jakarta commons-logging.
  • BeanShell (optional).
  • BSF (optional).
  • EJB interfaces.
  • XML parser (Not required for JDK 1.4).
<<less
Added: 2009-06-27 License: Other Free / Open Source License - Apache License Price: OtherFreeOpenSourceLicenseApacheLicense
12 downloads
Microsoft .NET Overview 1.0.0

Microsoft .NET Overview 1.0.0


The Microsoft .NET Framework is a software technology that provides a new programming interface to Windows services and APIs, and an amazing convergence of many technologies. The Microsoft .NET Framework is a set of languages, including C#, J#, and more>> The Microsoft .NET Framework is a software technology that provides a new programming interface to Windows services and APIs, and an amazing convergence of many technologies. The Microsoft .NET Framework is a set of languages, including C#, J#, and VB.NET; a set of development tools, including Visual Studio .NET; a comprehensive class library for building web services and web and Windows applications; as well as the Common Language Runtime (CLR).It also includes the Base Class Libraries (BCL), offering ways to utilize Collections, I/O, networking, among others. A complex stack of libraries is built on top of the BCL, including technologies like ADO.NET for database access, XML APIs to manipulate XML data, and Windows Forms to display rich user interfaces (UIs). These components collectively form the largest part of the Microsoft .NET Framework.<<less
Added: 2008-07-09 License: Freeware Price: $0.00USD
14 downloads
FTab(Floating Tabs) 1.0

FTab(Floating Tabs) 1.0


FTab(Floating Tabs) is a DHTML script that animates small browser windows with support for tabs. Use the mouse to move and resize the windows. It use cookies to remember size, positions and window state(minimized or maximized), active tab and window more>> FTab(Floating Tabs) is a DHTML script that animates small browser windows with support for tabs. Use the mouse to move and resize the windows. It use cookies to remember size, positions and window state(minimized or maximized), active tab and window stack order. But can off this with cookie:0;. In the demo, try to move and resize some of the windows. Then refresh the page. Its easy to configure this script. You put your content into separate
s and then call a javascript function which creates the tabs dynamically. Open example to see what how FTab. Had test in IE5.5,IE6,Firefox2,Firefo x3. Updated 2008/8/22, added expandable style.
<<less
Added: 2008-08-02 License: Freeware Price: $0.00USD
17 downloads
Ruby on Rails or CakePHP

Ruby on Rails or CakePHP


Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. Ruby on rails is awesome. It is also an easy to language to learn. Though b more>> Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. Ruby on rails is awesome. It is also an easy to language to learn. Though being very popular among the people, but i have a few reasons which made me to stick with cakePHP.<<less
Added: 2007-05-01 License: GPL Price: FreeAdditionalInfoFREE
613 downloads
SWI-Prolog 5.7.12

SWI-Prolog 5.7.12


SWI-Prolog is very useful because it offers a comprehensive Free Software Prolog environment, licensed under the Lesser GNU Public License. more>>

SWI-Prolog 5.7.12 is very useful because it offers a comprehensive Free Software Prolog environment, licensed under the Lesser GNU Public License. Together with its graphics toolkit XPCE, its development started in 1987 and has been driven by the needs for real-world applications. These days SWI-Prolog is widely used in research and education as well as for commercial applications.

Major Features:

  1. Kernel licensed under the LGPL. Prolog libraries are distributed under the GPL with an additional statement that allows for use in proprietary applications. Details can be found on the license page.
  2. fast compilation. E.g., loads 140,000 lines of code spread over 500 source-files in 2.3 seconds on an AMD 5400+ system.
  3. Robust and free of memory leaks. In use for several servers that run 24x7.
  4. Small. The full development environment, including graphics, libraries and many interface packages requires approx. 40MB harddisk. The non-graphical kernel is about 650Kb, the graphics library adds about 1.2Mb to the image.
  5. Scales well for large applications. No limits on program size, atom-length, term-arity or integer values. No performance degradation on predicates with many (indexed) facts.
  6. Unbounded integer and rational number arithmetic based on GMP library.
  7. Comprehensive set of built-in predicates, covering Part 1 of the ISO standard, the de-facto Edinburgh Prolog standard and important parts of Quintus and SICStus Prolog. Fair compatibility to Ciao, YAP and GNU-Prolog.
  8. Flexible and fast interface to the C- and C++-Language. The interface allows for calling both-ways, handling of non-determinism both ways and embedding of the SWI-Prolog kernel in C/C++ projects.
  9. The goodies: modules (upward compatible to Quintus and SICStus), garbage-collection (transparent to C/C++-code, including atom garbage collection), last-call optimisation, Dynamic expansion of the runtime stacks, ISO exception-handling (including C/C++ interface for catching and throwing exceptions).
  10. Execution profiler (time and call statistics) for Linux, most Unix platforms and Windows NT/2000/XP/Vista.
  11. Cross-Referencer. gxref/0 provides a graphical front-end for the extensible Prolog cross-referencer (xref).
  12. Portable to many platforms, including almost all Unix/Linux platforms, Windows (NT/2000/XP/Vista, including 64-bit editions), MacOS X (using X11 for graphics) and many more. Both 32-bits and 64-bits hardware is supported. Sources are plain C99, configured automatically using GNU autoconf (configure, make, make install).
  13. UNICODE character set handling internal. Ideal for web- and international applications.
  14. Machine-independent saved-states (save on one platform, run using the virtual machine of another platform).
  15. Multi-threading support: run multiple pre-emptively scheduled prolog engines on the same database.
  16. attributed variables, coroutining (freeze/2, when/2, dif/2), global variables, cyclic terms. Flag-controlled handling of occurs-check (on/off/error) see current_prolog_flag/2.
  17. Constraint Logic Programming, providing libraries for CHR (Constraint Handling Rules), clp(FD), clp(R,Q) and various others.
  18. Bundled with interface libraries for Java (JPL), ODBC, TCP/IP sockets, SSL, CGI form handling, etc.
  19. Multi-threaded Web server library with comprehensive libraries to generate HTML, HTTP authorization, session management, exchanging JSON (used by many AJAX widgets), etc.
  20. Fast and flexible libraries for parsing SGML/XML (HTML), parsing RDF, store and query the RDF triple model. A graphical editor for RDF/RDFS and OWL models called Triple20 is distributed seperately.
  21. Literate programming support through PlDoc. Provides integrated view on manual and application documentation and producing LaTeX documentation for your application.
  22. Unit testing support through PlUnit.
  23. Regular binary distributions for most popular platforms (Windows (32/64 bits), Linux (32 bits) and MacOS X (32 bits)).
  24. Regular distribution of the full source packages. The sources are also accesible through GIT.
<<less
Added: 2009-07-31 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
downloads
SA PHP Framework 0.3

SA PHP Framework 0.3


SA PHP Framework is a full application stack which implements the Front Controller Pattern. Originally written for PHP4 was fully rewritten to take advantage of the PHP5 object model. It features "search engine friendly URLs", page events, validity more>> SA PHP Framework is a full application stack which implements the Front Controller Pattern. Originally written for PHP4 was fully rewritten to take advantage of the PHP5 object model. It features "search engine friendly URLs", page events, validity checking for the GET parameters and its tightly integrated with Smarty.<<less
Added: 2006-06-20 License: LGPL Price: $0.00USD
12 downloads
YaYacc 1.0.1

YaYacc 1.0.1


YaYacc is such a useful and great syntactical analyzer, compatible with the original Yacc in algorithm analysis and perceived language. more>>

YaYacc 1.0.1 is such a useful and great syntactical analyzer, which is compatible with original on algorithm analysis and perceived language with yacc. It generate C++ code. Resulting code can be used in multithreaded applications.

Major Features:

YaYacc guarantees:

  1. Transmission of yacc descriptions to template code on C++ language.
  2. The work of the resulting code the same algorithm LALR(1) as yacc.
  3. Object-oriented method of integration with a lexical analyzer.
  4. The method of integration with resulting application is incapsulated into object Parser, which gives the result of analysis.
  5. The possibility of using some syntactical analyzers for several different input languages in one programm.
  6. The possibility of a parallel implementation of some syntactical analyzers the same input language without mutual interlock.
  7. The possibility of request destruction for objects in stack of analyzer is foresees during restoration from mistakes.
  8. The programm guarantees the possibility of embedding of generated programms in systems, with are functioning 24 hours. The module returns the correct messages about mistakes when configuration or requirements are incorrect; and remain capable to execution other requirements. This fact confirms the reliabity of programm.
  9. Supported platforms:
    • The operational system: FreeBSD
    • The compiler for yayacc: ANSI C.
    • The operation system for a resulting code: any
    • The compiler for a resulting code: ANSI C++.
<<less
Added: 2009-07-29 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
downloads
Data Structures in C++ 1.0

Data Structures in C++ 1.0


This tutorial teaches how to implement Data Structures as classes using C++. Stacks,Queues,Circular Queues,Linked Lists,Stacked Linked List,Queued Linked List,Circular Linked List,Double Linked List and Binary Trees are explained. more>> This tutorial teaches how to implement Data Structures as classes using C++. Stacks,Queues,Circular Queues,Linked Lists,Stacked Linked List,Queued Linked List,Circular Linked List,Double Linked List and Binary Trees are explained.<<less
Added: 2005-03-28 License: Freeware Price: $0.00USD
39 downloads
 
Other version of Data Structures in C++
Data Structures in C++Stacks,Queues,Circular Queues,Linked Lists,Stacked Linked List,Queued Linked List ... Lists,Stacked Linked List,Queued Linked List,Circular Linked List,Double Linked List and
License:Freeware
Download
1142 downloads
Added: 2005-03-28
What is Microsoft intermediate language (MSIL)? 1.0.0

What is Microsoft intermediate language (MSIL)? 1.0.0


Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET more>> Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET Framework compile to CIL, which is assembled into bytecode. CIL resembles an object-oriented assembly language, and is entirely stack-based. It is executed by a virtual machine. The primary .NET languages are C#, Visual Basic .NET, C++/CLI, and J#.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
11 downloads
 
Other version of What is Microsoft intermediate language
What is Microsoft intermediate language (MSIL)?CIL resembles an object-oriented assembly language, and is entirely stack-based. It is
License:Freeware
Download
874 downloads
Added: 2007-06-07
ADOdb Date and Time Library 0.17

ADOdb Date and Time Library 0.17


PHP native date functions use integer timestamps for computations. Because of this, dates are restricted to the years 1901-2038 on Unix and 1970-2038 on Windows due to integer overflow for dates beyond those years. This library was developed to overcome more>> PHP native date functions use integer timestamps for computations. Because of this, dates are restricted to the years 1901-2038 on Unix and 1970-2038 on Windows due to integer overflow for dates beyond those years. This library was developed to overcome these limitation by replacing the native functions signed integers with PHP floating point numbers when necessary. This library supports dates from 100 A.D. to billions of years in the future. For high speed, this library uses the native date functions where possible, and only switches to PHP code when the dates fall outside the 32-bit signed integer range.<<less
Added: 2003-01-27 License: BSD Price: 0.00
13 downloads
 
Other version of ADOdb Date and Time Library
ADOdb Date and Time Libraryrestricted to the years 1901-2038 on Unix and 1970-2038 on Windows due to integer overflow for ... integer overflow for dates beyond those years. This library was developed to overcome these
License:BSD Style
Download
2474 downloads
Added: 2003-01-27
RPNcalculator 1.0

RPNcalculator 1.0


Compact and handy RPN (reverse polish notation) calculator with 99 stacks, all essential functions and userdefined variables. Runs in all browsers supporting javascript and can be opened in popup windows. The variables are stored in cookies to be more>> Compact and handy RPN (reverse polish notation) calculator with 99 stacks, all essential functions and userdefined variables. Runs in all browsers supporting javascript and can be opened in popup windows. The variables are stored in cookies to be resumed on restarting the calculator. RPNcalculatur can be handled completely using the keyboard and so enables a minimal size. A public help-forum is provided.<<less
Added: 2004-10-26 License: GPL Price: $0.00USD
14 downloads
xml2obj

xml2obj


This is another small but effective script that uses expat to convert xml into objects. more>>

xml2obj is yet another small but effective script that uses expat to convert xml into objects.

The other scripts turn the structure of a XML-document into a combination of dictionaries and lists which is a good idea. xml2obj is a variation of the concept and differs by its major features.

Major Features:

  1. Using expat. The dom parser has a lot of overhead because it creates its own data structures, which were being used to create a second set of structures.
  2. Uses a stack to append child elements to parent.
  3. Uses classes to enhance access to the elements.
<<less
Added: 2007-03-02 License: Other Free / Open Source License - Python License Price: OtherFreeOpenSourceLicensePythonLicense
1 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2