Skip to content
View mikayelgr's full-sized avatar

Highlights

  • Pro

Organizations

@getpolygon @clubroomz

Block or report mikayelgr

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

    An attempt to create multithreaded software for optimized thumbnail cache extraction in Windows File Explorer.

    Rust 1

  2. ashvardanian/StringZilla ashvardanian/StringZilla Public

    Up to 10x faster strings for C, C++, Python, Rust, and Swift, leveraging NEON, AVX2, AVX-512, and SWAR to accelerate search, sort, edit distances, alignment scores, etc 🦖

    C++ 2.4k 83

  3. servo/servo servo/servo Public

    Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine

    Rust 29k 3.1k

  4. multiverse9 multiverse9 Public

    multiverse9 is a custom network protocol written on top of TCP/IP, enabling seamless communication between multiple interconnected nodes.

    Rust 1

  5. RP2040 with Adafruit NeoPixel Lumino... RP2040 with Adafruit NeoPixel Luminosity Detector
    1
    #include <Adafruit_NeoPixel.h>
    2
    #include <TimeLib.h>
    3
    #include <Arduino.h>
    4
    
                  
    5
    #define ADAFRUIT_NEOPIXEL_CTL_PIN     12  // Control line for the Adafruit NeoPixel
  6. A useful script for flattening out t... A useful script for flattening out the folders from iPhone photos into a single folder.
    1
    const fs = require('fs');
    2
    const path = require('path');
    3
    
                  
    4
    function moveContentsToParentDirectory(directoryPath) {
    5
        // Get the list of files and directories in the given directory