Skip to content

Instantly share code, notes, and snippets.

View ernestohs's full-sized avatar
🐙
coding in progress

Ernesto Herrera Salinas ernestohs

🐙
coding in progress
View GitHub Profile
@ernestohs
ernestohs / new-computer-setup.ps1
Created June 30, 2022 03:27
For boxstarter.org to be consumed
##########################################################################
# Disable UAC (temporarily)
##########################################################################
Disable-UAC
##########################################################################
# Windows settings
##########################################################################
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html data-is-hyperloop="true" lang="en" dir="ltr" xmlns:fb="http://ogp.me/ns/fb#" class="js-focus-visible">
<head>
<base
href="https://www.airbnb.com/s/California--United-States/homes?place_id=ChIJPV4oX_65j4ARVW8IJ6IJUYs&refinement_paths%5B%5D=%2Fhomes&refinement_path=%2Fhomes&tab_id=home_tab&reset_filters=true&checkin=2020-10-19&checkout=2020-10-23&adults=1&children=0&infants=0&search_type=autosuggest">
<link rel="icon" data-savepage-href=""
href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADACAMAAABlApw1AAAB0VBMVEUAAAD7YGT7YWP3ZGfxZmr7X2L4Ymb9YmP/XF/3YmX9YmP/X2H7XmH8YGL+XmD7X2H8XmD+Xl/gdHffb3P/W17+XV/ZXWD7YGDcY2b/XF7bWVz+XF7lbnHeZGfcZmrkZWj/XF/5XF77amf+XV7fZmnfdXjkcHPeYWX7XF//XV3/X13/Xl75bW7WXWD7ZmXzcXPyWVz9ZmbvYGLYbXDqXmHOZWj+ZGDcU1fXb3LvWVzvXWDzWV3/W17TVFf9bWrtV1vcVlr+ZF/UU1TVWFrJZmrlWl77bWu/XmHnaW38amuzTE/IT1O4V1v6fHu3U1bwYGSuRkreTlLhT1PoUlblUFTuVVjxVVnkUFXpUlbjT1T0WljdTVHrU1fpU1bYTE/sU1ftU1jhTlPcTVHqU1fzV1n4WFvSSU39Wl3OSEv8W13VS07qUlftVVffTlLiT1P1V1vbTVH
@ernestohs
ernestohs / sheep.mapreduce.js
Created September 11, 2018 01:53
Counting sheep
function(keys, sheeps, rereduce) {
return sum(sheeps);
}
@ernestohs
ernestohs / books.md
Last active June 24, 2018 01:59
Books to read to my son
  • Readed

    The Wonderful Wizard of Oz

    by Lyman Frank Baum

    photo

  • Readed

    The last unicorn

    by Peter S. Beagle

@ernestohs
ernestohs / computer-specs.md
Last active June 4, 2018 18:18
My Computer Specs

Computer Specs

Component Model Specs Notes
RAM Memory DDR4-SDRAM 32 GB 4 x 8 GB / 2 x16 GB
Processor Intel Core i7 3.70 GHz 12M Cache, up to 4.70 GHz
Memory Speed 2133.00
Hard Drive 1000 GB HDD
Graphics CP Geforce GTX
@ernestohs
ernestohs / Lista.md
Last active January 31, 2022 03:20
👪 Cosas que quiero hacer con mi hijo
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.mylivechat_inline {
resize: none;
font-size: 13px;
swagger: '2.0'
info:
title: Eldo SMPP API
description: Send SMS messages via SMPP using queue(s)
version: "1.0.0"
# the domain of the service
# host: api.uber.com
# array of all schemes that your API supports
# schemes:
# - http
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Tests</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.3.4/jasmine.min.css">
<script src="http://cdnjs.cloudflare.com/ajax/libs/jasmine/2.3.4/jasmine.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jasmine/2.3.4/jasmine-html.min.js"></script>
git checkout `git rev-list -n 1 --before="2014-06-10 12:00" master`