I hereby claim:
- I am iap on github.
Hashed proof:
$argon2id$v=19$m=512,t=256,p=1$VsNEZ2VCQ34BepFNT/iItw$xyJFV/YYr9b+FHiEeaX+vrC/FgiN410tucF+4ap/DAQ
| 4.0.0: | |
| Windows: https://desktop.docker.com/win/main/amd64/67817/Docker%20Desktop%20Installer.exe | |
| Mac with Intel chip: https://desktop.docker.com/mac/main/amd64/67817/Docker.dmg | |
| Mac with Apple chip: https://desktop.docker.com/mac/main/arm64/67817/Docker.dmg | |
| release_date: '2021-08-31' | |
| 4.0.1: | |
| Windows: https://desktop.docker.com/win/main/amd64/68347/Docker%20Desktop%20Installer.exe | |
| Mac with Intel chip: https://desktop.docker.com/mac/main/amd64/68347/Docker.dmg | |
| Mac with Apple chip: https://desktop.docker.com/mac/main/arm64/68347/Docker.dmg | |
| release_date: '2021-09-13' |
Here we create the master key. We want only Certify capability: we use the master key only to create the subkeys, Sign - Encrypt - Authenticate capabilities will be assigned to the subkeys.
Run the following command to start the master key generation process. Select the set your own capabilities creation process (type 8)
▶ gpg --full-generate-key --expert
gpg (GnuPG) 2.2.9; Copyright (C) 2018 Free Software Foundation, Inc.
I hereby claim:
To claim this, I am signing this object:
| ############################################################################### | |
| # The MIT License | |
| # | |
| # Copyright 2012-2014 Jakub Jirutka <[email protected]>. | |
| # | |
| # 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 |
| #!/bin/sh | |
| # Hurricane Electric IPv6 Tunnel Broker script for Ubuntu | |
| # /etc/network/if-up.d/he-ipv6.sh | |
| # Written by Jesse B. Hannah (http://jbhannah.net) <[email protected]> | |
| # Based on instructions provided by Hurricane Electric (http://tunnelbroker.net) | |
| ### | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files (the "Software"), to deal |
| import Head from "next/head"; | |
| import { site, siteTitle } from "../../config"; | |
| function strip(html) { | |
| var one = html.replace(/<\/?[^>]+(>|$)/gm, ""); | |
| var two = one.replace(/[\r\n]\s*[\r\n]/gm, ""); | |
| return two; | |
| } | |
| const Schema = ({ post }) => { |
| # import config. | |
| # You can change the default config with `make cnf="config_special.env" build` | |
| cnf ?= config.env | |
| include $(cnf) | |
| export $(shell sed 's/=.*//' $(cnf)) | |
| # import deploy config | |
| # You can change the default deploy config with `make cnf="deploy_special.env" release` | |
| dpl ?= deploy.env | |
| include $(dpl) |
| The licenses in the npm-registry from their package.json, from the latest version of each module | |
| 23.11.2013 | |
| [ { key: 'undefined', value: 27785 }, | |
| { key: 'MIT', value: 20811 }, | |
| { key: 'BSD', value: 5240 }, | |
| { key: 'BSD-2-Clause', value: 621 }, | |
| { key: 'Apache 2.0', value: 263 }, | |
| { key: 'GPL', value: 233 }, |