Skip to content

Instantly share code, notes, and snippets.

@zolople
zolople / BoinColaBHG.py
Last active October 27, 2022 14:46
Boinc en Google Colab con conexión a Google Drive
#@title ver/ocultar codigo
# ---------------------------------------------------------------------
App1= "BoinColaBHG v.21.02.26.015"
App2= "Ononis minutissima"
Separador="--------------------------------------------------------------------"
#
# Autor: Bartomeu Homar Graxell
# Web: http://www.zolople.com
# Web descarga: https://gist.github.com/zolople/c96d9759d2b10c0ed126dd0a61901e2d
# Licencia: Atribución-NoComercial-CompartirIgual 4.0 Internacional
@hmldd
hmldd / scroll.py
Last active October 6, 2023 14:59
Example of Elasticsearch scrolling using Python client
# coding:utf-8
from elasticsearch import Elasticsearch
import json
# Define config
host = "127.0.0.1"
port = 9200
timeout = 1000
index = "index"