Skip to content
View debasys's full-sized avatar
Block or Report

Block or report debasys

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. amazon-mws amazon-mws Public

    Forked from meertensm/amazon-mws

    Interaction with the Amazon api for vendors called MWS

    PHP

  2. Bonfire Bonfire Public

    Forked from lonnieezell/Bonfire

    Jumpstart your CodeIgniter web applications with a modular, HMVC-ready, backend.

    PHP

  3. Install MondoDB and PHP Client Install MondoDB and PHP Client
    1
    1) download mongodb - http://www.mongodb.org/downloads
    2
    2) install in C:\MongoDB
    3
    3) Create data folder in C:\MongoDB\bin\data\db
    4
    4) Start database - C:\MongoDB\bin>mongod --dbpath c:/mongodb/bin/data
    5
    5) Start Mongo Cli - mongo
  4. CouchDB CouchDB
    1
    1) Download CouchDB - http://couchdb.apache.org/
    2
    2) Install and check web interface - http://127.0.0.1:5984/_utils/index.html
    3
    3) Issue API calls with cURL for testing - cURL for windows - http://www.confusedbycode.com/curl/#downloads
    4
    4) PHP client - http://pecl.php.net/package/couchbase/1.1.5/windows
    5
    5)