Skip to content

Instantly share code, notes, and snippets.

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

Renia in RainyLand RainyXeon

🌧️
Life is a tapestry of perspectives.
View GitHub Profile
@RainyXeon
RainyXeon / custom.rom.list.md
Last active November 1, 2025 09:28
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

We don't need this anymore, I know why it detected. Thanks @ngoxthjen

Check: https://t.me/deepinrain

Currently, VNeID detect:

  • init.svc.adb_root
  • service.adb.root
  • /proc/self/maps
  • Bootloader?
  • app ksu, ksun, apatch...

A metatable in Lua defines various extraneous behaviors for a table when indexed, modified, interacted with, etc. They are Lua's core metaprogramming feature; most well known for being useful to emulate classes much like an OOP language.

Any table (and userdata) may be assigned a metatable. You can define a metatable for a table as such:

-- Our sample table
local tab = {}
-- Our metatable
local metatable = {
 -- This table is then what holds the metamethods or metafields
@kemitchell
kemitchell / -
Last active September 10, 2025 04:55
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