Skip to content

Instantly share code, notes, and snippets.

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

Reina in RainyLand RainyXeon

🌧️
Life is a tapestry of perspectives.
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 July 6, 2025 12:08
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