stack
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
Energy Bid Stack Viewer
Energy Bid Stack Viewer - Energy Bid Stack Viewer for Australian electricity market more>>
Requirements:
- MATLAB Release: R2006a
- Database Toolbox
BalanceNG
BalanceNG is an IP load software balancing solution. more>> BalanceNG is designed as a useful IP load software balancing solution,which utilizes its own network stacks and functionality. It runs on Linux-x86 (2.4 and 2.6 kernels distribution independent) and Solaris (9/10).
Major Features:
- Layer 2 (Ethernet) "switching engine" based software load balancer.
- Running under Linux (Using the PF_PACKET socket API) and Solaris (STREAMS/DLPI API).
- Backup targets (hosts) specifiable in case of failure of all primary targets.
- "Alert" and "Upalert" notification script interface.
- Direct Server Return (DSR) operation support.
- Unchanged client addresses on IP-level.
- Small, very fast and reliable.
- Simple to implement and administer.
- Simple "init script style" arguments like "start", "stop" and "status" (and "control" for interactive configuration and control ).
- Interactive communications mode with command line editing.
- Pcap packet dumping with automated dumpfile rotation (e.g. to implement a "transparent forensic logging bridge").
- Multi-Node High Availability capability using standard VRRP (Virtual Router Redundancy Protocol).
- "All service load balancing" based on client IP address allows generic load balancing independent of specific ports.
- SNMP support integrating into Net-SNMP with the BalanceNG MIB.
- Up to 128 parallel instances (fully independent BalanceNG load balancers) on the same host machine.
- Up to 1024 load balancing target servers (hard limit) per instance.
- Up to 512 virtual servers (hard limit) per instance.
- NAT state replication between master and backup node.
- VRRP tracking supported to allow automatic resource tracking and failover.
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
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:
- Transmission of yacc descriptions to template code on C++ language.
- The work of the resulting code the same algorithm LALR(1) as yacc.
- Object-oriented method of integration with a lexical analyzer.
- The method of integration with resulting application is incapsulated into object Parser, which gives the result of analysis.
- The possibility of using some syntactical analyzers for several different input languages in one programm.
- The possibility of a parallel implementation of some syntactical analyzers the same input language without mutual interlock.
- The possibility of request destruction for objects in stack of analyzer is foresees during restoration from mistakes.
- 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.
- 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++.
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
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
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:
- jar (default) - compiles the library osworkflow.jar
- 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.
- 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.
- 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).
Herongs Tutorial Notes on JVM
This book is a collection of notes and tutorial codes I wrote while I was trying different implementations of the JVM (Java Virtual Machine). Topics include: CDS, Class Data Sharing, Garbage collectio more>> This book is a collection of notes and tutorial codes I wrote while I was trying different implementations of the JVM (Java Virtual Machine). Topics include: CDS, Class Data Sharing, Garbage collection, GC, HotSpot, JDK 1.3.0, JDK 1.4.0, JDK 1.4.2, JDK 1.5.0, J2SDK, JRockit, Memory, Out of memory, Performance, Stack overflow, String buffer, etc.<<less
Herong's Tutorial Notes on JVM
This book is a collection of notes and tutorial codes I wrote while I was trying different implementations of the JVM (Java Virtual Machine). Topics include: CDS, Class Data Sharing, Garbage collection, GC, HotSpot, JDK 1.3.0, JDK 1.4.0, JDK 1.4.2, JDK more>> This book is a collection of notes and tutorial codes I wrote while I was trying different implementations of the JVM (Java Virtual Machine). Topics include: CDS, Class Data Sharing, Garbage collection, GC, HotSpot, JDK 1.3.0, JDK 1.4.0, JDK 1.4.2, JDK 1.5.0, J2SDK, JRockit, Memory, Out of memory, Performance, Stack overflow, String buffer, etc.<<less
XML/SWF Charts 4.7
XML/SWF Charts is a simple, yet powerful tool to create attractive web charts and graphs from dynamic XML data. more>>
XML/SWF Charts makes the best of both the XML and SWF worlds. XML provides flexible data generation, and Flash provides the best graphic quality.
Major Features:
- Web charts and graphs from dynamic data
- Live and interactive chart updates without reloading the web page
- Clickable charts, and drill-down
- Animated transitions
- Printable charts
- Simple and flexible chart generation
- Quality Flash graphics
- Supports unicode text to display special characters and any language
- Chart types:
- Line
- Column
- Stacked column
- Floating column
- 3D column
- Stacked 3D column
- Parallel 3D column
- Pie
- 3D Pie
- Bar
- Stacked bar
- Floating bar
- Area
- Stacked area
- Candlestick
- Scatter
- Polar
- Mixed
- Composite
- Joined
PHP Search (Easy to use with install script) 1.0
This program is a php search data builder. It works in combination with a php search engine to bring something that most open source packages cant do. Site-wide keyword search with relevancy ranking algorithm similar to googles. How to Use How more>> This program is a php search data builder. It works in combination with a php search engine to bring something that most open source packages cant do. Site-wide keyword search with relevancy ranking algorithm similar to googles. How to Use How to use this program is simple, type in your site address into the URL to Fetch box to start crawling and hit "Go" the program will take care of the rest. Some features of the program are the following Run Continous This checkbox when enabled turns this page into a crawler that can be left alone and will crawl all pages and links with in its vision (which if left unmanaged can be the entire Internet). No External Links This checkbox when enabled does it best to find only links that are the same domain of your input. This helps keep the script contained and it wont roam the open net. Remove Link Stack The Link Stack is the equivalent of the Link Process List which is that box on the left of the script. This button clears the stack.<<less
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
phpPeanuts framework 1.4.0
PhpPeanuts is a full stack framework for developing database-backed applications in PHP. It supports high and sustainable developer productivity by default reasoning and the once and only once principle. It features the extended dynamic scaffolding of more>> PhpPeanuts is a full stack framework for developing database-backed applications in PHP. It supports high and sustainable developer productivity by default reasoning and the once and only once principle. It features the extended dynamic scaffolding of complete web-based applications (user interface and ORM) from meta data, including CRUD, relations and Query By Example. Its dynamic nature and high adaptability allow a very agile development style to remain highly productive (thus enjoyable) in later phases of development and maintenance.<<less
XWork 2.1.4
This is a command-pattern framework that is used to power Struts 2 more>>
XWork 2.1.4 offers users a powerful command-pattern framework that is used to power Struts 2. Users can define action classes by using an Action interface, then XWork will setup and run the users actions. XWork provides an Inversion of Control container, a powerful expression language, data type conversion, validation, and pluggable configuration. XWork is most widely known from the web MVC framework called Webwork.
Major Features
- Flexible and customizable configuration based on a simple Configuration interface, allowing you to use XML , programmatic, or even product-integrated configuration
- Core command pattern framework which can be customized and extended through the use of interceptors to fit any request / response environment
- Built in type conversion and action property validation using OGNL
- Powerful validation framework based on runtime attributes and a validation interceptor
Enhancements
- XWork 2.1.2 message Parameters Validator Config bug
- NPE if running in JVM without java.home (Google App Engine)
- xwork-2.1.2.jar contains AspectJ class files, leading to build failures in applications that use other versions of AspectJ
- Throwing Missing Dependency Exception once migrated from xwork-2.1.2 to xwork-2.1.3
- Default Validator Factory throws exception
- Ognl Value Stack.se tValue() writes to System.out on OgnlException before throwing an XWork Exception
- New constructor for UrlSet with custom ClassLoader protocols. (Allows WebLogic deployment)
- Link to xwork v2.1.3 on downloads page
- Page: 1 of 2
- 1
- 2