Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Code reuse 51 found (95 total)

alternate case: code reuse

Maxine Virtual Machine (875 words) [view diff] exact match in snippet view article find links to article

The emphasis in Maxine's software architecture is on modular design and code reuse for flexibility, configurability, and productivity for industrial and
My Coke Rewards (1,501 words) [view diff] no match in snippet view article find links to article
My Coke Rewards was a customer loyalty marketing program for The Coca-Cola Company. Customers entered codes found on specially marked packages of Coca-Cola
Defensive programming (1,744 words) [view diff] no match in snippet view article find links to article
Defensive programming is a form of defensive design intended to develop programs that are capable of detecting potential security abnormalities and make
MooTools (1,124 words) [view diff] exact match in snippet view article find links to article
and power of JavaScript in a way that emphasizes greater modularity and code reuse. MooTools accomplishes these goals intuitively to a developer coming from
Gene expression programming (6,491 words) [view diff] exact match in snippet view article find links to article
only allows the unconstrained evolution of linking functions but also code reuse. And it shouldn't be hard to implement recursion in this system. Multicellular
Firefox for Android (8,615 words) [view diff] no match in snippet view article find links to article
Firefox for Android is a web browser developed by Mozilla for Android smartphones and tablet computers. As with its desktop version, it uses the Gecko
Automatic programming (934 words) [view diff] no match in snippet view article find links to article
The goal is to improve programmer productivity. It is often related to code-reuse topics such as component-based software engineering. Source-code generation
Design Patterns (1,772 words) [view diff] exact match in snippet view article find links to article
from abstract classes—but then, they point out that there is minimal code reuse. Using inheritance is recommended mainly when adding to the functionality
Incr Tcl (242 words) [view diff] exact match in snippet view article find links to article
incr Tcl, covering language fundamentals, OO design issues, overloading, code reuse, multiple inheritance, abstract base classes, and performance issues.
CollabNet (619 words) [view diff] case mismatch in snippet view article find links to article
Embeds Black Duck Code Sight Into TeamForge To Drive Productivity And Code Reuse Across Git And Subversion". article.wn.com. Retrieved 2017-01-25. "Collabnet
Software diversity (818 words) [view diff] no match in snippet view article find links to article
(2018-03-01), "Multi-variant execution environments", The Continuing Arms Race: Code-Reuse Attacks and Defenses, ACM, pp. 211–258, doi:10.1145/3129743.3129752, ISBN 9781970001839
Delphi (software) (2,070 words) [view diff] exact match in snippet view article
to keep as much backward compatibility as possible to allow existing code reuse, new features, new libraries, and improvements sometimes make newer releases
Norsk Data Assembler (626 words) [view diff] exact match in snippet view article find links to article
code became much more difficult to understand. This resulted in less code reuse on the system. Another peculiarity was that the assembler worked by adding
Design by contract (1,727 words) [view diff] exact match in snippet view article find links to article
the supplier's preconditions. Design by contract can also facilitate code reuse, since the contract for each piece of code is fully documented. The contracts
Algorithm engineering (921 words) [view diff] exact match in snippet view article find links to article
implementability in programming languages on real hardware, and allowing code reuse. Additionally, constant factors of algorithms have such a considerable
Monorepo (1,334 words) [view diff] exact match in snippet view article find links to article
potential advantages to a monorepo over individual repositories: Ease of code reuse Similar functionality or communication protocols can be abstracted into
Monorepo (1,334 words) [view diff] exact match in snippet view article find links to article
potential advantages to a monorepo over individual repositories: Ease of code reuse Similar functionality or communication protocols can be abstracted into
Type system (7,205 words) [view diff] exact match in snippet view article find links to article
testing). Dynamic typing typically allows duck typing (which enables easier code reuse). Many[specify] languages with static typing also feature duck typing
Rational unified process (2,281 words) [view diff] exact match in snippet view article find links to article
individual components before they are integrated into a larger system. Also, code reuse is a big plus and can be accomplished more easily through the use of object-oriented
Test fixture (1,369 words) [view diff] exact match in snippet view article find links to article
Retrieved 2024-11-14. Pereira da Silva, Lucas (June 10, 2016). "Execution and code reuse between test classes". 2016 IEEE 14th International Conference on Software
ERP5 (1,319 words) [view diff] exact match in snippet view article find links to article
genericity not only reduce the complexity of ERP5 systems but also increase code reuse incentive and sustainability. Thanks to this unification, a typical ERP5
Rex (software) (338 words) [view diff] exact match in snippet view article
a Perl script. Therefore, it can contain arbitrary Perl as well. For code reuse, configuration instructions are placed in modules which can be included
Xamarin (3,201 words) [view diff] exact match in snippet view article find links to article
as with Xamarin.iOS and Xamarin.Android, gives developers up to 90% of code reuse across Android, iOS and Windows. Xamarin.Mac gives C# developers the ability
LinuxSampler (535 words) [view diff] exact match in snippet view article find links to article
X, Windows Type Software sampler License Freeware / Source available (code reuse restricted to non-commercial usage) most sub-components under GPL / LGPL
Cocoa (API) (2,955 words) [view diff] exact match in snippet view article
settled on a design philosophy that led to easy development and high code reuse. Named model–view–controller (MVC), the concept breaks an application
Multi-licensing (1,954 words) [view diff] exact match in snippet view article find links to article
promotion, and 3) thwart forking attempts / stifle unsolicited external code reuse. "Badgeware". Violation of basic FOSS principles, especially when coupled
Component Manager (480 words) [view diff] exact match in snippet view article find links to article
parts of its functions to another component as a form of subclassing for code reuse. It was also possible for one component to capture another, which meant
Web2py (2,780 words) [view diff] exact match in snippet view article find links to article
is that, because models and controllers are not class-based, efficient code reuse becomes more difficult, particularly as the inability to inherit from
ActionScript (4,783 words) [view diff] exact match in snippet view article find links to article
projects. Prototype-based inheritance is the ActionScript 1.0 mechanism for code reuse and object-oriented programming. Instead of a class keyword that defines
Copy-and-paste programming (1,610 words) [view diff] case mismatch in snippet view article find links to article
from the original on 2010-11-25. Retrieved 2008-06-04. Eriksen, Lisa. "Code Reuse In Object-Oriented Software Development" (PDF). Norwegian University of
Free software movement (4,492 words) [view diff] exact match in snippet view article find links to article
license compatibility considerations which limits and complicates source code reuse between FLOSS projects. The OSI and the FSF maintain their own lists of
SmartEiffel (647 words) [view diff] case mismatch in snippet view article find links to article
Colnet, D., Marpons, G., Merizen, F. (2006). Reconciling Subtyping and Code Reuse in Object-Oriented Languages: Using inherit and insert in SmartEiffel
Dependency inversion principle (2,003 words) [view diff] exact match in snippet view article find links to article
dependency. The direction of dependency can be chosen to maximize policy code reuse, and eliminate cyclic dependencies. In this version of DIP, the lower
Google Chrome (17,847 words) [view diff] exact match in snippet view article find links to article
Retrieved September 3, 2015. Krumins, Peteris (September 5, 2008). "Code reuse in Google Chrome Browser". Archived from the original on January 12, 2019
Functional programming (8,696 words) [view diff] exact match in snippet view article find links to article
However, spreadsheets generally lack higher-order functions as well as code reuse, and in some implementations, also lack recursion. Several extensions
Stack buffer overflow (2,668 words) [view diff] exact match in snippet view article find links to article
payload is provided (with an executable stack) or one is constructed using code reuse such as in ret2libc or return-oriented programming (ROP). Randomizing
Control-flow integrity (1,834 words) [view diff] case mismatch in snippet view article find links to article
ISBN 9781931971157. Security, heise (4 May 2016). "PaX Team stellt Schutz vor Code Reuse Exploits vor". Security (in German). Retrieved 2016-06-01. "Frequently
Social learning theory (6,170 words) [view diff] case mismatch in snippet view article find links to article
Followership in an Open-source Software Project and Its Significance in Code Reuse In: MIS Quarterly, Vol. 43, No. 4 Anderson, C.A.; Bushman, B.J. (2001)
MOOSE (software) (2,791 words) [view diff] exact match in snippet view article
parallel (largest runs >100,000 CPU cores) Modular development simplifies code reuse Built-in mesh adaptivity Continuous and Discontinuous Galerkin (DG) (at
Common Image Generator Interface (1,271 words) [view diff] exact match in snippet view article find links to article
assist suppliers and integrators of IG systems with ease of integration, code reuse, and overall cost reduction. In the past most image generators provided
WannaCry ransomware attack (8,616 words) [view diff] exact match in snippet view article find links to article
bank heist in 2016. However, these similarities could result from either code reuse by another group or an attempt to misattribute responsibility—as in a
Naming convention (programming) (3,853 words) [view diff] exact match in snippet view article
all relevant documentation; to provide better understanding in case of code reuse after a long interval of time. The choice of naming conventions (and the
Georg von Krogh (1,858 words) [view diff] exact match in snippet view article find links to article
Science, 20(3), 635-652. Haefliger, S., von Krogh, G., & Spaeth, S. (2008). Code reuse in open source software. Management Science, 54(1), 180-193. Maillart
Asynchronous I/O (3,459 words) [view diff] exact match in snippet view article find links to article
not use asynchronous I/O or that uses one of the other forms, hampering code reuse[citation needed]. Does not require additional special synchronization
Multicart (2,842 words) [view diff] exact match in snippet view article find links to article
unique games into a single cartridge, but shoddy programming and heavy code reuse between games, combined with a hefty $200 (USD) retail price, resulted
Expression problem (1,863 words) [view diff] case mismatch in snippet view article find links to article
Extensibility with Object Algebras" (PDF). Ecoop '12. Garrigue, Jacques (2000). "Code Reuse Through Polymorphic Variants". CiteSeerX 10.1.1.128.7169. {{cite journal}}:
Quattor (1,807 words) [view diff] exact match in snippet view article find links to article
configuration parameters, users etc. The use of a high-level language facilitates code reuse in a way that goes beyond cut-and-paste of configuration snippets. The
Anti-unification (3,058 words) [view diff] case mismatch in snippet view article find links to article
factoring: Cottrell, Rylan (Sep 2008), Semi-automating Small-Scale Source Code Reuse via Structural Correspondence (PDF), Univ. Calgary Induction proving:
Dialog manager (2,814 words) [view diff] exact match in snippet view article find links to article
modules, and uses it to process the human input. This structure encourages code reuse, for example, the login module can be used in other dialogs. They also
Java syntax (7,938 words) [view diff] exact match in snippet view article find links to article
inheriting classes. It can be called from default methods for the purposes of code reuse. interface Logger { default void logError() { log(Level.ERROR); } default
DOM clobbering (1,734 words) [view diff] no match in snippet view article find links to article
Krzysztof; Groß, Samuel; Vela Nava, Eduardo A.; Johns, Martin (2017-10-30). "Code-Reuse Attacks for the Web: Breaking Cross-Site Scripting Mitigations via Script