🔻OP WATCH: ARRIVA IL 23 MARZO...? E C'È UN CONTEST! 🔻
#OPWATCH#CONTEST
Oggi mi sono imbattuto in questo OP Forum che annuncia la presentazione di un nuovo prodotto, assieme alla serie OP9, il 23 marzo.
Dalla gif che abbiamo estratto dal forum di riferimento, ci pare abbastanza palese che si tratti del OnePlus Watch, tuttavia diamo il beneficio del dubbio... e a quanto pare lo da anche OnePlus!
Di fatti, l'azienda cinese ha indetto un contest di disegno per la propria community. Come funziona?
Bisogna disegnare tutto tranne l'oggetto che verrà presentato...
Si, avete capito bene, andate a leggere il forum per avere più informazioni!
🔸OnePlus Contest
Fateci sapere se partecipate nei nostri gruppi!
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