-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into unit-testing
- Loading branch information
Showing
34 changed files
with
207 additions
and
49 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
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: ⚡️ upload artifact | ||
uses: actions/upload-pages-artifact@v2 | ||
uses: actions/upload-pages-artifact@v3 | ||
|
||
deploy: | ||
needs: build | ||
|
@@ -49,4 +49,4 @@ jobs: | |
steps: | ||
- name: 🚀 deploy | ||
id: deployment | ||
uses: actions/deploy-pages@v3.0.1 | ||
uses: actions/deploy-pages@v4.0.2 |
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 @@ | ||
--- | ||
topic: async-await | ||
display_name: async/await | ||
short_description: async/await allows an asynchronous, non-blocking function to be structured in a way similar to an ordinary synchronous function. | ||
related: callback, coroutines, async, promise, future, actor-model, continuation-passing-style, concurrent-computing | ||
released: 2007 | ||
wikipedia_url: https://en.wikipedia.org/wiki/Async/await | ||
--- | ||
In computer programming, the **async/await** pattern is a syntactic feature of many programming languages that allows an asynchronous, non-blocking function to be structured in a way similar to an ordinary synchronous function, and is primarily intended to provide opportunities for the program to execute other code while waiting for a long-running, asynchronous task to complete, usually represented by promises or similar data structures. |
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,8 @@ | ||
--- | ||
aliases: demos | ||
display_name: Demo | ||
short_description: A example of a product or system. | ||
topic: demo | ||
wikipedia_url: https://en.wikipedia.org/wiki/Technology_demonstration | ||
--- | ||
A rough example or otherwise incomplete version of a conceivable product or future system. |
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,7 @@ | ||
--- | ||
aliases: examples | ||
display_name: Example | ||
short_description: A representation of something. | ||
topic: example | ||
--- | ||
A particular instance of something that is a representative of a group, or an illustration of somethign that's been generally described. |
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,13 @@ | ||
--- | ||
aliases: julia-fractal, julia-set | ||
display_name: Julia Sets | ||
short_description: Julia Sets are mathematical objects generally associated with fractals. | ||
topic: julia-sets | ||
logo: julia-sets.png | ||
wikipedia_url: https://en.wikipedia.org/wiki/Julia_set | ||
related: mandelbrot, fractal | ||
--- | ||
Julia Sets are mathematical objects relating to the field of complex dynamics. In general, Julia sets are studied in parallel to Fatou sets, as they are complementary sets defined from a complex function. | ||
To be specific, in a metric space $(X,d)$, a Fatou set of a map $f: X \to X$ is the maximal open subset of $X$ on which the family of iterates $\lbrace f^n \rbrace$ is equicontinuous, and the Julia set is its complement in $X$. | ||
|
||
To approximate images of these sets, a common approach is to iterate the function of interest over some subset of the complex plane, which often yield beautiful fractals. |
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,14 @@ | ||
--- | ||
topic: openapi | ||
aliases: open-api, swagger-spec, swagger-specification, openapi-spec, openapi-specification, open-api-specification, oas, openapi-description | ||
display_name: OpenAPI Specification | ||
short_description: The OpenAPI Specification is a specification for describing, producing, consuming, and visualizing web services. | ||
related: json-schema, raml, rest-api | ||
created_by: OpenAPI Initiative, Tony Tam, Darrel Miller, Mike Ralphson, Ron Ratovsky, Uri Sarid, Jason Harmon | ||
released: August 10, 2011 | ||
url: https://www.openapis.org/ | ||
wikipedia_url: https://en.wikipedia.org/wiki/OpenAPI_Specification | ||
github_url: https://github.com/OAI/OpenAPI-Specification | ||
--- | ||
The **OpenAPI Specification** (**OAS**), previously known as the **Swagger Specification**, is a specification for a programming language-agnostic, machine-readable interface definition language for describing, producing, consuming, and visualizing web services. OpenAPI documents describe API services and are represented in YAML or JSON formats. | ||
|
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: Post-quantum cryptography | ||
topic: post-quantum-cryptography | ||
aliases: pqc, pqcrypto, postquantum, post-quantum, quantum-safe-cryptography | ||
related: cryptography, lattice-based-crypto, hash-based-signatures, kyber, falcon, dilithium | ||
short_description: Cryptography resistant to quantum computers. | ||
wikipedia_url: https://en.wikipedia.org/wiki/Post-quantum_cryptography | ||
--- | ||
Cryptographic algorithms secure against potential future quantum computers. |
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,10 @@ | ||
--- | ||
topic: promise | ||
display_name: Promise | ||
short_description: A promise is an object returned by an asynchronous function, which represents the current state of the operation. | ||
related: future, async-await, callback, deferred, coroutines, fiber, concurrency | ||
wikipedia_url: https://en.wikipedia.org/wiki/Futures_and_promises | ||
created_by: Barbara Liskov, Liuba Shrira, Mark S. Miller, Dean Tribble, Rob Jellinghaus, Daniel P. Friedman | ||
released: 1988 | ||
--- | ||
A **promise** is an object returned by an asynchronous function, which represents the current state of the operation. At the time the promise is returned to the caller, the operation often isn't finished, but the promise object provides methods to handle the eventual success or failure of the operation. |
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 @@ | ||
--- | ||
topic: query | ||
display_name: Query (disambiguation) | ||
short_description: The term query can either mean query-string or sql-query. | ||
related: query-string, sql-query | ||
--- | ||
The term "**query**" can mean multiple things: | ||
* [query-string](/topics/query-string) as part of an [URL](/topics/url) | ||
* [sql-query](/topics/sql-query) to query a [database](/topics/database) |
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,10 @@ | ||
--- | ||
topic: rdf | ||
display_name: RDF (Resource Description Framework) | ||
short_description: RDF is used for data interchange, using URIs to name the relations between things and a directed labeled graph for representation. | ||
related: semantic-web, sparql, web-ontology-language, shacl, json-ld, n-triples, rql, versa, shex | ||
created_by: W3C, IBM, Microsoft, Netscape, Nokia, Reuters, SoftQuad, University of Michigan | ||
released: October 1997 | ||
wikipedia_url: https://en.wikipedia.org/wiki/Resource_Description_Framework | ||
--- | ||
**RDF** (**Resource Description Framework**) is a standard model for data interchange on the web, using URIs to name the relationships between things and a directed, labeled graph to represent the data. |
Oops, something went wrong.