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

Block or report junka

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. vkop vkop Public

    Inference engined based on Vulkan

    C

  2. ffpic ffpic Public

    image decode project for hands-on learning

    C 8

  3. tsanalyze tsanalyze Public

    mpeg ts parser

    C 9 2

  4. ffmime ffmime Public

    Get mime type codecs for MSE in webassembly

    C++ 10

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

    Monitor and send github events to feishu bot

    TypeScript 20 22

  6. j2depkt j2depkt Public

    a DSL like scapy

    C