Skip to content

Instantly share code, notes, and snippets.

View waqas-mehmood-pk's full-sized avatar

Waqas Mehmood waqas-mehmood-pk

  • Paaysay
  • Pakistan
View GitHub Profile
@waqas-mehmood-pk
waqas-mehmood-pk / multiple_ssh_setting.md
Created February 13, 2019 19:46 — forked from jexchan/multiple_ssh_setting.md
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"
@waqas-mehmood-pk
waqas-mehmood-pk / README.md
Created November 5, 2018 14:44 — forked from kerryboyko/README.md
VueJS Best Practices Guide

Deverus Vue.js Style Guide

Guide for developing Vue.js applications.

v. 0.0.1

Vue.js is an amazing framework, which can be as powerful as Angular or React, the two big heavy hitters in the world of front-end frameworks.

However, most of Vue's ease-of-use is due to the use of Observables - a pattern that triggers re-renders and other function calls with the reassignment of a variable.

@waqas-mehmood-pk
waqas-mehmood-pk / macosx-install-php-oracle-oci8.md
Created May 4, 2018 04:20 — forked from gido/macosx-install-php-oracle-oci8.md
install Oracle PHP Extension (oracle OCI8) - instantclient for Mac OS 10.8 - homebrew environnement

Installation

This procedure is tested on Mac OS X 10.8 with Developpers tools installed (xCode).

PHP 5.4 installed with Homebrew.

Update: I wrote a blog post about this.

Preparation

Download the following files from Oracle website (yes, you need to create an account and accept terms):

@waqas-mehmood-pk
waqas-mehmood-pk / php-oracle.md
Created April 26, 2018 04:28 — forked from odan/php-oracle.md
XAMPP - Oracle Driver Setup (v12)

XAMPP - Oracle Driver Setup (v12)

Requirements

This driver requires the Microsoft Visual C++ Redistributable. The redistributable can easily be downloaded on the Microsoft website as x86 or x64 edition. Notice: On a x64 computer the x86 AND the x64 version must be installed.

Visual C++ Redistributable für Visual Studio 2015

Setup

@waqas-mehmood-pk
waqas-mehmood-pk / xampp_php7_xdebug.md
Created April 14, 2018 05:56 — forked from odan/xampp_php7_xdebug.md
Installing Xdebug for XAMPP

Installing Xdebug for XAMPP with PHP 7.x

Requirements

Setup

@waqas-mehmood-pk
waqas-mehmood-pk / checklist-going-live
Created May 24, 2017 10:57
Copied from spatie/checklist-going-live
# A checklist for all projects that are going live
This checklist is used whenever a project is going live at https://spatie.be
## 1. Browserstack tests
- [ ] Desktop: test on latest versions of Chrome, IE/Edge, Firefox, Safari
- [ ] Mobile: test on latest versions of Mobile Safari, Android
## 2. Front-end checklist