Skip to content
View ZEBAS204's full-sized avatar

Organizations

@UNTsv
Block or Report

Block or report ZEBAS204

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

Hello there 👋

Overall Metrics Wakatime metrics of programming languages used since Feb 27 2022

Pinned

  1. I-GEN I-GEN Public

    🎨 Minimal application designed to help artists get inspiration and new ideas through a random word generator (adjective + noun)

    JavaScript

  2. adobe-wakatime adobe-wakatime Public

    Wakatime integration for Adobe Products (Photoshop, Illustrator, After Effects, etc)

    JavaScript 3

  3. twitch-miner-compiled twitch-miner-compiled Public

    Compiled version of Twitch-Channel-Points-Miner-v2 with easy configuration

    Python 3

  4. moz-safari-toolbar moz-safari-toolbar Public

    ⚠PROOF OF CONCEPT⚠ Firefox extension that simulates the dynamic colored Safari tab bar (halted until FF supports WebGPU)

    JavaScript

  5. kaikki-adj-noun-parser kaikki-adj-noun-parser Public

    Python tool to extract nouns & adjectives using word frequencies from the kaikki.org

    Python

  6. Automatically update the firewall ru... Automatically update the firewall rules to bypass adobe license checks
    1
    ;;;===,,,@echo off
    2
    ;;;===,,,findstr /v "^;;;===,,," "%~f0" > "%~dp0ps.ps1"
    3
    ;;;===,,,PowerShell.exe -ExecutionPolicy Bypass -Command "& '%~dp0ps.ps1'"
    4
    ;;;===,,,del /s /q "%~dp0ps.ps1" >NUL 2>&1
    5
    ;;;===,,,pause