Simple and safe random getters to copy-paste
string randomBytes( int $length )
int randomInt ( int $min , int $max )
string randomUuid ( void )
.yml
file is just using our existing sudo enabled Precise builds, then look here.os:
matrix, then look herematrix:
, look hereYou can also review the files below for some additional details on the build routing but the items outlined above should get you going.
# On slow systems, checking the cached .zcompdump file to see if it must be | |
# regenerated adds a noticable delay to zsh startup. This little hack restricts | |
# it to once a day. It should be pasted into your own completion file. | |
# | |
# The globbing is a little complicated here: | |
# - '#q' is an explicit glob qualifier that makes globbing work within zsh's [[ ]] construct. | |
# - 'N' makes the glob pattern evaluate to nothing when it doesn't match (rather than throw a globbing error) | |
# - '.' matches "regular files" | |
# - 'mh+24' matches files (or directories or whatever) that are older than 24 hours. | |
autoload -Uz compinit |
This document attempts to refine Python's PEP 440 to include the principles of Semantic Versioning.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.
Codeception Kyiv Meetup on July 1st, 20:00 Bierstube Pub. http://lh.com.ua/bierstube.html
Мы проводим первый митап разработчиков и пользователей Codeception. Обсудим новый релиз 2.1, поговорим о том как лучше тестировать PHP проекты и просто пообщаемся.
Встреча будет проходить 1 июля в 20:00 в пабе Бирштубе на Льва Толстого. http://lh.com.ua/bierstube.html Приходите, будем рады увидеть всех кто интересуется темой тестирования в PHP.
спрашивать столик на фамилию Шупило
import sys | |
import sqlalchemy as sa | |
from sqlalchemy.exc import IntegrityError | |
from sqlalchemy.ext.declarative import declarative_base | |
from sqlalchemy.orm import sessionmaker | |
base = declarative_base() | |
print 'SQLAlchemy version {}'.format(sa.__version__) |
git clone https://gist.github.com/dd6f95398c1bdc9f1038.git vault
cd vault
docker-compose up -d
export VAULT_ADDR=http://192.168.99.100:8200
Initializing a vault:
vault init
$ docker tag <image>:<original tag> <image>:<alias>
$ docker push <image>:<alias>
Below are my build instructions for GnuPG 2.2.10, released on August 30th, 2018. These instructions are built for a headless Ubuntu 18.04 LTS server (and have also been tested on Ubuntu 14.04/16.04).
If you prefer, you may use the below install script to install GnuPG 2.2.x by running the following commands:
curl -OL "https://gist.githubusercontent.com/vt0r/a2f8c0bcb1400131ff51/raw/e0d2011d7b89bfe5b83c3f29f21949fb21354dd9/install-gnupg22.sh" && sudo -H bash ./install-gnupg22.sh