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

Block or report markoutso

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. pseudoglossa.gr pseudoglossa.gr Public

    Cloud based educational interpreter and ide

    ActionScript 3 6

  2. glo glo Public

    A complete parser & interpreter for Glossa(Γλώσσα), the programming language taught in the final year of Greek high school and included in the examinations for entrance to Greek universities.

    TypeScript 3 8

  3. Sign Aws requests without external d... Sign Aws requests without external dependencies
    1
    package com.thron.aws;
    2
    
                  
    3
    import javax.crypto.Mac;
    4
    import javax.crypto.spec.SecretKeySpec;
    5
    import java.io.UnsupportedEncodingException;
  4. evogame evogame Public

    Conway and Darwin are having a meeting in the browser

    Scala 1

  5. BiMap.scala BiMap.scala
    1
    // Similar to http://stackoverflow.com/questions/9850786/is-there-such-a-thing-as-bidirectional-maps-in-scala#9851520
    2
    
                  
    3
    object BiMap {
    4
      private[BiMap] trait MethodDistinctor
    5
      implicit final object MethodDistinctor extends MethodDistinctor
  6. jBloomberg jBloomberg Public

    Forked from assylias/jBloomberg

    jBloomberg is a high-level API that wraps the low level Bloomberg Java API.

    Java