I hereby claim:
- I am nonamenix on github.
- I am nonamenix (https://keybase.io/nonamenix) on keybase.
- I have a public key ASBg3UyP67sH5rCnSFMVtsDu4YjSKSr7blwX2vbS_9Csmgo
To claim this, I am signing this object:
{ | |
:spec { | |
:Name "letsencrypt_companion" | |
:Image "jrcs/letsencrypt-nginx-proxy-companion" | |
:HostConfig { | |
:Env [ | |
"NGINX_PROXY_CONTAINER=nginx_proxy" | |
] | |
:Binds [ | |
"/var/run/docker.sock:/var/run/docker.sock:ro" |
import inspect | |
import collections | |
from collections import OrderedDict | |
import hug | |
import logging | |
from apispec import APISpec | |
from apispec.ext.marshmallow.swagger import field2parameter | |
from copy import copy |
#header, | |
#footer, | |
#parking, | |
#layout:after, | |
.header_before, | |
.note, | |
.home__banner, | |
.home__city, | |
.home__services, | |
.home__benefits, |
import XMonad | |
import XMonad.Config.Gnome | |
import XMonad.Config.Desktop | |
import XMonad.Actions.WindowGo | |
import XMonad.Hooks.DynamicLog | |
import XMonad.Hooks.ManageDocks | |
import XMonad.Hooks.ManageHelpers | |
import XMonad.Hooks.EwmhDesktops | |
import XMonad.Layout.Grid | |
import XMonad.Layout.Tabbed |
from django.contrib.admin import SimpleListFilter | |
from django.utils.translation import gettext_lazy as _ | |
class NullFilter(SimpleListFilter): | |
title = '' | |
parameter_name = '' | |
def lookups(self, request, model_admin): | |
return ( |
I hereby claim:
To claim this, I am signing this object:
В игру может играть одновременно несколько человек.
# Take unique participants and choose `n` random | |
# use python online https://www.programiz.com/python-programming/online-compiler/ | |
PARTICIPANTS = """ | |
ABC | |
DDD | |
EEE | |
FGH | |
""" |
# before install vbox guest additionals you need to install build-essential and linux-headers for you kernel | |
sudo apt-get install build-essential dkms linux-headers-$(uname -r) | |
cd /media/$USER/VBox_GAs_6.1.16 | |
./autorun.sh |