Skip to content
View junka's full-sized avatar
🥼
life is f**ked
🥼
life is f**ked

Block or report junka

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

Hi 👋, nice to meet you here

Brief on my prjects:

  • ffmime: probe mimecodec string for MSE decoder
  • pycbpf: using BCC/ebpf to capture packts
  • pktperf: helper for pktgen test
  • feishu-bot-webhook-action: Github action monitor a repo and send notifications via lark bot
  • vkcompbench: benckmark using vulkan for gpu peak ops/flops
  • vkop: A simple AI inference engine on vulkan

for study case:

  • tsanalyze: learn how to parse a mpegts file from scratch
  • ffpic: learn how to decode bmp/png/jpeg/webp/heif images from scratch
  • j2depkt: learn how to use PEG to craft a scapy domain language for packet capture or setting dpdk RTE_FLOW

Pinned Loading

  1. ffpic ffpic Public

    image decode project for hands-on learning

    C 8

  2. tsanalyze tsanalyze Public

    mpeg ts parser

    C 9 3

  3. ffmime ffmime Public

    Get mime type codecs for MSE in webassembly

    C++ 10

  4. j2depkt j2depkt Public

    a DSL like scapy

    C

  5. feishu-bot-webhook-action feishu-bot-webhook-action Public

    Monitor and send github events to feishu bot

    TypeScript 20 20

  6. vkop vkop Public

    Inference engined based on Vulkan

    C