Skip to content
View grqz's full-sized avatar

Block or report grqz

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

Hi, I'm GRQZ

Here should be something random:

BREW coffee HTTP/1.1
Host: www.example.re
Content-Type: message/coffeepot
Content-Length: 5

start
HTTP/1.1 418 I’m a teapot
Content-Type: text/html
Content-Length: 146

<html>
  <head>
    <title>Beverage not supported</title>
  </head>
  <body>
   <p>I’m a teapot and I don’t support coffee.</p>
  </body>
</html>

It's The Hyper Text Coffee Pot Control Protocol!

Last Update: 2025-01-19 00:48:49.801036+00:00

Pinned Loading

  1. yt-dlp/yt-dlp yt-dlp/yt-dlp Public

    A feature-rich command-line audio/video downloader

    Python 97.1k 7.6k

  2. Brainicism/bgutil-ytdlp-pot-provider Brainicism/bgutil-ytdlp-pot-provider Public

    Proof-of-origin token provider plugin for yt-dlp

    TypeScript 36 2

  3. a simple c++ argument parser (WIP), ... a simple c++ argument parser (WIP), requires c++17 or higher
    1
    /*
    2
     * ArgParse v5
    3
     */
    4
    #ifndef ARGPARSE_H
    5
    #define ARGPARSE_H