- King of Prussia, PA
- https://ericrie.se
- @[email protected]
Pinned Loading
-
Scala UTF-8 Validation from leetcode...
Scala UTF-8 Validation from leetcode - https://leetcode.com/problems/utf-8-validation/ 1import scala.annotation.tailrec
23object Solution {
4def validUtf8(data: Array[Int]): Boolean = validUtf8(data.toList)
5 -
TimeParser.scala
TimeParser.scala 1import scala.util.Try
23case class Pattern(pattern: String):
4def find(part: String)(s: String) =
5val start = pattern.indexOf(part)
-
GameOfLife
GameOfLife Publiccreated for Rosetta Code https://rosettacode.org/wiki/Conway%27s_Game_of_Life#Java_10
Java
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.