theoretical frameworks

FxEngine Framework 4.2
FxEngine Framework is designed to be a helpful and free C++ Framework which can simplify the plug-in architecture for the data flow processing. more>>
FxEngine Framework 4.2 is designed to be a helpful and free C++ Framework which can simplify the plug-in architecture for the data flow processing. The FxEngine Framework provides a full control to the plug-in architecture for applications that require custom solutions. With the Framework, you can create your own plug-ins to support your data format and custom processing.
Can be used in:
- Signal Processing
- Image Processing
- Test and Measurement
- Financial Processing
- Control systems Design
Enhancements:
- Includes a new FxEngine Editor improvements
- Includes new linux samples.
UnitTest Framework 1.0
allow developers to write white/grey-box unit test cases more>> UnitTest was developed on the principle of keeping things simple as possible.To that point, the source code testing framework was made to allow the developer to easily write white/grey-box unit test cases.
To make life easier, I also created a utility that generates unit test class source code. The entire project is really tiny and is designed to build and run out of the box! You should be able to get going within 5 mins. I have also provided two sample projects for you to play with in the package.
<<less

The IB Options Calculator 1
The IB Options Calculator is an effective and easy-to-use tool which is designed to help investors quickly compare market and theoretical prices for undervalued and overvalued trading opportunities. more>> <<less
Visual Component Framework 0.9.9
Visual Component Framework is considered as an advanced C++ application framework that offers a modern, clean, C++ architecture and is designed to be cross platform. more>>
Visual Component Framework 0.9.9 is considered as an advanced C++ application framework that offers a modern, clean, C++ architecture and is designed to be cross platform. The core framework is divided into three major libraries, the FoundationKit, the GraphicsKit, and the ApplicationKit. Anti-aliased graphics are supported through the use of the Anti-Grain Graphics library.
Major Features:
- Modern C++ design - use of modern C++ techniques like exceptions, templates (where useful), name spaces, and heavy use of the Standard Template Library.
- Advanced RTTI features that allow for such things as dynamic object creation given a registered class name or a registered UUID string that represents the class, dynamic introspection of a given object's class and listing such data as the class name, super class, the properties of the class, member methods, and implemented interfaces.
- Modular - built across several libraries as opposed to one huge monolithic library that then becomes difficult to break apart. This means that while the VCF is incredibly powerful as a framework for writing GUI based applications, if you just want to use the core features, such as threads, file IO, and RTTI you can do so, without having to have dependencies on all the GUI code.
- Easy to use, and powerful event system, suitable for console as well as GUI based applications.
- Support for Thread, Mutexes, Semaphores, Files, Streaming data, error logging, string utility functions, and other basic services. All of this is part of the FoundationKit and has no dependencies on the graphics or UI code.
- Powerful and easy to use graphics classes, plus more advanced support for anti aliased vector graphics through the use the AntiGrain Graphics libraries.
- A simple to use image loading architecture that allows multiple formats to be registered dynamically, for loading up a variety of different graphics formats. On Win32 systems the default image loading support is limited to BMP files, but by using the ImageFormats library (also a part of the VCF) a wide variety of additional image types are also supported. Currently the ImageFormats library uses FreeImage to support a image types such as .TIFF, .TGA, .PSD, .PNG, .PCX, .SGI, .MNG, .RAS, .PBM, .PPM. and many others.
- More advanced classes for customizing the drawing process by extending Stroke and Fill classes.
- A complete set of powerful GUI classes, including a common set of base classes enabling advanced custom control creation. Some of the control classes include tree controls, list controls, check box and radio controls, push buttons, single line and multi line text controls, and many others.
- A standard set of application classes for things like resources, loading windows or forms dynamically at application startup, saving of application state, a registry class for common storage of system and application information.
- Other application classes include an Undo/Redo architecture based on commands that allows for undoing and redoing commands as well as notifying other objects of the events.
- GUI controls that support both alignment and anchoring. Any control may be aligned to the top, bottom, left or right of it's parent container control. Alternately controls may use their anchoring properties to anchor themselves to the left, right, top and/or bottom sides of their parent container control. In addition to control alignment, it is possible to write custom layout containers and assign them to a control to customize layout logic.
- The ApplicationKit provides a set of Model and View classes for using in MVC patterns. A series of models like the ListModel, TreeModel, and TextModel are used in controls to provide separation of the data from the UI presentation code. Because a View can be dynamically attached to a Control at runtime, it will be possible to develop "themes" in the future.
- Because of the RTTI features and the event handlers, the VCF easily supports component programming with in IDE that allow for visual development.
- The VCF tries to be as flexible as possible, allowing you to use the parts you want, and allowing for inter-operability with other frameworks. Thus VCF controls can be used inside of an MFC application if you like, or only use the graphics module for enhanced graphics features.
- No need of special preprocessor tools - if you have a reasonably complete C++ compiler then you're all set to go.
- The ability to access the low level handles for most native objects. For example, by accessing the Thread's peer class, you can get a handle to the native thread handle itself. For a control, you can access the control's peer and get a handle id that represents the windowing systems native handle for a window/widget. This allows you to use platform specific calls when necessary.
Macs MVC Framework 0.1.4
Macs MVC Framework is an open source MVC Framework that has an in-built templating engine more>>
Macs MVC Framework was made with future extendability in mind, ease of install, ease of use, and more over has a very short learning curve.
Macs MVC Framework also comes bundled with many PHP Libraries and Javascript Libraries to allow you to create the application you want.
The framework generates SEF (Search Engine Friendly) URLS, right out of the box.
.NET Compact Framework Sample: Send SMS 1
.NET Compact Framework Sample: Send SMS is considered as a useful sample with which you can learn how to send Short Message Service (SMS) messages from your .NET Compact Framework-based application. more>>
.NET Compact Framework Sample: Send SMS 1 is considered as a useful sample with which you can learn how to send Short Message Service (SMS) messages from your .NET Compact Framework-based application.
Requirements: Windows NT/2000/XP/2003 Server
.NET Compact Framework Sample: Phone API 1
.NET Compact Framework Sample: Phone API is described as a helpful sample with which you can learn how to access the Phone API from your .NET Compact Framework-based application. more>>
.NET Compact Framework Sample: Phone API 1 is described as a helpful sample with which you can learn how to access the Phone API from your .NET Compact Framework-based application. Use this sample code in association with the Phone API article.
Requirements: Windows NT/2000/XP/2003 Server
XNA Framework Redistributable 1
XNA Framework Redistributable is launched to be a helpful tool which brings you the important runtime components to execute a game on Windows developed using Microsoft XNA Game Studio Express 1.0 more>>
XNA Framework Redistributable 1 is launched to be a helpful tool which brings you the important runtime components to execute a game on Windows developed using Microsoft XNA Game Studio Express 1.0. Installation of this runtime is not necessary on systems that already have Microsoft XNA Game Studio Express 1.0 installed.
.NET Compact Framework Sample: Image Button 1
.NET Compact Framework Sample: Image Button is designed to provide users with a sample code associated with how to create a Microsoft .NET Compact Framework-based image button whitepaper. more>>
.NET Compact Framework Sample: Image Button 1 is designed to provide users with a sample code associated with how to create a Microsoft .NET Compact Framework-based image button whitepaper.
.NET Compact Framework Sample: Today Screen 1
.NET Compact Framework Sample: Today Screen is regarded as a handy sample with which you can learn how to create a Pocket PC Today Screen Plug-in. more>>
.NET Compact Framework Sample: Today Screen 1 is regarded as a handy sample with which you can learn how to create a Pocket PC Today Screen Plug-in.
Requirements: Windows NT/2000/XP
.NET Compact Framework 1.0 SP3 Redistributable 1
.NET Compact Framework 1.0 SP3 Redistributable is an admirable tool which allows users to run .NET Compact Framework applications, including the Common Language Runtime and the .NET Compact Framework class library. more>> <<less
.NET Compact Framework Sample Code: Deployment 1
.NET Compact Framework Sample Code: Deployment is created to be a useful sample which contains the sample code associated with the Developing and Deploying Pocket PC Setup Applications white paper. more>>
.NET Compact Framework Sample Code: Deployment 1 is created to be a useful sample which contains the sample code associated with the Developing and Deploying Pocket PC Setup Applications white paper.
Requirements:
- Windows NT/2000/XP/2003 Server

Option Trading Workbook 1
Option pricing spreadsheet that calculates the theoretical price and all of the Option Greeks for European Call and Put options. The spreadsheet also allows the user to enter up to 10 option legs for more>>
Java Neural Network Framework Neuroph 2.1.1b
Java Neural Network Framework Neuroph is a beneficial and easy to use Java neural network framework to develop and simulate common neural network architectures. more>> <<less
Windows SDK .NET Framework 3.0 Samples 6.0.6
Windows SDK .NET Framework 3.0 Samples has come as a practical and handy program which is packed with samples for .NET Framework 2.0, Windows Communication Foundation more>> <<less
