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

Block or report nauful

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

    Open-source OPC UA client and server library

    C# 223 81

  2. NLZM NLZM Public

    Dictionary compressor with nibbled ANS and optimal parsing

    C++ 23

  3. gb-ts gb-ts Public

    Browser-based Gameboy emulator in Typescript and WebGL

    Assembly 17

  4. Efficient and low-memory document in... Efficient and low-memory document indexer with inverted index + full-text search (ala Apache Lucene/ElasticSearch) extended to find partial word matches. Create meta-data nodes with ids and related arrays of prefixable text (i.e. document codes/tags), and nodes with ids and related arrays of body text (i.e. entire document bodies).
    1
    package com.iva.nlp.document;
    2
    
                  
    3
    import java.util.Arrays;
    4
    import java.util.BitSet;
    5
    import java.util.HashMap;