Category:Jq: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎jq Modules at rosettacode.org: MRG32k3a Combined Recursive Pseudo-Random Number Generator)
 
Line 13: Line 13:
* [[:Category:Jq/polynomials.jq|polynomials.jq]] - polynomials as JSON arrays
* [[:Category:Jq/polynomials.jq|polynomials.jq]] - polynomials as JSON arrays
* [[:Category:Jq/Date.jq|Date.jq]] - Gregorian calendar from the year 1
* [[:Category:Jq/Date.jq|Date.jq]] - Gregorian calendar from the year 1
* [[:Category:Jq/MRG32k3a.jq|MRG32k3a.jq]] - MRG32k3a Combined Recursive Pseudo-Random Number Generator
* [[:Category:Jq/RealSet.jq|RealSet.jq]] - Union of finite real intervals
* [[:Category:Jq/RealSet.jq|RealSet.jq]] - Union of finite real intervals



Latest revision as of 09:25, 11 June 2024

Language
Jq
This programming language may be used to instruct a computer to perform a task.
Official website
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Jq.

jq is a functional programming language that is oriented towards processing text files or JSON. jq is also the name of a portable executable that compiles and runs jq programs. A Go implementation, gojq, is also available; and jaq implements a large subset of jq in Rust.

jq was originally designed and developed by Stephen Dolan.

jq Modules at rosettacode.org

  • assert.jq - module to support assertions
  • bitwise.jq - bit streams, bit arrays, and integers
  • fibonacci.jq - Fibonacci sequence and Fibonacci coding
  • peg.jq - Parsing Expression Grammar foundations
  • polynomials.jq - polynomials as JSON arrays
  • Date.jq - Gregorian calendar from the year 1
  • MRG32k3a.jq - MRG32k3a Combined Recursive Pseudo-Random Number Generator
  • RealSet.jq - Union of finite real intervals

Todo

Tasks_not_implemented_in_jq

Subcategories

This category has the following 2 subcategories, out of 2 total.

@

J

Pages in category "Jq"

The following 200 pages are in this category, out of 1,167 total.

(previous page) (next page)

C

(previous page) (next page)