TGTGInsighttelegram intelligenceLIVE / telegram public index
← python-telegram-bot

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @pythontelegrambotchannel · Post #75 · Oct 1

Fellow programmers. Happy #hacktoberfest. This event, hosted over here, is about giving back to open source projects. We encourage you all to check it out and make some contributions. We prepared some issues by ourself, they can be found here, but fear not to take on other issues in our repo. If you have any questions, feel free to ask them away in our chats, we are there to help!

Results

9 similar posts found

Search: #webassembly

当前筛选 #webassembly清除筛选
AppPie

@AppPie · Post #2372 · 03/27/2025, 04:04 AM

#Apps Squish: 基于浏览器的批量图像压缩工具 🔗GitHub Squish 是一个现代的、基于浏览器的图像压缩工具,利用 WebAssembly 技术提供高性能的图像优化。这款工具支持多种格式的图像处理,并提供直观的用户界面,让您可以压缩图像而不损失质量。 该项目由 Google Chrome 团队工程师 Addy Osmani 开发,是一系列与图像处理相关开源项目中的一个。Squish 完全在浏览器中运行,不需要将您的图像上传到任何服务器,保证了图像处理的隐私性。 主要特点 - 多格式支持:支持 AVIF、JPEG、JPEG XL、PNG 和 WebP 格式 - 批量处理:可同时处理多个图像文件 - 质量调整:通过滑块平衡文件大小和图像质量 - 拖放操作:可拖放或选择图像进行处理 - 下载选项:支持单个图像下载或批量下载所有处理后的图像 - 默认优化设置:AVIF (50%)、JPEG (75%)、JPEG XL (75%)、PNG (无损)、WebP (75%) - 本地处理:所有处理过程在浏览器中完成,无需上传图像 开源许可证 MIT License。 #GitHub#OpenSource#ImageCompression#WebAssembly#BatchProcessing 📮 频道 @AppPie

IT Events RU

@iteventsru · Post #240 · 02/27/2018, 04:13 PM

✅ Завтра Rust Meetup от разработчиков Exonum & Parity 📅 28 февраля / 19:00 (время МСК) / Москва 💵 Бесплатно 📝 Регистрация тут: https://goo.gl/QoiQxk Как сочетать Rust и WebAssembly для смарт-контрактов в блокчейн? Разработчики из Exonum и Parity не только поделятся знаниями о сочетании Rust и WebAssembly, но и продемонстрируют в режиме реального времени процесс исполнения WASM-контрактов на Exonum. 🔗 Программа: https://goo.gl/QoiQxk #rest#WebAssembly#blockchain#cryptocurrency#блокчейн#криптовалюта#Москва

IT Events RU

@iteventsru · Post #184 · 02/21/2018, 04:13 PM

✅ Через неделю Rust Meetup от разработчиков Exonum & Parity 📅 28 февраля / 19:00 (время МСК) / Москва 💵 Бесплатно 📝 Регистрация тут: https://goo.gl/mPwxJa Как сочетать Rust и WebAssembly для смарт-контрактов в блокчейн? Разработчики из Exonum и Parity не только поделятся знаниями о сочетании Rust и WebAssembly, но и продемонстрируют в режиме реального времени процесс исполнения WASM-контрактов на Exonum. 🔗 Программа: https://goo.gl/mPwxJa #rest#WebAssembly#blockchain#cryptocurrency#блокчейн#криптовалюта#Москва

AppPie

@AppPie · Post #2433 · 06/06/2025, 04:05 AM

#Apps VERT: 在浏览器本地运行的下一代文件转换器 🔗GitHub VERT 是一款开源的下一代文件转换工具,它利用 WebAssembly 技术直接在您的设备(浏览器)上完成文件转换,无需将文件上传到云端服务器。这确保了转换过程的完全本地化和私密性。 该项目界面简洁,使用 Svelte 构建,并且没有文件大小限制,为用户提供了免费、安全且高效的文件转换体验。 功能亮点 - 纯本地转换:借助 WebAssembly,所有文件转换都在您的设备上直接完成,数据无需离开本地。 - 无文件大小限制:摆脱云服务的上传大小束缚。 - 支持多种格式:能够处理多种常见的文件格式。 - 界面友好:采用 Svelte 构建,界面简洁直观,易于上手。 - 支持 Docker 部署 开源许可证 本项目采用 AGPL-3.0 许可证授权。详细信息请参阅 LICENSE 文件。 #App#GitHub#OpenSource#FileConverter#WebAssembly#Privacy#LocalFirst#Svelte#TypeScript 📮 频道 @AppPie

GitHub Trends

@githubtrending · Post #14959 · 07/14/2025, 01:00 PM

#javascript#cheerp#cheerpx#cpp#lwip#repl#tailscale#vm#wasm#webassembly#webvm#xterm_js WebVM lets you run a full Linux system directly in your web browser without needing a server. It uses a special engine called CheerpX to safely run unmodified Linux programs by converting x86 code to WebAssembly. You get a real Debian Linux environment with many tools, and it supports networking through Tailscale VPN, so your browser VM can connect securely to the internet. You can also customize and deploy your own WebVM easily using GitHub, making it great for development, testing, or learning Linux without installing anything. This means you can have a powerful, private Linux machine anytime, anywhere, just in your browser[1][2][3]. https://github.com/leaningtech/webvm

GitHub Trends

@githubtrending · Post #14682 · 05/07/2025, 01:30 PM

#kotlin#android#awt#compose#declarative_ui#desktop#gui#ios#javascript#kotlin#multiplatform#reactive#swing#ui#wasm#web#webassembly Compose Multiplatform is a Kotlin-based framework by JetBrains that lets you build user interfaces for multiple platforms—iOS, Android, desktop (Windows, macOS, Linux), and web—using mostly shared code. It is based on Jetpack Compose for Android, so you can use similar APIs across platforms, speeding up development and ensuring consistent UI design. iOS support is in beta, web is in alpha, and desktop and Android are stable. You can also access native features like camera or maps easily. This helps you save time, reduce bugs, and create apps that work well everywhere with less effort. https://github.com/JetBrains/compose-multiplatform

GitHub Trends

@githubtrending · Post #14824 · 06/12/2025, 12:00 PM

#typescript#3d#browser_based#cad#geometry#occ#occt#opencascade#three#threejs#wasm#webassembly#webcad Chili3D is a free, open-source 3D CAD application that you can use directly in your web browser. It allows you to create and edit 3D models without needing to install any software on your computer. You can make basic shapes like boxes and spheres, draw 2D sketches, and perform advanced operations like combining shapes. It also includes tools for precise alignment and measurement. This makes it easy for anyone to design and edit 3D models online, which is helpful for both beginners and experienced users. https://github.com/xiangechen/chili3d

IT Events RU

@iteventsru · Post #249 · 02/28/2018, 10:14 AM

🔥 СЕГОДНЯ 🔥 Rust Meetup от разработчиков Exonum & Parity 📅 28 февраля / 19:00 (время МСК) / Москва 💵 Бесплатно 📝 Регистрация тут: https://goo.gl/ezvGo1 #rest#WebAssembly#blockchain#cryptocurrency#блокчейн#криптовалюта#Москва 🔥 Основы In-Memory Computing для архитекторов и разработчиков. Часть 1 📅 28 февраля / 19:00 (время МСК) / онлайн 💵 Бесплатно 📝 Регистрация тут: https://goo.gl/4au3C8 🔥 Шахматный клиент-сервер на C#. Часть 2. Шахматная доска + фигуры. Unity3D. 📅 28 февраля / 19:00 (время МСК) / онлайн 💵 Бесплатно 📝 Регистрация тут: https://goo.gl/WFMG8j #Unity3D#Csharp#online#онлайн 🔥 MskDotNet Meetup #18 📅 28 февраля / 18:30 (время МСК) / Москва, Льва Толстого, д. 16 офис компании Яндекс 💵 Бесплатно 📝 Регистрация тут: https://goo.gl/uizeqt #DotNet#nginx#Москва 🔥Встреча российского сообщества Women in Big Data. Введение в машинное обучение 📅 28 февраля / 18:00 (время МСК) / Нижний Новгород, ул. Ульянова, 10 б 💵 Бесплатно 📝 Регистрация тут: https://goo.gl/wNgFN2 #BigData#MachineLearning#МашинноеОбучение#НижнийНовгород 🔥 Startup Crash Test #14 📅 28 февраля / 19:30 (время МСК) / Москва, Страстной бульвар, 12 строение 1 💵 400-500 руб. 📝 Регистрация тут: https://goo.gl/GXoRZW #startup#стартап#Москва ➕Все мероприятия месяца смотрите в прикрепленном посту. ➕Программа и условия мероприятий может менять, — смотрите актуальную информацию на сайте организаторов. ➕Если регистрация уже закрыта, то попробуйте связаться с организаторами мероприятия, — возможно они сделают исключения. Регистрация может проходить волнами, в таком случае просто дождитесь следующей волны.

GitHub Trends

@githubtrending · Post #14969 · 07/17/2025, 11:30 AM

#cplusplus#artificial_intelligence#cloud#cloud_native#cncf#container#docker#edge_computing#ewasm#hacktoberfest#hacktoberfest2023#kubernetes#rust_lang#serverless#wasm#webassembly WasmEdge is a fast, lightweight, and secure WebAssembly runtime that lets you run programs safely on your devices, servers, or the cloud. It supports many programming languages like C++, Rust, and JavaScript, and can run AI models, microservices, and smart contracts efficiently. WasmEdge offers strong security by isolating programs, making it great for extending software safely. It works well on edge devices, smart devices, and cloud environments, and supports easy integration with tools like Kubernetes and Docker. Using WasmEdge helps you run powerful applications faster, safer, and more flexibly on various platforms[1][2][3][4][5]. https://github.com/WasmEdge/WasmEdge