I hereby claim:
- I am dexterbrylle on github.
- I am dexterbrylle (https://keybase.io/dexterbrylle) on keybase.
- I have a public key ASAddhhVgnEhXo8TGSmukrF763Dbw1SMknSDtPOl5jANnAo
To claim this, I am signing this object:
const dynastyReign = [ | |
{ 'San Dynasty': 'MXLI' }, | |
{ 'Viloria Dynasty': 'MCCCIIII' }, | |
{ 'Tan Dynasty': 'MCCCXCVIII' }, | |
{ 'Bon Dynasty': 'MCDXLV' }, | |
{ 'Maiko Dynasty': 'MDCLXIV' }, | |
{ 'Paul Dynasty': 'MCMXLIX' }, | |
{ 'Andre Dynasty': 'MMMXICX' }, | |
]; |
I hereby claim:
To claim this, I am signing this object:
-----BEGIN PUBLIC KEY----- | |
MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMBtfx7lCNr+1OEVHbDws/w+Id | |
jqJQ1B6tELswI0FoJNQg0B4H0pd9rwhHtas+uV0zc+2ynZay4z/fj/9e2a27fZqD | |
NI9tPL9lkx6npVtoNB+F+ktKxhIpUDvQGP9orYYHQoUgrDJRT4kMS5J3TY44FryM | |
jmEaCiFViXOhvGpf9wIDAQAB | |
-----END PUBLIC KEY----- |
-----BEGIN RSA PRIVATE KEY----- | |
MIICXAIBAAKBgQCMBtfx7lCNr+1OEVHbDws/w+IdjqJQ1B6tELswI0FoJNQg0B4H | |
0pd9rwhHtas+uV0zc+2ynZay4z/fj/9e2a27fZqDNI9tPL9lkx6npVtoNB+F+ktK | |
xhIpUDvQGP9orYYHQoUgrDJRT4kMS5J3TY44FryMjmEaCiFViXOhvGpf9wIDAQAB | |
AoGAcWeVer2MhcPGiCRky+oaLTFirpd3A8lXcsiLIYhcD5FML6r9t04qHMMmDJWo | |
M+uB/QrVpoQUqZp8f34qz1GybmSyTExYyNEeVSuUwik/Slt+yd8d3P9C1RFkfSgv | |
VHnlcLu6kswXyrvYC8W8eGeOTCuYsoMQSo1WrptPGaMqQKECQQC+2qQCsyuTtOMG | |
8dtFjdUul0XEZMJ39E1cKk/7WzKPh3OpFrwA0B0PoPhev7UsRzuJQSqvm8F9edr+ | |
4onWai6xAkEAu9LE5A6nMspXSLan31NlN4YX1NIgANSvZBRJHSH2iDYAY+R2UbBa | |
3aPeyMnB8RcfYt1upxzA4abqJRkctfAzJwJAVANI6UtXpmic+2Shwmdh7WV3t7En |
/** | |
* JS String Utils | |
* @author Dexter Brylle Matos <[email protected]> | |
*/ | |
'use strict' | |
function toString (value) { | |
return value === null ? '' : value.toString() | |
} |
# Create a new folder or choose an existing folder | |
defaults write com.apple.screencapture location /Users/<username>/Desktop/Screenshots | |
killall SystemUIServer | |
# That's it! |
AutoClose Tag | |
AutoRename Tag | |
Debugger for Chrome | |
*DotENV | |
*EditorConfig for VSCode | |
*GitLens | |
HTML CSS Support | |
HTML Snippets | |
Intellisense for CSS class names | |
*Javascript Standard Style |
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<script type="text/javascript"> | |
window.onload = function () { | |
var chart = new CanvasJS.Chart("chartContainer", | |
{ | |
title:{ | |
text: "Skills Matrix" |
# This file is a template, and might need editing before it works on your project. | |
# Official framework image. Look for the different tagged releases at: | |
# https://hub.docker.com/r/library/node/tags/ | |
image: node:latest | |
# This folder is cached between builds | |
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache | |
cache: | |
paths: | |
- node_modules/ |
{ | |
"env": { | |
"es6": true, | |
"node": true, | |
"mocha": true | |
}, | |
"ecmaFeatures": { | |
"arrowFunctions": true, | |
"blockBindings": true, |