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.
  • 13:44 (UTC +07:00)
View GitHub Profile
@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

A metatable can be defined like

local t = setmetatable({}, {
  __tostring = function() return 'custom tostring behavior!' end
})

Here are the metamethods that you can define, and their behavior

Operators

@kemitchell
kemitchell / -
Last active April 9, 2024 13:13
npm license values
74925 NONE
54706 MIT
9268 ISC
3050 BSD
1521 BSD-2-CLAUSE
791 APACHE-2.0
699 APACHE 2.0
392 BSD-3-CLAUSE
364 WTFPL
346 UNKNOWN