Posts

Showing posts from April 11, 2019

333 a.C.

Image
SÉCULOS: Século V a.C. — Século IV a.C. — Século III a.C. DÉCADAS: 380 a.C. • 370 a.C. • 360 a.C. • 350 a.C. • 340 a.C. 330 a.C. • 320 a.C. • 310 a.C. • 300 a.C. • 290 a.C. • 280 a.C. ANOS: 338 a.C. • 337 a.C. • 336 a.C. • 335 a.C. • 334 a.C. 333 a.C. • 332 a.C. • 331 a.C. • 330 a.C. • 329 a.C. • 328 a.C. Mapa da Anatólia, mostrando o Rio Hális ( Kizilirmak ), o Golfo de Isso e algumas ilhas do Egeu Índice 1 Eventos 2 Falecimentos 3 Notas e referências 3.1 Notas 3.2 Referências Eventos | Públio Cornélio Rufino é nomeado ditador no primeiro ano ditatorial em Roma, no qual não são eleitos cônsules. "Marco Antônio" é seu mestre da cavalaria. Nicócrates, arconte de Atenas. [ 1 ] Reconquistas persas: Dario III aponta Memnon de Rodes comandante das forças persas; [ 1 ] Memnon, com uma força de mercenários e 300 navios, defende Quíos, e domina as cidades de Antissa, Metimna, Pirra e Eresos, em Lesbos. [ 2

How to access local file in Flask? [duplicate]

Image
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box; } -1 This question already has an answer here: How to serve static files in Flask 13 answers I want to access the local file using a hyperlink from the web using Flask. My file directory and what I have tried is as follows. File directory: -Flask -static/ --some js -template/ --some HTML -logs/ --log1.log --log2.log --... app.py I access the file in HTML as localhost:port/logs/log1.log But the web gives me a 404. How could I access the file? I a

Applescript using if then statements and choose from list

Image
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box; } 0 1 I'm working on a course selection script and each person should only be able to select three courses. I am having issues figuring out how to repeat choose from list if the user selects less than or more than three courses, and only proceed if three choices are selected. Converting the choices from the list to string should work however nothing happens after choosing from list set theClassList to {"Math ", "English ", "Science ", "I&S ", "Design "} repeat set theClass to choose from list theClassList with prompt "Select three courses" with multiple selectio