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
.row > div { | |
height: 40px; | |
border: 2px solid rgb(0, 226, 242); | |
} |
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
<div class="row"> | |
<div class="col-4"></div> | |
<div class="col-8"></div> | |
<div class="col-2"></div> | |
</div> |
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
.row { | |
display: flex; | |
} | |
.col-2 { | |
flex: 2; | |
} | |
.col-4 { | |
flex: 4; | |
} | |
.col-6 { |
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
{ | |
"name": "across-ui", | |
"version": "0.1.0", | |
"private": true, | |
"dependencies": { | |
"@testing-library/jest-dom": "^4.2.4", | |
"@testing-library/react": "^9.3.2", | |
"@testing-library/user-event": "^7.1.2", | |
"@types/jest": "^24.0.0", | |
"@types/node": "^12.0.0", |
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
[Desktop Entry] | |
Version=1.0 | |
Type=Application | |
Name=GitKraken | |
Icon=gitkraken.png | |
Exec=/opt/gitkraken/gitkraken | |
Comment=Gitkraken | |
Categories=Development; | |
Terminal=false |
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
t1answkzzMNWaLgCEw53hyACeL9UjB1wXPC |
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
# -*- coding: utf-8 -*- | |
import time, os | |
from selenium import webdriver | |
user = "saudequiri" | |
password = "ps@2014" | |
ent = "FUNDO MUNICIPAL DE SAÚDE DE QUIRINOPOLIS" | |
local = "UPA" | |
browser = "firefox" |
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
# This widget requires jQuery-iMask to run | |
#https://github.com/cwolves/jQuery-iMask | |
from gluon.dal import Field | |
import re | |
def factory(mask='', auto_start=True, empty_chr="_", error_message="Did not match!"): | |
assert len(mask)>1, 'empty mask not is allowed' | |
assert len(empty_chr)==1, 'empty_chr requires one character' | |
from gluon.sqlhtml import StringWidget | |
from gluon.validators import IS_MATCH, IS_NOT_EMPTY |
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/python | |
__autor__='Rodrigo gomes' | |
import time | |
from SimpleCV import * | |
def check_eyes(eyes): |
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/python3 | |
# -*- coding: utf-8 -*- | |
''' | |
streamscrobbler is originaly created by Håkan Nylén, https://github.com/confact | |
and ported to python3 by Rodrigo Gomes, https://github.com/rodgomesc | |
for more info: | |
https://github.com/Dirble/streamscrobbler-python | |
''' |
NewerOlder