TGTGInsighttelegram intelligenceLIVE / telegram public index
← Linuxgram 🐧

TGINSIGHT SIMILAR POSTS

Sib kontenut simili

Kanal tas-sors @linuxgram · Post #18708 · 28 ġurnata ilu

📰 Ubuntu Snap Prompting Improvements If you haven’t tried Ubuntu’s ‘Permission Prompting’ feature for a while, there’s more reason to do so in the latest release. Canonical’s Oliver Calder has shared an update on recent improvements to the security feature, which sets out to “empower users” by letting them decide what software can access on the rest of the system at runtime rather than retrospectively. 🔗 Source: https://www.omgubuntu.co.uk/2026/05/ubuntu-snap-prompting-client-improved #ubuntu

Hashtags

Riżultati

25 postijiet simili nstabu

Tfittxija: #json

当前筛选 #json清除筛选
djangoproject

@djangoproject · Post #329 · 04/05/2017 04:34

# 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

Hashtags

The Devs

@thedevs · Post #2147 · 01/06/2025 12:58

JSON is dangerous (and slow). #article#json @thedevs https://thedevs.link/mnVS3t

The Devs

@thedevs · Post #1999 · 20/09/2022 07:02

JSON Hero, a beautiful JSON viewer. #tools#json @thedevs https://kutt.it/lL2sWb

Hashtags

Android Broadcast

@android_broadcast · Post #8707 · 19/02/2025 06:10

История(12м) как в Альфа-Банке сокращали размер JSON файла, который передается на устройство для работы SDUI. Решением стала шаблонизация для отказа от одинаковых блоков UI с разными данными #оптимизация#json

探索号

@seeker_rc · Post #20069 · 09/05/2026 11:55

自造轮子分享, ai 国际化 json translate 小工具 ⦁ 核心功能:json 文件翻译 ⦁ 核心痛点:codex/cc 翻译国际化容易偷懒 + 慢,适合多语言 10+种语言使用 支持 BYOK (Bring Your Own Key),功能完全免费,实测下载 gpt 5.4 min 、gemini 2.5 flash 速度和性价比最高 省事也可以使用网站内置 ai ,按积分消耗,现在送 30 次翻译,不够用留下邮箱 再送 100 次翻译 [https://www.youtube.com/watch?si=aQ_8kp9e2lGlF39k&v=1Nf2Y_WdP4s&feature=youtu.be](https://www.... via V2EX 分享创造 标签: #AI#JSON#工具 ⚡️探索号频道 ⚡️探索者频道 ⚡️探索者交流群 ⚡️ Youtube 频道:科技探索者 每天推荐有趣内容,欢迎订阅、转发。

拔毛工 🥸

@bamaogong · Post #918 · 01/10/2025 05:46

#工具#JSON#可视化#开源 JSON Hero JSON 可视化工具,可自动解析字符串内容,并在树状视图、列视图、编辑视图间切换浏览,支持全文搜索与模糊匹配功能,可快速在键/值中定位信息,支持自动推断 JSON Schema(Draft 2020-12)并展示字段可能值分布,并为每个属性提供相关值视图,可识别 null 或缺失字段的边缘情况,还支持与 VS Code 集成,免费开源。 🧲 网站网址:http://jsonhero.io/

Repositorio data science

@repo_science · Post #3320 · 18/06/2023 21:20

#json#viewer#online 🛠 Herramientas para visualizar json: - jsonviewer - jsonformatter - JSON Editor - Code Beautiful ----- Main channel:@repo_science Coupons:@freecoupons_reposcience -----

The Devs

@thedevs · Post #1292 · 12/11/2018 20:41

fx, command-line JSON processing tool. #tools#json#coding#cli @thedevs https://kutt.it/IImfUj

探索号

@seeker_rc · Post #20421 · 13/05/2026 07:25

RawLens:嵌套 JSON 字符串格式化插件 大家好,2024 年底我在 V2EX 发过一个叫 Log Viewer 的 Chrome 插件: <https://www.v2ex.com/t/1098346> 当时主要是为了解决 Metabase / Datadog / Redash 里 JSON 日志和错误栈展示不友好的问题。 这段时间我把它改名并整理成了 RawLens ,代码、官网、截图和 Chrome Web Store 展示都重新做了一遍。现在核心方向更明确:在 Chrome 里快速格式化“到处来的 messy JSON”,尤其是这种情况: { "foo": "{"bar":1}" } 普通 JSON formatter... via V2EX 分享创造 标签: #JSON#Chrome#RawLens ⚡️探索号频道 ⚡️探索者频道 ⚡️探索者交流群 ⚡️ Youtube 频道:科技探索者 每天推荐有趣内容,欢迎订阅、转发。

AppPie

@AppPie · Post #2348 · 05/03/2025 04:06

#Developers JSON Crack: 开源的 JSON 编辑器 🔗GitHub JSON Crack 是一款将 JSON 数据可视化为交互式图表的开源工具,使探索、格式化和验证 JSON 变得更加简单。 主要功能 • JSON 可视化:将数据转换为交互式图表或树形结构,支持多种数据格式输入 • 数据转换:在 JSON、CSV、YAML、XML 等格式之间无缝转换,方便数据交换 • 格式化和验证:美化并验证 JSON、YAML 和 CSV 数据,提高可读性并查找错误 • 代码生成:自动生成 TypeScript 接口、Golang 结构体、Rust serde 和 JSON Schema • JSON Schema:验证 Schema、创建模拟数据,从各种格式生成 JSON Schema • 高级工具:解码 JWT、随机化数据,执行 jq 或 JSON 路径查询 • 图像导出:将可视化图表下载为 PNG、JPEG 或 SVG 格式,方便分享 • 安全性:所有数据在本地处理,不存储在服务器上,保障隐私安全 开源许可证 MIT license。 #GitHub#OpenSource#JSON#DataVisualization 📮 频道 @AppPie

BotsGram®

@botsgram_cu · Post #4164 · 05/08/2021 14:31

¿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

PreċedentiPaġna 1 minn 3Li jmiss