Skip to content

Instantly share code, notes, and snippets.

View tobidsn's full-sized avatar
💭
I may be slow to respond.

Tobi Muhamad tobidsn

💭
I may be slow to respond.
View GitHub Profile
@tobidsn
tobidsn / numberWithThousands.js
Created July 12, 2019 10:50 — forked from fjaguero/numberWithThousands.js
JS Regex: Adds thousands separator to a number.
// Adds the thousands separator
function numberWithThousands(x) {
return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ".");
}
@tobidsn
tobidsn / install-comodo-ssl-cert-for-nginx.rst
Created October 12, 2017 12:16 — forked from bradmontgomery/install-comodo-ssl-cert-for-nginx.rst
Steps to install a Comodo PositiveSSL certificate with Nginx.

Setting up a SSL Cert from Comodo

I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.

These are the steps I went through to set up an SSL cert.

Purchase the cert