git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:HillReywer/<reponame>.git
git push -u origin master
# импортируем необходимые библиотеки | |
import numpy as np | |
import pandas as pd | |
import matplotlib.pyplot as plt | |
from sklearn.linear_model import LinearRegression | |
from datetime import datetime, timedelta | |
import json | |
import requests | |
# загружаем данные |
Спикеры: | |
# Найти кто | |
- Связаться с ${SpeakerName} #Программа | |
# Тестовые прогоны | |
- Провести тренировки для ${SpeakerName} #Программа | |
- Получить данные для анонса от ${SpeakerName} #Программа | |
# После митапа | |
- Забрать сдайды у ${SpeakerName} и выложить на SpeakerDeck #Программа | |
Meetup: |
<?php | |
$version = '6.4.3'; | |
echo "Downloading Deployer manifest file...\n"; | |
$manifest = json_decode(file_get_contents('https://deployer.org/manifest.json'), true); | |
$sha1 = $url = null; | |
foreach ($manifest as $manifestEntry) | |
{ | |
if ($manifestEntry['version'] == $version) | |
{ | |
$sha1 = $manifestEntry['sha1']; |
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:HillReywer/<reponame>.git
git push -u origin master