Skip to content
View er2's full-sized avatar
Block or Report

Block or report er2

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Scala UTF-8 Validation from leetcode... Scala UTF-8 Validation from leetcode - https://leetcode.com/problems/utf-8-validation/
    1
    import scala.annotation.tailrec
    2
    
    
    3
    object Solution {
    4
      def validUtf8(data: Array[Int]): Boolean = validUtf8(data.toList)
    5
    
    
  2. TimeParser.scala TimeParser.scala
    1
    import scala.util.Try
    2
    
    
    3
    case class Pattern(pattern: String):
    4
      def find(part: String)(s: String) =
    5
        val start = pattern.indexOf(part)
  3. GameOfLife GameOfLife Public

    created for Rosetta Code https://rosettacode.org/wiki/Conway%27s_Game_of_Life#Java_10

    Java

  4. Scwordle Scwordle Public

    Wordle solver in Scala

    Scala

  5. RakuCorrect RakuCorrect Public

    Raku - The Only Correct Programming Language

    HTML 1

  6. AdventOfCode2022 AdventOfCode2022 Public

    In Clojure this year

    Clojure