Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for String operations 52 found (76 total)

alternate case: string operations

Browser speed test (994 words) [view diff] exact match in snippet view article find links to article

Typical test tasks are rendering and animation, DOM transformations, string operations, mathematical calculations, sorting algorithms, graphic performance
DG/L (1,003 words) [view diff] no match in snippet view article find links to article
DG/L is a programming language developed by Data General Corporation for the Nova, Eclipse, and Eclipse/MV families of minicomputers in the 1970s and early
X86 memory segmentation (3,302 words) [view diff] exact match in snippet view article find links to article
stack segment. The extra segment is the mandatory destination for string operations (for example MOVS or CMPS); for this one purpose only, the automatically
SSE4 (1,591 words) [view diff] exact match in snippet view article find links to article
packs noticeable increases in performance. SSE4.2 introduced new SIMD string operations, including an instruction to compare two string fragments of up to
Icon (programming language) (5,956 words) [view diff] exact match in snippet view article
primary area of use of Icon is managing strings and textual patterns. String operations often fail, for instance, finding "the" in "world". In most languages
Lodash (226 words) [view diff] exact match in snippet view article find links to article
changing the pointer. String: conversion functions for performing basic string operations, such as trimming, converting to uppercase, camel case, etc. Array:
Concatenation (1,007 words) [view diff] exact match in snippet view article find links to article
functions Conditional expressions Arrays Associative arrays Scope String operations String functions Higher-order functions Filter Fold Map Type systems
Empty string (687 words) [view diff] exact match in snippet view article find links to article
string. The empty string is a legitimate string, upon which most string operations should work. Some languages treat some or all of the following in
TOPS-20 (1,144 words) [view diff] exact match in snippet view article find links to article
control: DO While/Until, CASE/SELECT, IF-THEN-ELSE, GOTO character string operations (length, substring, concatenation) access to system information (date/time
C POSIX library (181 words) [view diff] case mismatch in snippet view article find links to article
definitions, see C standard library Issue 3 ANSI (89) <string.h> Several String Operations, see C string handling Issue 1 ANSI (89) <strings.h> Case-insensitive
Laravel (1,810 words) [view diff] case mismatch in snippet view article find links to article
Laravel Sanctum, Custom Eloquent Casts, Blade Component Tags, Fluent String Operations and Route Model Binding Improvements. Laravel 8 was released on September
Dhrystone (1,017 words) [view diff] exact match in snippet view article find links to article
publication in 1984. More subtle is the slight over-representation of string operations, which is largely language-related: both Ada and Pascal have strings
Comparison of programming languages (strings) (388 words) [view diff] exact match in snippet view article
functions Conditional expressions Arrays Associative arrays Scope String operations String functions Higher-order functions Filter Fold Map Type systems
Outline of computer programming (981 words) [view diff] exact match in snippet view article find links to article
Conditional expressions Functional instructions Arrays Associative arrays String operations String functions List comprehension Object-oriented programming Object-oriented
X86 (10,776 words) [view diff] exact match in snippet view article find links to article
stack frame. SI/ESI/RSI: Source index for string operations. DI/EDI/RDI: Destination index for string operations. IP/EIP/RIP: Instruction pointer. Holds
Color BASIC (2,106 words) [view diff] exact match in snippet view article find links to article
provides several operators for both mathematic and, to a lesser extent, string operations. + can be used to concatenate strings or for mathematical addition
GRASS (programming language) (2,174 words) [view diff] exact match in snippet view article
string in memory and can be manipulated at runtime with standard string operations. Most BASIC interpreters of the era converted the input text into
Ruby (programming language) (5,459 words) [view diff] exact match in snippet view article
frozen by default with a consequently large performance increase in string operations. Hash comparison to allow direct checking of key/value pairs instead
Comparison of programming languages (1,508 words) [view diff] exact match in snippet view article find links to article
functions Conditional expressions Arrays Associative arrays Scope String operations String functions Higher-order functions Filter Fold Map Type systems
Compiler (8,020 words) [view diff] exact match in snippet view article find links to article
programs to construct arbitrary source code at runtime with regular string operations, and then execute that code by passing it to a special evaluation
Comparison of Visual Basic and Visual Basic .NET (1,045 words) [view diff] exact match in snippet view article find links to article
functions Conditional expressions Arrays Associative arrays Scope String operations String functions Higher-order functions Filter Fold Map Type systems
Comparison of Pascal and C (6,136 words) [view diff] exact match in snippet view article find links to article
for variable-length arrays, and so any set of routines to perform string operations is dependent on a particular string size. The now standardized Pascal
OMeta (2,284 words) [view diff] exact match in snippet view article find links to article
"semantic action code which creates the AST objects or performs limited string operations". OMeta's lack of "context-free syntax" allows it to be used in both
Comparison of Pascal and Delphi (1,050 words) [view diff] exact match in snippet view article find links to article
functions Conditional expressions Arrays Associative arrays Scope String operations String functions Higher-order functions Filter Fold Map Type systems
Linearizability (3,291 words) [view diff] exact match in snippet view article find links to article
atomic with respect to memory. These include multiple-word stores and string operations. Should a high priority interrupt occur when a portion of the store
Comparison of server-side web frameworks (1,213 words) [view diff] exact match in snippet view article find links to article
functions Conditional expressions Arrays Associative arrays Scope String operations String functions Higher-order functions Filter Fold Map Type systems
Oberon (programming language) (2,400 words) [view diff] exact match in snippet view article
keywords Type-extension with type test Modules and separate compiling String operations Isolating unsafe code Support for system programming Oberon supports
Comparison of programming languages (list comprehension) (1,259 words) [view diff] exact match in snippet view article
functions Conditional expressions Arrays Associative arrays Scope String operations String functions Higher-order functions Filter Fold Map Type systems
Compatibility of C and C++ (3,140 words) [view diff] exact match in snippet view article find links to article
functions Conditional expressions Arrays Associative arrays Scope String operations String functions Higher-order functions Filter Fold Map Type systems
Comparison of programming languages by type system (373 words) [view diff] exact match in snippet view article find links to article
functions Conditional expressions Arrays Associative arrays Scope String operations String functions Higher-order functions Filter Fold Map Type systems
D (programming language) (6,232 words) [view diff] exact match in snippet view article
compile-time function execution, allow for the generation of D code using string operations at compile time. This can be used to parse domain-specific languages
Constructor (object-oriented programming) (4,257 words) [view diff] exact match in snippet view article
functions Conditional expressions Arrays Associative arrays Scope String operations String functions Higher-order functions Filter Fold Map Type systems
Intel 8086 (5,303 words) [view diff] exact match in snippet view article find links to article
2023). "The microcode and hardware in the 8086 processor that perform string operations". — (April 2023). "Reverse-engineering the division microcode in the
NEC V60 (8,358 words) [view diff] exact match in snippet view article find links to article
signals. The V80 added parity signals to its data and address buses. String operations were implemented in microcode in the V60/V70; but these were aided
Comparison of programming languages (syntax) (2,829 words) [view diff] exact match in snippet view article
functions Conditional expressions Arrays Associative arrays Scope String operations String functions Higher-order functions Filter Fold Map Type systems
Buffer overflow protection (2,836 words) [view diff] exact match in snippet view article find links to article
observation that most buffer overflow attacks are based on certain string operations which end at string terminators. The reaction to this observation
Comparison of programming languages (array) (1,523 words) [view diff] exact match in snippet view article
functions Conditional expressions Arrays Associative arrays Scope String operations String functions Higher-order functions Filter Fold Map Type systems
PL/I (12,032 words) [view diff] exact match in snippet view article find links to article
valuable. Fourth, features such as structured programming, character string operations, and object orientation were added to COBOL and Fortran, which further
Comparison of C Sharp and Visual Basic .NET (3,949 words) [view diff] exact match in snippet view article find links to article
functions Conditional expressions Arrays Associative arrays Scope String operations String functions Higher-order functions Filter Fold Map Type systems
Tandem Computers (5,798 words) [view diff] exact match in snippet view article find links to article
and 64-bit operands via multiple ALU cycles, and memory-to-memory string operations. Both used "big-endian" addressing of long versus short memory operands
Python syntax and semantics (6,785 words) [view diff] exact match in snippet view article find links to article
complex numbers, and decimal numbers. Python supports a wide variety of string operations. Strings in Python are immutable, so a string operation such as a
Whetstone (benchmark) (2,486 words) [view diff] exact match in snippet view article
floating-point arithmetic performance. A similar benchmark for integer and string operations is the Dhrystone. Dhrystone FLOPS Gibson Mix LINPACK benchmarks Million
Comparison of programming languages (algebraic data type) (2,074 words) [view diff] exact match in snippet view article
functions Conditional expressions Arrays Associative arrays Scope String operations String functions Higher-order functions Filter Fold Map Type systems
Comparison of Java and C++ (6,103 words) [view diff] exact match in snippet view article find links to article
functions Conditional expressions Arrays Associative arrays Scope String operations String functions Higher-order functions Filter Fold Map Type systems
EarSketch (1,546 words) [view diff] exact match in snippet view article find links to article
concepts (tempo and pitch, effects...), Unit 2 focuses on loops, string operations, musical form and beat, Unit 3 introduces conditionals, data structures
V850 (13,145 words) [view diff] exact match in snippet view article find links to article
for some instructions, such as floating-point arithmetic and bit string operations, while the V850 uses a one-hundred-percent hardwired control method
Comparison of C Sharp and Java (13,904 words) [view diff] exact match in snippet view article find links to article
functions Conditional expressions Arrays Associative arrays Scope String operations String functions Higher-order functions Filter Fold Map Type systems
Object REXX (6,469 words) [view diff] exact match in snippet view article find links to article
common tasks. The MutableBuffer class enables greater efficiency in string operations such as concatenation, as no new object needs to be assigned. The
Comparison of programming languages (object-oriented programming) (1,730 words) [view diff] exact match in snippet view article
functions Conditional expressions Arrays Associative arrays Scope String operations String functions Higher-order functions Filter Fold Map Type systems
Comparison of programming languages (basic instructions) (2,287 words) [view diff] exact match in snippet view article
functions Conditional expressions Arrays Associative arrays Scope String operations String functions Higher-order functions Filter Fold Map Type systems
Comparison of programming languages (associative array) (10,793 words) [view diff] exact match in snippet view article
functions Conditional expressions Arrays Associative arrays Scope String operations String functions Higher-order functions Filter Fold Map Type systems
Intel microcode (5,167 words) [view diff] exact match in snippet view article find links to article
Michael A. & Glew, Andrew F. et al., "Apparatus and method for handling string operations in a pipelined processor", published 1995-04-04, assigned to Intel