Skip to content

Instantly share code, notes, and snippets.

View jagdeepsingh's full-sized avatar

Jagdeep Singh jagdeepsingh

  • Mohali
View GitHub Profile
@jagdeepsingh
jagdeepsingh / README.md
Last active May 25, 2017 12:06
cm-sms- Wrapper for the CM SMS Gateway API

CSS

Overlay and Loader

/! app/views/layouts/_loader.html.slim
.fixed-overlay
  .loading-content
    .text
 .image

LINE

Setup

  1. Download the LINE mobile app and register using your mobile number.

  2. Under Settings -> Account:

    • Complete Email Registration by setting an email id and password.
    • Enable Allow Login.
@jagdeepsingh
jagdeepsingh / README.md
Last active October 23, 2018 06:17
HTTP requests using Net::HTTP

HTTP Requests

require 'net/http'
require 'uri'

Parse URL.

@jagdeepsingh
jagdeepsingh / README_10001.md
Last active September 19, 2017 12:40
Omise-Payment Gateway