Tag

Flex

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 12, 2024 · Mobile Development

Implementing a Flex Playground in FlutterUnit with TolyUI

This article explains how FlutterUnit leverages TolyUI to create an interactive Layout Playground, detailing the data, view, and logic layers of the Flex Playground, including state management, component composition, and code examples for building flexible UI demos.

FlexFlutterPlayground
0 likes · 9 min read
Implementing a Flex Playground in FlutterUnit with TolyUI
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Jun 2, 2022 · Fundamentals

Design and Implementation of TinyLanguage Using Flex and Bison

The article walks readers through designing and implementing TinyLanguage—a minimal interpreted language with 4‑byte integers, constants, if/else, for loops, and print—by using Flex for lexical analysis, Bison for parsing into an AST, and an execution engine, even showing a Fibonacci example and future LLVM compilation possibilities.

ASTCompilerFlex
0 likes · 30 min read
Design and Implementation of TinyLanguage Using Flex and Bison
360 Tech Engineering
360 Tech Engineering
Nov 1, 2019 · Frontend Development

Understanding the CSS display Property and Its Two‑Value Syntax

This article explains how the CSS display property controls both the external formatting of an element and the internal formatting context of its children, introduces the newer two‑value syntax (e.g., display: inline‑flow‑root), and discusses current browser support and practical usage.

CSSFlexdisplay
0 likes · 5 min read
Understanding the CSS display Property and Its Two‑Value Syntax
Qunar Tech Salon
Qunar Tech Salon
Dec 20, 2015 · Frontend Development

A Decade‑Long Journey of Frontend Framework Selection and Component‑Based Development

The article recounts a Chinese company's evolution from an IE‑only HTC‑based UI stack in 2007 through a Flex‑driven heavyweight solution and finally to Angular, highlighting the technical, organizational, and strategic challenges of adopting component‑based front‑end architectures across multiple browser generations.

AngularFlexJavaScript
0 likes · 19 min read
A Decade‑Long Journey of Frontend Framework Selection and Component‑Based Development