Skip to content

Instantly share code, notes, and snippets.

View go-cristian's full-sized avatar
💭
Never stop learning!

Cristian Gómez go-cristian

💭
Never stop learning!
View GitHub Profile
/*
Tablero de control
Nivel 1
Profesor Sesion 1 Sesion 2 Sesion 3 Sesion 4
Pepito _ _ _ _ _ _ _ _ _ _ _
Menganita _ _ _ _ _ _ _ _ _ _ _
Sultaneira _ _ _ _ _ _ _ _ _ _ _
Nivel 2
ReactorApi{
@Get fun visits(): Chainable<VisitsResult>
}
BillingApi{
@Post fun billing(): Chainable<BillingResult>
}
@go-cristian
go-cristian / game.kt
Created August 7, 2017 12:29
Code based on Mathias's post about Monoids and Sum Types
import java.util.Arrays
val inventory = Array<Elem>(size = 3) { Empty }
fun main(args: Array<String>) {
val sword1 = Sword("Sword 1")
val sword2 = Sword("Sword 2")
val pickaxe = Pickaxe("Pickaxe 1")
val item1 = Item(sword1)
val item2 = Item(sword2)
@go-cristian
go-cristian / game.kt
Last active August 7, 2017 12:31
Code based on Matthias Käppler's post about Monoids and Sum Types, check https://medium.com/@mttkay/refactoring-with-monoids-and-sum-types-part-1-bddc9ea61f5f for the complete explanation of this code. Thanks to @mttkay for the excellent blogpost!
import java.util.Arrays
val inventory = Array<Elem>(size = 3) { Empty }
fun main(args: Array<String>) {
val sword1 = Sword("Sword 1")
val sword2 = Sword("Sword 2")
val pickaxe = Pickaxe("Pickaxe 1")
val item1 = Item(sword1)
val item2 = Item(sword2)
import android.app.Activity
import android.app.Service
import android.content.ComponentName
import android.content.Context
import android.content.Intent
import android.content.Intent.EXTRA_SUBJECT
import android.content.Intent.EXTRA_TEXT
import android.net.Uri
import kotlin.properties.ReadWriteProperty
import kotlin.reflect.KClass
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import java.util.Scanner;
public class FisrtThenLastOrder {
public static void main(String... args) {
Scanner scanner = new Scanner(System.in);
int number = scanner.nextInt();

Comunity Impact

Hi, My Name is Cristian Gomez and I am Android developer at @PagerInc, I organize the Medellin Android meetup with @cdmunoz and a bunch of people. Here is my community impact in Android Technologies.

1. Medellin Android (Organizer - Community Meetup)

Date: 06-2016 Description: Since June of 2016, Carlos Muñoz and many others started the Android Meetup and from the beginning, I was totally convinced about giving all to try to give a piece of my knowledge to the community! Android community held in Medellín with +1500 members and +20 Impact per meetup. So far we carried out +30 meetups: since 2016 Impact: +200

COntent
Bdusnsdbdb