Skip to content
View yaroslavyaroslav's full-sized avatar
🌭
🌭

Sponsors

@koeppelmann

Block or report yaroslavyaroslav

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
yaroslavyaroslav/README.md

Helping machines to take contol over humanity, and I'm good in it.

Pinned Loading

  1. OpenAI-sublime-text OpenAI-sublime-text Public

    First class Sublime Text AI assistant with GPT-o1 and ollama support!

    Python 233 19

  2. ai_helper ai_helper Public

    OpenAI-sublime-text package core package implemented in rust

    Rust 1

  3. web3swift-team/web3swift web3swift-team/web3swift Public

    Full featured library for Ethereum interaction with the JSON RPC API in swift. Native ABI parsing and smart contract interactions.

    JavaScript 834 445

  4. Swift-Next/Swift-Next Swift-Next/Swift-Next Public

    Forked from aerobounce/Swift-Next

    Swift syntax package in async/await era, with extra features, for Sublime Text.

    Swift 12

  5. Really fast ring buffer implementation Really fast ring buffer implementation
    1
    #include <atomic>
    2
    #include <cassert>
    3
    #include <vector>
    4
    #include <iostream>
    5
    #include <thread>