text
stringlengths
128
100k
source
stringlengths
31
152
This is a list of television programs current broadcasts and former broadcasts by Indian television channel Gemini TV. == Former broadcasts == === Other serials === Aanandam Nandini Chandrakumari Ganga Yamuna Saraswati Krishnadasi Maya Vani Rani Naagini Aladdin == Reality shows == == References ==
https://en.wikipedia.org/wiki/List_of_programmes_broadcast_by_Gemini_TV
In computing, a parallel programming model is an abstraction of parallel computer architecture, with which it is convenient to express algorithms and their composition in programs. The value of a programming model can be judged on its generality: how well a range of different problems can be expressed for a variety of ...
https://en.wikipedia.org/wiki/Parallel_programming_model
Design by contract (DbC), also known as contract programming, programming by contract and design-by-contract programming, is an approach for designing software. It prescribes that software designers should define formal, precise and verifiable interface specifications for software components, which extend the ordinary ...
https://en.wikipedia.org/wiki/Design_by_contract
A domain-specific language (DSL) is a computer language specialized to a particular application domain. This is in contrast to a general-purpose language (GPL), which is broadly applicable across domains. There are a wide variety of DSLs, ranging from widely used languages for common domains, such as HTML for web pages...
https://en.wikipedia.org/wiki/Domain-specific_language
In computer science, a rule-based system is a computer system in which domain-specific knowledge is represented in the form of rules and general-purpose reasoning is used to solve problems in the domain. Two different kinds of rule-based systems emerged within the field of artificial intelligence in the 1970s: Produ...
https://en.wikipedia.org/wiki/Rule-based_system
An educational programming language (EPL) is a programming language used primarily as a learning tool, and a starting point before transitioning to more complex programming languages. == Types of educational programming languages == === Assembly languages === Initially, machine code was the sole method of programmi...
https://en.wikipedia.org/wiki/List_of_educational_programming_languages
Programming style, also known as coding style, refers to the conventions and patterns used in writing source code, resulting in a consistent and readable codebase. These conventions often encompass aspects such as indentation, naming conventions, capitalization, and comments. Consistent programming style is generally c...
https://en.wikipedia.org/wiki/Programming_style
The term programming domain is mostly used when referring to domain-specific programming languages. It refers to a set of programming languages or programming environments that were written specifically for a particular domain, where domain means a broad subject for end users such as accounting or finance, or a catego...
https://en.wikipedia.org/wiki/Programming_domain
In computer programming, a trait is a language concept that represents a set of methods that can be used to extend the functionality of a class. == Rationale == In object-oriented programming, behavior is sometimes shared between classes which are not related to each other. For example, many unrelated classes may hav...
https://en.wikipedia.org/wiki/Trait_(computer_programming)
SIGNAL is a programming language based on synchronized dataflow (flows + synchronization): a process is a set of equations on elementary flows describing both data and control. The SIGNAL formal model provides the capability to describe systems with several clocks (polychronous systems) as relational specifications. Re...
https://en.wikipedia.org/wiki/SIGNAL_(programming_language)
In computer programming, a macro (short for "macro instruction"; from Greek μακρο- 'long, large') is a rule or pattern that specifies how a certain input should be mapped to a replacement output. Applying a macro to an input is known as macro expansion. The input and output may be a sequence of lexical tokens or char...
https://en.wikipedia.org/wiki/Macro_(computer_science)
In computer science, purely functional programming usually designates a programming paradigm—a style of building the structure and elements of computer programs—that treats all computation as the evaluation of mathematical functions. Program state and mutable objects are usually modeled with temporal logic, as explicit...
https://en.wikipedia.org/wiki/Purely_functional_programming
In computer science, a pointer is an object in many programming languages that stores a memory address. This can be that of another value located in computer memory, or in some cases, that of memory-mapped computer hardware. A pointer references a location in memory, and obtaining the value stored at that location is k...
https://en.wikipedia.org/wiki/Pointer_(computer_programming)
Tombstones are a mechanism to detect dangling pointers and mitigate the problems they can cause in computer programs. Dangling pointers can appear in certain computer programming languages, e.g. C, C++ and assembly languages. A tombstone is a structure that acts as an intermediary between a pointer and its target, ofte...
https://en.wikipedia.org/wiki/Tombstone_(programming)
The Phoenix Program (Vietnamese: Chiến dịch Phụng Hoàng) was designed and initially coordinated by the United States Central Intelligence Agency (CIA) during the Vietnam War, involving the American, South Vietnamese militaries, and a small amount of special forces operatives from the Australian Army Training Team Vietn...
https://en.wikipedia.org/wiki/Phoenix_Program
This is a list of functional programming topics. == Foundational concepts == Programming paradigm Declarative programming Programs as mathematical objects Function-level programming Purely functional programming Total functional programming Lambda programming Static scoping Higher-order function Referential transpare...
https://en.wikipedia.org/wiki/List_of_functional_programming_topics
Programming languages have been classified into several programming language generations. Historically, this classification was used to indicate increasing power of programming styles. Later writers have somewhat redefined the meanings as distinctions previously seen as important became less significant to current prac...
https://en.wikipedia.org/wiki/Programming_language_generations
This is a list of television programs currently or formerly broadcast by Cartoon Network in the United States. The network was launched on October 1, 1992, and airs mainly animated programming, ranging from action to animated comedy. In its early years, Cartoon Network's programming was predominantly made up of reruns ...
https://en.wikipedia.org/wiki/List_of_programs_broadcast_by_Cartoon_Network
In computer programming, orthogonality means that operations change just one thing without affecting others. The term is most-frequently used regarding assembly instruction sets, as orthogonal instruction set. Orthogonality in a programming language means that a relatively small set of primitive constructs can be comb...
https://en.wikipedia.org/wiki/Orthogonality_(programming)
A programming team is a team of people who develop or maintain computer software. They may be organised in numerous ways, but the egoless programming team and chief programmer team have been common structures. == Description == A programming team comprises people who develop or maintain computer software. == Progr...
https://en.wikipedia.org/wiki/Programming_team
This article lists concurrent and parallel programming languages, categorizing them by a defining paradigm. Concurrent and parallel programming languages involve multiple timelines. Such languages provide synchronization constructs whose behavior is defined by a parallel execution model. A concurrent programming langu...
https://en.wikipedia.org/wiki/List_of_concurrent_and_parallel_programming_languages
In computing, type introspection is the ability of a program to examine the type or properties of an object at runtime. Some programming languages possess this capability. Introspection should not be confused with reflection, which goes a step further and is the ability for a program to manipulate the metadata, propert...
https://en.wikipedia.org/wiki/Type_introspection
Dangal TV is a Hindi general entertainment channel owned by Enterr10 Television Network. It was launched on 2009 as a Bhojpuri-language movie channel but was converted into a Hindi entertainment channel. Its programming consists of Soap opera fantasy romance romantic shows. == History == Dangal TV was launched as a B...
https://en.wikipedia.org/wiki/Dangal_(TV_channel)
Output budgeting is a wide-ranging management technique introduced in the United States in the mid-1960s by Robert S. McNamara's collaborator Charles J. Hitch, not always with ready cooperation with the administrators and based on the industrial management techniques of program budgeting. Subsequently, the technique ha...
https://en.wikipedia.org/wiki/Output_budgeting
Originally introduced by Richard E. Bellman in (Bellman 1957), stochastic dynamic programming is a technique for modelling and solving problems of decision making under uncertainty. Closely related to stochastic programming and dynamic programming, stochastic dynamic programming represents the problem under scrutiny in...
https://en.wikipedia.org/wiki/Stochastic_dynamic_programming
In computer software, a general-purpose programming language (GPL) is a programming language for building software in a wide variety of application domains. Conversely, a domain-specific programming language (DSL) is used within a specific area. For example, Python is a GPL, while SQL is a DSL for querying relational d...
https://en.wikipedia.org/wiki/General-purpose_programming_language
Mojo is a programming language in the Python family that is currently under development. It is available both in browsers via Jupyter notebooks, and locally on Linux and macOS. Mojo aims to combine the usability of a high-level programming language, specifically Python, with the performance of a system programming lang...
https://en.wikipedia.org/wiki/Mojo_(programming_language)
In functional programming, monads are a way to structure computations as a sequence of steps, where each step not only produces a value but also some extra information about the computation, such as a potential failure, non-determinism, or side effect. More formally, a monad is a type constructor M equipped with two op...
https://en.wikipedia.org/wiki/Monad_(functional_programming)
In computing, a channel is a model for interprocess communication and synchronization via message passing. A message may be sent over a channel, and another process or thread is able to receive messages sent over a channel it has a reference to, as a stream. Different implementations of channels may be buffered or not,...
https://en.wikipedia.org/wiki/Channel_(programming)
A first-generation programming language (1GL) is a machine-level programming language and belongs to the low-level programming languages. A first generation (programming) language (1GL) is a grouping of programming languages that are machine level languages used to program first-generation computers. Originally, no tra...
https://en.wikipedia.org/wiki/First-generation_programming_language
A computer language is a formal language used to communicate with a computer. Types of computer languages include: Construction language – all forms of communication by which a human can specify an executable problem solution to a computer Command language – a language used to control the tasks of the computer itself,...
https://en.wikipedia.org/wiki/Computer_language
In computer programming, a callback is a function that is stored as data (a reference) and designed to be called by another function – often back to the original abstraction layer. A function that accepts a callback parameter may be designed to call back before returning to its caller which is known as synchronous or b...
https://en.wikipedia.org/wiki/Callback_(computer_programming)
In computing, source code, or simply code or source, is a plain text computer program written in a programming language. A programmer writes the human readable source code to control the behavior of a computer. Since a computer, at base, only understands machine code, source code must be translated before a computer ca...
https://en.wikipedia.org/wiki/Source_code
Historically, some programming languages have been specifically designed for artificial intelligence (AI) applications. Nowadays, many general-purpose programming languages also have libraries that can be used to develop AI applications. == General-purpose languages == Python is a high-level, general-purpose programm...
https://en.wikipedia.org/wiki/List_of_programming_languages_for_artificial_intelligence
Cocoa is Apple's native object-oriented application programming interface (API) for its desktop operating system macOS. Cocoa consists of the Foundation Kit, Application Kit, and Core Data frameworks, as included by the Cocoa.h header file, and the libraries and frameworks included by those, such as the C standard libr...
https://en.wikipedia.org/wiki/Cocoa_(API)
In mathematics and in computer programming, a variadic function is a function of indefinite arity, i.e., one which accepts a variable number of arguments. Support for variadic functions differs widely among programming languages. The term variadic is a neologism, dating back to 1936/1937. The term was not widely used u...
https://en.wikipedia.org/wiki/Variadic_function
The University of Pennsylvania (Penn or UPenn) is a private Ivy League research university in Philadelphia, Pennsylvania, United States. It is one of nine colonial colleges and was chartered prior to the U.S. Declaration of Independence when Benjamin Franklin, the university's founder and first president, advocated for...
https://en.wikipedia.org/wiki/University_of_Pennsylvania
Brainfuck is an esoteric programming language created in 1993 by Swiss student Urban Müller. Designed to be extremely minimalistic, the language consists of only eight simple commands, a data pointer, and an instruction pointer. Brainfuck is an example of a so-called Turing tarpit: it can be used to write any program, ...
https://en.wikipedia.org/wiki/Brainfuck
Mathematical optimization (alternatively spelled optimisation) or mathematical programming is the selection of a best element, with regard to some criteria, from some set of available alternatives. It is generally divided into two subfields: discrete optimization and continuous optimization. Optimization problems arise...
https://en.wikipedia.org/wiki/Mathematical_optimization
N-version programming (NVP), also known as multiversion programming or multiple-version dissimilar software, is a method or process in software engineering where multiple functionally equivalent programs are independently generated from the same initial specifications. The concept of N-version programming was introduce...
https://en.wikipedia.org/wiki/N-version_programming
Inductive logic programming (ILP) is a subfield of symbolic artificial intelligence which uses logic programming as a uniform representation for examples, background knowledge and hypotheses. The term "inductive" here refers to philosophical (i.e. suggesting a theory to explain observed facts) rather than mathematica...
https://en.wikipedia.org/wiki/Inductive_logic_programming
Microsoft 365 is a family of productivity software, collaboration and cloud-based services, encompassing online services, products formerly marketed under Microsoft Office, and enterprise products and services. This list contains all the programs that are, or have been, in Microsoft Office since it was released for cla...
https://en.wikipedia.org/wiki/List_of_Microsoft_365_applications_and_services
The following is a list of television series that have been broadcast by the American pay television channel Cinemax. Although the large majority of Cinemax's programming consists of feature films, the network has produced and broadcast, either in first-run form or as secondary runs, a limited number of television seri...
https://en.wikipedia.org/wiki/List_of_Cinemax_original_programming
In software engineering, profiling (program profiling, software profiling) is a form of dynamic program analysis that measures, for example, the space (memory) or time complexity of a program, the usage of particular instructions, or the frequency and duration of function calls. Most commonly, profiling information se...
https://en.wikipedia.org/wiki/Profiling_(computer_programming)
In computer science, a thread of execution is the smallest sequence of programmed instructions that can be managed independently by a scheduler, which is typically a part of the operating system. In many cases, a thread is a component of a process. The multiple threads of a given process may be executed concurrently (...
https://en.wikipedia.org/wiki/Thread_(computing)
Zee Tamil is an Indian Tamil general entertainment private broadcast television network owned by Zee Entertainment Enterprises. This is a list of original programs that have been broadcast on Zee Tamil. == Current programming == === Drama series === === Reality shows === == Former programming == === Drama ser...
https://en.wikipedia.org/wiki/List_of_programmes_broadcast_by_Zee_Tamil_(India)
The Advanced Boolean Expression Language (ABEL) is an obsolete hardware description language (HDL) and an associated set of design tools for programming programmable logic devices (PLDs). It was created in 1983 by Data I/O Corporation, in Redmond, Washington. ABEL includes both concurrent equation and truth table logic...
https://en.wikipedia.org/wiki/Advanced_Boolean_Expression_Language
Sigreturn-oriented programming (SROP) is a computer security exploit technique that allows an attacker to execute code in presence of security measures such as non-executable memory and code signing. It was presented for the first time at the 35th IEEE Symposium on Security and Privacy in 2014 where it won the best stu...
https://en.wikipedia.org/wiki/Sigreturn-oriented_programming
A programmable logic controller (PLC) or programmable controller is an industrial computer that has been ruggedized and adapted for the control of manufacturing processes, such as assembly lines, machines, robotic devices, or any activity that requires high reliability, ease of programming, and process fault diagnosis....
https://en.wikipedia.org/wiki/Programmable_logic_controller
A+ is a high-level, interactive, interpreted array programming language designed for numerically intensive applications, especially those found in financial applications. == History == In 1985, Arthur Whitney created the A programming language to replace APL. Other developers at Morgan Stanley extended it to A+, addi...
https://en.wikipedia.org/wiki/A%2B_(programming_language)
Logo is an educational programming language, designed in 1967 by Wally Feurzeig, Seymour Papert, and Cynthia Solomon. The name was coined by Feurzeig while he was at Bolt, Beranek and Newman, and derives from the Greek logos, meaning 'word' or 'thought'. A general-purpose language, Logo is widely known for its use of t...
https://en.wikipedia.org/wiki/Logo_(programming_language)
A strict programming language is a programming language that only allows strict functions (functions whose parameters must be evaluated completely before they may be called) to be defined by the user. A non-strict programming language allows the user to define non-strict functions, and hence may allow lazy evaluation. ...
https://en.wikipedia.org/wiki/Strict_programming_language
CBS Broadcasting Inc., commonly shortened to CBS (an abbreviation of its original name, Columbia Broadcasting System), is an American commercial broadcast television and radio network serving as the flagship property of the CBS Entertainment Group division of Paramount Global and is one of the company's three flagship ...
https://en.wikipedia.org/wiki/CBS
Total functional programming (also known as strong functional programming, to be contrasted with ordinary, or weak functional programming) is a programming paradigm that restricts the range of programs to those that are provably terminating. == Restrictions == Termination is guaranteed by the following restrictions: ...
https://en.wikipedia.org/wiki/Total_functional_programming
Prototype-based programming is a style of object-oriented programming in which behavior reuse (known as inheritance) is performed via a process of reusing existing objects that serve as prototypes. This model can also be known as prototypal, prototype-oriented, classless, or instance-based programming. Prototype-based ...
https://en.wikipedia.org/wiki/Prototype-based_programming
Kotlin () is a cross-platform, statically typed, general-purpose high-level programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of Kotlin's standard library depends on the Java Class Library, but type inference allows its syntax to be more concise. Kotlin ma...
https://en.wikipedia.org/wiki/Kotlin_(programming_language)
In computer science, bridging describes systems that map the runtime behaviour of different programming languages so they can share common resources. They are often used to allow "foreign" languages to operate a host platform's native object libraries, translating data and state across the two sides of the bridge. Brid...
https://en.wikipedia.org/wiki/Bridging_(programming)
Unreal Engine (UE) is a 3D computer graphics game engine developed by Epic Games, first showcased in the 1998 first-person shooter video game Unreal. Initially developed for PC first-person shooters, it has since been used in a variety of genres of games and has been adopted by other industries, most notably the film a...
https://en.wikipedia.org/wiki/Unreal_Engine
PL/I (Programming Language One, pronounced and sometimes written PL/1) is a procedural, imperative computer programming language initially developed by IBM. It is designed for scientific, engineering, business and system programming. It has been in continuous use by academic, commercial and industrial organizations s...
https://en.wikipedia.org/wiki/PL/I
Swift is a high-level general-purpose, multi-paradigm, compiled programming language created by Chris Lattner in 2010 for Apple Inc. and maintained by the open-source community. Swift compiles to machine code and uses an LLVM-based compiler. Swift was first released in June 2014 and the Swift toolchain has shipped in X...
https://en.wikipedia.org/wiki/Swift_(programming_language)
Predicative programming is the original name of a formal method for program specification and refinement, more recently called a Practical Theory of Programming, invented by Eric Hehner. The central idea is that each specification is a binary (boolean) expression that is true of acceptable computer behaviors and false ...
https://en.wikipedia.org/wiki/Predicative_programming
Electronic programming guides (EPGs) and interactive programming guides (IPGs) are menu-based systems that provide users of television, radio, and other media applications with continuously updated menus that display scheduling information for current and upcoming broadcast programming (most commonly, TV listings). Som...
https://en.wikipedia.org/wiki/Electronic_program_guide
In computer programming, redundant code is source code or compiled code in a computer program that is unnecessary, such as: recomputing a value that has previously been calculated and is still available, code that is never executed (known as unreachable code), code which is executed but has no external effect (e.g., d...
https://en.wikipedia.org/wiki/Redundant_code
Pay television, also known as subscription television, premium television or, when referring to an individual service, a premium channel, refers to subscription-based television services, usually provided by multichannel television providers, but also increasingly via digital terrestrial and streaming television. In th...
https://en.wikipedia.org/wiki/Pay_television
A software bug is a design defect (bug) in computer software. A computer program with many or serious bugs may be described as buggy. The effects of a software bug range from minor (such as a misspelled word in the user interface) to severe (such as frequent crashing). In 2002, a study commissioned by the US Departmen...
https://en.wikipedia.org/wiki/Software_bug
Attribute-oriented programming (@OP) is a technique for embedding metadata, namely attributes, within program code. == Attribute-oriented programming in various languages == === Java === With the inclusion of Metadata Facility for Java (JSR-175) into the J2SE 5.0 release it is possible to utilize attribute-oriented...
https://en.wikipedia.org/wiki/Attribute-oriented_programming
Jon Louis Bentley (born February 20, 1953) is an American computer scientist who is known for his contributions to computer programming, algorithms and data structure research. == Education == Bentley received a B.S. in mathematical sciences from Stanford University in 1974. At this time he developed his most cited ...
https://en.wikipedia.org/wiki/Jon_Bentley_(computer_scientist)
This is a list of television programs currently and formerly broadcast by the U.S. cable television channel Discovery Family. == Current programming == === Acquired programming === ==== Animated ==== ==== Preschool ==== === Programming from Cartoon Network/Kids' WB === ==== Cartoon Network Studios ==== ==...
https://en.wikipedia.org/wiki/List_of_programs_broadcast_by_Discovery_Family
Relativistic programming (RP) is a style of concurrent programming where instead of trying to avoid conflicts between readers and writers (or writers and writers in some cases) the algorithm is designed to tolerate them and get a correct result regardless of the order of events. Also, relativistic programming algorithm...
https://en.wikipedia.org/wiki/Relativistic_programming
ACCU, previously known as the Association of C and C++ Users, is a non-profit user group of people interested in software development, dedicated to raising the standard of computer programming. The ACCU publishes two journals and organizes an annual conference. == History == ACCU was formed in 1987 by Martin Houston...
https://en.wikipedia.org/wiki/ACCU_(organisation)
The Voyager program is an American scientific program that employs two interstellar probes, Voyager 1 and Voyager 2. They were launched in 1977 to take advantage of a favorable planetary alignment to explore the two gas giants Jupiter and Saturn and potentially also the ice giants, Uranus and Neptune—to fly near them w...
https://en.wikipedia.org/wiki/Voyager_program
In optimization theory, semi-infinite programming (SIP) is an optimization problem with a finite number of variables and an infinite number of constraints, or an infinite number of variables and a finite number of constraints. In the former case the constraints are typically parameterized. == Mathematical formulation...
https://en.wikipedia.org/wiki/Semi-infinite_programming
A low-level programming language is a programming language that provides little or no abstraction from a computer's instruction set architecture, memory or underlying physical hardware; commands or functions in the language are structurally similar to a processor's instructions. These languages provide the programmer w...
https://en.wikipedia.org/wiki/Low-level_programming_language
In computer science, programming by example (PbE), also termed programming by demonstration or more generally as demonstrational programming, is an end-user development technique for teaching a computer new behavior by demonstrating actions on concrete examples. The system records user actions and infers a generalized ...
https://en.wikipedia.org/wiki/Programming_by_example
Multi-stage programming (MSP) is a variety of metaprogramming in which compilation is divided into a series of intermediate phases, allowing typesafe run-time code generation. Statically defined types are used to verify that dynamically constructed types are valid and do not violate the type system. In MSP languages, e...
https://en.wikipedia.org/wiki/Multi-stage_programming
Functional reactive programming (FRP) is a programming paradigm for reactive programming (asynchronous dataflow programming) using the building blocks of functional programming (e.g., map, reduce, filter). FRP has been used for programming graphical user interfaces (GUIs), robotics, games, and music, aiming to simplify...
https://en.wikipedia.org/wiki/Functional_reactive_programming
Haskell () is a general-purpose, statically typed, purely functional programming language with type inference and lazy evaluation. Designed for teaching, research, and industrial applications, Haskell pioneered several programming language features such as type classes, which enable type-safe operator overloading, and ...
https://en.wikipedia.org/wiki/Haskell
This is the list of original programming currently and formerly broadcast by the Indian television channel Sony Entertainment Television (SET) in India. == Current broadcasts == == Former broadcasts == === Acquired series === === Anthology series === === Comedy series === === Drama series === === Horror/s...
https://en.wikipedia.org/wiki/List_of_programs_broadcast_by_Sony_Entertainment_Television
Nickelodeon (nicknamed Nick) is an American pay television channel and the flagship property of the Nickelodeon Group, a subdivision of the Paramount Media Networks division of Paramount Global. It was launched on April 1, 1979, as the first cable channel for children. It is primarily aimed at children and adolescents ...
https://en.wikipedia.org/wiki/Nickelodeon
A research program (British English: research programme) is a professional network of scientists conducting basic research. The term was used by philosopher of science Imre Lakatos to blend and revise the normative model of science offered by Karl Popper's The Logic of Scientific Discovery (with its idea of falsifiabil...
https://en.wikipedia.org/wiki/Research_program
In television and motion pictures, a tentpole or tent-pole is a program or film that supports the financial performance of a film studio, television network, or cinema chain. It is an analogy for the way a strong central pole provides a stable structure to a tent. A tent-pole film may be expected to support the sale of...
https://en.wikipedia.org/wiki/Tentpole
In software engineering and programming language theory, the abstraction principle (or the principle of abstraction) is a basic dictum that aims to reduce duplication of information in a program (usually with emphasis on code duplication) whenever practical by making use of abstractions provided by the programming lang...
https://en.wikipedia.org/wiki/Abstraction_principle_(computer_programming)
Execution in computer and software engineering is the process by which a computer or virtual machine interprets and acts on the instructions of a computer program. Each instruction of a program is a description of a particular action which must be carried out, in order for a specific problem to be solved. Execution inv...
https://en.wikipedia.org/wiki/Execution_(computing)
ML (Meta Language) is a general-purpose, high-level, functional programming language. It is known for its use of the polymorphic Hindley–Milner type system, which automatically assigns the data types of most expressions without requiring explicit type annotations (type inference), and ensures type safety; there is a fo...
https://en.wikipedia.org/wiki/ML_(programming_language)
In computing, a database is an organized collection of data or a type of data store based on the use of a database management system (DBMS), the software that interacts with end users, applications, and the database itself to capture and analyze the data. The DBMS additionally encompasses the core facilities provided t...
https://en.wikipedia.org/wiki/Database
In computing, aspect-oriented programming (AOP) is a programming paradigm that aims to increase modularity by allowing the separation of cross-cutting concerns. It does so by adding behavior to existing code (an advice) without modifying the code, instead separately specifying which code is modified via a "pointcut" sp...
https://en.wikipedia.org/wiki/Aspect-oriented_programming
The Elements of Programming Style, by Brian W. Kernighan and P. J. Plauger, is a study of programming style, advocating the notion that computer programs should be written not only to satisfy the compiler or personal programming "style", but also for "readability" by humans, specifically software maintenance engineers,...
https://en.wikipedia.org/wiki/The_Elements_of_Programming_Style
In programming language theory, semantics is the rigorous mathematical study of the meaning of programming languages. Semantics assigns computational meaning to valid strings in a programming language syntax. It is closely related to, and often crosses over with, the semantics of mathematical proofs. Semantics describe...
https://en.wikipedia.org/wiki/Semantics_(computer_science)
In computer programming, a sigil () is a symbol affixed to a variable name, showing the variable's datatype or scope, usually a prefix, as in $foo, where $ is the sigil. Sigil, from the Latin sigillum, meaning a "little sign", means a sign or image supposedly having magical power. Sigils can be used to separate and dem...
https://en.wikipedia.org/wiki/Sigil_(computer_programming)
The following is a list of programs and films currently and formerly broadcast on Great American Family. The list also includes programming aired when the network was known as Great American Country. == Original films == === 2021 === === 2022 === (AH) Autumn Harvest === 2023 === === 2024 === === 2025 === ...
https://en.wikipedia.org/wiki/List_of_programs_and_films_broadcast_by_Great_American_Family
COBOL (; an acronym for "common business-oriented language") is a compiled English-like computer programming language designed for business use. It is an imperative, procedural, and, since 2002, object-oriented language. COBOL is primarily used in business, finance, and administrative systems for companies and governme...
https://en.wikipedia.org/wiki/COBOL
A computer virus is a type of malware that, when executed, replicates itself by modifying other computer programs and inserting its own code into those programs. If this replication succeeds, the affected areas are then said to be "infected" with a computer virus, a metaphor derived from biological viruses. Computer vi...
https://en.wikipedia.org/wiki/Computer_virus
TLC is an American multinational cable and satellite television network owned by the Networks division of Warner Bros. Discovery. First established in 1980 as The Learning Channel, it initially focused on educational and instructional programming. By the late 1990s, after an acquisition by Discovery, Inc. earlier in th...
https://en.wikipedia.org/wiki/TLC_(TV_network)
Hope is a programming language based on functional programming developed in the 1970s at the University of Edinburgh. It predates Miranda and Haskell and is contemporaneous with ML, also developed at the University. Hope was derived from NPL, a simple functional language developed by Rod Burstall and John Darlington in...
https://en.wikipedia.org/wiki/Hope_(programming_language)
In computer science, an associative array, key-value store, map, symbol table, or dictionary is an abstract data type that stores a collection of (key, value) pairs, such that each possible key appears at most once in the collection. In mathematical terms, an associative array is a function with finite domain. It suppo...
https://en.wikipedia.org/wiki/Associative_array
Advertiser-funded programming (AFP) is a recent term applied to a break away from the modern model of television funding in place since the early 1960s. Since that time, programmes have normally been funded by a broadcaster and they re-couped the money through selling advertising space around the content. This has work...
https://en.wikipedia.org/wiki/Advertiser-funded_programming
Metaprogramming is a computer programming technique in which computer programs have the ability to treat other programs as their data. It means that a program can be designed to read, generate, analyse, or transform other programs, and even modify itself, while running. In some cases, this allows programmers to minimiz...
https://en.wikipedia.org/wiki/Metaprogramming
CPL (Combined Programming Language) is a multi-paradigm programming language developed in the early 1960s. It is an early ancestor of the C language via the BCPL and B languages. == Design == CPL was developed initially at the Mathematical Laboratory at the University of Cambridge as the "Cambridge Programming Langu...
https://en.wikipedia.org/wiki/CPL_(programming_language)
The Advanced SCSI Programming Interface (ASPI) is a programming interface developed by Adaptec which standardizes communication on a computer bus between a SCSI driver module on the one hand and SCSI (and ATAPI) peripherals on the other.: 55–56  == Structure == The ASPI manager software provides an interface between ...
https://en.wikipedia.org/wiki/Advanced_SCSI_Programming_Interface
In computer science, control flow (or flow of control) is the order in which individual statements, instructions or function calls of an imperative program are executed or evaluated. The emphasis on explicit control flow distinguishes an imperative programming language from a declarative programming language. Within an...
https://en.wikipedia.org/wiki/Control_flow