Skip to content
View tmskln's full-sized avatar

Block or report tmskln

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

Pinned Loading

  1. jwt-decode alias (macOS zsh) jwt-decode alias (macOS zsh)
    1
    alias jwt-decode='f(){echo $1 | tr "." "\n" | while read line; do echo $line | base64 --decode -i - ; echo ; echo "--" ; done;};f'
  2. grafana_collectd_prometheus grafana_collectd_prometheus Public

    Dockerfile

  3. spring-openproject-mcp-server spring-openproject-mcp-server Public

    MCP Server for OpenProject API (workpackages)

    Java 1

  4. backstage backstage Public

    Forked from backstage/backstage

    Backstage is an open platform for building developer portals

    TypeScript

  5. istio istio Public

    Forked from istio/istio

    Connect, secure, control, and observe services.

    Go

  6. openai-java openai-java Public

    Forked from TheoKanning/openai-java

    OpenAI Api Client in Java

    Java