Skip to content

Instantly share code, notes, and snippets.

View anicolaspp's full-sized avatar
:octocat:
coding

Nicolas A Perez anicolaspp

:octocat:
coding
View GitHub Profile
object UsingExt {
import Ext._
def factTwice(n: Int): BigInt = (n!)!
}
object Ext {
implicit class Ops(n: Int) {

Keybase proof

I hereby claim:

  • I am anicolaspp on github.
  • I am nperez (https://keybase.io/nperez) on keybase.
  • I have a public key whose fingerprint is 9172 683A 661C FF85 B6E3 F3B4 C780 C179 1383 2B85

To claim this, I am signing this object:

@anicolaspp
anicolaspp / a.scala
Last active February 29, 2016 16:52
scalazRanges = getBestCaseDataScalaz
dogRanges = getBestCaseDataDogs
scalazValues = (1 to n)
dogValues = (1 to n)
https://gist.github.com/648b764e8187be478ccf
https://gist.github.com/bfd397ec370803dfca94
@anicolaspp
anicolaspp / 0_reuse_code.js
Created February 29, 2016 16:29
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console