- A cidade de São Lucas tem crescido rapidamente, e com ela, também cresceu a demanda por serviços de saúde de qualidade. A Clínica Vida+, especializada em atendimentos médicos e exames laboratoriais, está enfrentando dificuldades para organizar suas rotinas: agendamentos são feitos manualmente, os médicos não conseguem acompanhar os históricos dos pacientes de forma eficiente e, frequentemente, há erros nas
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
| requests==2.32.3 |
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
| TELEGRAM_BOT_TOKEN="SEU_TOKEN_DO_BOT_AQUI" | |
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 urllib.parse import quote as urllib_quote | |
| from consonance.structs.keypair import KeyPair | |
| from wa.axt.factory import AxolotlManagerFactory | |
| from wa.axt.manager import AxolotlManager | |
| from wa.crypto import Cryptography | |
| import uuid,random,struct,os,base64 | |
| class Token(Cryptography): | |
| def generate(self,phone,cc='cc'): |
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
| cc=cc | |
| & | |
| token=NaAr0QoL%2bx0OPIksYqIMVLnQ0bM%3d&id=%f75%96Q%15%7e%06%fc%a4%9b%e4U%b8%c3%0f%fa%86%dd%b3%e4 | |
| & | |
| in=84933009081 | |
| & | |
| expid=9J3Km8pQQjyVASCcYG2yOA | |
| & | |
| fdid=1028d63c%2de207%2d4ca5%2db45f%2d9a6ca47c1012 | |
| & |
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
| [tmc2209 stepper_x] | |
| step_pin: PE3 | |
| dir_pin: !PE2 | |
| enable_pin: !PE4 | |
| microsteps: 16 | |
| rotation_distance: 40 | |
| endstop_pin: !PA15 | |
| position_endstop: 0 |
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
| alfabeto = []//pode ser uma lista contendo o alfabeto ou pode ser ultilizado outros meios | |
| primeira_palavra =entrada("digite a primeira palavra:") | |
| segunda_palavra =entrada("digite a segunda palavra:") | |
| resultado = [ | |
| [],//primeira lista | |
| [],//segunda lista |
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
| pyarmor==7.7.4 | |
| pyarmor.cli.core==4.3.5 | |
| pyinstaller==5.7.0 | |
| pyinstaller-hooks-contrib==2022.15 | |
| python-dateutil==2.8.2 |
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 dateutil.relativedelta import relativedelta | |
| from pyarmor.pyarmor import main | |
| from datetime import datetime | |
| from time import sleep | |
| expired = datetime.date(datetime.now())+relativedelta(months=1) | |
| make_license = ["licenses" ,"--expired", str(expired),"license"] | |
| args =['pack', '--with-license', 'licenses/license/license.lic', '--clean', | |
| '-e', ' --onefile --hidden-import comtypes', |
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
| /* Utilities */ | |
| var RANDOM = function() {}; | |
| function _randomInt(min, max) { | |
| return Math.floor(Math.random() * (max - min + 1)) + min; | |
| } | |
| function _randomHex(len) { | |
| var hex = '0123456789abcdef'; |
NewerOlder