Skip to content

Instantly share code, notes, and snippets.

View rberenguel's full-sized avatar

Ruben Berenguel rberenguel

View GitHub Profile
@rberenguel
rberenguel / XTH-generator.html
Created November 30, 2025 14:53 — forked from CrazyCoder/XTH-generator.html
Batch XTH file generator for Xteink X4
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>批量XTH文件生成器</title>
<style>
* {
box-sizing: border-box;
margin: 0;
@rberenguel
rberenguel / XTC-XTG-XTH-XTCH.md
Created November 30, 2025 14:53 — forked from CrazyCoder/XTC-XTG-XTH-XTCH.md
XTC/XTG/XTH/XTCH Format Technical Specification (for Xteink X4)

这篇文档由AI生成,具体细节可能有问题,遇到问题可以继续沟通。 This document is generated by AI, and there may be issues with the specific details. If you encounter any problems, please continue to communicate.

XTC/XTG/XTH/XTCH Format Technical Specification

Document Information

  • Version: 1.0
  • Date: 2025-01-XX
@rberenguel
rberenguel / primes.py
Created September 24, 2018 22:04 — forked from vegard/primes.py
Prime factorisation diagram
# -*- coding: utf-8 -*-
#
# Author: Vegard Nossum <vegard.nossum@gmail.com>
import math
import os
import sys
import cairo