Skip to content
View billieeyelashh's full-sized avatar
🎯
brrrrr
🎯
brrrrr

Organizations

@Polarfox-DEX
Block or Report

Block or report billieeyelashh

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. cp_temp.cpp cp_temp.cpp
    1
    #pragma GCC optimize("Ofast","unroll-loops","omit-frame-pointer","inline") //Optimization flags
    2
    #pragma GCC option("arch=native","tune=native","no-zero-upper") //Enable AVX
    3
    #pragma GCC target("sse,sse2,sse3,ssse3,sse4,popcnt,abm,mmx,avx,avx2")
    4
    #include<bits/stdc++.h>
    5
    #define int long long
  2. init.vim init.vim
    1
    call plug#begin()
    2
    Plug 'junegunn/fzf.vim'
    3
    Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
    4
    Plug 'drewtempelmeyer/palenight.vim'
    5
    Plug 'vim-airline/vim-airline'
  3. tiny-GPT tiny-GPT Public

    A tiny GPT written in C++ with utilizing torch

    C++

  4. Crypt0Fr0g Crypt0Fr0g Public

    💸 🐸 Hi I'm Fr0g a bot that trades Crypto

    Python 3

  5. lorna-debugger lorna-debugger Public

    🤖 Heavy Metal Debugging with lorna-debug. Just another simple x86 debugger written in Rust.

    Rust

  6. EZSWAP EZSWAP Public

    Cross-Chain-DEX

    JavaScript