Skip to content
View mufaka's full-sized avatar
  • La Jolla Digital
  • Southern California
  • 23:38 (UTC -08:00)

Block or report mufaka

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

    Learning NLP with the intent of extracting actions (imperative mood phrases) from text.

    Python 1

  2. backup-util-dotnet-core backup-util-dotnet-core Public

    Forked from freedom35/backup-util-dotnet-core

    Command line backup utility targeting .NET

    C#

  3. KronoMata KronoMata Public

    KronoMata is a cross platform scheduled job runner.

    JavaScript

  4. Minimal Semantic Kernel connector fo... Minimal Semantic Kernel connector for Google Gemini (Bard)
    1
    using System.Diagnostics.CodeAnalysis;
    2
    using System.Runtime.CompilerServices;
    3
    
                  
    4
    namespace Connectors.Gemini
    5
    {
  5. Silk.NET OpenCL Kernel Base Silk.NET OpenCL Kernel Base
    1
    __kernel void hello_kernel(__global const float* a, __global const float* b, __global float* result)
    2
    {
    3
        int gid = get_global_id(0);
    4
        result[gid] = a[gid] + b[gid];
    5
    }
  6. Nickel.AI Nickel.AI Public

    .NET Core AI libraries and desktop.

    C# 1