Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am ibraheem4 on github.
  • I am ibraheem (https://keybase.io/ibraheem) on keybase.
  • I have a public key ASCJw_bRVSadAKQ4TUL6O0WgsBOj-vcrKVZ9VAUIUvuzqwo

To claim this, I am signing this object:

//
// Regular Expression for URL validation
//
// Author: Diego Perini
// Updated: 2010/12/05
// License: MIT
//
// Copyright (c) 2010-2013 Diego Perini (http://www.iport.it)
//
// Permission is hereby granted, free of charge, to any person
@ibraheem4
ibraheem4 / sendmail_setup.md
Last active November 12, 2017 22:05 — forked from kany/sendmail_setup.md
Setup SENDMAIL on Mac OSX Yosemite
@ibraheem4
ibraheem4 / postgres-brew.md
Last active April 25, 2024 08:55 — forked from sgnl/postgres-brew.md
Installing Postgres via Brew (OSX)

Installing Postgres via Brew

Pre-Reqs

Brew Package Manager

In your command-line run the following commands:

  1. brew doctor
  2. brew update