This file contains 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/env python | |
# encoding: utf-8 | |
import tweepy | |
import re | |
import sys | |
import os | |
consumer_key = '' |
This file contains 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
import urllib.parse | |
import pycurl | |
import time | |
from io import BytesIO | |
palabras=[ | |
"coalisilarse", "coamurrar", "codicionalizar", "colicionar", "colubilizar", | |
"comendar", "compadrentarse", "compleyar", "concepturar", "concerter", | |
] | |
for index, palabra in enumerate(palabras): |
This file contains 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
from time import sleep | |
import urllib.parse | |
import subprocess | |
import json | |
startAt = 0 | |
inputFile = 'original_truisms.txt' | |
command = ['curl', | |
'', |
This file contains 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
/* | |
* Mando pasadiapositivas (siguiente y anterior) por | |
* bluetooth, usando dos botones del Lolin32 (ESP32) | |
*/ | |
#include <Bounce2.h> | |
#include <BleKeyboard.h> | |
#define PREV_GPIO 4 | |
#define NEXT_GPIO 23 |
This file contains 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
import random | |
import re | |
random.seed() | |
original_text = ''' | |
Gloria Fuertes nació en Madrid | |
a los dos días de edad, | |
pues fue muy laborioso el parto de mi madre | |
que si se descuida muere por vivirme. |