Skip to content

Instantly share code, notes, and snippets.

View maxibor's full-sized avatar

Maxime Borry maxibor

View GitHub Profile
name: geo
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- appnope=0.1.0
- attrs=19.3.0
- backcall=0.1.0
- bleach=3.1.1
@maxibor
maxibor / wunderground_esp8266_ds18b20.ino
Created January 14, 2019 01:06
Wunderground - Weather underground Temperature Upload with DS18B20 and ESP8266 for Personal Weather Station
#include <ESP8266WiFi.h>
#include <ESP8266HTTPClient.h>
#include <OneWire.h>
#include <DallasTemperature.h>
const char* ssid = "<yourNetworkName>";
const char* password = "<yourNetworkPassword>";
int sleeptime = 300000; // sleep time in ms
#define ONE_WIRE_BUS 2 //nodeMCU-ESP8266 pin D4
@maxibor
maxibor / text_summarization.ipynb
Created November 19, 2018 10:16
Text summarization using Python NLTK
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@maxibor
maxibor / multitemplate_modeller.py
Created November 25, 2017 22:20
Modeller Multi Template
# coding: utf-8
from modeller import *
from modeller.automodel import *
log.verbose() # request verbose output