I hereby claim:
- I am mgcm on github.
- I am mgcm (https://keybase.io/mgcm) on keybase.
- I have a public key whose fingerprint is 2E08 56B0 1C56 4B26 B001 C62F 4816 9EB4 F478 80CE
To claim this, I am signing this object:
{ | |
"meta": { | |
"theme": "elegant" | |
}, | |
"basics": { | |
"name": "Milton Moura", | |
"label": "Senior Software Engineer", | |
"image": "https://media-exp1.licdn.com/dms/image/C5103AQG2C8aMMRr9nA/profile-displayphoto-shrink_800_800/0/1516308029973?e=1620259200&v=beta&t=Hg2oeBbVanURcOdfG26qCk9dckX1iGKBdzyRpe3ejAo", | |
"summary": "I'm looking for a remote technical position that will challenge me with building hight quality software products and services that have a positive impact on society and the world. I'm especially interested in blockchain technologies, Apple software platforms, machine learning and distributed backend systems.", | |
"email": "[email protected]", |
import UIKit | |
struct MenuItem { | |
var title = "" | |
var children: [MenuItem]? | |
} | |
struct Menu { | |
var title = "" | |
var items: [MenuItem] = [] |
FROM php:5.6-apache | |
COPY bin /usr/local/bin | |
# Install modules | |
RUN apt-get update && apt-get install -y \ | |
libfreetype6-dev \ | |
libjpeg62-turbo-dev \ | |
libmcrypt-dev \ | |
libpng-dev \ |
version: '3' | |
services: | |
mysql: | |
container_name: scratchpads2_mysql | |
image: mysql:5.6 | |
restart: always | |
expose: | |
- 3306 | |
environment: |
var express = require('express'); | |
var request = require('request'); | |
var app = express(); | |
var ipn = require('paypal-ipn'); | |
var bodyParser = require('body-parser'); | |
app.use(bodyParser.json()); | |
app.use(bodyParser.urlencoded({ | |
extended: true |
package com.unhcr.unhcr.utils; | |
import android.app.Activity; | |
import android.support.v4.app.Fragment; | |
import com.parse.FindCallback; | |
import com.parse.ParseException; | |
import com.parse.ParseObject; | |
import com.parse.ParseQuery; | |
import com.unhcr.unhcr.background.HelpBackground; |
import UIKit | |
public struct Ingredient: Equatable { | |
public let name: String | |
public let quantity: Int | |
public let price: Int | |
public let purchased: Bool | |
public init(name: String, quantity: Int, price: Int, purchased: Bool) { | |
self.name = name | |
self.quantity = quantity |
{ | |
"meta": { | |
"code": 200 | |
}, | |
"data": [ | |
{ | |
"attribution": null, | |
"tags": [], | |
"type": "image", | |
"location": null, |
I hereby claim:
To claim this, I am signing this object: