Skip to content

Instantly share code, notes, and snippets.

View vladiliescu's full-sized avatar
👋

Vlad Iliescu vladiliescu

👋
View GitHub Profile
# -*- coding: utf-8 -*-
""" Deletes all tweets below a certain retweet threshold.
"""
import tweepy
from datetime import datetime
# Constants
CONSUMER_KEY = ''
@vladiliescu
vladiliescu / conference-mc-tips.md
Created January 14, 2020 10:11 — forked from philhawksworth/conference-mc-tips.md
Conference MC-ing tips

👀📎 It looks like you're preparing to MC a conference...

🚨 GIANT DISCLAIMER: This stuff is far from authoritative. But it's what I think works for me, and what I enjoy in an MC when I'm attending a conference.


Biggest tip - enjoy yourself.

@vladiliescu
vladiliescu / gist:ed2a788b6aea483d4c4f121477f86dd6
Last active April 3, 2019 15:58
Global AI Night - Iasi Edition
Pe langa laptop, o sa mai fie nevoie de cateva pregatiri, ca sa putem incepe in forta miercuri. Mai exact, este nevoie sa:
1. Iti creezi un cont gratis pentru Azure Machine Learning Studio, aici: https://studio.azureml.net
2. Iti creezi un cont gratis Azure pentru Azure Machine Learning Service, aici: https://azure.microsoft.com/en-us/free/services/machine-learning/
3. Instalezi urmatoarele tool-uri:
a. Docker
b. Miniconda sau Anaconda
c. Visual Studio Code, cu extensia REST Client
d. Azure CLI
e. In final ar trebui sa poti rula comenzile de mai jos in consola:
conda create -n ainight -y Python=3.6.5