Skip to content
View urakozz's full-sized avatar
🏔️
🏔️

Block or report urakozz

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. claude-code-finapi-plugin claude-code-finapi-plugin Public

    A Claude Code plugin for finAPI open banking integration — built from production experience implementing PSD2-compliant bank connections, transaction import, and SEPA payment initiation across the EU

    1

  2. go-dynamodb-stream-subscriber go-dynamodb-stream-subscriber Public

    Go channel for streaming Dynamodb Updates

    Go 33 18

  3. ResNet.ts ResNet.ts
    1
    import * as tf from "@tensorflow/tfjs-node";
    2
    
                  
    3
    // In my case I have 256x256 pictures
    4
    const IMG_SIZE = 256;
    5
    const NUMBER_OF_CHANNELS = 3;
  4. gobl.cii gobl.cii Public

    Forked from invopop/gobl.cii

    Conversion to and from XML CII

    Go

  5. vllm-project/vllm-xpu-kernels vllm-project/vllm-xpu-kernels Public

    The vLLM XPU kernels for Intel GPU

    C++ 73 120

  6. vllm vllm Public

    Forked from vllm-project/vllm

    A high-throughput and memory-efficient inference and serving engine for LLMs

    Python