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 September 21, 2023 11:57
Set up macOS High Sierra 10.13.6

Set up macOS High Sierra 10.13.6

Open the terminal and type git. If it not installed, you will see a dialog box with a button to install it. Click on the button and git will be installed in a couple of minutes.

$ git --version
git version 2.15.2 (Apple Git-101.1)
@jagdeepsingh
jagdeepsingh / README.md
Created May 21, 2020 11:57
Selenium Webdriver with Ruby

Selenium Webdriver

1. Config

  • Ruby v2.5.1
  • macOS Catalina 10.15

2. Install gems

@jagdeepsingh
jagdeepsingh / README.md
Last active March 13, 2023 12:38
Stripe Connect
@jagdeepsingh
jagdeepsingh / GMO_PAYMENTS_ON_RAILS.md
Last active June 20, 2022 08:43
GMO Payment Gateway integration with Rails including Credit Card tokenization and setting up Managed Accounts through API
@jagdeepsingh
jagdeepsingh / README.md
Last active December 9, 2021 10:26
Set up macOS Catalina 10.15 with development tools | Git | Homebrew | rbenv | bundler | Atom | Databases | Node.js | Yarn | kubectl | Elastic Stack
@jagdeepsingh
jagdeepsingh / SETUP.md
Last active September 22, 2021 15:28
Set up macOS Big Sur 11.2 with development tools | Git | Homebrew | rbenv | ruby | Atom | PostgreSQL | mongodb
@jagdeepsingh
jagdeepsingh / README.md
Created May 3, 2021 18:45
Setup new Rails 6.x application using Mongoid 7.x
@jagdeepsingh
jagdeepsingh / README.md
Created January 8, 2018 05:35
Browser name and version details in JavaScript
navigator.browserInfo = (function() {
  var output, tem, ua;
  ua = navigator.userAgent;
  tem = void 0;

  output = ua.match(/(android)\s([0-9\.]*)/i) || ua.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i) || [];

  if (/android/i.test(output[1])) {
 return {