🔻PANORAMA MODDING - ONEPLUS NORD🔻
#ONEPLUSNORD#MODDING
Il Nord è uscito ormai da un po' di tempo e alcuni sviluppatori si sono messi subito all'opera per portare delle Custom ROMs e kernel agli utenti di questo dispositivo.
Vi lasciamo qui sotto un Telegraph, per praticità, all'interno del quale troverete il quadro generale di tutte le ROMs e kernel disponibili:
🔸Custom ROMs e Kernels per OnePlus Nord
—
Già che ci siamo vi ricordiamo che abbiamo fatto delle guide sul modding!
🔸 Come Sbloccare il bootloader
🔸 Come estrarre il payload.bin
🔸 Come ottenere i permessi di Root
N.B. All'interno della guida sui permessi di Root ho aggiunto una guida su come ottenerli tramite TWRP!
Se avete domande, scriveteci nel nostro gruppo @opnordit !
Pit
—
Il nostro canale 👉🏻@oneplusguide
I nostri gruppi 👉🏻@oneplusitcommunity
# The standard string repr for dicts is hard to read:
»> my_mapping = {'a': 23, 'b': 42, 'c': 0xc0ffee}
»> my_mapping
{'b': 42, 'c': 12648430. 'a': 23} # 😞
# The "#json" module can do a much better job:
»> import json
»> print(json.dumps(my_mapping, indent=4, sort_keys=True))
{
"a": 23,
"b": 42,
"c": 12648430
}
# Note this only works with dicts containing
# primitive types (check out the "pprint" module):
»> json.dumps({all: 'yup'})
TypeError: keys must be a string
История(12м) как в Альфа-Банке сокращали размер JSON файла, который передается на устройство для работы SDUI. Решением стала шаблонизация для отказа от одинаковых блоков UI с разными данными
#оптимизация#json
¿Que puede hacer este bot?
@apimaniaBot
Con éste bot puedes crear PDF a partir de páginas web, convertir texto a imágenes, convertir tablas HTML a json y mucho más
Idioma: español
(Visto en @botsgram_cu)
#pdf#web#texto#imágenes#hrml#json