Menu

Tree [r1] /
 History

HTTPS access


File Date Author Commit
 Common.h 2010-01-23 rajjo [r1] First version - Rajnish.
 DBStorage.cpp 2010-01-23 rajjo [r1] First version - Rajnish.
 DBStorage.h 2010-01-23 rajjo [r1] First version - Rajnish.
 DatabaseInterface.cpp 2010-01-23 rajjo [r1] First version - Rajnish.
 DatabaseInterface.h 2010-01-23 rajjo [r1] First version - Rajnish.
 FileStorage.cpp 2010-01-23 rajjo [r1] First version - Rajnish.
 FileStorage.h 2010-01-23 rajjo [r1] First version - Rajnish.
 GetBin.cpp 2010-01-23 rajjo [r1] First version - Rajnish.
 GetBin.h 2010-01-23 rajjo [r1] First version - Rajnish.
 MasterBin.cpp 2010-01-23 rajjo [r1] First version - Rajnish.
 MasterBin.h 2010-01-23 rajjo [r1] First version - Rajnish.
 MasterList.cpp 2010-01-23 rajjo [r1] First version - Rajnish.
 MasterList.h 2010-01-23 rajjo [r1] First version - Rajnish.
 PutBin.cpp 2010-01-23 rajjo [r1] First version - Rajnish.
 PutBin.h 2010-01-23 rajjo [r1] First version - Rajnish.
 RandomNoGenerator.cpp 2010-01-23 rajjo [r1] First version - Rajnish.
 RandomNoGenerator.h 2010-01-23 rajjo [r1] First version - Rajnish.
 ReadMe.txt 2010-01-23 rajjo [r1] First version - Rajnish.
 SecondaryStorage.h 2010-01-23 rajjo [r1] First version - Rajnish.
 SecondayStorage.cpp 2010-01-23 rajjo [r1] First version - Rajnish.
 UnitTester.cpp 2010-01-23 rajjo [r1] First version - Rajnish.
 UnitTester.h 2010-01-23 rajjo [r1] First version - Rajnish.
 UnitTester_dw.cpp 2010-01-23 rajjo [r1] First version - Rajnish.
 WeightedRandomSampler.cpp 2010-01-23 rajjo [r1] First version - Rajnish.
 WeightedRandomSampler.h 2010-01-23 rajjo [r1] First version - Rajnish.
 WeightedSampler.cpp 2010-01-23 rajjo [r1] First version - Rajnish.
 WeightedSampler.h 2010-01-23 rajjo [r1] First version - Rajnish.
 makefile 2010-01-23 rajjo [r1] First version - Rajnish.
 makefileCluster 2010-01-23 rajjo [r1] First version - Rajnish.
 sdsm.cpp 2010-01-23 rajjo [r1] First version - Rajnish.
 sdsm.h 2010-01-23 rajjo [r1] First version - Rajnish.
 sdsm.vcproj 2010-01-23 rajjo [r1] First version - Rajnish.
 sdsmConfig.h 2010-01-23 rajjo [r1] First version - Rajnish.
 sql.txt 2010-01-23 rajjo [r1] First version - Rajnish.
 stdafx.cpp 2010-01-23 rajjo [r1] First version - Rajnish.
 stdafx.h 2010-01-23 rajjo [r1] First version - Rajnish.
 targetver.h 2010-01-23 rajjo [r1] First version - Rajnish.
 todo.txt 2010-01-23 rajjo [r1] First version - Rajnish.

Read Me

========================================================================
    CONSOLE APPLICATION : sdsm Project Overview
========================================================================

sdsm.vcproj
    This is the main project file for VC++ projects generated using an Application Wizard.
    It contains information about the version of Visual C++ that generated the file, and
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

Sdsm.cpp
    This is the main application source file.

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named sdsm.pch and a precompiled types file named StdAfx.obj.

/////////////////////////////////////////////////////////////////////////////

==========================================================================
Installation
==========================================================================

1. Install Boost package 
2. Install MySQL Connect C++

/////////////////////////////////////////////////////////////////////////////

Database SQL Schema
//////////////////

CREATE USER sdsm IDENTIFIED BY ''

CREATE DATABASE sdsmDB

GRANT ALL ON sdsmDB.* TO sdsm IDENTIFIED BY ''

CREATE TABLE 


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.