Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

Longer titles found: C standard library (view), C++ Standard Library (view)

searching for Standard library 316 found (694 total)

alternate case: standard library

Go (programming language) (8,179 words) [view diff] exact match in snippet view article

efficiency of development that it enables by the inclusion of a large standard library supplying many needs for common projects. It was designed at Google
Python (programming language) (13,684 words) [view diff] exact match in snippet view article
comprehensions, dictionaries, sets, and generator expressions. The standard library has two modules (itertools and functools) that implement functional
Henry George Bohn (773 words) [view diff] no match in snippet view article find links to article
Henry George Bohn (4 January 1796 – 22 August 1884) was a British publisher. He is principally remembered for the Bohn's Libraries series which he inaugurated
Bc (programming language) (1,759 words) [view diff] exact match in snippet view article
mathematical function. Other functions are available in an external standard library. The scale() function for determining the precision (as with the scale
Core Foundation (592 words) [view diff] exact match in snippet view article find links to article
Internally, Core Foundation forms the base of the types in the Objective-C standard library and the Carbon API. The most prevalent use of Core Foundation is for
Server Name Indication (2,832 words) [view diff] exact match in snippet view article find links to article
Standard library Yes Since version r17 2013 Go Standard library Yes Since version 1.4 2011 Cloudflare/go fork provides support Java Standard library Yes
Nim (programming language) (5,712 words) [view diff] exact match in snippet view article
char), case statement syntax, various type names and filenames in the standard library Ada: subrange types, distinct type, safe variants – case objects C++:
Complex data type (747 words) [view diff] exact match in snippet view article find links to article
data types and complex-math functions in the standard library header <complex.h>. The C++ standard library provides a complex template class as well as
PySide (671 words) [view diff] exact match in snippet view article find links to article
of the Qt for Python project. It is one of the alternatives to the standard library package Tkinter. Like Qt, PySide is free software. PySide supports
Ulrich's Periodicals Directory (381 words) [view diff] exact match in snippet view article find links to article
Periodicals Directory (ISSN 0000-0175, and ISSN 0000-2100) is the standard library directory and database providing information about popular and academic
WEBrick (1,004 words) [view diff] exact match in snippet view article find links to article
well as production mode for small loads. It is now a part of Ruby standard library. WEBrick follows open-source distribution model. WEBrick has originated
Reserved word (1,783 words) [view diff] exact match in snippet view article find links to article
keyword distinct from identifier if. Most programming languages have a standard library (or libraries), e.g. mathematical functions sin, cos, etc. The names
Exception safety (935 words) [view diff] exact match in snippet view article find links to article
when exceptions are thrown. To aid in ensuring exception safety, C++ standard library developers have devised a set of exception safety levels, contractual
"Hello, World!" program (1,948 words) [view diff] exact match in snippet view article find links to article
contrast, the equivalent code in C++ requires the import of the C++ standard library, the declaration of an entry point (main function), and a call to print
New Catholic Encyclopedia (1,596 words) [view diff] exact match in snippet view article find links to article
Encyclopedia, published from 1907–1914, the NCE was meant to be a standard library reference work for clergy, laity, students, teachers, librarians, journalists
OpenFL (1,092 words) [view diff] case mismatch in snippet view article find links to article
the Haxe Standard Library Archived 2015-08-14 at the Wayback Machine, Haxe Docs Target Specific APIs, Introduction to the Haxe Standard Library Archived
Ruby (programming language) (5,468 words) [view diff] exact match in snippet view article
error highlighting. The MJIT compiler has been re-implemented as a standard library module, while the YJIT, a Rust-based JIT compiler now supports more
Serialization (4,972 words) [view diff] exact match in snippet view article find links to article
dozen serializers are discussed and tested here. and here OCaml's standard library provides marshalling through the Marshal module and the Pervasives
Cocoa (API) (2,933 words) [view diff] exact match in snippet view article
and the libraries and frameworks included by those, such as the C standard library and the Objective-C runtime. Cocoa applications are typically developed
Scheme Requests for Implementation (240 words) [view diff] exact match in snippet view article find links to article
necessitated by Scheme's minimalist design, and particularly the lack of a standard library before Scheme R6RS. Specific SRFI documents are supported by many Scheme
Libavcodec (1,368 words) [view diff] exact match in snippet view article find links to article
in some cases also better performance, since libavcodec contains a standard library of highly optimized implementations of common building blocks, such
Decimal data type (668 words) [view diff] exact match in snippet view article find links to article
Starting with Python 2.4, Python's standard library includes a Decimal class in the module decimal. Ruby's standard library includes a BigDecimal class in
Exit (system call) (1,055 words) [view diff] no match in snippet view article
On many computer operating systems, a computer process terminates its execution by making an exit system call. More generally, an exit in a multithreading
Memory-mapped file (2,011 words) [view diff] exact match in snippet view article find links to article
standard library but there exists a third-party crate (library) called memmap2. Since version 1.6, Python has included a mmap module in its Standard Library
Swift (programming language) (7,976 words) [view diff] exact match in snippet view article
used extensively in Swift's standard library; in Swift 5.9, approximately 1.2 percent of all symbols within the standard library were protocols, and another
Deno (software) (1,206 words) [view diff] exact match in snippet view article
significant overhead of serialization in April 2019. A standard library, modeled after Go's standard library, was created in November 2018 to provide extensive
Memory-mapped file (2,011 words) [view diff] exact match in snippet view article find links to article
standard library but there exists a third-party crate (library) called memmap2. Since version 1.6, Python has included a mmap module in its Standard Library
Cg (programming language) (1,962 words) [view diff] no match in snippet view article
Cg (short for C for Graphics) and High-Level Shader Language (HLSL) are two names given to a high-level shading language developed by Nvidia and Microsoft
Rake (software) (836 words) [view diff] exact match in snippet view article
SCons and Make. Rake was written in Ruby and has been part of the standard library of Ruby since version 1.9. The tasks that should be executed need to
Concurrent computing (3,008 words) [view diff] exact match in snippet view article find links to article
(PDF) on 2016-04-15. "Standard library header <thread> (C++11)". en.cppreference.com. Retrieved 2024-10-03. "Standard library header <coroutine> (C++20)"
.NET Framework (4,895 words) [view diff] case mismatch in snippet view article find links to article
the Standard Library allowing them to run existent third-party libraries with no need of creating new versions of them. The .NET Standard Library allows
C++ Technical Report 1 (1,439 words) [view diff] exact match in snippet view article find links to article
Extensions, which is a document that proposed additions to the C++ standard library for the C++03 language standard. The additions include regular expressions
Standard Libraries (CLI) (963 words) [view diff] exact match in snippet view article
Microsoft.Extensions.*, though they are not part of the official .NET standard library. The main standard libraries are organized into two Standard Profiles
CommonJS (956 words) [view diff] case mismatch in snippet view article find links to article
www.blueskyonmars.com. Retrieved 2021-08-05. "CommonJS: JavaScript Standard Library". www.commonjs.org. Archived from the original on 2017-11-13. Retrieved
Modelica (2,620 words) [view diff] case mismatch in snippet view article find links to article
Association. The Modelica Association also develops the free Modelica Standard Library that contains about 1400 generic model components and 1200 functions
X86 assembly language (6,649 words) [view diff] case mismatch in snippet view article find links to article
main ; ‘main’ must be defined, as it being compiled ; against the C Standard Library extern printf ; declares the use of external symbol, as printf ; printf
Internationalization and localization (2,857 words) [view diff] exact match in snippet view article find links to article
data) into a separate module. Each module can then either rely on a standard library/dependency or be independently replaced as needed for each locale.
Dymola (1,126 words) [view diff] case mismatch in snippet view article find links to article
version 3.6 of the Modelica language and version 4.0.0 of the Modelica Standard Library, as well as versions 1, 2 and 3 of the Functional Mock-up Interface
Google Closure Tools (686 words) [view diff] exact match in snippet view article find links to article
version of the Rhino JS engine built by Mozilla, Google Guava, a Java standard library, Protocol Buffers, Gson and various other tools for testing. It also
Priority queue (5,015 words) [view diff] exact match in snippet view article find links to article
values with respect to the given order relation. For example, in Java standard library, PriorityQueue's the least elements with respect to the order have
Joe-E (266 words) [view diff] exact match in snippet view article find links to article
For the same reason, finally clauses are not allowed. Methods in the standard library may be blocked if they are deemed unsafe according to taming rules
Framework Class Library (146 words) [view diff] exact match in snippet view article find links to article
Standard library of Microsoft's .NET Framework
Turbo Pascal (5,879 words) [view diff] exact match in snippet view article find links to article
toward professional software development, with more libraries and standard library source code. The name Borland Pascal is also used more generically
Unistd.h (302 words) [view diff] exact match in snippet view article find links to article
in there but some definitions are done by references to the GNU C standard library headers (like stddef.h) which provide the type size_t and many more
PureScript (744 words) [view diff] exact match in snippet view article find links to article
implementations for the standard library, PureScript, 2019-07-26, retrieved 2023-01-22 "Go foreign export implementations for the standard library". PureScript.
Fantom (programming language) (684 words) [view diff] exact match in snippet view article
is considered "prototype" status). Its stated goal is to provide a standard library API. Fantom uses a curly brace syntax, supports functional programming
Jakarta Project (328 words) [view diff] exact match in snippet view article find links to article
Commons - a collection of useful classes intended to complement Java's standard library. HiveMind - a services and configuration microkernel Maven - a project
Grosset & Dunlap (1,491 words) [view diff] case mismatch in snippet view article find links to article
Library The Little Music Library The Lone Ranger (1936–1956) Macmillan’s Standard Library (1912-1915) Nancy Drew Mystery Stories Novels of Distinction (1928-1942)
JavaScript (7,919 words) [view diff] exact match in snippet view article find links to article
syntax and standard library in mind. In particular, all Java keywords were reserved in original JavaScript, JavaScript's standard library follows Java's
Jython (506 words) [view diff] exact match in snippet view article find links to article
implementation of Python. From version 2.2 on, Jython (including the standard library) is released under the Python Software Foundation License (v2). Older
Hygienic macro (2,417 words) [view diff] exact match in snippet view article find links to article
"not", and "progn" are all bound to their usual definitions in the standard library. If, however the above macro is used in the following code: (flet ((not
BCPL (1,853 words) [view diff] exact match in snippet view article find links to article
byte-oriented hardware was addressed in several ways. One was by providing standard library routines for packing and unpacking words into byte strings. Later,
Ampersand (3,436 words) [view diff] exact match in snippet view article find links to article
more recent years, the ampersand has made its way into the Haskell standard library, representing flipped function application: x & f means the same thing
Foundation Kit (613 words) [view diff] exact match in snippet view article find links to article
prefix NS (for NeXTSTEP). It is also part of Cocoa and of the Swift standard library. This class is the most common base class for Objective-C hierarchies
Assertion (188 words) [view diff] exact match in snippet view article find links to article
development), a computer programming technique assert.h, a header file in the standard library of the C programming language Assertion definition language, a specification
Garbage collection (computer science) (4,264 words) [view diff] exact match in snippet view article
garbage collection. C++ added garbage collection support in C++11 to the standard library, however this was removed in C++23 due to no compilers implementing
Java package (1,186 words) [view diff] exact match in snippet view article find links to article
many packages also use other TLDs such as org, com, etc. The Java standard library puts all symbols in the java or javax namespace, though some classes
Linux distribution (5,510 words) [view diff] exact match in snippet view article find links to article
source code Alpine Linux, which is popular on servers and uses musl C standard library and BusyBox to provide its userland. Chimera Linux, which is a community
Functional (237 words) [view diff] case mismatch in snippet view article find links to article
for Higher-order function functional (C++), a header file in the C++ Standard Library Functional design, a paradigm used to simplify the design of hardware
Tcl (4,081 words) [view diff] exact match in snippet view article find links to article
standard library; they have no special place in the library and can be replaced if desired.) The majority of Tcl commands, especially in the standard
JS++ (2,174 words) [view diff] exact match in snippet view article find links to article
standard library modules for handling time, bug fixes 0.8.4 23 May 2018 (2018-05-23) New string functions, advanced generics, bug fixes, standard library
OCaml (4,203 words) [view diff] exact match in snippet view article find links to article
although a direct comparison is impossible. Some functions in the OCaml standard library are implemented with faster algorithms than equivalent functions in
Comparison of regular expression engines (641 words) [view diff] exact match in snippet view article find links to article
Description) D D Boost Software License Elixir elixir-lang.org Apache 2.0 Standard library includes PCRE-based Regex module. The matching algorithms of the library
Elm (programming language) (2,181 words) [view diff] exact match in snippet view article
structures to implement its arrays, sets, and dictionaries in the standard library. Elm is statically typed. Type annotations are optional (due to type
Radix tree (2,329 words) [view diff] exact match in snippet view article find links to article
Implementation, used for the page cache, among other things. GNU C++ Standard library has a trie implementation Java implementation of Concurrent Radix Tree
F Sharp (programming language) (4,099 words) [view diff] exact match in snippet view article
through the Array.Parallel functional programming operators in the F# standard library, direct use of the System.Threading.Tasks task programming model, the
Phobos (207 words) [view diff] exact match in snippet view article find links to article
Project Phobos, a Java-based web application environment A runtime and standard library of D programming language Phobos program, a Soviet space program of
Unit in the last place (1,383 words) [view diff] exact match in snippet view article find links to article
Java standard library provides the functions Math.ulp(double) and Math.ulp(float). They were introduced with Java 1.5. The Swift standard library provides
Scala (programming language) (10,218 words) [view diff] exact match in snippet view article
Immutable classes are encouraged by convention however, and the Scala standard library provides a rich set of immutable collection classes. Scala provides
Tz database (4,223 words) [view diff] exact match in snippet view article find links to article
2003; PHP releases since 5.1.0 (2005); the Ruby Gem TZInfo; the Python standard library zoneinfo module, the first-party tzdata package, and the third-party
Filter (higher-order function) (600 words) [view diff] exact match in snippet view article
(computing) filter in the Haskell Standard Prelude filter in the OCaml standard library module list "The List structure". The Standard ML Basis Library. Retrieved
List of programming languages by type (7,068 words) [view diff] exact match in snippet view article find links to article
but is no longer used. APL C++ (from C++11 until C++23 for official standard library support) C# Clean Crystal Dart ECMAScript ActionScript ECMAScript for
Binary file (1,446 words) [view diff] exact match in snippet view article find links to article
expected to be plain text or binary when opening a file; this affects the standard library calls to read and write from the file in that the system converts between
Catholic Standard (216 words) [view diff] no match in snippet view article find links to article
at the Wayback Machine webpage. Catholic Standard website. Retrieved 2010-09-07. "Catholic Standard". Library of Congress. Retrieved February 15, 2020.
Preprocessor (1,197 words) [view diff] exact match in snippet view article find links to article
dialect specialized for GUIs or pretty-printing, etc. Common Lisp's standard library contains an example of this level of syntactic abstraction in the form
ADRIFT (666 words) [view diff] case mismatch in snippet view article find links to article
been contributions elsewhere to alternative Runners and the default Standard Library. The toolkit consists of two programs; a developer (used to write games
Input/output (984 words) [view diff] exact match in snippet view article find links to article
facilities either as statements in the language or as functions in a standard library for the language. An alternative to special primitive functions is
Abort (computing) (433 words) [view diff] exact match in snippet view article
preceding flag sequence. In the C programming language, abort() is a standard library function that terminates the current application and returns an error
Agum II (1,146 words) [view diff] exact match in snippet view article find links to article
Library of Ashurbanipal copy contains two colophons, and apart from the standard library identification, the earlier one reads mudû mudâ likallim, which has
Copy-on-write (1,013 words) [view diff] exact match in snippet view article find links to article
application, and system code. The string class provided by the C++ standard library was specifically designed to allow copy-on-write implementations in
Threading Building Blocks (720 words) [view diff] exact match in snippet view article find links to article
on a 32-core system. oneTBB, like the STL (and the part of the C++ standard library based on it), uses templates extensively. This has the advantage of
Multimap (503 words) [view diff] exact match in snippet view article find links to article
can instantiate the class as collections.defaultdict(list). OCaml's standard library module Hashtbl implements a hash table where it's possible to store
Media type (2,093 words) [view diff] case mismatch in snippet view article find links to article
BCP. IETF Datatracker. IANA list of official media types The Python Standard Library | mimetypes — Map filenames to MIME types Common MIME types from Mozilla
FIFO (computing and electronics) (975 words) [view diff] exact match in snippet view article
exist, including popular Unix systems C sys/queue.h macros or the C++ standard library std::list template, avoiding the need for implementing the data structure
Java Platform Module System (1,413 words) [view diff] exact match in snippet view article find links to article
been modularized in Java 9. For example, the majority of the Java standard library is exported by the module java.base. As of Java 25, modules can themselves
HPX (843 words) [view diff] exact match in snippet view article find links to article
and task-based implementation of peridynamics utilizing HPX—the C++ standard library for parallelism and concurrency". SN Applied Sciences. 2 (12) 2144
Cecil (programming language) (297 words) [view diff] exact match in snippet view article
not presently support threads or any other form of concurrency. A standard library for Cecil is also available and includes various collection, utility
Ctime (132 words) [view diff] exact match in snippet view article find links to article
the ISO C standard library defined in the time.h standard header <ctime> is a standard header file for C++, equivalent to the C standard library header,
Fiber (computer science) (605 words) [view diff] exact match in snippet view article
under the hood Crystal provides fibers as a part of the language and standard library setcontext/getcontext library routines Green threads and virtual threads
UTF-32 (1,580 words) [view diff] exact match in snippet view article find links to article
(with all the other encodings considered legacy and moved out of the standard library to package) following the "UTF-8 Everywhere Manifesto". C++11 has 2
Java Native Interface (2,083 words) [view diff] exact match in snippet view article find links to article
programming language) to be accessible to Java applications. Many of the standard library classes depend on JNI to provide functionality to the developer and
Bibliothèque municipale de Lyon (133 words) [view diff] exact match in snippet view article find links to article
historically significant library in Lyon, France. In addition to providing standard library services it also hosts a variety of special collections, in particular
AutoHotkey (1,389 words) [view diff] case mismatch in snippet view article find links to article
Community. "function hooks - Suggestions". AutoHotkey Community. "COM Standard Library - Scripts and Functions". AutoHotkey Community. "LibCon - AutoHotkey
Weak reference (2,012 words) [view diff] case mismatch in snippet view article find links to article
reference Ephemeron [1] 8.8. weakref — Weak references, The Python Standard Library "PHP: WeakReference - Manual". "Practical Memory Management". developer
Bottom type (996 words) [view diff] case mismatch in snippet view article find links to article
HyperSpec. Retrieved 25 October 2022. "Primitive Type never". The Rust Standard Library Documentation. Retrieved 2020-09-24. "Chapter 3. Type system — 3.2
Buffer overflow (5,131 words) [view diff] exact match in snippet view article find links to article
performs buffer management. It has also long been recommended to avoid standard library functions that are not bounds checked, such as gets, scanf and strcpy
Monarchy (4,726 words) [view diff] case mismatch in snippet view article find links to article
Grundy, (London: Batsford, 1990), p. 272. Bohn, H. G. (1849). The Standard Library Cyclopedia of Political, Constitutional, Statistical and Forensic Knowledge
PascalABC.NET (2,484 words) [view diff] exact match in snippet view article find links to article
Print(fg(2)); Print(gf(2)); Superposition operation is defined in the standard library: ## var f: real -> real := x -> x*x; Print((f*Cos)(2)); Print((Cos*f)(2));
P.I.P.S. (358 words) [view diff] case mismatch in snippet view article find links to article
programming interfaces in standard C libraries such as POSIX libc – The "C Standard Library" with system APIs mapped to Symbian OS APIs for better performance
Coroutine (5,502 words) [view diff] exact match in snippet view article find links to article
the coroutine as a stateful function. D implements coroutines as its standard library class Fiber A generator makes it trivial to expose a fiber function
TR2 (152 words) [view diff] case mismatch in snippet view article find links to article
C++ Technical Report 2, a document proposing additions to the C++ Standard Library after Technical Report 1 TR2, a postal district in the TR postcode
Marshalling (computer science) (2,143 words) [view diff] exact match in snippet view article
"marshal" is used for a specific type of "serialization" in the Python standard library – storing internal python objects: The marshal module exists mainly
Technical drawing (3,082 words) [view diff] exact match in snippet view article find links to article
context of stagecraft, a lighting designer will draw from the USITT standard library of lighting fixture symbols to indicate the position of a common fixture
Reference (computer science) (1,928 words) [view diff] exact match in snippet view article
new cast operators, a reference type &, and smart pointers in its standard library, but still retained the ability to circumvent these safety mechanisms
Option type (1,672 words) [view diff] exact match in snippet view article find links to article
show_value empty → No value Since C++17, the option type is defined in the standard library as template <typename T> std::optional<T>. import std; constexpr
Seaside (software) (983 words) [view diff] exact match in snippet view article
runs on GNU Smalltalk 3.0a and later. The web server package in the standard library of Racket (Programming language) uses a very similar philosophy, also
John Walter Gregory (2,539 words) [view diff] case mismatch in snippet view article find links to article
Appleton – via Google Books. Cornish, Charles John (1 January 1908). The Standard Library of Natural History: Embracing Living Animals of The World and Living
Andrew Fuller (1,215 words) [view diff] case mismatch in snippet view article find links to article
major publications were issued with a memoir by his son in Bohn's Standard Library, 1852. Fuller kept shorthand notes of his earlier sermons and these
Andrew Fuller (1,215 words) [view diff] case mismatch in snippet view article find links to article
major publications were issued with a memoir by his son in Bohn's Standard Library, 1852. Fuller kept shorthand notes of his earlier sermons and these
Python syntax and semantics (7,722 words) [view diff] exact match in snippet view article find links to article
error handling through exceptions, and includes a debugger in the standard library for efficient problem-solving. Python's syntax, designed for readability
ERuby (1,664 words) [view diff] exact match in snippet view article find links to article
written purely in the Ruby programming language and included in the Ruby standard library. A template can be generated by running a piece of code written using
Full stop (6,146 words) [view diff] exact match in snippet view article find links to article
PHP, the dot is the string concatenation operator. In the Haskell standard library, it is the function composition operator. In COBOL, a full stop ends
Magic cookie (483 words) [view diff] exact match in snippet view article find links to article
magic cookie appears in the man page for the fseek routine in the C standard library, dating back at least to 1979, where it was stated: "ftell returns
Mruby (361 words) [view diff] exact match in snippet view article find links to article
project. mruby 1.0 supports the Ruby 2.1 core API, but none of the standard library. As well as being able to execute most basic Ruby code, mruby also
Lua (5,497 words) [view diff] exact match in snippet view article find links to article
where C programs can store Lua values for later retrieval. Besides standard library (core) modules it is possible to write extensions using the Lua API
Software repository (1,985 words) [view diff] exact match in snippet view article find links to article
for C++; some code developed in Boost later became part of the C++ standard library. Package managers help manage repositories and the distribution of
Web Server Gateway Interface (1,334 words) [view diff] exact match in snippet view article find links to article
metaframework Comprehensive wiki about everything WSGI WSGI Tutorial Python standard library module wsgiref Getting Started with WSGI NWSGI Archived 2013-10-27
The Dial Press (596 words) [view diff] case mismatch in snippet view article find links to article
Jacobson The Bourbon Classics The Dial Detective Library The Dial Standard Library Fireside Library The Golden Dragon Library Library of Living Classics
Enumerated type (4,872 words) [view diff] exact match in snippet view article find links to article
using the internal integer; as a result, they can be sorted. The Java standard library provides utility classes to use with enumerations. The EnumSet class
Dot product (4,421 words) [view diff] exact match in snippet view article find links to article
Fortran as dot_product(A,B) or sum(conjg(A) * B) Julia as  A' * B or standard library LinearAlgebra as dot(A, B) R (programming language) as sum(A * B) for
GameMaker (2,474 words) [view diff] exact match in snippet view article find links to article
skeletal animations (via Esoteric Software's Spine) along with a large standard library for drawing graphics and 2D primitives. While the software allows for
Transclusion (2,607 words) [view diff] exact match in snippet view article find links to article
portable. Portable source code uses an include directive to specify a standard library, which contains system specific source code that varies with each computer
Pasco County Library Cooperative (1,827 words) [view diff] exact match in snippet view article find links to article
established in 1904 in Dade City, Florida. The library offers many standard library services including books, audio books, DVDs, and large meeting spaces
AmbientTalk (327 words) [view diff] exact match in snippet view article find links to article
interpretation on various platforms, including Android. The interpreter standard library also provides a seamless interface between Java and AmbientTalk objects
Haskell (4,619 words) [view diff] exact match in snippet view article find links to article
stable, minimal, portable version of the language and an accompanying standard library for teaching, and as a base for future extensions. The committee expressly
Associative array (2,802 words) [view diff] exact match in snippet view article find links to article
a package and many language systems provide them as part of their standard library. In some languages, they are not only built into the standard system
XSLT (3,273 words) [view diff] case mismatch in snippet view article find links to article
Higher-order functions in XSLT. FXSL is written in XSLT itself. The XSLT Standard Library xsltsl, provides the XSLT developer with a set of XSLT templates for
List of arbitrary-precision arithmetic software (1,349 words) [view diff] exact match in snippet view article find links to article
support arbitrary precision computations, either built-in, or in the standard library of the language: Ada: the upcoming Ada 202x revision adds the Ada.Numerics
Central Bank of Nigeria (2,563 words) [view diff] exact match in snippet view article find links to article
states of the federation and the headquarters in FCT. The Library is a standard library at the Headquarters and all other branches, it has information resources
Primitive data type (1,912 words) [view diff] exact match in snippet view article find links to article
it would not be possible to simply define them in a header file or standard library module. Besides integers, floating-point numbers, and Booleans, other
Structured concurrency (580 words) [view diff] exact match in snippet view article find links to article
experimental coroutine library for the Kotlin language, which later became a standard library. In 2021, Swift adopted structured concurrency. Later that year, a
Egmont (play) (693 words) [view diff] case mismatch in snippet view article
1822, and into English by Anna Swanwick in 1850, published in Bohn's Standard Library. In Egmont, Goethe relates the fight of Count Egmont (1522–1568) in
Smart pointer (2,166 words) [view diff] exact match in snippet view article find links to article
Colvin, Gregory (1994). "proposal to standardize counted_ptr in the C++ standard library" (PDF). open-std.org. Retrieved 2018-04-06. Klabnik, Steve; Nichols
Python Package Index (692 words) [view diff] exact match in snippet view article find links to article
Utilities (distutils) Python module was first added to the Python standard library in the 1.6.1 release, in September 2000, and in the 2.0 release, in
Long double (1,154 words) [view diff] exact match in snippet view article find links to article
by the 1999 revision of the C standard, or C99, which extended the standard library to include functions operating on long double such as sinl() and strtold()
John Graham-Cumming (727 words) [view diff] case mismatch in snippet view article find links to article
maintained a library of functions for GNU Make called the GNU Make Standard Library. In October 2010, he started an organization whose aim is to build
Range (computer programming) (610 words) [view diff] exact match in snippet view article
such ranges are supported in C++20, Boost C++ Libraries and the D standard library. A data type for ranges can be implemented using generics. Example
Doctest (1,005 words) [view diff] exact match in snippet view article find links to article
doctest is a module included in the Python programming language's standard library that allows the easy generation of tests based on output from the standard
Find first set (4,124 words) [view diff] exact match in snippet view article find links to article
working draft (PDF). ISO/IEC. pp. 305–308. Retrieved 2025-08-07. "Standard library header <stdbit.h> (C23)". cppreference.com. Retrieved 2025-08-07. Smith
Jim Gary (4,709 words) [view diff] exact match in snippet view article find links to article
Who in American Art, 1564-1975: 400 Years of Artists in America, a standard library art reference. In 2011 the Asbury Park Press referred to Gary as an
Edith Granger (76 words) [view diff] exact match in snippet view article find links to article
Recitations (now known as The Columbia Granger's Index to Poetry), a standard library reference of the twentieth and twenty-first century. Granger's Index
Turtle graphics (886 words) [view diff] exact match in snippet view article find links to article
represented by any icon). Today, the Python programming language's standard library includes a Turtle graphics module. Like its Logo predecessor, the Python
E (mathematical constant) (7,150 words) [view diff] exact match in snippet view article
constant e {\displaystyle e} is often hard-coded. For example, the Python standard library includes math.e = 2.718281828459045, a floating-point approximation
Sparse matrix (3,295 words) [view diff] exact match in snippet view article find links to article
provides support for sparse matrices and solvers SparseArrays is a Julia standard library. PSBLAS, software toolkit to solve sparse linear systems supporting
Reflective programming (2,368 words) [view diff] exact match in snippet view article find links to article
"Foo.new.hello" Rust does not have compile-time reflection in the standard library, but it is possible using some third-party libraries such as "bevy_reflect"
Application-Layer Protocol Negotiation (775 words) [view diff] exact match in snippet view article find links to article
(formerly CyaSSL) since version 3.7.0 released in October 2015 Go (in the standard library crypto/tls package) since version 1.4 released in December 2014 JSSE
Microsoft Build (2,011 words) [view diff] case mismatch in snippet view article find links to article
Linux Cortana chatbot on Skype "Power of the Pen and the PC" .NET Standard Library ASP.NET Core Browser extension support for Edge Windows 10 Anniversary
The Outbursts of Everett True (638 words) [view diff] no match in snippet view article find links to article
from the original on 2024-01-27. Retrieved 2024-04-26. "The Ogden Standard". Library of Congress Chronicling America. May 21, 1918. p. 9. Archived from
Row- and column-major order (2,310 words) [view diff] case mismatch in snippet view article find links to article
13 February 2016. "object Array". Scala Standard Library. Retrieved 1 May 2016. "The Python Standard Library: 8. Data Types". Retrieved 18 November 2017
Apache Harmony (2,826 words) [view diff] exact match in snippet view article find links to article
profiles and the dynamic recompilation logic. Class Library: is a Java standard library. The thread manager that handle operating system threading The execution
Julian day (6,595 words) [view diff] case mismatch in snippet view article find links to article
date and time types – date Objects" (December 5, 2021). The Python Standard Library. Dershowitz & Reingold 2008, 10, 351, 353, Appendix B. "Chapter 3.
Half-precision floating-point format (1,912 words) [view diff] exact match in snippet view article find links to article
introduced half precision floating point numbers with the System.Half standard library type. As of 16 July 2025[update], no .NET language (C#, F#, Visual
T. Fisher Unwin (948 words) [view diff] case mismatch in snippet view article find links to article
Unwin's Colonial Library Unwin's Green Cloth Library Unwin's Half-Crown Standard Library of History and Biography Unwin's Nature Books Unwin's Popular Series
Learning commons (4,293 words) [view diff] exact match in snippet view article find links to article
focus on digital technology in a learning commons than there is in a standard library. They are similar to libraries and classrooms that share space for
Javolution (395 words) [view diff] exact match in snippet view article find links to article
Indeed, time-predictability can easily be ruined by the use of the standard library (lazy initialization, array resizing, etc.) which is not acceptable
Static library (705 words) [view diff] exact match in snippet view article find links to article
one could do: cc main.c libclass.a or (if libclass.a is placed in standard library path, like /usr/local/lib) cc main.c -lclass or (during linking) ld
Blitz BASIC (1,448 words) [view diff] exact match in snippet view article find links to article
32 shipped new threading and Lua scripting modules and most of the standard library functions have been updated so that they are unicode friendly. Blitz3D
Fold (higher-order function) (2,788 words) [view diff] case mismatch in snippet view article
/: operator (foldLeft)". Retrieved 24 June 2016. "Fold API - Scala Standard Library". www.scala-lang.org. Retrieved 2018-04-10. Hutton, Graham (1999).
E (programming language) (1,050 words) [view diff] exact match in snippet view article
has properties that support secure computing. The E language and its standard library employ a capability-based design philosophy throughout in order to
Design by contract (1,783 words) [view diff] case mismatch in snippet view article find links to article
2016. Findler, Felleisen Contracts for Higher-Order Functions "Scala Standard Library Docs - Assertions". EPFL. Retrieved 2019-05-24. Strong typing as another
Higher-order function (2,655 words) [view diff] exact match in snippet view article find links to article
integral(cube, 0, 1, 100)); return 0; } The qsort function from the C standard library uses a function pointer to emulate the behavior of a higher-order function
Java version history (11,296 words) [view diff] exact match in snippet view article find links to article
JDK 1.0 as well as numerous additions of classes and packages to the standard library. Since J2SE 1.4, the evolution of the Java language has been governed
Megamax C (375 words) [view diff] exact match in snippet view article find links to article
Michael Bunnell with Eric Parker providing the linker and most of the standard library.[citation needed] A circa-1988 version of the compiler was renamed
Jim Roskind (328 words) [view diff] exact match in snippet view article find links to article
that year, Roskind wrote the Python profiler which is part of the standard library. From 1995 to 2003 he was chief architect at Netscape during which
Offsetof (914 words) [view diff] no match in snippet view article find links to article
C's offsetof() macro is an ANSI C library feature found in stddef.h. It evaluates to the offset (in bytes) of a given member within a struct or union type
SAC programming language (529 words) [view diff] exact match in snippet view article find links to article
language interface, and the integration of states in order to create a standard library which provides a functionality similar to that of the standard C libraries
Result type (817 words) [view diff] exact match in snippet view article find links to article
assumption. In C++, it is defined by the standard library as std::expected<T, E>. In Elm, it is defined by the standard library as type Result e v = Ok v | Err
Partial application (1,290 words) [view diff] exact match in snippet view article find links to article
application using the partial function defined in its core library. The C++ standard library provides bind(function, args..) to return a function object that is
Default (computer science) (765 words) [view diff] case mismatch in snippet view article
Archived from the original (PDF) on 2015-09-23. Retrieved 2014-03-11. "Default in std::default - Rust". The Rust Standard Library. Retrieved 10 April 2022.
PyPy (1,646 words) [view diff] exact match in snippet view article find links to article
for JIT compilation on ARMv6 and ARMv7 JIT, and included CFFI in the standard library. On 20 June 2014, PyPy3 was declared stable and introduced compatibility
XPath (3,295 words) [view diff] case mismatch in snippet view article find links to article
DOMXPath via libxml extension The ElementTree XML API in the Python Standard Library includes limited support for XPath expressions libxml2 Amara Sedna
Tinkercad (806 words) [view diff] exact match in snippet view article find links to article
can be assigned the property of solid or hole. In addition to the standard library of primitive shapes, a user can create custom shape generators using
Bit array (3,211 words) [view diff] exact match in snippet view article find links to article
at run-time. The D programming language provides bit arrays in its standard library, Phobos, in std.bitmanip. As in C++, the [] operator does not return
Mercury (programming language) (945 words) [view diff] exact match in snippet view article
Solaris, FreeBSD, OpenBSD, Windows, Android License GPL compiler, LGPL standard library Filename extensions .m Website www.mercurylang.org Major implementations
System (disambiguation) (485 words) [view diff] case mismatch in snippet view article
computer Operating system system, a C process control function in the C Standard Library used to execute subprocesses and commands System (typeface), a raster
Libsigc++ (275 words) [view diff] exact match in snippet view article find links to article
required signal pattern. libsigc++ was a natural expansion of the C++ standard library functors to the tracking of objects necessary to implement the observer
Monarchism (6,400 words) [view diff] case mismatch in snippet view article find links to article
the English Language, 1989 edition, p. 924. Bohn, H. G. (1849). The Standard Library Cyclopedia of Political, Constitutional, Statistical and Forensic Knowledge
Factorial (8,448 words) [view diff] case mismatch in snippet view article find links to article
"math — Mathematical functions". Python 3 Documentation: The Python Standard Library. Retrieved 2021-12-21. "Factorial". Boost 1.78.0 Documentation: Math
Tombstone (programming) (411 words) [view diff] exact match in snippet view article
programming languages, C++ implements the tombstone pattern in its standard library as a weak pointer using std::weak_ptr. Built–in support by programming
Oracle Certification Program (1,401 words) [view diff] exact match in snippet view article find links to article
programming, though it does cover part of the APIs included in the standard library. The exam tests how well a programmer has understood the language constructs
Xkcd (5,817 words) [view diff] case mismatch in snippet view article find links to article
secure passwords following the guidelines of the same comic. The Python Standard Library module "antigravity", when run, opens the xkcd comic "Python". On the
Azure DevOps Server (3,477 words) [view diff] exact match in snippet view article find links to article
available from GitHub. Because Microsoft took the approach of using a standard library, any Git client can now be used natively with Azure DevOps (in other
Utility (disambiguation) (282 words) [view diff] case mismatch in snippet view article
Utility software Software tool utility (C++), a header file in the C++ Standard Library Cardinal utility, a utility index that preserves preference orderings
Calculus of constructions (1,438 words) [view diff] case mismatch in snippet view article find links to article
a Kripke-Like Interpretation". Technical Reports (Cis) (568): 14. "Standard Library | The Coq Proof Assistant". coq.inria.fr. Retrieved 2020-08-08. Coquand
Java Platform, Standard Edition (3,639 words) [view diff] exact match in snippet view article find links to article
sources/destinations supported directly by the java.io package: Other standard library packages provide stream implementations for other destinations, such
Library instruction (1,782 words) [view diff] exact match in snippet view article find links to article
libraries, the bibliographic instruction started to be a mainstream and standard library service. Library instruction pioneer Miriam Sue Dudley's library instruction
Hurst and Blackett (480 words) [view diff] case mismatch in snippet view article find links to article
Copyright Novels Hurst & Blackett's Famous 6d. Novels Hurst and Blackett's Standard Library Kiddi-logues Series Paternoster Library Toucan Novels The Valentine
Functional programming (8,697 words) [view diff] exact match in snippet view article find links to article
in Python 2.2, though Python 3 relegated "reduce" to the functools standard library module. First-class functions have been introduced into other mainstream
PicoLisp (600 words) [view diff] exact match in snippet view article find links to article
due to the fact there is no other native environment such as the C standard library); in principle, it works as its own operating system. In the summer
Modular design (2,700 words) [view diff] case mismatch in snippet view article find links to article
vulnerabilities. Python is a prominent example of modular design in action. Its Standard Library includes a wide range of built-in modules that extend the language’s
Locale (computer software) (915 words) [view diff] case mismatch in snippet view article
Description of multi-language support - Linux man page Apache C++ Standard Library Locale User's Guide Sort order charts for various operating system
GNU General Public License (15,741 words) [view diff] exact match in snippet view article find links to article
license would be strategically useful for two kinds of libraries: the C standard library and software libraries that handled the same tasks as existing proprietary
NumPy (2,623 words) [view diff] exact match in snippet view article find links to article
24 August 2006. There was a desire to get Numeric into the Python standard library, but Guido van Rossum decided that the code was not maintainable in
Simple DirectMedia Layer (2,649 words) [view diff] exact match in snippet view article find links to article
official libraries that provide some more functions. These comprise the "standard library", and are provided on the official website and included in the official
Dubrovsky (novel) (941 words) [view diff] case mismatch in snippet view article
addition of The Egyptian nights and Peter the Great's negro in Bohn's Standard Library, London, in 1896, 1911, 1916. Copy of 1896 edition in Library of Congress
Backdoor (computing) (4,456 words) [view diff] exact match in snippet view article
modifies the SysConst.pas file, which is the source code of a part of the standard library and compiles it. After that, every program compiled by that Delphi
Hybridization probe (1,011 words) [view diff] exact match in snippet view article find links to article
In such instances, 23S rRNA may be a better alternative. The global standard library of rRNA sequences is constantly becoming larger and continuously being
School library (2,088 words) [view diff] exact match in snippet view article find links to article
75-78). New York: H.W. Wilson. Charles C. Certain Committee. (1986). Standard library organization and equipment for secondary schools of different sizes
Index of standards articles (260 words) [view diff] exact match in snippet view article find links to article
Y Z Advanced Audio Coding Advanced Encryption Standard ANSI ANSI C standard library ASCII ASN.1 avoirdupois barcode BASIC programming language British
Shed Skin (620 words) [view diff] exact match in snippet view article find links to article
Besides the typing restriction, programs cannot freely use the Python standard library, although about 20 common modules, such as random, itertools and re
History of the Standard Template Library (788 words) [view diff] case mismatch in snippet view article find links to article
clauses 17 through 27). It also influenced other parts of the C++ Standard Library, such as the string facilities, and some of the previously adopted
Financial modeling (3,387 words) [view diff] exact match in snippet view article find links to article
slow; Python is increasingly used due to its simplicity, and large standard library / available applications, including QuantLib. Additionally, for many
Ctrie (1,953 words) [view diff] exact match in snippet view article find links to article
ScalaSTM, a software transactional memory library for the JVM. The Scala standard library (as of 2.13.x) includes a Ctries implementation since February 2012
Renjin (229 words) [view diff] exact match in snippet view article find links to article
GNU R had grown to rely heavily on dynamic linking and the best C standard library implementation available at the time for the MIPS architecture, Newlib
Poisson distribution (11,148 words) [view diff] exact match in snippet view article find links to article
Gamma function can be obtained using the lgamma function in the C standard library (C99 version) or R, the gammaln function in MATLAB or SciPy, or the
Tim Peters (software engineer) (584 words) [view diff] exact match in snippet view article
has also contributed the doctest and timeit modules to the Python standard library. Peters also wrote the Zen of Python, intended as a statement of Python's
Thread-local storage (2,188 words) [view diff] exact match in snippet view article find links to article
created in Rust using the thread_local! macro provided by the Rust standard library: use std::cell::RefCell; use std::thread; thread_local!(static FOO:
Comparison of programming languages (array) (1,523 words) [view diff] exact match in snippet view article
libraries. This language has improved array handling as part of its standard library ALGOL 68 arrays must be subscripted (and sliced) by type INT. However
Corpus Juris Canonici (2,367 words) [view diff] exact match in snippet view article find links to article
Reichel, Oswald J. (1896). A complete manual of canon law. Catholic standard library. Vol. 1. London: Hodges. OCLC 869655. Smith, Sebastian B. (1895) [1877]
Web2py (2,819 words) [view diff] exact match in snippet view article find links to article
web2py as well. The extensible pdb debugger is a module of Python's standard library. With the platform-independent open-source Winpdb debugger, one can
Polygamy (16,334 words) [view diff] case mismatch in snippet view article find links to article
"Chapter III: 1536–1545". The Life of Luther Written by Himself. Bohn's Standard Library. Translated by Hazlitt, William. London: George Bell and Sons. p. 251
Halo (religious iconography) (5,356 words) [view diff] exact match in snippet view article
newadvent.org. According to the 1967 New Catholic Encyclopedia, a standard library reference, in an article on Constantine the Great: "Besides, the Sol
JRuby (2,336 words) [view diff] exact match in snippet view article find links to article
UNIX-based platforms Ant support and Rake-Ant integration Updates to the standard library, RubyGems, and RSpec 1.6.0 March 15, 2011 Ruby 1.9.2 language and API
Ward, Lock & Co. (2,737 words) [view diff] case mismatch in snippet view article find links to article
Ones'" Library Moxon's Popular Poets The Pansy Series The People's Standard Library Popular Gift Series Prince Charming Colour Books for Children Prize
Optimized Systems Software (1,847 words) [view diff] exact match in snippet view article find links to article
Compiled Action! programs require the cartridge to be present, because standard library functions are on the cartridge. The separately available Action! Run-Time
Brown rat (9,652 words) [view diff] case mismatch in snippet view article find links to article
History. Dodd, Mead & Company. pp. 227 Cornish, Charles John. (1908) The Standard Library of Natural History. The University Society, Inc. Volume 1, Chapter
Roger North (biographer) (937 words) [view diff] case mismatch in snippet view article
his death, together with his own autobiography (edition in Bohn's Standard Library, 1890, by Augustus Jessopp), an authority for the period. His comments
Type signature (1,287 words) [view diff] exact match in snippet view article find links to article
Manipulation of these parameters can be done by using the routines in the standard library header <stdarg.h>. In C++, the return type can also follow the parameter
TR1 (177 words) [view diff] case mismatch in snippet view article find links to article
C++ Technical Report 1, a document proposing additions to the C++ Standard Library Regency TR-1, an early transistor radio model Triumph 20TS, an unsuccessful
Java Authentication and Authorization Service (965 words) [view diff] exact match in snippet view article find links to article
UnixLoginModule required debug=true; } For the application developer, JAAS is a standard library that provides: a representation of identity (Principal) and a set of
BCL (308 words) [view diff] exact match in snippet view article find links to article
Massachusetts, United States Base Class Library, a computer programming standard library which forms a fundamental part of the Standard Libraries of the Common
Fast inverse square root (4,648 words) [view diff] exact match in snippet view article find links to article
iteration of Newton's method), for inputs starting at 0.01, where the standard library gives 10.0 as a result, and InvSqrt() gives 9.982522, making the relative
Yield (multithreading) (190 words) [view diff] exact match in snippet view article
abstractions for thread objects. yield in Kotlin sched_yield() in the C standard library, which causes the calling thread to relinquish the CPU. Coroutines
Napier88 (436 words) [view diff] case mismatch in snippet view article find links to article
QI; Dearle, A; Dunstan, VS; Morrison, R; Munro, DS (1996), Napier88 Standard Library Reference Manual (Release 2.2.1) (PDF) (report), University of St Andrews
Year 2000 problem (12,889 words) [view diff] exact match in snippet view article find links to article
maintain backward compatibility. In the C programming language, the standard library function to extract the year from a timestamp returns the year minus
Describing Archives: A Content Standard (1,273 words) [view diff] no match in snippet view article find links to article
and RDA: Insights and Questions from the New Archival Descriptive Standard. Library Resources & Technical Services, 51(2), 98-105 Society of American
Lewis Cass (4,140 words) [view diff] exact match in snippet view article find links to article
Lewis Cass Houghton, Mifflin, Boston, pp. 345–346, OCLC 4377268, (standard library edition, first edition was published in 1891) Whittelsey, Charles Barney
Paul Phillips (poker player) (613 words) [view diff] exact match in snippet view article
Dot-com. Phillips subsequently started working on the Scala compiler and standard library. He is co-founder of Akka.io (then known as Typesafe, later known as
NaN (3,859 words) [view diff] no match in snippet view article find links to article
are: For the C and C++ languages, the sign bit is always shown by the standard-library functions (e.g. -nan) when present. There is no standard display of
Smoothsort (2,486 words) [view diff] exact match in snippet view article find links to article
August 2017). "src/stdlib/qsort.c". musl - an implementation of the standard library for Linux-based systems. Retrieved 2021-01-26. Commented transcription
Channel (programming) (779 words) [view diff] no match in snippet view article
iterators can be constructed directly from channels. List of non-standard, library-based implementations of channels For Scala: CSO -- Communicating
Automatic Reference Counting (1,403 words) [view diff] exact match in snippet view article find links to article
of value types instead of reference types. Most types in the Swift standard library are value types and they are copied by value, whereas classes and closures
Scheme (programming language) (8,139 words) [view diff] exact match in snippet view article
report, but specifies them as R5RS compatibility procedures in the standard library (rnrs r5rs (6)). In the R5RS standard, Scheme implementations are not
Stack trace (1,055 words) [view diff] exact match in snippet view article find links to article
stack trace via system calls. Before std::stacktrace was added in standard library as a container for std::stacktrace_entry, pre-C++23 has no built-in
Why the lucky stiff (1,400 words) [view diff] case mismatch in snippet view article find links to article
Novice to Professional. Apress. 2007. p. 443. ISBN 978-1-59059-766-8. Standard Library documentation for Syck[dead link] Schuster, Werner (Sep 19, 2007).
Google Developers (1,312 words) [view diff] exact match in snippet view article find links to article
environment, which includes a fast Python interpreter and the Python standard library. Google Plugin for Eclipse (GPE) is a set of software development tools
C0 and C1 control codes (3,041 words) [view diff] case mismatch in snippet view article find links to article
system. GNU Project. "Built-in Types § str.splitlines". The Python Standard Library. Python Software Foundation. ISO/TC 97/SC 2 (1975). The set of control
List of newspapers in Washington, D.C. (1,181 words) [view diff] no match in snippet view article find links to article
and Stripes". Stripes.com. Retrieved February 14, 2020. "Catholic Standard". Library of Congress. Retrieved February 15, 2020. "About County news. [volume]
Hollinger box (180 words) [view diff] exact match in snippet view article find links to article
The boxes are designed for long-term storage, and typically rest on standard library shelving. The Society of American Archivists defines it as a "container
Manual memory management (1,392 words) [view diff] exact match in snippet view article find links to article
otherwise-manual framework, use of the shared_ptr template in the language's standard library to perform memory management is a common paradigm. shared_ptr is not
Immutable object (3,832 words) [view diff] exact match in snippet view article find links to article
superclass super().__setattr__("x", x) super().__setattr__("y", y) The standard library helpers collections.namedtuple and typing.NamedTuple, available from
Immutable object (3,832 words) [view diff] exact match in snippet view article find links to article
superclass super().__setattr__("x", x) super().__setattr__("y", y) The standard library helpers collections.namedtuple and typing.NamedTuple, available from
Poynings' Law (on certification of acts) (2,027 words) [view diff] case mismatch in snippet view article
Bartlett & Hayton 1979, p. 21. McGrath 2000, p. 96. "Parliament". The Standard Library Cyclopaedia of Political, Constitutional, Statistical and Forensic
Gamma function (13,546 words) [view diff] exact match in snippet view article find links to article
GNU Scientific Library. The gamma function was also added to the C standard library (math.h). Arbitrary-precision implementations are available in most
Bibliographic record (959 words) [view diff] exact match in snippet view article find links to article
resources using a number of different entities and relationships, unlike standard library records, which aggregate many types of information into a single independently
Caddy (web server) (1,167 words) [view diff] exact match in snippet view article
basis of Caddy's HTTP features use the implementation found in Go's standard library, a variety enhancements and customizations are available as middleware
One-instruction set computer (3,761 words) [view diff] exact match in snippet view article find links to article
calculations, branching, pointers, and calling functions with the help of its standard library. A bit copying machine, called BitBitJump, copies one bit in memory
Ur (programming language) (1,189 words) [view diff] exact match in snippet view article
metaprogramming based on row data types. Ur/Web is Ur plus a special standard library and associated rules for parsing and optimizing. Ur/Web supports construction
Lucy Hutchinson (1,210 words) [view diff] case mismatch in snippet view article find links to article
his Contemporaries, and a Summary Review of Public Affairs, Bohn's Standard Library, Edition 5, H. G. Bohn., 1846 A Chronology of Lucy Hutchinson's Writings
Synergy DBL (879 words) [view diff] exact match in snippet view article find links to article
and procedure) and uses a rigid hierarchy. The language includes a standard library consisting of 240 built-in subroutines and functions, 10 built-in classes
Charles Kegan Paul (1,808 words) [view diff] exact match in snippet view article find links to article
Blaise Pascal: Translated from the text of M. Auguste Molinier. Bohn's standard library. New York: Thomas Whittaker. 1888. hdl:2027/uiuo.ark:/13960/t0rr9b689
BASICODE (2,531 words) [view diff] case mismatch in snippet view article find links to article
--stopbits 3 -f basicode.wav >basicode.txt Hardware abstraction Kansas City standard Library (computing) Virtual machine Weet ik! October 1991, ‘Basiscode-3’ by
Magic (programming) (804 words) [view diff] exact match in snippet view article
behaviour to a user-created copy at another address. Consequently, the standard library routines accept pointers to file handles, of type FILE *, instead.
Boyer–Moore string-search algorithm (2,824 words) [view diff] case mismatch in snippet view article find links to article
exist in different programming languages. In C++ it is part of the Standard Library since C++17 and Boost provides the generic Boyer–Moore search implementation
Brian Deer Classification System (1,254 words) [view diff] exact match in snippet view article find links to article
the Assembly of First Nations) from 1974 to 1976. Instead of using a standard library classification scheme, such as that of the Library of Congress, he
Return-oriented programming (3,838 words) [view diff] exact match in snippet view article find links to article
return-oriented programming against a target application linked with the C standard library and containing an exploitable buffer overrun vulnerability. A return-oriented
The Nut Farm (261 words) [view diff] exact match in snippet view article find links to article
Times. 8 April 1935. The nut farm: A comedy in three acts. French's standard library edition. S. French, incorporated; S. French, ltd. 1930. The Nut Farm
Tango (disambiguation) (730 words) [view diff] exact match in snippet view article
authored by Google Tango (D library), an alternative to the Phobos standard library TANGO, a CORBA+ZMQ based control system Tango Desktop Project Tango
Cython (1,796 words) [view diff] exact match in snippet view article find links to article
time, but modules have a dependency on the Python interpreter and standard library. Although most of the code is C-based, a small stub loader written
Inline expansion (3,399 words) [view diff] exact match in snippet view article find links to article
Reference". doc.rust-lang.org. Retrieved 2025-05-01. "When to #[inline] - Standard library developers Guide". std-dev-guide.rust-lang.org. Retrieved 2025-05-01
List comprehension (2,670 words) [view diff] exact match in snippet view article find links to article
.5] | y <- [3..5]] -- [(1,3),(2,4),(3,5)] Racket's comprehensions standard library contains parallel and nested versions of its comprehensions, distinguished
INI file (3,081 words) [view diff] case mismatch in snippet view article find links to article
iniparser, libconfini and java.util.Properties Fredrik Lundh. "Python Standard Library". 2001. Section "The ConfigParser Module". p. 143 "ConfigParser - Configuration
Western Libraries (3,717 words) [view diff] exact match in snippet view article find links to article
libraries such as accounting, personnel, and systems support. Along with standard library services such as collections, reference, and circulation, it also delivered
List of unit testing frameworks (6,806 words) [view diff] exact match in snippet view article find links to article
has been included in Python standard library from Python version 2.1. Doctest No No No No No Part of Python's standard library. Nose Yes Yes Yes A discovery-based
Wing IDE (1,535 words) [view diff] exact match in snippet view article find links to article
flake8, and Ruff integrations Module browser Source Assistant includes standard library documentation links Find all points of use of a symbol, filtering out
Polygyny (13,246 words) [view diff] case mismatch in snippet view article find links to article
"Chapter III: 1536–1545". The Life of Luther Written by Himself. Bohn's Standard Library. Translated by Hazlitt, William. London: George Bell and Sons. p. 251
Java 2D (1,041 words) [view diff] exact match in snippet view article find links to article
package for the Java Abstract Window Toolkit. java.awt.geom The Java standard library of two dimensional geometric shapes such as lines, ellipses, and quadrilaterals
Roland Institute of Technology (663 words) [view diff] case mismatch in snippet view article find links to article
technical seminars. Fully Automated Central Library with Digitalized and Standard Library Scheme Installed "Mandatory disclosure" (PDF). Roland Institute of
Seekg (507 words) [view diff] exact match in snippet view article find links to article
language, seekg is a function in the fstream library (part of the standard library) that allows you to seek to an arbitrary position in a file. This function
Characters per line (789 words) [view diff] exact match in snippet view article find links to article
Ada 95 Quality and Style Guide agda/agda-stdlib: Style guide for the standard library PEP 8 Style Guide for Python Code Style Guide for Python Code Google
Crowdsourcing (17,962 words) [view diff] exact match in snippet view article find links to article
diagnoses with those from minimally trained individuals, creating a gold standard library. The objective was to swiftly teach people to achieve great diagnosis
MicroPython (2,451 words) [view diff] exact match in snippet view article find links to article
3.8 (assignment expressions) and 3.9. It includes a subset of the standard library. MicroPython has more limited hardware support in the microcontroller
MurmurHash (1,413 words) [view diff] exact match in snippet view article find links to article
source code on Github". clojure.org. Retrieved 11 March 2014. "Scala standard library implementation". GitHub. 26 September 2014. Murmur3, part of Guava
Base36 (425 words) [view diff] exact match in snippet view article find links to article
integer maximum value of "2147483647" is "ZIK0ZJ" in base-36. The C standard library since C89 supports base36 numbers via the strtol and strtoul functions
Merge algorithm (2,082 words) [view diff] exact match in snippet view article find links to article
policies, namely sequential, parallel, and parallel-unsequenced. Python's standard library (since 2.6) also has a merge function in the heapq module, that takes
Partial sorting (952 words) [view diff] exact match in snippet view article find links to article
std::partial_sort. The Python standard library includes functions nlargest and nsmallest in its heapq module. The Julia standard library includes a PartialQuickSort
Influence of Italian humanism on Chaucer (2,154 words) [view diff] case mismatch in snippet view article find links to article
with Portrait of Chaucer. 4 vols (1910). "Books on Chaucer". Bohris Standard Library. Retrieved 1 March 2010 – via Internet Archive.{{cite web}}: CS1 maint:
Tail call (4,343 words) [view diff] case mismatch in snippet view article find links to article
"Ruby Tail Call Optimisation". "Rust FAQ". prev.rust-lang.org. "Scala Standard Library 2.13.0 - scala.annotation.tailrec". www.scala-lang.org. Retrieved 2019-06-20
Integer square root (3,195 words) [view diff] case mismatch in snippet view article find links to article
"Mathematical functions". PHP Documentation. "Mathematical functions". Python Standard Library documentation. "4.3.2 Generic Numerics". Racket Documentation. "class
Van Wijngaarden grammar (2,900 words) [view diff] no match in snippet view article find links to article
clause train program : strong void new closed clause A) EXTERNAL :: standard ; library ; system ; particular. B) STOP :: label letter s letter t letter o
List of C-family programming languages (505 words) [view diff] exact match in snippet view article find links to article
dynamic language based heavily on Smalltalk. A loosely defined de facto standard library by the original developers has now largely been displaced by OpenStep
Expect (1,469 words) [view diff] exact match in snippet view article find links to article
logs. RExpect — a drop in replacement for the expect.rb module in the standard library. Expect4r — Interact with Cisco IOS, IOS-XR, and Juniper JUNOS CLI
List of numerical libraries (2,794 words) [view diff] exact match in snippet view article find links to article
OCaml programming language has support for array programming in the standard library, also with an specific module named bigarrays for multi-dimensional
Entropy-supplying system calls (653 words) [view diff] exact match in snippet view article find links to article
difficulty of using randomness pseudo-devices often leads developers to use standard library functions instead. Some of these, such as the C programming language's
Saturation arithmetic (1,064 words) [view diff] case mismatch in snippet view article find links to article
Support for saturation arithmetic is included as part of the C++26 Standard Library. This helps programmers anticipate and understand the effects of overflow
Multitier programming (2,772 words) [view diff] exact match in snippet view article find links to article
between a running server and a running client instance through its standard library. The client connects to the WebSocket server through the standard HTML5
Generator (computer programming) (3,261 words) [view diff] exact match in snippet view article
used to implement generators. C++23 introduced std::generator in the standard library, making it much easier to implement generators. For example, a basic
Automata-based programming (3,063 words) [view diff] exact match in snippet view article find links to article
the article, the input/output getchar and putchar functions from the standard library of C are being used. The state design pattern is a way for an object
AES implementations (1,295 words) [view diff] exact match in snippet view article find links to article
of various other cryptographic algorithms The crypto/aes package in standard library Java Cryptography Extension, integrated in the Java Runtime Environment
Zelig Pliskin (417 words) [view diff] case mismatch in snippet view article find links to article
Hashem For Jewish Babies!". The Jewish Press. Retrieved 31 May 2024. "Standard Library Project: Judaism" (PDF). New York Times. Retrieved 30 May 2024. "About
Lincolnshire Standard (158 words) [view diff] no match in snippet view article find links to article
1978-79. Springer. pp. 409–. ISBN 978-1-349-81511-1. "Lincolnshire Standard". Library of Congress. Retrieved 20 July 2019. William White (1882). History
Default constructor (858 words) [view diff] exact match in snippet view article find links to article
list, the default constructor for the field's class is called. In the standard library, certain containers "fill in" values using the default constructor
F (programming language) (750 words) [view diff] exact match in snippet view article
supports most of the functions and subroutines found in the Fortran 95 standard library. All functions in F are external by default and require a result clause
Seeley, Service (1,295 words) [view diff] case mismatch in snippet view article find links to article
Seeley's Illustrated Pocket Library Seeley Service War Fiction series The Standard Library Studies in Modern Music Sunday Echoes in Weekday Hours Things Seen
Weak symbol (1,581 words) [view diff] exact match in snippet view article find links to article
symbol of the same name. This behavior allows an executable to override standard library functions, such as malloc(3). When linking a binary executable, a weakly
Trusted computing base (1,629 words) [view diff] exact match in snippet view article find links to article
such as Java and E, the TCB is formed of the language runtime and standard library. As a consequence of the above Orange Book definition, the boundaries
Edison Design Group (329 words) [view diff] exact match in snippet view article find links to article
include John Spicer and Daveed Vandevoorde. Dinkumware, supplier of the standard library for several commercial C/C++ compilers "Company Background". Edison
Loop unrolling (3,380 words) [view diff] exact match in snippet view article find links to article
increase in program size (that might be included just once, as part of a standard library). Assembly language programmers (including optimizing compiler writers)
Extended precision (4,255 words) [view diff] exact match in snippet view article find links to article
system provides the 80-bit extflonum datatype on x86 systems. The Swift standard library provides the Float80 datatype. The PowerBASIC BASIC compiler provides
Choctaw Rocket (611 words) [view diff] case mismatch in snippet view article find links to article
(PDF). February 1938. Randall, W. David. (1990). Official Pullman Standard Library, Vol. 8 - Rock Island. Duke, Donald. (1990). RDC, The Budd Rail Diesel
Brent's method (2,495 words) [view diff] case mismatch in snippet view article find links to article
implements the algorithm in Python (programming language) The Modelica Standard Library implements the algorithm in Modelica. The uniroot function implements
Cholesky decomposition (8,417 words) [view diff] exact match in snippet view article find links to article
decomposition. In Julia, the cholesky function from the LinearAlgebra standard library gives the Cholesky decomposition. In Mathematica, the function
Alexander Keith Johnston (1804–1871) (1,318 words) [view diff] exact match in snippet view article
sold more copies, being half the price, the Royal Altlas became the standard library atlas throughout the British Empire. In 1867, Johnston produced a new
Crypt (C) (3,042 words) [view diff] exact match in snippet view article
org. "crypt_r.c\crypt\src - musl - musl - an implementation of the standard library for Linux-based systems". git.musl-libc.org. "How Mac OS X Implements
Selection algorithm (5,755 words) [view diff] exact match in snippet view article find links to article
nth_element method with a guarantee of expected linear time. Python's standard library includes heapq.nsmallest and heapq.nlargest functions for returning
Reactive Streams (906 words) [view diff] exact match in snippet view article find links to article
developed with the intent of future inclusion in the official Java standard library, if proven successful and adopted by enough libraries and vendors.
Eliza Foster (853 words) [view diff] case mismatch in snippet view article find links to article
Foster") Leopold von Ranke’s History of the Popes for H. G. Bohn’s Standard Library (3 vols; 1847–48), in the preface of which she noted how the ‘noble
Stack buffer overflow (2,658 words) [view diff] exact match in snippet view article find links to article
with a proper call stack so that execution is vectored to a chain of standard library calls, usually with the effect of disabling memory execute protections
Three-way comparison (1,277 words) [view diff] exact match in snippet view article find links to article
Kotlin compareTo functions compute the same thing. In the Haskell standard library, the three-way comparison function compare is defined for all types
Space Rangers (video game) (717 words) [view diff] exact match in snippet view article
deteriorates much quicker than other races'. The race is named after the C standard library function malloc. Peleng The four handed Pelengs are usually very artful
List of random number generators (1,492 words) [view diff] case mismatch in snippet view article find links to article
RAND function in Excel". 17 April 2018. "Documentation » The Python Standard Library » 9. Numeric and Mathematical Modules » 9.6. random — Generate pseudo-random
Thomas Ashe (poet) (424 words) [view diff] case mismatch in snippet view article
of poets in 1885. Three volumes of prose were published in Bohn's 'Standard Library'; Lecture and Notes on Shakspere in 1883', Table Talk and Omniana in
Frederick E. Smith (486 words) [view diff] exact match in snippet view article find links to article
Holland, Frederick E Smith obituary, The Guardian, 27 May 2012 Some standard library sources, including VIAF, formerly gave his year of birth as 1922. However
SimulationX (905 words) [view diff] case mismatch in snippet view article find links to article
individually created, realistic (sub-)models. Models of the Modelica Standard Library or the ones purely based on the Modelica language definition can be
Persistent data structure (6,201 words) [view diff] exact match in snippet view article find links to article
data structure invalid would violate referential transparency. In its standard library Haskell has efficient persistent implementations for linked lists,
List of Python software (3,592 words) [view diff] exact match in snippet view article find links to article
projects by enhancing the Python distutils (distribution utilities) standard library. Sphinx – which converts reStructuredText files into HTML websites