https://github.com/OpenSC/OpenSC/wiki/OpenSC-Installer-for-Mac-OS-X
https://github.com/OpenSC/OpenSC/wiki/Linux-Distributions
### Example #1 ### | |
$ docker ps -a | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
2e23d01384ac iperf-v1:latest "/usr/bin/iperf -s" 10 minutes ago Up 10 minutes 5001/tcp, 0.0.0.0:32768->5201/tcp compassionate_goodall | |
# Append the container ID (CID) to the end of an inspect | |
$ docker inspect --format '{{ .NetworkSettings.IPAddress }}' 2e23d01384ac | |
172.17.0.1 | |
### Example #2 ### | |
# Add -q to automatically parse and return the last CID created. |
Located in alphabetical order (not prefer)
C
ab
), also designed as a more modern replacement, written in C
golang
)#!/usr/bin/env ruby | |
require 'net/http' | |
require 'json' | |
gitlab_token = "YOUR TOKEN" | |
gitlab_uri = "URL GITLAB" | |
# number of repositories to display in the list | |
# order the list by the numbers | |
ordered = true |