Skip to content

Instantly share code, notes, and snippets.

View matfournier's full-sized avatar

matfournier matfournier

View GitHub Profile
@matfournier
matfournier / blah.scala
Last active April 8, 2022 04:03
json parsing tutorial scala setup
import cats.effect.{IO, IOApp}
import derevo.circe.{decoder, encoder}
import derevo.derive
import io.circe.syntax._
import io.circe.parser._
import cats.effect.implicits._
import cats.implicits._
import io.circe.Json
import io.circe.Json.JNumber
import io.circe.optics.JsonPath._
@matfournier
matfournier / crawl.rc
Created February 5, 2023 22:43
DCSS crawl rc
##### Crawl Init file ###############################################
# For descriptions of all options, as well as some more in-depth information
# on setting them, consult the file
# options_guide.txt
# in your /docs directory. If you can't find it, the file is also available
# online at:
# https://github.com/crawl/crawl/blob/master/crawl-ref/docs/options_guide.txt
#
# Crawl uses the first file of the following list as its option file:
# * init.txt in the -rcdir directory (if specified)