Skip to content

Instantly share code, notes, and snippets.

View mi-martinez's full-sized avatar
🦁

Michael Martinez mi-martinez

🦁
View GitHub Profile

Compiled all the commands in one place. Hope this helps.

Install Node

nvm install <node_version>      // Install a specific Node version
nvm install node                // Install latest Node release (Current)
nvm install --lts               // Install latest LTS release of NodeJS
nvm install-latest-npm          // Install latest NPM release only
@mi-martinez
mi-martinez / remove-visual-composer-shortcodes.md
Last active July 18, 2021 22:56 — forked from gemmadlou/remove-visual-composer-shortcodes.md
Removing Visual Composer & Shortcodes From Wordpress Content

Remover el molesto codigo generado por WP Bakeryy o Visual Composer. jcomposer.php

\[/vc(.*?)\]

\[vc(.*?)\]

\[custom_font(.*?)\]

\[/custom_font(.*?)\]

@mi-martinez
mi-martinez / README.md
Created January 22, 2019 18:00 — forked from john-guerra/README.md
GeoJson map of Colombia

Geo Json map of Colombia

Based on the Map of Thailand by Master Krist Wongsuphasawat, a simple map of Colombia using GeoJSON and D3.js

As in Krist example:

  • Each province is color-coded by the length of its name in English.
  • Hover each province to see text effects.
  • New font is chosen randomly every time you change the province.
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');
body{
font-family: 'Noto Sans', sans-serif;
}
.home {
background: url(https://clientes.mi-martinez.com/Scotia/background.png);
width: 100%;
left: 0;
position: absolute;
color: #fff !important;