Hello there.
My name is Sergey Prokhorov. I've been developing software for the Web and stuff since 2010.
- DOB: 23.03.1987, sex: male,
{ | |
"presets": ["flow"] | |
} |
//@flow | |
const { | |
readdirSync, | |
outputFileSync, | |
pathExistsSync, | |
//$todo | |
readFileSync, | |
} = require('fs-extra') |
# https://docs.docker.com/install/linux/docker-ce/debian/#set-up-the-repository | |
$ apt-get remove docker docker-engine docker.io | |
$ apt-get update -y | |
$ apt-get install -y \ | |
apt-transport-https \ | |
ca-certificates \ | |
curl \ | |
gnupg2 \ | |
software-properties-common | |
$ curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add - |
Let's say you have an iOS project, and you want to use some external library, like AFNetworking. How do you integrate it?
Add the project to your repo:
git submodule add [email protected]:AFNetworking/AFNetworking.git Vendor/AFNetworking
or something to that effect.
{"lastUpload":"2020-01-28T09:40:33.245Z","extensionVersion":"v3.4.3"} |