We can't make this file beautiful and searchable because it's too large.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Callistosporium pinicola","136093","Callistosporium pinicola","Catathelasmataceae","Fungi" | |
"Calliteara abietis","42517","Calliteara abietis","Lymantriidae","Metazoa" | |
"Calliteara pudibunda","42521","Calliteara pudibunda","Lymantriidae","Metazoa" | |
"Callitriche cophocarpa","3303","Callitriche cophocarpa","Plantaginaceae","Viridiplantae" | |
"Callitriche hamulata","3304","Callitriche hamulata","Plantaginaceae","Viridiplantae" | |
"Callitriche hermaphroditica","3305","Callitriche hermaphroditica","Plantaginaceae","Viridiplantae" | |
"Callitriche palustris","3306","Callitriche palustris","Plantaginaceae","Viridiplantae" | |
"Callitriche stagnalis","3307","Callitriche stagnalis","Plantaginaceae","Viridiplantae" | |
"Callitropsis nootkatensis","3308","Callitropsis nootkatensis","Cupressaceae","Viridiplantae" | |
"Callitula pyrrhogaster","242250","Callitula pyrrhogaster","Pteromalidae","Metazoa" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
import urllib.request | |
from bs4 import BeautifulSoup | |
from estnltk import Text | |
import MySQLdb, re, logging | |
def analyzeText(in_text, n_id, db, cursor): | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
import MySQLdb | |
import calendar | |
from datetime import date | |
import pywikibot, logging | |
def getData(db, cursor, start_date, end_date): | |
if (isinstance(start_date, date) and isinstance(end_date, date)): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* DHT Shield - Deep Sleep | |
* | |
* Displays humidity, temperature and heat index, sleeps for 10 seconds and repeats | |
* | |
* Connections: | |
* D0 -- RST | |
* | |
* If you cant reprogram as the ESP is sleeping, disconnect D0 - RST and try again | |
* | |
* Depends on Adafruit DHT Arduino library |