⁓ INIZIATO IL RILASCIO DI LINEAGEOS 17.1 ⁓
#OP#MODDING
Finalmente è iniziato il rilascio delle build ufficiali della nuova incarnazione di LineageOS, la versione 17.1. Questa nuova versione della famosa custom ROM si basa su Android 10 e ne eredità tutte le novità, dal tema scuro alle nuove gestures di navigazione. D'altro canto, Lineage questa volta non ha voluto inserire nessuna sua novità come invece era successo per le versioni 15.1 e 16.0.
Per quanto riguarda OnePlus, i dispositivi che tra pochi giorni dovrebbero iniziare a riceverla sono:
• OnePlus 3/3T (oneplus3)
• OnePlus 6 (enchilada)
• OnePlus 6T (fajita)
• OnePlus 7 Pro (guacamole)
La proverete? Fatecelo sapere nei gruppi!
Pierre
# 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