Skip to content

Instantly share code, notes, and snippets.

View elyager's full-sized avatar
👨‍💻
...

Erik Ochoa elyager

👨‍💻
...
View GitHub Profile
@elyager
elyager / url-emoji.js
Created May 2, 2019 02:27
Set emojis in the URL address
const emojis = [
'👨🏻‍💻',
'🤯',
'🤓',
'😎',
'🤙🏼',
'🦄',
'⚡️',
'✨',
'🥑',
@elyager
elyager / bigO.html
Last active September 28, 2018 21:34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>BigO Notation</title>
</head>
@elyager
elyager / cloudSettings
Last active September 21, 2018 16:24
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-09-21T16:24:15.386Z","extensionVersion":"v3.1.2"}

Ver comentarios en el archivo Raw

Nota: Son muy importantes los saltos de linea después de cada elemento.

# Encabezado 1

Encabezado 1

## Encabezado 2

Encabezado 2

Keybase proof

I hereby claim:

  • I am elyager on github.
  • I am elyager (https://keybase.io/elyager) on keybase.
  • I have a public key ASDnmayBgMJ_UfN5aY7lGu5ncv9k_1vkLjDnVbbW0jKNOAo

To claim this, I am signing this object:

module.exports = function(grunt) {
require('load-grunt-tasks')(grunt);
grunt.initConfig({
clean: {
js: ['static/build/js'],
css: ['static/css/style.css', 'static/css/vendor/style-autoprefixer.css', 'static/build/css']
},
stylus: {
@elyager
elyager / gist:2123544
Created March 19, 2012 18:43
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.

Editing

Ctrl+C copy current line (if no selection)
Ctrl+X cut current line (if no selection)
Ctrl+⇧+K delete line
Ctrl+↩ insert line after