Skip to content
View ktec's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report ktec

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

  1. elixir-lang/elixir elixir-lang/elixir Public

    Elixir is a dynamic, functional language for building scalable and maintainable applications

    Elixir 23.2k 3.3k

  2. phoenixframework/phoenix phoenixframework/phoenix Public

    Peace of mind from prototype to production

    Elixir 20.6k 2.8k

  3. phoenixphaserdemo phoenixphaserdemo Public

    Building games with Phoenix and Phaser demo

    Elixir 60 9

  4. gametemplate gametemplate Public

    Elixir 1

  5. mox_example mox_example Public

    Elixir 2

  6. Sieve of Eratosthenes in Haskell Sieve of Eratosthenes in Haskell
    1
    import Data.List
    2
    import qualified Data.Map as Map
    3
    import System.Environment (getArgs)
    4
    
                  
    5
    -- credit The Genuine Sieve of Eratosthenes (Melissa E. O’Neill)