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

Block or report ta0kira

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. zeolite zeolite Public

    Zeolite is a statically-typed, general-purpose programming language.

    Haskell 18

  2. capture-thread capture-thread Public

    Forked from google/capture-thread

    Lock-free framework for loggers, tracers, and mockers in multithreaded C++ programs.

    C++ 1 1

  3. wrapping-editor wrapping-editor Public

    Generic Haskell text-editor logic and Brick widget for use with fixed-width fonts.

    Haskell 7

  4. google/capture-thread google/capture-thread Public archive

    Lock-free framework for loggers, tracers, and mockers in multithreaded C++ programs.

    C++ 99 36

  5. An infinite list of primes, written ... An infinite list of primes, written in Haskell.
    1
    import Control.Applicative ((<|>))
    2
    import Data.Maybe (fromJust)
    3
    
    
    4
    
    
    5
    -- The primary task: Compute primes
  6. setloginclass setloginclass Public

    Helper program to set the login class on FreeBSD.

    C