Dados públicos por meio de técnologia.
- Apresentação formal, (bom dia, quem sou eu) 1 Minuto
- O porque de dados públicos e onde surgiu. 3 minutos
- Qual o impacto que traz para os cidadões. 4 minutos
- Como surgiu o Data Cicero (Pitch) - 5 minuto
| <!DOCTYPE > | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | |
| <title>Pergunta chat.</title> | |
| <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> | |
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> | |
| </head> | |
| <body class="container" style="margin-top: 5%"> | |
| <div class="form-group"> |
| window.functSubscribeElement = function () { | |
| var elem = document.getElementById('test') | |
| elem.addEventListener('event', (event) => console.log(event.detail), false) | |
| return elem | |
| } | |
| window.eventDispatch = function (elem) { | |
| var event = new CustomEvent('event', { | |
| detail: { | |
| value: 'hello' |
| { | |
| "name": "49th Parallel IPA", | |
| "version": "1", | |
| "type": "All Grain", | |
| "brewer": "Brad Smith", | |
| "asst_brewer": "", | |
| "batch_size": "20.0000000", | |
| "boil_size": "24.8093726", | |
| "boil_time": "60.0000000", | |
| "efficiency": "72.0000000", |
| export ANDROID_HOME=/Users/higordiego/Android/sdk | |
| export PATH="$HOME/.cargo/bin:$PATH" | |
| # export PATH="/Users/HigorDiego/anaconda3/bin:$PATH" | |
| #export OPENSSL_INCLUDE_DIR="$(brew --prefix openssl)/include" | |
| #export OPENSSL_LIB_DIR="$(brew --prefix openssl)/lib" | |
| export PATH=~/.local/bin:$PATH |
| http://mandrill.com/pricing/ | |
| https://www.mailgun.com/ | |
| https://sendgrid.com/ | |
| mailjet.com | |
| https://aws.amazon.com/pt/ses/ | |
| https://postmarkapp.com/pricing | |
| https://madmimi.com/ | |
| https://elasticemail.com/pricing/ | |
| www.socketlabs.com | |
| https://secure.postageapp.com/register |
| */ | |
| Esse projeo não é 1 só mais um. | |
| é um a mais. "marechal" | |
| /* |
| mod user { | |
| pub mod hourse { | |
| fn print_room() { | |
| print!("limpando..."); | |
| } | |
| pub mod room { | |
| pub fn clear() { |
| mod user { | |
| mod hourse { | |
| mod room { | |
| } | |
| } | |
| mod car { | |
| } |
| mod user { | |
| fn create() { | |
| } | |
| } | |
| fn main() { |