Skip to content
View weestack's full-sized avatar

Block or report weestack

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

    Arduino concurrency language, built with Flex, Yacc and C

    C 3 1

  2. Rust-QuantTrader Rust-QuantTrader Public

    Rust

  3. Solana-Sniper Solana-Sniper Public

    Solana sniper codebase to go with my Medium article series

    Rust

  4. linear-regression-for-predicting-csgo-matches linear-regression-for-predicting-csgo-matches Public

    JavaScript 1

  5. # Once done copy /opt/v8 and /usr/lo... # Once done copy /opt/v8 and /usr/local/lib/php/extensions/no-debug-non-zts-20180731/v8js.so to the server needing the binary into their respective places
    1
    FROM php:7.3-fpm as BASE_PHP
    2
    ENV V8_VERSION=9.9.115.9
    3
    
                  
    4
    RUN apt-get update -y --fix-missing && apt-get upgrade -y;
    5
    
                  
  6. Rust-Shell Rust-Shell Public

    Implementation of my own shell in Rust, with builtins such as pwd, cd, exit echo, running binaries and evaluate invalid commands

    Rust