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
[ | |
{ | |
"constant": false, | |
"inputs": [ | |
{ | |
"name": "targetMember", | |
"type": "address" | |
}, | |
{ | |
"name": "memberName", |
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
from tkinter import Tk, Label, Button, StringVar | |
class AlprGui: | |
def __init__(self, master): | |
self.master = master | |
master.title("Última placa patente reconocida") | |
self.label_index = 0 | |
self.label_text = StringVar() | |
self.label_text.set("") |
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
id,original_id,type | |
942136976303673346,942025474628308992,Retweet | |
942136977427714048,941680706241036293,Retweet | |
942137000576147456,942095888389992448,Retweet | |
942137004644544512,942129425340157952,Retweet | |
942137026954125320,942052226368974849,Retweet | |
942137039465734146,,Retweet | |
942137042091245568,942031768835764224,Retweet | |
942137065801703429,,Retweet | |
942137089298137088,941488629268013056,Retweet |
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
tweet_id,screen_name | |
941680706241036293,sebastianpinera | |
941680706241036293,realpatchadams | |
942095888389992448,sebastianpinera | |
942128729458962440,guillier | |
942137275428868096,sebastianpinera | |
941680706241036293,sebastianpinera | |
941680706241036293,realpatchadams | |
941377225680654336,sebastianpinera | |
941377225680654336,mbachelet. |
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
import numpy | |
#Escribe verifica(matriz) acá | |
tablero = numpy.zeros([6,7], dtype=int) | |
turno = 1 | |
while(verifica(tablero) == 0): | |
if tablero.all(): | |
print("No hay ganadores") | |
exit() |
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
# test_camera.py | |
# | |
# Open an RTSP stream and feed image frames to 'openalpr' | |
# for real-time license plate recognition. | |
import numpy as np | |
import cv2 | |
from openalpr import Alpr | |
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
city | country | |
---|---|---|
1 | AFG | |
2 | AFG | |
3 | AFG | |
4 | AFG | |
5 | NLD | |
6 | NLD | |
7 | NLD | |
8 | NLD | |
9 | NLD |
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
capital | country | |
---|---|---|
1 | AFG | |
5 | NLD | |
33 | ANT | |
34 | ALB | |
35 | DZA | |
54 | ASM | |
55 | AND | |
56 | AGO | |
62 | AIA |
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
country | language | is_official | percentage | |
---|---|---|---|---|
AFG | Pashto | t | 52.4 | |
NLD | Dutch | t | 95.6 | |
ANT | Papiamento | t | 86.2 | |
ALB | Albaniana | t | 97.9 | |
DZA | Arabic | t | 86.0 | |
ASM | Samoan | t | 90.6 | |
AND | Spanish | f | 44.6 | |
AGO | Ovimbundu | f | 37.2 | |
AIA | English | t | 0.0 |