Skip to content
View jaydeepakbari's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report jaydeepakbari

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

  1. Example of using bcrypt with mongoos... Example of using bcrypt with mongoose to encript password with bcrypt
    1
    var mongoose = require('mongoose'),Schema = mongoose.Schema;
    2
    var bcrypt = require('bcrypt');
    3
    
                  
    4
    var salt = bcrypt.genSaltSync(10);
    5
    var enc_password = password  = bcrypt.hashSync(req.body.password, salt);
  2. shopify-cart-helper shopify-cart-helper Public

    This Javascript library that makes it easy to add dynamic cart features to Shopify themes.

    JavaScript

  3. file-manager file-manager Public

    File Manager is a wonderful widget that allows you to manage images and folders, pick images and folders, and do a lot more.

    JavaScript

  4. mysql-to-mysqli-functions mysql-to-mysqli-functions Public

    Converting mysql Functions to mysqli Functions

    PHP

  5. CI-admin CI-admin Public

    CI Admin is Powerfull Codeigniter Admin Panel for starting a new project with Codeigniter Framework

    PHP 22 15

  6. image-resizer image-resizer Public

    Laravel Image Resize Tool

    PHP