Skip to content

Instantly share code, notes, and snippets.

View fernandogmo's full-sized avatar
💻
"repurposing impactful deliverables"

Fer⊼o Gonzalez-Morales fernandogmo

💻
"repurposing impactful deliverables"
View GitHub Profile
@fernandogmo
fernandogmo / game.txt
Created April 16, 2021 20:20
flickgame
{"gameLink":"www.flickgame.org","canvasses":[[2180,"0",5,"6",94,"0",5,"b",55,"0",8,"6",91,"0",7,"b",53,"0",10,"6",89,"0",9,"b",52,"0",11,"6",87,"0",10,"b",52,"0",13,"6",84,"0",11,"b",52,"0",14,"6",81,"0",13,"b",52,"0",16,"6",77,"0",15,"b",52,"0",17,"6",75,"0",16,"b",6,"0",6,"b",38,"0",20,"6",73,"0",30,"b",36,"0",23,"6",71,"0",31,"b",30,"0",29,"6",68,"0",33,"b",29,"0",31,"6",66,"0",34,"b",28,"0",32,"6",65,"0",35,"b",28,"0",32,"6",65,"0",35,"b",28,"0",32,"6",65,"0",34,"b",29,"0",32,"6",65,"0",33,"b",30,"0",32,"6",65,"0",31,"b",33,"0",30,"6",67,"0",23,"b",41,"0",28,"6",69,"0",19,"b",54,"0",15,"6",75,"0",16,"b",53,"0",15,"6",79,"0",13,"b",53,"0",14,"6",83,"0",10,"b",53,"0",13,"6",85,"0",8,"b",54,"0",12,"6",88,"0",5,"b",55,"0",10,"6",151,"0",7,"6",154,"0",5,"6",4123,"0",9,"f",150,"0",11,"f",148,"0",13,"f",146,"0",15,"f",144,"0",17,"f",143,"0",17,"f",143,"0",17,"f",143,"0",17,"f",143,"0",17,"f",143,"0",17,"f",143,"0",17,"f",143,"0",17,"f",143,"0",17,"f",144,"0",15,"f",146,"0",13,"f",148,"0",11,"f",150,"0",9,"f",296
@fernandogmo
fernandogmo / game.txt
Created April 15, 2021 23:43
flickgame
{"gameLink":"www.flickgame.org","canvasses":[[907,"0",19,"c",139,"0",23,"c",134,"0",27,"c",130,"0",30,"c",129,"0",31,"c",127,"0",13,"c",11,"0",8,"c",127,"0",12,"c",12,"0",9,"c",126,"0",10,"c",15,"0",8,"c",126,"0",8,"c",17,"0",7,"c",127,"0",8,"c",18,"0",6,"c",128,"0",6,"c",19,"0",6,"c",128,"0",6,"c",20,"0",6,"c",128,"0",6,"c",19,"0",6,"c",129,"0",5,"c",19,"0",7,"c",129,"0",5,"c",18,"0",7,"c",130,"0",5,"c",18,"0",6,"c",131,"0",5,"c",17,"0",7,"c",131,"0",5,"c",16,"0",7,"c",132,"0",6,"c",12,"0",9,"c",133,"0",7,"c",9,"0",10,"c",135,"0",9,"c",5,"0",10,"c",137,"0",22,"c",139,"0",20,"c",141,"0",16,"c",145,"0",13,"c",149,"0",10,"c",11092,"0"],[4555,"0",8,"c",150,"0",11,"c",147,"0",13,"c",145,"0",15,"c",143,"0",17,"c",142,"0",10,"c",3,"0",5,"c",140,"0",11,"c",4,"0",5,"c",139,"0",10,"c",6,"0",5,"c",137,"0",10,"c",8,"0",5,"c",136,"0",9,"c",10,"0",5,"c",135,"0",9,"c",11,"0",5,"c",135,"0",7,"c",13,"0",5,"c",135,"0",6,"c",14,"0",5,"c",135,"0",5,"c",15,"0",5,"c",135,"0",5,"c",15,"0",5,"c",135,"0",5,"c",14,"0",6,"c",135,"0",5
@fernandogmo
fernandogmo / maybe.py
Created March 19, 2021 06:11 — forked from senko/maybe.py
A Pythonic implementation of the Maybe monad
# maybe.py - a Pythonic implementation of the Maybe monad
# Copyright (C) 2014. Senko Rasic <senko.rasic@goodcode.io>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
@fernandogmo
fernandogmo / how-to-generate-and-use-private-keys-with-openssl-tool.md
Created February 22, 2021 17:54 — forked from briansmith/how-to-generate-and-use-private-keys-with-openssl-tool.md
How to generate & use private keys using the OpenSSL command line tool

How to Generate & Use Private Keys using OpenSSL's Command Line Tool

These commands generate and use private keys in unencrypted binary (not Base64 “PEM”) PKCS#8 format. The PKCS#8 format is used here because it is the most interoperable format when dealing with software that isn't based on OpenSSL.

OpenSSL has a variety of commands that can be used to operate on private key files, some of which are specific to RSA (e.g. openssl rsa and openssl genrsa) or which have other limitations. Here we always use

@fernandogmo
fernandogmo / 0_reuse_code.js
Created November 13, 2015 23:03
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console