Skip to content
View piwonka's full-sized avatar

Block or report piwonka

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. Coders Strike Back - Gold Base (angl... Coders Strike Back - Gold Base (angle calculation needs to be fixed)
    1
    import Player.TARGET_RADIUS
    2
    import scala.io.StdIn._
    3
    case class Vector(x:Double,y:Double){
    4
      private val rotateClockwise = (x: Double) => List(
    5
        List(math.cos(math.toRadians(x)), math.sin(math.toRadians(x))),
  2. MARYL MARYL Public

    Simplified text-based MapReduce for Hadoop Clusters written in Scala

    Scala

  3. A quick and dirty approach to genera... A quick and dirty approach to generating emails from a spreadsheet and a textfile
    1
    
                  
    2
    import org.apache.poi.xssf.usermodel.XSSFWorkbook
    3
    
                  
    4
    import java.io.{File, FileInputStream, PrintWriter}
    5
    import scala.collection.immutable.HashMap
  4. commandtower commandtower Public

    A small gui tool that randomly fetches a commander and a corresponding deck for EDH Magic: The Gathering

    Go 1