I hereby claim:
- I am juarezjuniorgithub on github.
- I am juarezjunior (https://keybase.io/juarezjunior) on keybase.
- I have a public key ASCQBhGkv0eXzXWb5QBdudxtbkq8oRGKc22hpbQGK-TuWwo
To claim this, I am signing this object:
| import java.io.ByteArrayInputStream; | |
| import java.io.ByteArrayOutputStream; | |
| import java.io.IOException; | |
| import java.util.logging.Level; | |
| import java.util.logging.Logger; | |
| import org.apache.commons.compress.compressors.CompressorException; | |
| import org.apache.commons.compress.compressors.CompressorInputStream; | |
| import org.apache.commons.compress.compressors.CompressorOutputStream; | |
| import org.apache.commons.compress.compressors.CompressorStreamFactory; |
| import oracle.iot.client.DeviceModel; | |
| import oracle.iot.client.device.DirectlyConnectedDevice; | |
| import oracle.iot.client.device.VirtualDevice; | |
| public class OracleIoTCloudServiceJavaClientDevice { | |
| // The URN | |
| private static final String URN = "urn:test:oracleiotappsample"; | |
| // The attribute name |
| package main | |
| import ( | |
| "bytes" | |
| "encoding/json" | |
| "fmt" | |
| "strconv" | |
| "strings" | |
| "time" |
| /* | |
| Licensed to the Apache Software Foundation (ASF) under one | |
| or more contributor license agreements. See the NOTICE file | |
| distributed with this work for additional information | |
| regarding copyright ownership. The ASF licenses this file | |
| to you under the Apache License, Version 2.0 (the | |
| "License"); you may not use this file except in compliance | |
| with the License. You may obtain a copy of the License at | |
| http://www.apache.org/licenses/LICENSE-2.0 |
| package main | |
| import ( | |
| "bytes" | |
| "encoding/json" | |
| "fmt" | |
| "strconv" | |
| "strings" | |
| "time" |
| September 23 - 24, 2019 - www.dotnetconf.net | |
| .Net Conf 2019 Dublin is a free, 2 day virtual developer event co-organized by the .NET community and Microsoft. | |
| In Dubiln the event is being supported by Microsoft Ireland Open Source Club and Azure Developers Ireland. | |
| PLEASE REGISTER HERE - https://www.meetup.com/Dublin-Azure-Developers-Meetup-Group/events/265086906/ | |
| VENUE: | |
| 1, One Microsoft Place - South County Business Park, Leopardstown |
I hereby claim:
To claim this, I am signing this object:
| pragma solidity ^0.5.16; | |
| contract HelloBlockchain | |
| { | |
| //Set of States | |
| enum StateType { Request, Respond } | |
| //List of properties | |
| StateType public State; | |
| address public Requestor; |
| // Hyperledger Blockchain Smart Contract (chaincode) - PoC | |
| // Hackathon 2020 - Team Green Ireland - July 2020 | |
| // Project: for Blockchain to Transform the Supply Chain Management for Microsoft Devices | |
| // Team members: Farouk Mezghich, Farouk Mezghich, Juarez Barbosa Junior | |
| package main | |
| import ( | |
| "bytes" | |
| "encoding/json" |
Em Português:
Introdução à Ciência da Computação com Python Parte 1 (USP) https://www.coursera.org/…/ciencia-computacao-python-concei…
Introdução à Ciência da Computação com Python Parte 2 (USP) https://pt.coursera.org/…/ciencia-computacao-python-conceit…
Python Fundamentos para Análise de Dados http://www.datascienceacademy.com.br/…/curso-python-fundame…