Skip to content

Commit ae8fdc3

Browse files
authored
Merge branch 'main' into openutau
2 parents 1160337 + dc5cc6a commit ae8fdc3

File tree

6 files changed

+37
-1
lines changed

6 files changed

+37
-1
lines changed

collections/opensource-testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ items:
4343
- stefanjudis/grunt-photobox
4444
- nathanmarks/vrtest
4545
- reg-viz/reg-cli
46-
- segmentio/nightmare
46+
- segment-boneyard/nightmare
4747
- reg-viz/reg-suit
4848
- xolvio/chimp
4949
- NimaSoroush/differencify

topics/cst/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
display_name: Concrete syntax tree
3+
short_description: A concrete syntax tree is a low level representation of the parsed source in the structure defined by a grammar description.
4+
topic: cst
5+
aliases: parse-tree, parsing-tree, derivation-tree
6+
wikipedia_url: https://en.wikipedia.org/wiki/Parse_tree
7+
related: ast
8+
---
9+
A concrete syntax tree is an ordered, rooted tree that represents the syntactic structure of a string according to some context-free grammar.
7.79 KB
Loading

topics/flow-blockchain/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
created_by: Flow
3+
display_name: Flow blockchain
4+
logo: flow-blockchain.png
5+
released: September 29, 2020
6+
short_description: Flow is a permissionless layer 1 blockchain.
7+
topic: flow-blockchain
8+
aliases: onflow
9+
related: cadence, blockchain, cryptocurrency, smart-contracts, web3, dapps
10+
url: https://flow.com
11+
github_url: https://github.com/onflow
12+
---
13+
Flow blockchain is a scalable, fast, and developer-friendly blockchain platform designed to support high-throughput applications, such as games and digital collectibles, without the need for layer-two solutions or sharding.
14+
15+
Unlike traditional blockchain architectures, Flow utilizes a [unique multi-node design](https://flow.com/primer#primer-how-flow-works), where different types of nodes perform distinct tasks - execution, verification, collection, and consensus. This design allows for significant improvements in scalability while preserving decentralization and security.

topics/nextra/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
display_name: Nextra
3+
short_description: Nextra is a simple, powerful and flexible site generation framework built with next.js.
4+
topic: nextra
5+
github_url: https://github.com/shuding/nextra
6+
url: https://nextra.site/
7+
related: nextjs, mdx, markdown
8+
logo: nextra.png
9+
---
10+
11+
Nextra is a nextjs-based static site generation framework using markdown and MDX.
12+
Nextra framework is specially built to create markdown-based documentation and portfolio blogs without coding using MDX and markdown.

topics/nextra/nextra.png

6.69 KB
Loading

0 commit comments

Comments
 (0)