Skip to content

Instantly share code, notes, and snippets.

View MacgyverMartins's full-sized avatar

Macgyver MacgyverMartins

View GitHub Profile
pragma solidity ^0.4.16;
contract owned {
address public owner;
function owned() public {
owner = msg.sender;
}
modifier onlyOwner {
0xCCA25c83f2f8927bB657Bf7999a2D71964cf909e
@MacgyverMartins
MacgyverMartins / index.html
Created January 5, 2017 14:18
Funcionamento básico do Google Maps Drawing tools
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hackaton</title>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="style.css">