🔻LINEAGEOS 18.1 È QUI🔻
#OP#MODDING
Un anno è passato ed ecco la nuova versione della celebre ROM LineageOS arrivare in versione ufficiale.
Questa nuova versione, basata su Android 11, porta alcune interessanti novità come una nuova recovery e un player musicale ridisegnato.
I dispositivi OnePlus compatibili sin da oggi sono:
🔸OnePlus 3/3T
🔸OnePlus 5
🔸OnePlus 5T
🔸OnePlus 8
🔸OnePlus 8 Pro
🔸OnePlus 8T
Interessante la presenta di 5 e 5T, recentemente usciti dal supporto ufficiale.
Pierre
—
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