Archive for January, 2008



23
Jan

Free firewall for Windows Vista

I have been trying to find a free firewall for Windows Vista basic. Zone Alarm caused massive problems and I had to do a system restore. The Vista version of Sunbelt Kerio is not out yet.
Visit:
http://www.pctools.com/firewall/

23
Jan

Free 4PSA VoipNow Express PBX software

23
Jan

Free Mobile Gateway Email platform for iPhones

Synchronica, a mobile synchronization and device management company has announced that its Mobile Gateway service is now available to iPhone users in the UK. The iPhone which has just been launched in Britain has already been well received. Now, it will be easier for iPhone users to add a secure corporate email service using Synchronica’s Mobile Gateway platform.

Visit: http://www.techshout.com/

23
Jan

Free Software Upgrade to the securityProbe

have extended the functionality and ease of use with the release of a new firmware for their state of the art securityProbe. These updates include additions to the sensor mapping feature, multi lingual interface support, upgraded video frames rate for the cameras and the addition of notification escalation. The sensor mapping feature has been improved with the addition of a map wizard. This

23
Jan

Peachtree Software Free to Accountants

A long time favorite of accountants, Peachtree is designed for small businesses that take their accounting seriously and view it as a tool to make better decisions. Peachtree is a comprehensive solution based on double-entry accounting principles, featuring screen-level security, audit trails and automatic accounting checks, so small businesses get the accuracy and control they need to improve

20
Jan

For Adult Toys

The Cock Ring takes the assumption out of exciting your female partner’s G-spot. The vibrating cock ring will make your whole night thrilling and miraculous at once. Many Sex toys allow you to get your power focused on foreplay, erotic play or anything which will make your female partner beg for more. Clitoral inspiration by the hot G-spot vibrator will inspire the woman’s most sensitive parts. This pleasure cock ring is an erection improver which will help give you to have long lasting and stronger erections. This vibrating condom is a guarantee, which is never made to be broken because it goes always right to work for you. You can turn this amazing sex toy into your most trusted friend and partner. Use this love ring as a clitoral stimulator or a G-spot vibrator. Use our Vibrator as a sex aid or simply add it to your collection of sex toys. No effort is required on your part because your Vibrating Cock Ring performs like an invisible lover. Our innovative Vibrating Condom will spice up your sex life and keep you coming for more. The Hot G Vibe will transform your bedroom routine into a wild new adventure.

20
Jan

Viagra Jesgamble

Viagra pill has been a widely used, trusted and approved drug and it works by increasing the blood flow to the sexual organ of men, serving it to plug with sufficient blood flow to cause sufficient erection, and thus enabling sexual interaction. With this wonder medicine you will never feel the disappointment or vulnerability that you might have been experiencing before.

The jesgamble is a website which has properly documented all the posts about Viagra and the real understanding of people in a rendezvous fashion or you can say blogwise fashion and also one can easily look through them to know about Viagra cures and related issues. Some posts even include vital information about how to buy Viagra and there are warning posts that tell one to stay away from fake products.

You can visit the jesgamble website to know more about viagra jesgamble pill. Many people were having doubts when they are about to buy or use Viagra, but this website will prove useful as people have shared their first and experiences. Viagra cures and information about fake Viagra is available and going through the online posts, one can actually go forward and can make an informed decision.

16
Jan

Metrics

Object Outline generates a variety of object oriented and standard source code metrics. They are:

* Number of classes.
* Number of statements (LOC).
* Number of free standing functions.
* McCabe complexity per class.
* McCabe complexity per function.
* Number of public member functions per class.
* Number of protected member functions per class.
* Number of parameters per function.
* Number of functions documented.

Object Outline can generate a report listing the largest and most complex functions and classes in the program. Object Outline can also generate graphs (histograms) containing the size and complexity distribution of the classes and functions in the program.
Basically, Object Outline generates everything needed to quickly, consistently, and fairly identify problem classes and functions.
See the HTML examples for more information about Object Outlines metrics capabilities

16
Jan

Comment Extraction

Object Outline adapts to your comment’s format, location, and style. It extracts documentation for structs, classes, member functions, functions, function arguments, and enumerated types. The comments are filtered and formatted into sections of fixed space font and normal text. Object Outline preserves sections of the comment where the formatting is important (example code, pointer diagrams, etc.). When Object Outline determines that a section of code is not formatted, then it forces the comments into a normal word wrapped paragraph. The user also has control through a comment filter, how the comment is formatted in the final documentation. The resulting documentation is attractive, easy to read, and does not look like a code listing.
The following is a simplified list of extraction rules:

* Any comment directly before a class or struct declaration. Ex:

// class foo does this and that
class foo {…};

* Any comment directly before the opening brace of a class or struct declaration. Ex:

class foo // class foo does this and that
{…};

* Any comment directly before or after a (member) function declaration. Ex:

class c1
{
// this member function does this and that
void foo();
};

* Any comment before, next, or after and indented, a member variable declaration. Ex:

class c1
{
// this member data does
int count; // that and
// everything else.
};

* Any comment directly before a (member) function implementation. Ex:

// this member function does so and so
void c1::foo()
{
}

* Any comment after a function parameter. Ex:

void funtion1( int a, // this is the comment for a
int b, // this is the comment for b
int c) // this is the comment for c
{
}

* Any comment after a function declaration but before the opening brace. Ex:

void function1(int x,int y)
/*
comment block goes here
*/
{
}

* Any comment before an enum, and after each enum symbol. Ex:

/* this is enum X */
enum X
{
A, // A does this
B // B does that
};

* Any comment before of after a function prototype. Ex:

/* comment block before */
void function2();
/* comment block after*/

Basically, Object Outline looks for comments in same places that you would write them or look for them. With this system no comment tags are required.

16
Jan

Intranet

An internal web site (a so called intranet) is a low cost and effective way to improve communication within a software team.
Object Outline will increase the value and utility of your software team’s intranet by automatically integrating design documentation, information about your source code, and project metrics. The HTML files can be moved and copied without breaking any links. The generated HTML documents are aggressively hyperlinked (including the extracted comments).
Don’t have a project WEB page?, or a WEB server? No problem!
The HTML files generated by Object Outline do not require a WEB server. The generated HTML document can be placed on a shared directory on your LAN. Using a shared directory on a LAN is a zero cost, secure, no effort, technique for starting a WEB page today. You don’t even need a TCP/IP stack or Internet connection. Object Outline supports writing its HTML output to case sensitive UNIX servers and Novell 3.11 servers that do not support the Windows 95 and Windows NT long file names.





Page copy protected against web site content infringement by Copyscape

 

January 2008
M T W T F S S
« Dec   Feb »
 123456
78910111213
14151617181920
21222324252627
28293031