Skip to content
View VTSTech's full-sized avatar

Block or report VTSTech

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. VTSTech-GPTBench - Testing framework... VTSTech-GPTBench - Testing framework for Ollama models
    1
    # -*- coding: utf-8 -*-
    2
    import time
    3
    import requests
    4
    import json
    5
    import os
  2. VTSTech-SRVEmu VTSTech-SRVEmu Public

    Python 18 10

  3. VTSTech-PROXY VTSTech-PROXY Public

    Python script that asynchronously checks a list of SOCKS4/4A/5 proxies for anonymity and writes the results to a text file and sqlite db.

    Python 1

  4. VTSPS2-HBDL VTSPS2-HBDL Public

    Forked from Based-Skid/iLaunchELF

    VTSPS2-HBDL HomeBrew Downloader

    C 23 4

  5. Raspberry Pi RPi Temperature Monitor... Raspberry Pi RPi Temperature Monitor by VTSTech
    1
    <html>
    2
    <!-- If you get /dev/vcio error then 'sudo usermod -aG video www-data' -->
    3
    <?php
    4
    // Handle theme selection and refresh rate from GET parameters
    5
    $isDarkMode = isset($_GET['dark_mode']) ? ($_GET['dark_mode'] === 'on') : true; // Default to dark mode
  6. DNAStoPNACH DNAStoPNACH Public

    DNAS Patcher output to PNACH file converter

    VBA 5 2