forked from github/explore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
170 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,4 +49,4 @@ jobs: | |
steps: | ||
- name: 🚀 deploy | ||
id: deployment | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,25 @@ | ||
--- | ||
items: | ||
- scdesktop/scdesktop | ||
- fnc12/sqlite_orm | ||
- aitemr/awesome-git-hooks | ||
- sozdik-kz/sozdik-android | ||
- mixdesign/AAShareBubbles | ||
- kekland/equinox | ||
- Slava/meteor-rethinkdb | ||
- SergeyMyssak/nextjs-sitemap | ||
- Slava/tern-meteor-sublime | ||
- binchik/SubscriptionPrompt | ||
- malikzh/NCANode | ||
- danchokobo/react-native-code-verification | ||
- yenbekbay/AYStepperView | ||
- ironsoul0/laddy | ||
- danabeknar/taza | ||
- yerlantemir/leetcoder | ||
|
||
display_name: Made in Kazakhstan | ||
created_by: snxx-lppxx | ||
image: made-in-kazakhstan.png | ||
--- | ||
Open source projects built in or receiving significant contributions from Kazakhstan :kazakhstan: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
display_name: Concrete syntax tree | ||
short_description: A concrete syntax tree is a low level representation of the parsed source in the structure defined by a grammar description. | ||
topic: cst | ||
aliases: parse-tree, parsing-tree, derivation-tree | ||
wikipedia_url: https://en.wikipedia.org/wiki/Parse_tree | ||
related: ast | ||
--- | ||
A concrete syntax tree is an ordered, rooted tree that represents the syntactic structure of a string according to some context-free grammar. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
display_name: Electronic data interchange | ||
related: edifact, x12, tradacoms, un-edifact, ansi-x12 | ||
short_description: EDI, which stands for electronic data interchange, is the intercompany communication of business documents in a standard format. | ||
topic: edi | ||
wikipedia_url: https://en.wikipedia.org/wiki/Electronic_data_interchange | ||
--- | ||
Electronic data interchange (EDI) is the concept of businesses electronically communicating information that was traditionally communicated on paper, such as purchase orders, advance ship notices, and invoices. Technical standards for EDI exist to facilitate parties transacting such instruments without having to make special arrangements. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
created_by: Flow | ||
display_name: Flow blockchain | ||
logo: flow-blockchain.png | ||
released: September 29, 2020 | ||
short_description: Flow is a permissionless layer 1 blockchain. | ||
topic: flow-blockchain | ||
aliases: onflow | ||
related: cadence, blockchain, cryptocurrency, smart-contracts, web3, dapps | ||
url: https://flow.com | ||
github_url: https://github.com/onflow | ||
--- | ||
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. | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
display_name: Guzzle | ||
short_description: Guzzle, an extensible PHP HTTP client. | ||
topic: guzzle | ||
related: psr-7, httpclient, http-client, curl | ||
url: https://docs.guzzlephp.org | ||
github_url: https://github.com/guzzle/guzzle | ||
created_by: Matthew Weier O'Phinney | ||
released: March 2, 2011 | ||
--- | ||
Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
aliases: iso8601 | ||
related: datetime, date-format, iso-standard, edtf, date-time, timestamp, gregorian-calendar, unix-timestamp, iso8601-duration, iso8601-period | ||
created_by: International Organization for Standardization | ||
display_name: ISO 8601 | ||
released: June 1988 | ||
short_description: ISO 8601 is an international standard covering the worldwide exchange and communication of date and time-related data. | ||
topic: iso-8601 | ||
url: https://www.iso.org/iso-8601-date-and-time-format.html | ||
wikipedia_url: https://en.wikipedia.org/wiki/ISO_8601 | ||
--- | ||
**ISO 8601** is an ISO standard that specifies representations of dates of the Gregorian calendar and times based on the 24-hour clock, as well as composite elements of them, as character strings for use in information interchange. It is also applicable for representing times and time shifts based on Coordinated Universal Time (UTC). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
created_by: JetBrains | ||
display_name: Kotlin Multiplatform | ||
short_description: Kotlin Multiplatform is a cross platform development framework developed by JetBrains. | ||
topic: kotlin-multiplatform | ||
related: kotlin | ||
url: https://kotlinlang.org/lp/multiplatform/ | ||
--- | ||
The Kotlin Multiplatform technology simplifies the development of cross-platform projects across iOS, Android, desktop and the web. It reduces time spent writing and maintaining the same code for different platforms while retaining the flexibility and benefits of native programming. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
display_name: LL parser | ||
short_description: An LL parser is a top-down parser for a restricted context-free language. | ||
topic: ll-parser | ||
related: lr-parser | ||
wikipedia_url: https://en.wikipedia.org/wiki/LL_parser | ||
--- | ||
In computer science, an LL parser (Left-to-right, leftmost derivation) is a top-down parser for a restricted context-free language. It parses the input from Left to right, performing Leftmost derivation of the sentence. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
display_name: LR parser | ||
short_description: LR parsers are a type of bottom-up parser that analyse deterministic context-free languages in linear time. | ||
topic: lr-parser | ||
aliases: lr-parsing | ||
related: ll-parser | ||
wikipedia_url: https://en.wikipedia.org/wiki/LR_parser | ||
--- | ||
In computer science, LR parsers are a type of bottom-up parser that analyse deterministic context-free languages in linear time.[1] There are several variants of LR parsers: SLR parsers, LALR parsers, Canonical LR(1) parsers, Minimal LR(1) parsers, and GLR parsers. LR parsers can be generated by a parser generator from a formal grammar defining the syntax of the language to be parsed. They are widely used for the processing of computer languages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
display_name: Nextra | ||
short_description: Nextra is a simple, powerful and flexible site generation framework built with next.js. | ||
topic: nextra | ||
github_url: https://github.com/shuding/nextra | ||
url: https://nextra.site/ | ||
related: nextjs, mdx, markdown | ||
logo: nextra.png | ||
--- | ||
|
||
Nextra is a nextjs-based static site generation framework using markdown and MDX. | ||
Nextra framework is specially built to create markdown-based documentation and portfolio blogs without coding using MDX and markdown. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
display_name: OpenUtau | ||
short_description: OpenUtau is an open source singing synthesis platform. | ||
topic: openutau | ||
url: http://www.openutau.com/ | ||
--- | ||
OpenUtau is an open source singing synthesis platform with modern user experience and native support for multiple voicebank ecosystems and various spoken languages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
display_name: "PSR-7: HTTP message interfaces" | ||
short_description: PSR-7 is a set of common interfaces representing HTTP messages, and URIs. | ||
topic: psr-7 | ||
related: rfc-7230, rfc-7231, rfc-3986, http-message, psr-17 | ||
url: https://www.php-fig.org/psr/psr-7/ | ||
created_by: Matthew Weier O'Phinney | ||
--- | ||
PSR-7 is a set of common interfaces defined by PHP Framework Interop Group. These interfaces are representing HTTP messages, and URIs for use when communicating through HTTP. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
display_name: Static code analysis | ||
short_description: Static program analysis is the analysis a program without executing it. | ||
topic: static-code-analysis | ||
related: dynamic-code-analysis, testing | ||
aliases: static-program-analysis | ||
--- | ||
Static program analysis (or static analysis) is the analysis of computer programs performed without executing them, in contrast with dynamic program analysis, which is performed on programs during their execution. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
aliases: suckless-org | ||
created_by: Anselm R. Garbe | ||
display_name: suckless.org | ||
logo: suckless.png | ||
short_description: software that sucks less. | ||
topic: suckless | ||
url: https://suckless.org/ | ||
wikipedia_url: https://en.wikipedia.org/wiki/Suckless.org | ||
--- | ||
Suckless software is quality software with a focus on simplicity, clarity, and frugality. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
display_name: Universal Syntax Tree. | ||
short_description: unist is a specification for syntax trees. It has a big ecosystem of utilities in JavaScript for working with these trees. | ||
topic: unist | ||
url: https://unifiedjs.com/ | ||
github_url: https://github.com/syntax-tree/unist | ||
related: ast, cst, syntax-tree | ||
released: February 11, 2016 | ||
logo: unist.png | ||
--- | ||
unist is a specification for syntax trees. It has a big ecosystem of utilities in JavaScript for working with these trees. It’s implemented by several other specifications. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.