Skip to content

Instantly share code, notes, and snippets.

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

Herquiloide Hele herquiloidehele

🏠
Working from home
View GitHub Profile
<?php
namespace App\Http\Controllers\Api;
use App\Http\Controllers\Controller;
use Aws\S3\S3Client;
use Aws\S3\Exception\S3Exception;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Input;
use Illuminate\Support\Facades\Storage;
@herquiloidehele
herquiloidehele / html-boilerplate.html
Created May 4, 2021 10:33
My ultimate HTML Boilerplate
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Unique page title - My Site</title>
<script type="module">
document.documentElement.classList.remove('no-js');
@herquiloidehele
herquiloidehele / CountryCodes.json
Created January 23, 2019 23:22 — forked from anubhavshrimal/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"
package modelo;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Vector;
/**
*
* @author herquiloide