variables and functions
Business Functions 1.52
Business Functions is a convenient tool which can help you analyze and plan your business. more>>
Business Functions 1.52 is a convenient tool with 500+ high-performance functions which can help you analyze and plan your business. It is designed to make financial models such as business plans and budgets faster to build, less error-prone, and easier to understand and maintain. It does this through integrated families of functions, in particular for budgeting and cash flow projections.
One of the features is its day count accuracy when used for projecting cash flows.It has specific interfaces for both Excel 2007 and Excel 1997-2003, as well an expanded utility set that includes number formatting and a time chart wizard, allows partial view of C++ code via the Function Finder, and includes the consolidation tool Cashflow Administrator.
Major Features:
- Flexibility
- Project in either cash or accruals, by changing one variable (ProjMode).
- Change the payment timing from quarterly to annual, calendar quarters or specified dates, again using one variable (Periods).
- Change the timebase of your budget again by using just one variable (Base).
- Accuracy
- Many more DayCount options than Excel, covering all types of payment stream including rent, loans, bonds, and sales revenue.
- Accurate date arithmetic using an advanced timeperiod description methodology (Time, Base, DayCount and Periods) ...
- Projections Functions
- This is the only library that provides specialist projections functions, which are the most accurate and reliable way of projecting cash flows, accruals etc.
- Projections functions are designed to deal accurately with partial periods, change of rate part-way through a period, etc.
- Running through the core of each projection function is the highly optimised daycount and date arithmetic, developed over several years.
- The unique projections functions in the library give model developers a distinct edge over conventional approaches.
- Whatever your business, project it right! Project your interest the same as your banker or bond manager, project your rent just like your Property Manager, Banker or Accountant.
- Rapid Model Development
- Familiar approach within Excel, the tool your already know, using standard functions. No need to learn new user interface.
- Debug and error Trace facility. No more unexplained #NUM! errors, faster formulae debugging.
- Online support Forum for all users.
- Common chart of variables, standard variable names, consistent argument order and style throughout the library eases learning curve.
- Quick to run
- Several times faster than functions written in Visual Basic for Applications (VBA).
- Functions written in optimized native C++ (faster than other methods such as .NET managed code).
- Error Reduction
- Use of same function across the timeframe of the model results in less one-off cell errors.
- The likelihood of error depends less from ill-designed formulas and one-off cell mistakes and more on the choice of correct function and inputs. Inputs are in part checkable automatically by Trace, and in part easier to check by hand because you know what each argument is supposed to be.
- Function inputs and range sizes are screened automatically by the functions for inconsistencies.
- Ease of understanding
- Functions are good practise - a modular way to separate logic from data.
- The name of the function a much better indication of what spreadsheet designer was intending - there is an strong element of self-documentation.
- No need to document a model cell by cell, formula by formula - the presence of a Business Function means that users can revert to the BF documentation for details of what a line in the spreadsheet is doing.
- Robust
- Functions work across a wide range of input magnitudes and will inform, via Trace, where an input is invalid or out of range.
- C++ libraries are the most reliable form of Excel library, because of industry-strength C++compilers, syntax checkers and optimizers, and a minimum of extraneous overhead.
- Ease of Maintenance
- Used widely, standardisation amongst models leverages the analysts knowledge.
- Business Functions behaviour is stable and constant over several years now - future releases are very unlikely to cause model breakages.
Enhancements:
- Maintenance release.
- Compiled with Boost Libraries 1.39.
- Bug fix on opening log files.
License:Freeware
License:Freeware
Functions 3D 1.3
Render 3D surfaces from mathematical expressions on your desktop. more>>
Functions 3D 1.3 is an effective program in which you can enter a mathematical function and have it rendered in a 3D space.
Major Features:
- Operators
- + Addition
- - Subtraction
- * Multiplication
- / Division
- ^ Exponentiation
- Variables & Constants
- x Variable
- y Variable
- pi 3.141592653589793
- e 2.718281828459045
- phi 1.618033988749895
- rand A random number (0<<less
Leaf API Hooking Solution 1.1
hook callback function & API function variable more>>
- When hooking an API, we need to write some kind of hook callback function and original API function variable var MessageBoxANext : function (hWnd: HWND; lpText, lpCaption: PAnsiChar; uType: UINT): Integer; stdcall; function MessageBoxACallback(hWnd: HWND; lpText, lpCaption: PAnsiChar; uType: UINT): Integer; stdcall; begin Result := MessageBoxANext(hWnd, lpText, Message From Dll, uType); end;
- Put all of code in a dll for global API hook like this procedure DllMain(dwReason: DWORD); begin case dwReason of DLL_PROCESS_ATTACH: begin HookAPI(user32.dll, MessageBoxA, @MessageBoxACallback, @MessageBoxANext); end; DLL_PROCESS_DETACH: begin UnHookAPI(user32.dll, MessageBoxA, @MessageBoxANext); end; end; end; begin DllProc := @DllMain; DllMain(DLL_PROCESS_ATTACH); end.
Excel Function Dictionary 2.0
The Excel Function Dictionary contains over 150 examples of functions more>>

functions for keyconfig 1.4.0
This extension will provide core functions for keyboard operation. more>> This extension will provide core functions for keyboard operation.
* Scrolling
* Tab Focusing
* Frame Focusing
* Finding
* Copy URL
* Clear HTTP Auth
* ...
Combining with keyconfig extension, you can set any shortcut key to these functions simply.
If you operate Firefox by keyboard mainly, this extension will help you<<less

beWISE - Edelwise Basic Variables 1.0
Makes task to task communication between VB programs simple via variables that are located in shared memory. A VB program can use any number of beWise Variables simultaneously, limited only by the ver more>>
iNeeda Password and Tracker 3.2
iNeeda Password and Tracker main features: easy to use Interface, unlimited Category Support, copy User ID & Password functions, Hidden passwords with secure reveal, Go to Website, Password Generator more>> <<less
Microsoft SQL Server 7.0 - Text Formatting Functio Q304851
SQL Server 7.0 provides a number of functions that enable database queries to generate text messages more>> SQL Server 7.0 provides a number of functions that enable database queries to generate text messages. In some cases, the functions create a text message and store it in a variable; in others, the functions directly display the message. A vulnerability has been discovered with these functions.
Use of an invalid format type character may allow SQL Server to overwrite an internal buffer that may overwrite an address in the SQL Server process space with arbitrary data. If SQL Server overwrites an address in the SQL Server process space with arbitrary data, SQL Server may potentially allow you to execute arbitrary code within SQL Server or the SQL Server process may abnormally terminate.
<<lessDelphi Registry and Initialisation Variables Code Generator 1.0
Delphvar is a useful and powerful Pascal code generator for the Delphi programming language more>>
Given a list of component types copied from the Interface section of form, Delphvar allows the specification of which component properties to process, and will then automatically create Pascal insert files containing the statements needed to read and write these properties. It will also write files to declare variables of similar name to the component properties and read and write from variables as well, and clear both component properties and variables.
Microsoft SQL Server 2000 - Text Formatting Functi 354983
Previously published under Q304850. SQL Server 2000 provides a number of functions that enable database queries to generate text messages more>> Previously published under Q304850.
SQL Server 2000 provides a number of functions that enable database queries to generate text messages. In some cases, the functions create a text message and store it in a variable; in others, the functions directly display the message. A vulnerability has been discovered with these functions.
Use of an invalid format type character may allow SQL Server to overwrite an internal buffer that may overwrite an address in the SQL Server process space with arbitrary data. If SQL Server overwrites an address in the SQL Server process space with arbitrary data, SQL Server may potentially allow you to execute arbitrary code within SQL Server or the SQL Server process may abnormally terminate.
<<lessSpeQ Mathematics 3.3
SpeQ is a small, extensive mathematics program with an intuitive interface more>> SpeQ is a small, extensive mathematics program with a simple, intuitive interface. All calculations are entered in a sheet. In there you can freely add, edit and execute calculations. SpeQ supports all common functions, constants, and units. Furthermore, you can define custom variables and functions, and plot graphs of your functions.<<less
add, edit and execute all calculations. You can define variables and functions, and plot graphs of your functions. You can save your calculations for later re-use
Free JavaScript Editor 4.7
Free JavaScript Editor is advanced JavaScript Editor, Validator and Debugger for beginners and professionals. AJAX developers can easily use the program as Free Ajax Editor more>>
Free JavaScript Editor 4.7 is a professional and useful tool that helps users edit JavaScript code and creat animations and other special effects for Web pages using DHTML, CSS and JavaScript.
It is advanced JavaScript Editor, Validator and Debugger for beginners and professionals. AJAX developers can easily use the program as Free Ajax Editor.
Major Features:
- Combined color-coded syntax - for JavaScript, PHP, VBScript, CSS and so on. You can directly identify objects, comments, functions, methods and other elements.
- Go to declaration:
- Navigation to a declaration has been extended in Freeware JavaScript Editor, and now (in addition to functions, variables, etc.) it is also supported for JavaScript labels.
- Use the Ctrl + Click combination and this will directly navigate you to the line of javascript code where the function, label or variable is declared.
- Highlighting corresponding curly braces. There are two ways to highlight:
- By placing caret before brace
- By placing mouse over curly brace.
- So you are able to highlight two pairs of matching curly braces at the same time!!!
- JSLint JavaScript syntax verifier.
- JSLint gets a JavaScript source and scans it. If it finds a trouble, it describes the problem and gives location within the source.
- JSLint is embedded in Free JavaScript Editor. Just click on "Js Syntax Check in JSLint" in the Debugging menu or toolbar to verify selected text or whole document.
- Block Comments. You can comment a part of JavaScript code by selecting the code in the Free JavaScript Editor and pressing CTRL+/ (slash). Each line of the selected code is prefixed with //.
- Pressing CTRL+/ will insert or remove the slashes, based on whether the first line of the code is prefixed with //.
- Press [CTRL+/] to comment selected text
- Free JavaScript Editor uses Intellisense to make simpler writing of code.
- You can keep your context, find the information you need, insert language element directly into your code, and even have IntelliSense complete your typing for you.or uncomment selected text
Enhancements:
- Add new IntelliSense features.

Javascript Edit Program 1.6
Javascript Edit Program is a fully functional javascript Editor letting you Desing Javascripts within minutes! Includes built in Script Wizard. Also insertable code: Onmouse events, functions, variabl more>>
Rapid Environment Editor 3.2.0.518
Rapid Environment Editor is a freeware Windows environment variables editor. It includes easy to use GUI and replaces small and inconvenient Windows edit box. more>> <<less
License:Freeware
License:Freeware
License:Freeware
License:Freeware
Microsoft SQL Server 7.0 - Text Formatting Functions Contain Unchecked Buffers Q304851
Microsoft SQL Server 7.0 - Text Formatting Functions Contain Unchecked Buffers is a program stimulating database queries to generate text messages. more>>
Microsoft SQL Server 7.0 - Text Formatting Functions Contain Unchecked Buffers Q304851 is a program stimulating database queries to generate text messages. In some cases, the functions create a text message and store it in a variable; in others, the functions directly display the message. A vulnerability has been discovered with these functions.
Use of an invalid format type character may allow SQL Server to overwrite an internal buffer that may overwrite an address in the SQL Server process space with arbitrary data. If SQL Server overwrites an address in the SQL Server process space with arbitrary data, SQL Server may potentially allow you to execute arbitrary code within SQL Server or the SQL Server process may abnormally terminate.