| Projects on Google Code | Results 1 - 8 of 8 |
Relevance Overflow is a very small program for watching your comments on the Stack Overflow family of websites. It's implemented as a small web server running in the background, serving you a page that updates every minute (by means of a meta-refresh).
It is very much ad-hoc written software with...
Tools to hack a buggy web server by exploiting buffer overflow.
This library provides a collection of (macro-based) functions for performing safe integer operations across platform and architecture with a straightforward API.
It supports two modes of use: header-only and linked dynamic library. The linked, dynamic library supplies a format-string based inter...
integer,
security,
overflow,
safeintegeroperations,
operations,
arithmetic,
math,
library,
header,
C
Overflows and underflows can be an issue in some calculations (such as calculating the probability of phylogenetic data). There are arbitrary precision libraries (notably [http://gmplib.org/ GMP]), but sometimes the use of them may be overkill. I made a "Superdouble" class consisting of a single hea...
This Javascript code Infinately doubles a number without overflowing and and displaying number in form of "E". It has a very eay concept which is extracting the last string and then making its double instead of making double of whole number.
Credits goes to Shashank Jain who can be contacted at o...
*SLI (symmetric level-index) arithmetic* essentially prevents overflow & underflow in computing. With this library, you may use 'SLI' as a normal data type in C++. Replace 'double' with 'SLI' in you program, and over/underflow problem would be solved.
It supports operations including +, -, {{{*...
sectypes aims to simulate different platform in order to test a piece of code for integer overflow and buffer overflow.
sectypes mainly uses templates and few code in order to simulate a given type (let's say Integer on a 16bit platform).
The goal of such simulation is to speed up the crashes ...
idealised two layer model with boussinesq approximation, vertically integrated with free surface to simulate idealised problems of circulation of a two layer stratified fluid (oceanic large scale or estuarine system)
horizontal advection is currently calculated with simple upstream based advectio...