Skip to content

Instantly share code, notes, and snippets.

@adamatti
adamatti / scala_tools.asciidoc
Last active November 1, 2019 16:57
Scala tools #scala #trash
@adamatti
adamatti / elixir.asciidoc
Last active November 1, 2019 16:57
Elixir links #elixir #trash
@adamatti
adamatti / github_apps.asciidoc
Last active November 1, 2019 16:57
Github apps #trash #github
@adamatti
adamatti / frameworks.asciidoc
Last active November 1, 2019 16:56
Java #java #trash
@adamatti
adamatti / blogs_slides_gits.adoc
Last active November 1, 2019 16:54
Some Links from Ilegra #ilegra
  • Alex Rocha [ blog | git ]

  • Alexandre Poletto [ git ]

  • Ariel Moraes [ git ]

  • Christophe Marchal [ blog | git | slides ]

  • Cleber Henriques [ git ]

  • Diego Pacheco [ blog | git ]

  • Douglas Nomizo [ git ]

  • Eduardo Rost [ git ]

  • Henrique Morbin [ git ]

  • Humberto Streb [ git ]

@adamatti
adamatti / Jokenpo.groovy
Last active November 1, 2019 16:53
Dojo do RSJUG - 30/04/2017 #dojo
class Jokenpo{
def banzai(j1, j2)
{
if (j1 == j2) return "empate"
[
pedra: "tesoura",
papel: "pedra",
tesoura :"papel"
].find { k, v ->
@adamatti
adamatti / coelho_test.js
Last active November 1, 2019 16:53
Resultado DOJO de node - 20/04/2017 #dojo
const assert = require('assert')
it ("primeiro caso - R2", () => {
assert.equal ( pula('R2') , 2 )
})
it ("segundo caso - R3", () => {
assert.equal ( pula('R3') , 3 )
})
@adamatti
adamatti / README.adoc
Last active November 1, 2019 16:52
Exemplos usados no dojo de clojure - 27/04/2017 #dojo #clojure