Skip to content

Instantly share code, notes, and snippets.

View HillReywer's full-sized avatar
🇫🇷
Looking for a job =)

Andrei Kuzmin HillReywer

🇫🇷
Looking for a job =)
  • Paris, France
View GitHub Profile
@HillReywer
HillReywer / New_Repo_CLI.md
Last active February 7, 2019 14:43
Создаем новый репозиторий на GitHub из командной строки

git init

git add README.md

git commit -m "first commit"

git remote add origin git@github.com:HillReywer/<reponame>.git

git push -u origin master

@HillReywer
HillReywer / install.php
Created May 13, 2019 08:50
Install Deployer php
<?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'];
Спикеры:
# Найти кто
- Связаться с ${SpeakerName} #Программа
# Тестовые прогоны
- Провести тренировки для ${SpeakerName} #Программа
- Получить данные для анонса от ${SpeakerName} #Программа
# После митапа
- Забрать сдайды у ${SpeakerName} и выложить на SpeakerDeck #Программа
Meetup:
# импортируем необходимые библиотеки
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
# загружаем данные