В этой статье я хочу рассказать о своем увлекательном путешествии в мир ОС Tizen. В ней я постараюсь подробно описать не только основные шаги по установке Tizen Studio и созданию проекта, но и поделюсь с вами ценными практическими советами по разработке приложений, освещая ключевые аспекты работы с интерфейсом пользователя и эффективного тестирования. Как я к этому пришел? Всё просто – на работе мне поставили задачу: «Разработать приложение для устройства SSSP». Деваться некуда, придётся разби…
Lists of eligible identities for Starknet provisions.Structure of the repository The four directories contain the following: starknet/: lists of eligibles (identified by their Starknet address) with allocations and Merkle paths, for the categories: Starknet users Early community members (ECMP recipients) eth/: lists of eligibles (identified by their Ethereum address) with allocations and Merkle paths, for the categories: Ethereum stakers Protocol core guild dYdX users ImmutableX users gi…
The OpenTelemetry C++ ClientOpenTelemetry C++ The C++ OpenTelemetry client. Project Status Stable across all 3 signals i.e. Logs, Metrics, and Traces. See Spec Compliance Matrix to understand which portions of the specification has been implemented in this repo. Supported C++ Versions Code shipped from this repository generally supports the following versions of C++ standards: ISO/IEC 14882:2014 (C++14) ISO/IEC 14882:2017 (C++17) ISO/IEC 14882:2020 (C++20) Any exceptions to this are noted…
A curated list of awesome StarkNet resources, libraries, tools and more Awesome Starknet A curated list of awesome Starknet resources, libraries, tools and more. This list is based on Cairo 1. You can still access the previous archived Cairo 0 Awesome Starknet. Please check the contribution guidelines for information on formatting and writing pull requests. Contents Resources Official Tutorials and Examples …
I-SOON/Anxun leak related stuffOriginal leak https://github.com/I-S00N/I-S00N Anxun-isoon The iSoon/Anxun leak in a single json file (cn_extracted_messages.json) What this json tells us: The user identified as lengmo is the top sender, with a total of 4981 messages. This indicates that lengmo is the most active participant in the conversation. The most frequent communication pair is between lengmo and Shutd0wn, with lengmo sending 4635 messages to Shutd0wn. This suggests a significant amount o…
Open weights LLM from Google DeepMind.Gemma Gemma is a family of open-weights Large Language Model (LLM) by Google DeepMind, based on Gemini research and technology. This repository contains an inference implementation and examples, based on the Flax and JAX. Learn more about Gemma The Gemma technical report details the models' capabilities. For tutorials, reference implementations in other ML frameworks, and more, visit https://ai.google.dev/gemma. Quick start Installation To install G…
🚗 Persian License Plate Recognition System (PLPR) The Persian License Plate Recognition (PLPR) system is a state-of-the-art solution designed for detecting and recognizing Persian license plates in images and video streams. Leveraging advanced deep learning models and a user-friendly interface, it ensures reliable performance across different scenarios. 🔍 Overview This system aims to tackle the unique challenges associated with Persian license plate detection and recognition, offering high accu…
Sora AI Video Generator by Sora.FMSora.FM Sora AI Video Generator Live Demo https://sora.fm Deploy with Vercel Quick Start clone project git clone https://github.com/all-in-aigc/sorafm install dependencies cd sorafm pnpm install init database create your database use local postgres or vercel-postgres or supabase create tables from sql at data/install.sql set environmental values put .env.local under root dir with values list below POSTGRES_URL="postgres://USER:PASSWORD@HOST/DB"…
React Strict DOM (RSD) is a subset of React DOM, imperative DOM, and CSS that supports web and native targetsreact-strict-dom dev Development monorepo for "React Strict DOM". React Strict DOM (RSD) is an experimental integration of React DOM and StyleX that aims to improve and standardize the development of styled React components for web and native. The goal of RSD is to improve the speed and efficiency of React development without compromising on performance, reliability, or quality.…