Skip to content

Instantly share code, notes, and snippets.

View luelher's full-sized avatar

Luis Hernández luelher

View GitHub Profile
@luelher
luelher / node14.rb
Created May 27, 2024 18:14
homebrew formula for install node14
class NodeAT14 < Formula
desc "Platform built on V8 to build network applications"
homepage "https://nodejs.org/"
url "https://nodejs.org/dist/v14.21.3/node-v14.21.3.tar.xz"
sha256 "458ec092e60ad700ddcf079cb63d435c15da4c7bb3d3f99b9a8e58a99e54075e"
license "MIT"
revision 1
bottle do
sha256 cellar: :any, arm64_sonoma: "1148f4bf7fc8f4a6cda00b7dace952ff0c9d22ddb117a3a0f1bafbbc97bac1a6"
@luelher
luelher / index.html
Created May 24, 2018 01:46
React Sortable Table Exercise
<div id="react-content"></div>
@luelher
luelher / apostilla.rb
Last active September 28, 2017 15:53
Tratando de Ganarle a la Mediocridad del MPPRE, lo cual es una taréa difícil, son muy buenos siendo mediocres.
require 'net/http'
require 'openssl'
count = 0
while true do
uri = URI.parse('https://citaslegalizaciones.mppre.gob.ve/')
status = ""
begin
puts "Testing...."
http = Net::HTTP.new(uri.host, uri.port)
http.open_timeout = 15