Skip to content

Instantly share code, notes, and snippets.

View ochoarobert1's full-sized avatar
🏠
Working from home

Robert Ochoa ochoarobert1

🏠
Working from home
View GitHub Profile
@Yizack
Yizack / countries.json
Last active June 9, 2024 17:10
List of countries and territories in English and Spanish: name, continent, capital, dial code, country codes, TLD, and area in sq km. Lista de países y territorios en Inglés y Español: nombre, continente, capital, código de teléfono, códigos de país, dominio y área en km cuadrados. Updated 2024
{
"countries" : [
{
"name_en": "Afghanistan",
"name_es": "Afganistán",
"continent_en": "Africa",
"continent_es": "África",
"capital_en": "Kabul",
"capital_es": "Kabul",
"dial_code": "+93",
@malwador
malwador / flushcache.php
Created October 19, 2016 00:48
Simple Script in PHP to clear sucuri's cloudproxy cache via php
<?php
/**
* Simple Script in PHP to clear sucuri's cloudproxy cache via php
*
* Author: Salvador Aguilar
* Email: sal.aguilar81@gmail.com
* Web: salrocks.com
*/
$curl = curl_init();
curl_setopt_array($curl, array(
@bsara
bsara / git-ssh-auth-win-setup.md
Last active June 12, 2024 21:09
Setup SSH Authentication for Git Bash on Windows

Setup SSH Authentication for Git Bash on Windows

Prepararation

  1. Create a folder at the root of your user home folder (Example: C:/Users/uname/) called .ssh.
  2. Create the following files if they do not already exist (paths begin from the root of your user home folder):
  • .ssh/config
@fmagrosoto
fmagrosoto / Estados de la República
Last active May 27, 2023 21:50
Lista de estados de la República Mexicana en un campo select
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8' />
<title>Lista de Esados de la República Mexicana</title>
</head>
<body>
<h1>Lista de Estados de la República Mexicana</h1>
<label>Estado de la República</label>
<select name="estado">