Skip to content

Instantly share code, notes, and snippets.

View mgcm's full-sized avatar

Milton Moura mgcm

  • Ponta Delgada, Portugal
  • X @mgcm
View GitHub Profile
{
"categories": [
{
"identifier": "swp.groupware",
"display_name": "Communicate & organize",
"entries": [
{
"identifier": "swp.groupware_mail",
"icon_url": "http://portal.ms5.qa.souvap.cloud/univention/portal/icons/entries/swp.groupware_mail.svg",
"display_name": "E-Mail",
{
"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": "miltonmoura@gmail.com",
@mgcm
mgcm / RecursivePlayground.swift
Created January 21, 2021 15:06
Recursive Menu Swift
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:
@mgcm
mgcm / paypal.js
Created January 15, 2017 12:51
PayPal IPN / PDT Handler
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
@mgcm
mgcm / Translation.java
Created January 3, 2017 13:14
Translation Helper Utility
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
@mgcm
mgcm / instagram.json
Created August 25, 2015 12:27
Instagram JSON Sample
{
"meta": {
"code": 200
},
"data": [
{
"attribution": null,
"tags": [],
"type": "image",
"location": null,

Keybase proof

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: