Skip to content
View mikayelgr's full-sized avatar

Highlights

  • Pro

Organizations

@getpolygon @ClimateNetTumoLabs @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, Swift & Go, leveraging NEON, AVX2, AVX-512, SVE, & SWAR to accelerate search, hashing, sort, edit distances, and memory ops 🦖

    C 2.4k 87

  3. servo/servo servo/servo Public

    Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.

    Rust 29.6k 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. Perhaps one of the most useful scrip... Perhaps one of the most useful scripts I ever made. I use this frequently to copy the contents from my phone to my HDD to back up all the photos and videos.
    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