TGTGInsighttelegram intelligenceLIVE / telegram public index
← Find Blog👁发现博客

TGINSIGHT SIMILAR POSTS

查找相似内容

Source channel @FindBlog · Post #643 · 3月1日

Flare Stack Blog ——基于 Cloudflare Workers 的现代化全栈博客 CMS ## 核心功能 • 文章管理 — 富文本编辑器,支持代码高亮、图片上传、草稿/发布流程 • 标签系统 — 灵活的文章分类 • 评论系统 — 支持嵌套回复、邮件通知、审核机制 • 友情链接 — 用户申请、管理员审核、邮件通知 • 全文搜索 — 基于 Orama 的高性能搜索 • 媒体库 — R2 对象存储,图片管理与优化 • 用户认证 — GitHub OAuth 登录,权限控制 • 数据统计 — Umami 集成,访问分析与热门文章 • AI 辅助 — Cloudflare Workers AI 集成 • 主题系统 — 可扩展的主题模板,支持完整替换所有页面和布局 • 导入导出 — 支持Markdown导入导出,保留图片以及Frontmatter Flare Stack Blog 的所有面向用户的页面与布局均通过 主题契约(Theme Contract) 与业务逻辑解耦。你可以在不修改任何路由或数据逻辑的前提下,完整替换博客的视觉表现层。 项目地址:https://github.com/du2333/flare-stack-blog #Platform#Cloudflare 频道:@FindBlog 群组:@FindBlog_Group

Results

找到 13 条相似帖子

搜索 #embedded

当前筛选 #embedded清除筛选
DSR Corporation News

@dsr_news · Post #271 · 2022/12/28 10:25

I ❤️ QAE! 🎉27 декабря в компании DSR состоялся выпускной студентов школы QA Embedded в Воронеже и Ташкенте! Ребята получили сертификаты о завершении курса, а также приятные подарки 🎁 👍 Хотим выразить искреннюю благодарность студентам за интерес к сфере тестирования IoT устройств и продуктивную совместную работу. Ждем вас еще! Также благодарим преподавателей Учебного центра DSR. You totally rock! 🔥 #DSR_courses#IoT#QA#Embedded

DSR Corporation News

@dsr_news · Post #1154 · 2025/11/21 13:23

🌐Когда Zigbee захватит мир IoT и что вы знаете о Suzi? Если вы интересуетесь миром IoT и Smart Home, то вам стоит посмотреть выпуск, в котором Евгения Пешкова, президент DSR Corporation, и Эндрю О’Хара из AppleInsider обсудили выход Zigbee 4.0 от Connectivity Standards Alliance. 🔒Спойлер: CSA выпустил Suzi, новый субгигагерцевый протокол. Это версия Zigbee, которая работает на частотах 800 МГц и 900 МГц и поэтому «добивает» дальше. Умные устройства смогут работать надёжно даже в больших домах и на улице. Переходите по ссылке, если хотите больше технических подробностей. Видео на английском, таймкоды в описании. ℹ️ Zigbee — это энергоэффективный беспроводной протокол для умного дома, позволяющий устройствам (датчикам, лампочкам и т. д.) связываться друг с другом в рамках единой mesh-сети. 📝DSR является членом альянса разработчиков Zigbee с 2012 года. #Zigbee#IoT#Embedded#DSR

#embedded#embeddedworld#messe Как и многие другие выставки и конференции - в этом году нюрнбергский хайлайт встраиваемого мира будет проходить только онлайн. :) Поэтому всем, кому интересна тема - халявные купоны на регистрацию без SMS: https://www.messe-ticket.de/Nuernberg/embeddedworld2021/Register/TZ4ew21d

IUT Career Centre

@iutcareercenter · Post #2139 · 2026/03/03 05:09

🚀Want to start a career in IT? DSR Corporation is launching the free QA School: Embedded— a unique opportunity to gain hands-on experience in embedded systems and IoT testing. Exclusively for Uzbekistan! What you’ll get: ✅ 1-month intensive course ✅ Online classes in English ✅ Real embedded systems testing experience ✅ Personal mentorship from DSR engineers ✅ Certificate of completion ✅ Interview opportunities for top graduates ❗️ Admission requires passing an offline entrance test at the DSR office. 🗓 Classes start in April. ➡️Apply now! 🌐 Join our Telegram channel! #DSR#dsr_training_center#DSR_courses#IoT#Embedded#QA

DSR Corporation News

@dsr_news · Post #199 · 2022/08/22 11:31

🆕Если ты хочешь получить востребованную IT-профессию, приходи к нам учиться! Открыта регистрация на курс QA School: embedded! 🔔Занятия стартуют уже в сентябре! Подробно разберемся в общей теории и практике тестирования, изучим особенности работы с IoT-устройствами, а также поговорим о направлениях профессионального развития QA-инженера. Что будет: ✅Занятия онлайн на русском языке раз в неделю. ✅Курс длится 1 семестр и завершится в декабре 2022 года. ✅Навыки Junior QA-инженера. ✅Сертификат Ученого центра DSR Corporation. ✅Возможность получить приглашение на работу в международную компанию. ❗️Важно! Курс бесплатный. Но есть входное тестирование. ❗️Необходим английский уровня Pre-Intermediate или выше для работы с технической документацией. Подать заявку на QA School: embedded можно тут. #DSRCorporation#DSR_courses#IoT#Embedded#QA

GitHub Trends

@githubtrending · Post #14657 · 2025/05/01 14:30

#c_lang#embedded#filesystem#microcontroller LittleFS is a file system designed for small devices like microcontrollers. It helps keep your data safe even if the power goes off suddenly. This is because it uses a "copy-on-write" system, which means it doesn't overwrite old data until the new data is safely stored. LittleFS also helps extend the life of your storage by spreading out writes across different areas, a process called wear leveling. This makes it very reliable and efficient for devices with limited memory and storage. https://github.com/littlefs-project/littlefs

DSR Corporation News

@dsr_news · Post #532 · 2023/09/26 09:51

💥 Онлайн-презентация курсов .NET School и Embedded Systems Lab Приглашаем всех зарегистрировавшихся на онлайн-презентацию бесплатного курса .NET School по бэкенд-разработке . Ссылка уже выслана вам на почту, указанную при регистрации. Напоминаем, что у всех желающих бесплатно получить набор навыков Junior Back-End Developer еще есть возможность попасть на курс. ➡️Регистрация. ✅ Занятия онлайн. ✅ Первая лекция — 2-го октября. ⚠️ Вступительный экзамен отсутствует. 💻 Онлайн-презентация пройдет сегодня, 🗓 26-го сентября, в 🕡 18:30 МСК. В 2011-м году DSR и ФКН ВГУ создали центр обучения программированию для встроенных систем. Если вы знаете основы языка C, то будем рады видеть вас в нашей "Embedded Systems Lab", где вы научитесь программировать микроконтроллеры и беспроводные IoT-устройства, изучите стандарты Bluetooth-сетей. 💻 Онлайн-презентация курса состоится в пятницу, 🗓 29-го сентября, в 🕠 17:30 МСК. Ссылка уже пришла вам на почту, если вы зарегистрировались на курс. ➡️Регистрация. ✅ Занятия онлайн. ✅ Вступительное тестирование - 2-го октября. ✅ Первая лекция — 13-го октября. ‼️ PS. Если вы зарегистрировались на курс, но не получили приглашение на презентацию, пришлите письмо на [email protected] с темой "название курса" и адресом почты, указанной при регистрации, в теле письма. #net#backend#iot#embedded#dsr_training_center#DSR_career#DSRCorporation

Venture Village Wall 🦄

@venturevillagewall · Post #3356 · 2024/12/18 12:07

Surge Raises $500K Funding Surge has successfully raised $500K in funding as of December 4, 2024. The platform specializes in providing embedded text messaging services, allowing businesses to simplify their communication and focus on their core operations. Learn more at: Surge #Funding#Messaging#Surge#Texting#Tech#Business#Communication#Embedded#Startup#Investment

GitHub Trends

@githubtrending · Post #15271 · 2025/11/05 12:30

#cplusplus#arm#baidu#deep_learning#embedded#fpga#mali#mdl#mobile#mobile_deep_learning#neural_network Paddle Lite is a lightweight, high-performance deep learning inference framework designed to run AI models efficiently on mobile, embedded, and edge devices. It supports multiple platforms like Android, iOS, Linux, Windows, and macOS, and languages including C++, Java, and Python. You can easily convert models from other frameworks to PaddlePaddle format, optimize them for faster and smaller deployment, and run them with ready-made examples. This helps you deploy AI applications quickly on various devices with low memory use and fast speed, making it ideal for real-time, resource-limited environments. It also supports many hardware accelerators for better performance. https://github.com/PaddlePaddle/Paddle-Lite

GitHub Trends

@githubtrending · Post #15220 · 2025/10/14 13:00

#verilog#cocotb#embedded#fpga#iss#risc_v#rtl#verilator#verilog#vpn#vproc#wireguard This project creates an open-source, hardware-based WireGuard VPN using an affordable FPGA board, making fast and secure VPNs more accessible. Unlike slow software VPNs or costly proprietary hardware, this FPGA design runs WireGuard encryption and packet processing at near wire speed without needing a PC host. It uses common tools and languages (SystemVerilog, open-source FPGA tools) and includes a soft CPU for control tasks and hardware logic for data encryption and routing. This means you get a faster, more efficient, and customizable VPN solution that is open and affordable, ideal for learning, development, or deployment in cost-sensitive environments. https://github.com/chili-chips-ba/wireguard-fpga

GitHub Trends

@githubtrending · Post #14878 · 2025/06/28 14:00

#cplusplus#arduino#cansat#csv#embedded#graph#ground_station#iot#microcontroller#network#projects#qt#serial#serial_studio Serial Studio is a free, easy-to-use tool that lets you visualize real-time data from devices like microcontrollers via serial ports, Bluetooth, or network connections. It works on Windows, macOS, and Linux, and offers customizable dashboards with various widgets to monitor sensor data, debug info, or telemetry. You can quickly plot data, export it as CSV for analysis, and even use advanced features like checksum validation and JavaScript data processing. It supports hobbyists, educators, and professionals by simplifying data monitoring and debugging, saving you time and effort in understanding your device’s output. Pro versions add commercial use and extra features[1][4][5]. https://github.com/Serial-Studio/Serial-Studio

GitHub Trends

@githubtrending · Post #14989 · 2025/07/23 11:30

#c_lang#bluetooth#bluetooth_le#embedded#embedded_c#iot#mcu#microcontroller#real_time#rtos#zephyr#zephyr_rtos#zephyros Zephyr is a free, open-source real-time operating system (RTOS) designed for small, resource-limited devices like sensors, wearables, and IoT gateways. It supports many hardware types such as ARM, Intel x86, and RISC-V, making it flexible for different projects. Zephyr is modular, so you can include only what you need, saving memory and power. It focuses on security with features like memory protection and secure boot. It also offers built-in networking and tools for easy development and testing. This helps you build reliable, fast, and secure embedded systems efficiently, especially for IoT and real-time applications[1][2][3]. https://github.com/zephyrproject-rtos/zephyr

12
上一页第 1/2 页下一页