Skip to content
View opsec-ee's full-sized avatar
👣
Working together
👣
Working together
  • eSentinel
  • U.S.A

Block or report opsec-ee

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Polymorphic Dispatch in C with cJSON Polymorphic Dispatch in C with cJSON
    1
    // Copyright (c) 2025 H.Overman <opsec.ee@pm.me>
    2
    // JSON Polymorphic Dispatch
    3
    // Email: opsec.ee@pm.me
    4
    //
    5
    // Changelog:
  2. mathematics mathematics Public

    Comprehensive Mathematical Library

    C

  3. Erdős-Selfridge-Prime_engine.c Erdős-Selfridge-Prime_engine.c
    1
    /*
    2
     * Erdős-Selfridge Prime Categorization Engine - C11 Compatible
    3
     * Copyright (c) 2025 H.O <opsec.ee@pm.me>
    4
     * Target: 10+ million primes/second
    5
     * COMPLEXITY: O(n log m) - Near-linear performance
  4. isaac_optimized.c isaac_optimized.c
    1
    /**
    2
     * ISAAC CSPRNG High-Performance Implementation v2.0.0
    3
     *
    4
     * Based on Bob Jenkins' ISAAC algorithm (1993) - Public Domain
    5
     *
  5. lzw-ee-strings.c lzw-ee-strings.c
    1
    // Feature test macros for POSIX functions
    2
    #define _POSIX_C_SOURCE 200112L
    3
    #define _GNU_SOURCE
    4
    
                  
    5
    #include <stdio.h>
  6. brain23 brain23 Public

    K-Nearest Neighbors (k-NN), Bi-Gram, Anti-Hallucination model that implements ternary logic w/ early termination. The model is honestly ignorant rather than confidently wrong.

    C