Skip to content
Avatar

Achievements

Achievements

Block or Report

Block or report TIHan

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.

Report abuse

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

Report abuse

Pinned

  1. FQuake3 Public

    Forked from id-Software/Quake-III-Arena

    An attempt at porting Quake III to F# (FSharp)

    C 88 7

  2. NewFoom Public

    F# 16

  3. 1
    // Copyright (c) Microsoft Corporation.  All Rights Reserved.  Licensed under the Apache License, Version 2.0.  See License.txt in the project root for license information.
    2
    
                  
    3
    module internal rec FSharp.Compiler.AsyncLazy
    4
    
                  
    5
    // This is a port of AsyncLazy from Roslyn.
  4. 1
    /// https://stackoverflow.com/questions/3342941/kill-child-process-when-parent-process-is-killed
    2
    module WindowsHelpers =
    3
        open System.Runtime.InteropServices
    4
        open FSharp.NativeInterop
    5
    
                  

352 contributions in the last year

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Mon Wed Fri
Activity overview
Contributed to dotnet/fsharp, dotnet/runtime, fsprojects/FSharp.Data.TypeProviders and 5 other repositories

Contribution activity

January 2022

Reviewed 1 pull request in 1 repository

Created an issue in dotnet/runtime that received 1 comment

Normalize Vector64/Vector128.Create(0)/Create(0,0, ..) to Vector64/Vector128.Zero

We should normalize Vector64/Vector128.Create(0) and Vector64/Vector128.Create(0, 0, ..) to become Vector64/Vector128.Zero in the morph phase as to…

1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.