Go to any directory and clone repo with sources.
cd ~
git clone https://github.com/certbot/certbot
<!-- Modified from https://gist.github.com/NicholasKimuli/2b167ca1c6ce03cb860e3f89d17db1eb | |
Bonaire, Saba and Sint Eustatius may need a future flag update --> | |
<select class="input-block-level" id="countryCode" name="countryCode"> | |
<option data-countryCode="AF" value="93">🇦🇫 Afghanistan (+93)</option> | |
<option data-countryCode="AL" value="355">🇦🇽 Albania (+355)</option> | |
<option data-countryCode="DZ" value="213">🇩🇿 Algeria (+213)</option> | |
<option data-countryCode="AD" value="376">🇦🇩 Andorra (+376)</option> | |
<option data-countryCode="AO" value="244">🇦🇴 Angola (+244)</option> | |
<option data-countryCode="AI" value="1264">🇦🇮 Anguilla (+1264)</option> | |
<option data-countryCode="AG" value="1268">🇦🇬 Antigua & Barbuda (+1268)</option> |
<select id="currencyList"> | |
<option value="USD" selected="selected" label="US dollar">USD</option> | |
<option value="EUR" label="Euro">EUR</option> | |
<option value="JPY" label="Japanese yen">JPY</option> | |
<option value="GBP" label="Pound sterling">GBP</option> | |
<option disabled>──────────</option> | |
<option value="AED" label="United Arab Emirates dirham">AED</option> | |
<option value="AFN" label="Afghan afghani">AFN</option> | |
<option value="ALL" label="Albanian lek">ALL</option> | |
<option value="AMD" label="Armenian dram">AMD</option> |
ZIP,LAT,LNG | |
00601,18.180555, -66.749961 | |
00602,18.361945, -67.175597 | |
00603,18.455183, -67.119887 | |
00606,18.158327, -66.932928 | |
00610,18.295366, -67.125135 | |
00612,18.402253, -66.711397 | |
00616,18.420412, -66.671979 | |
00617,18.447538, -66.557681 | |
00622,17.991245, -67.153993 |
(function (context, trackingId, options) { | |
const history = context.history; | |
const doc = document; | |
const nav = navigator || {}; | |
const storage = localStorage; | |
const encode = encodeURIComponent; | |
const pushState = history.pushState; | |
const typeException = 'exception'; | |
const generateId = () => Math.random().toString(36); | |
const getId = () => { |
##laravel
logging in laravel
tail -n0 -F storage/logs/laravel.log
add use Log;
above the class then use Log::info('check this var =' . $var);
install laravel
composer create-project laravel/laravel laravelapp
[ | |
"Abarth", | |
"Alfa Romeo", | |
"Aston Martin", | |
"Audi", | |
"Bentley", | |
"BMW", | |
"Bugatti", | |
"Cadillac", | |
"Chevrolet", |
public class Converter{ | |
static long kilo = 1024; | |
static long mega = kilo * kilo; | |
static long giga = mega * kilo; | |
static long tera = giga * kilo; | |
public static void main(String[] args) { | |
for (String arg: args) { | |
try { | |
System.out.println(getSize(Long.parseLong(arg))); |
import { DomSanitizer } from '@angular/platform-browser'; | |
import { Pipe, PipeTransform } from '@angular/core'; | |
import { icons } from 'feather-icons'; // v4+ | |
@Pipe({ name: 'feather' }) | |
export class FeatherIconsPipe implements PipeTransform { | |
constructor(private sanitizer: DomSanitizer) {} |
{ | |
"U2": "easyjet", | |
"1T": "Bulgarian Air Charter", | |
"Q5": "40-Mile Air", | |
"4O": "Interjet", | |
"7A": "Express Air Cargo", | |
"JY": "Air Turks and Caicos", | |
"JU": "Air Serbia", | |
"QH": "Kyrgyzstan", | |
"A8": "Benin Golf Air", |