Technology, Science and Universe
Results for {phrase} ({results_count} of {results_count_total})
Displaying {results_count} results of {results_count_total}
j
- Jade Description: Jade is a template language that compiles to HTML and is often used with Node.js. Its design focuses on simplicity and readability,(...) Read more
- Joblib **Description:** Joblib is a set of tools designed to provide lightweight pipelining in Python, especially in the context of data science and(...) Read more
- Jax Description: Jax is a Python library designed to facilitate high-performance numerical computing and machine learning. Its main appeal lies in(...) Read more
- JupyterLab Code Prettifier Description: JupyterLab Code Prettifier is an extension designed to enhance the readability and aesthetics of code in JupyterLab notebooks. This(...) Read more
- JupyterLab PDF Export Description: The PDF export feature of JupyterLab is an extension that allows users to convert their Jupyter notebooks into high-quality PDF(...) Read more
- JSX Description: JSX is a syntax extension for JavaScript that allows for writing user interface structures in a more intuitive and readable way,(...) Read more
- JavaScript Module Description: A JavaScript module is a reusable piece of code that encapsulates functionality, allowing developers to organize and structure(...) Read more
- JavaScript Promise Description: A Promise in JavaScript is an object that represents the eventual completion or failure of an asynchronous operation, allowing for(...) Read more
- JavaScript Variable Description: A variable in JavaScript is a named storage for data that can change during the execution of a program. In programming terms,(...) Read more
- JavaScript Syntax Description: The syntax of JavaScript refers to the set of rules that defines the combinations of symbols that are considered correctly(...) Read more
- JavaScript Array Description: An array in JavaScript is a data structure that contains a collection of elements, which can be of different types, such as(...) Read more
- JavaScript Callback Description: A JavaScript callback is a function that is passed as an argument to another function and will be executed at a later time, usually(...) Read more
- JavaScript Event Description: A JavaScript event is an action or occurrence recognized by the software, often resulting in a change of state or triggering a(...) Read more
- JavaScript Function Description: A JavaScript function is a block of code designed to perform a specific task, which can be executed when called. This concept is(...) Read more
- JavaScript Class Description: A JavaScript class is a blueprint for creating objects, providing initial values for state and implementations of behavior. In the(...) Read more