I hereby claim:
- I am nickkaramoff on github.
- I am nickkaramoff (https://keybase.io/nickkaramoff) on keybase.
- I have a public key ASAY1U5gd0Q8Be8_L_nwXwWqpNRePhjp5n44zMiBK8T40Ao
To claim this, I am signing this object:
image: jangrewe/gitlab-ci-android | |
variables: | |
ANDROID_COMPILE_SDK: "27" | |
APP_NAME: "NameOfYourApp" | |
cache: | |
key: ${CI_PROJECT_ID} | |
paths: | |
- .m2/ |
# Temporarily change options. | |
'builtin' 'local' '-a' 'p10k_config_opts' | |
[[ ! -o 'aliases' ]] || p10k_config_opts+=('aliases') | |
[[ ! -o 'sh_glob' ]] || p10k_config_opts+=('sh_glob') | |
[[ ! -o 'no_brace_expand' ]] || p10k_config_opts+=('no_brace_expand') | |
'builtin' 'setopt' 'no_aliases' 'no_sh_glob' 'brace_expand' | |
() { | |
emulate -L zsh | |
setopt no_unset extended_glob |
#!/bin/bash | |
echo "Removing exited containers..." | |
echo "=============================" | |
docker ps --filter status=dead --filter status=exited -aq | xargs docker rm -v | |
echo "" | |
echo "Removing unused images..." | |
echo "=========================" | |
docker images --no-trunc | grep '<none>' | awk '{ print $3 }' | xargs docker rmi |
I hereby claim:
To claim this, I am signing this object:
# tcp.py -- example of building and sending a raw TCP packet | |
# Copyright (C) 2020 Nikita Karamov <[email protected]> | |
# | |
# With code from Scapy (changes documented below) | |
# Copyright (C) 2019 Philippe Biondi <[email protected]> | |
# | |
# This program is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation; either version 2 of the License, or | |
# (at your option) any later version. |
Python 3 hrs 11 mins ███████████▎░░░░░░░░░ 53.9% | |
TOML 53 mins ███▏░░░░░░░░░░░░░░░░░ 15.0% | |
Config 33 mins █▉░░░░░░░░░░░░░░░░░░░ 9.3% | |
Other 22 mins █▎░░░░░░░░░░░░░░░░░░░ 6.3% | |
JavaScript 13 mins ▊░░░░░░░░░░░░░░░░░░░░ 3.8% |
{ | |
"title": "Sitnik-style Source Switching", | |
"rules": [ | |
{ | |
"description": "Caps Lock to en, Shift+Caps Lock to ru", | |
"manipulators": [ | |
{ | |
"from": { | |
"key_code": "caps_lock", | |
"modifiers": { |
⭐ Total Stars: 657 | |
➕ Total Commits: 4,622 | |
🔀 Total PRs: 388 | |
🚩 Total Issues: 267 | |
📦 Contributed to: 37 |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<title>Bootstrap demo for the best group ever</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" | |
crossorigin="anonymous"> |