Skip to content

Instantly share code, notes, and snippets.

View DiegoMagdaleno's full-sized avatar
🎯
Focusing

Diego Magdaleno DiegoMagdaleno

🎯
Focusing
View GitHub Profile
[
{
"id": 1,
"name": "Buddy",
"species": "Dog",
"breed": "Golden Retriever",
"age": 3,
"description": "Friendly and playful Golden Retriever. Loves to play fetch and go for long walks.",
"imageUrl": "https://example.com/buddy.jpg",
"weight": 30,
[
{
"id": 1,
"name": "Buddy",
"species": "Perro",
"breed": "Golden Retriever",
"age": 3,
"description": "Buddy es un Golden Retriever amigable y juguetón. Le encanta jugar a buscar y dar largas caminatas.",
"imageUrl": "https://images.unsplash.com/photo-1633722715463-d30f4f325e24?q=80&w=1000&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8N3x8Z29sZGVuJTIwcmV0cmlldmVyfGVufDB8fDB8fHww",
"weight": 30,
[
{
"name": "District of Columbia",
"code": "US-DC",
"subdivision": "district"
},
{
"name": "American Samoa",
"code": "US-AS",
"subdivision": "outlying territory"
[
{
"name": "Ciudad de México",
"code": "MX-DIF",
"subdivision": "federal district"
},
{
"name": "Aguascalientes",
"code": "MX-AGU",
"subdivision": "state"

Keybase proof

I hereby claim:

  • I am DiegoMagdaleno on github.
  • I am diegomagdaleno (https://keybase.io/diegomagdaleno) on keybase.
  • I have a public key whose fingerprint is B38B 1389 B282 D310 AD04 DEB5 30F9 95E3 17C3 6CCB

To claim this, I am signing this object:

@DiegoMagdaleno
DiegoMagdaleno / Configure.log
Created July 25, 2020 14:04
Logs-Bash-macOSBigSur-x86
checking build system type... x86_64-apple-darwin20.0.0
checking host system type... x86_64-apple-darwin20.0.0
Beginning configuration for bash-5.0-release for x86_64-apple-darwin20.0.0
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
* ADNS Tools
* APT
* Automake
* Autoconf
* Bash
* Docbook
* Partial Zip Browser
* gdb
* texi2html (?)
* xz-utils
<!--Oh so you are reading my code? Hm, well you must be exhausted, or looking for some answers, what, this is weird? Yes it is, What about taking a break?, but while you
take a break, I would like to tell a story, a very good, and sad history, this is the history of a dragon,
Legend says, about 500 years ago, there was a dragon, he was not very attractive or intelligent, but he had the perfect life, that dragon when to a very cool school, where he
had very good friends and a beatiful girl that he liked (That also liked the dragon too)... But that school couldn't last forever, and our dragon knew this, but he ignored it...
It was one of the final day of school, the school, decided to make a trip to a kind of camping,
he had the best experience of his life, life continued, and it finally arrived, it was the day to graduate, he was very happy and excieted about how his life would be, how everything will change,
he spent all that vacations with the girl that he liked and loved,
it was beatiful for the dra
#!/bin/bash
BOOT_MACOS_SH="boot-macOS.sh"
ENOCH_REV2839_BOOT="enoch_rev2839_boot"
BOOT_MACOS_SCRIPT="https://raw.githubusercontent.com/kholia/OSX-KVM/master/${BOOT_MACOS_SH}"
ENOCH_REV2839_BOOT_KERNEL="https://raw.githubusercontent.com/kholia/OSX-KVM/master/${ENOCH_REV2839_BOOT}"
IMAGE_HDD_NAME="${1}.img"
IMAGE_HDD_SIZE=$2
ISO="$(pwd)/$3"