Technology, Science and Universe
Results for {phrase} ({results_count} of {results_count_total})
Displaying {results_count} results of {results_count_total}
r
- Rusty Description: The term 'Rusty' refers to a state in which code written in the Rust programming language is considered outdated or not following(...) Read more
- Routines Description: Routines, also known as functions or methods, are blocks of code defined to perform specific tasks in programming across various(...) Read more
- Rustlings Description: Rustlings is a set of small exercises designed to help programmers familiarize themselves with the Rust programming language. This(...) Read more
- Rebase Description: Rebase is a technique in version control that allows moving or combining a series of commits in a repository. Unlike merging, which(...) Read more
- Raw Value Description: A raw value in Swift is a value that can be directly assigned to an enumeration case. This concept allows enumerations in Swift to(...) Read more
- Range Operator Description: Range operators in Swift are fundamental tools that allow for the straightforward and efficient definition of value intervals.(...) Read more
- Receiver Parameter Description: A receiver parameter in Kotlin is a fundamental concept used in extension functions to specify the type of the receiver. This(...) Read more
- Reified Description: Reified is a keyword in Kotlin that allows access to type parameters at runtime. This feature is fundamental in generic(...) Read more
- Receiver Type Description: The receiver type in Kotlin refers to the type of the object on which an extension function is invoked. In Kotlin, extension(...) Read more
- Range Expression Description: A range expression in Kotlin defines a range of values using the '..' operator. This operator allows creating a range that includes(...) Read more
- Require_once Description: The require_once statement in PHP is an instruction that allows including a file in a script, ensuring that the file is loaded only(...) Read more
- Return by reference Description: Return by reference in PHP is a feature that allows functions to return a reference to a variable instead of a copy of its value.(...) Read more
- Ruby on Rails Description: Ruby on Rails is a server-side web application framework written in Ruby under the MIT License. This framework stands out for its(...) Read more
- RSpec Description: RSpec is a testing tool for Ruby, specifically designed for behavior-driven development (BDD). Its focus is on specifying the(...) Read more
- RubyGems Description: RubyGems is a community-hosted gem service for the Ruby programming language, providing a standard format for distributing Ruby(...) Read more