Skip to content

Instantly share code, notes, and snippets.

View RainyXeon's full-sized avatar
🌧️
Life is a tapestry of perspectives.

Alice w/🌧️ RainyXeon

🌧️
Life is a tapestry of perspectives.
  • 05:30 (UTC +07:00)
View GitHub Profile
@RainyXeon
RainyXeon / HTTPStream.lua
Created February 20, 2025 09:00
Legacy LunaStream's HTTPStream class
local http = require('coro-http')
local timer = require('timer')
local Readable = require('stream').Readable
local HTTPStream = Readable:extend()
function HTTPStream:initialize(method, url, headers, body, customOptions)
Readable.initialize(self, { objectMode = true })
self.method = method
self.uri = http.parseUrl(url)
@RainyXeon
RainyXeon / custom.rom.list.md
Last active April 26, 2025 13:13
This is the list of custom rom that I tried and collected so far. Some will pass VNeID (Vietnamese gov app) and some won't. Enjoy

My custom ROM list

This is the custom ROM list for every one wants to try or use. Collected and suggested by me and community (Will update more soon!). If you have any suggestion, comment bellow!

Table of contents