Topic Review
Frame Technology (Software Engineering)
Frame technology (FT) is a language-neutral (i.e., processes various languages) system that manufactures custom software from reusable, machine-adaptable building blocks, called frames. FT is used to reduce the time, effort, and errors involved in the design, construction, and evolution of large, complex software systems. Fundamental to FT is its ability to stop the proliferation of similar but subtly different components, an issue plaguing software engineering, for which programming language constructs (subroutines, classes, or templates/generics) or add-in techniques such as macros and generators failed to provide a practical, scalable solution. A number of implementations of FT exist. Netron Fusion specializes in constructing business software and is proprietary. ART (Adaptive Reuse Technology) is a general-purpose, open-source implementation of FT. Paul G. Bassett invented the first FT in order to automate the repetitive, error-prone editing involved in adapting (generated and hand-written) programs to changing requirements and contexts. A substantial literature now exists that explains how FT can facilitate most aspects of software's life-cycle, including domain modeling, requirements gathering, architecture and design, construction, testing, documentation, fine tuning and evolution. Independent comparisons of FT to alternative approaches confirm that the time and resources needed to build and maintain complex systems can be substantially reduced. One reason: FT shields programmers from software's inherent redundancies: FT has reproduced COTS object-libraries from equivalent XVCL frame libraries that are two-thirds smaller and simpler; custom business applications are routinely specified and maintained by Netron FusionSPC frames that are 5% – 15% of the size of their assembled source files.
  • 461
  • 18 Oct 2022
Topic Review
Analogical Models
Analogical models are a method of representing a phenomenon of the world, often called the "target system" by another, more understandable or analysable system. They are also called dynamical analogies. Two open systems have analog representations (see illustration) if they are black box isomorphic systems.
  • 459
  • 26 Oct 2022
Topic Review
Modern Greek on Social Web
Mining social web text has been at the heart of the Natural Language Processing and Data Mining research community in the last 15 years. Though most of the reported work is on widely spoken languages, such as English, the significance of approaches that deal with less commonly spoken languages, such as Greek, is evident for reasons of preserving and documenting minority languages, cultural and ethnic diversity, and identifying intercultural similarities and differences. 
  • 456
  • 01 Jun 2021
Topic Review
Compati Hero Series
The Compati Hero Series (コンパチヒーローシリーズ, Konpachi Hīrō Shirīzu) is a video game series published exclusively in Japan by Banpresto and Namco Bandai Games (formerly Bandai) that began in Template:Vgy, that serves as 16 crossover teams between Ultraman, Kamen Rider (also known as Masked Rider) and Gundam. It was the first video game series to involve a crossover between animated giant robots and live action tokusatsu heroes from different established franchises. The series makes this possible by using caricaturized versions of the characters (officially referred as "SD" or "super deformed" characters), which allowed the different heroes and villains to co-exist and interact with each other without the need to reconcile their contrasting styles, settings, or sizes. The first game in the series, SD Battle Ōzumō: Heisei Hero Basho for the Famicom, which mixed franchises that were originally licensed to Popy, was developed as a congratulatory present to Yukimasa Sugiura when he was promoted to president of Banpresto at the time, which was soon followed by series of spin-offs and related games featuring the same cast of characters that developed into the Compati Hero Series. The series was successful with children thanks to the SD Gundam craze, but after the release of Charinko Hero for the GameCube, there were no new games afterward for nearly eight years. Banpresto released a new game in the series titled Lost Heroes, for the Nintendo 3DS and the PlayStation Portable on September 2012.
  • 455
  • 30 Oct 2022
Topic Review
Term (Logic)
In mathematical logic, a term denotes a mathematical object while a formula denotes a mathematical fact. In particular, terms appear as components of a formula. This is analogous to natural language, where a noun phrase refers to an object and a whole sentence refers to a fact. A first-order term is recursively constructed from constant symbols, variables and function symbols. An expression formed by applying a predicate symbol to an appropriate number of terms is called an atomic formula, which evaluates to true or false in bivalent logics, given an interpretation. For example, [math]\displaystyle{ (x+1)*(x+1) }[/math] is a term built from the constant 1, the variable x, and the binary function symbols [math]\displaystyle{ + }[/math] and [math]\displaystyle{ * }[/math]; it is part of the atomic formula [math]\displaystyle{ (x+1)*(x+1) \ge 0 }[/math] which evaluates to true for each real-numbered value of x. Besides in logic, terms play important roles in universal algebra, and rewriting systems.
  • 455
  • 01 Dec 2022
Topic Review
Distributed Ledger Technology Law
Distributed ledger technology law ("DLT law") (also called Blockchain law,, Lex Cryptographia or Algorithmic legal order ) is not yet defined and recognized but an emerging field of law due to the recent dissemination of distributed ledger technology application in business and governance environment.
  • 453
  • 14 Oct 2022
Topic Review
Illuminating Ecuador's Data Revolution
In the era of data-driven decision-making, Ecuador stands poised at the forefront of a transformative revolution, embracing data analysis to unveil the untapped potential of its knowledge landscape. This pioneering work delves into the depths of Ecuador's data ecosystem, exploring the vast applications and profound impact of data analysis on the nation's society, education, and industry.
  • 452
  • 03 Aug 2023
Topic Review
Albert Odyssey (Super Famicom Game)
Albert Odyssey (アルバートオデッセイ, Arubaato Odessei) is a tactical role-playing video game developed and published by Sunsoft and released for the Super Nintendo Entertainment System in Japan in March 1993. The game features strategy-based combat in addition to traditional role-playing game elements in two-dimensional environments. It is the first game in the Albert Odyssey series, and was followed by two sequels, Albert Odyssey 2: Jashin no Taidou in 1994, and Albert Odyssey in 1996. On June 12, 1996, Albert Odyssey was made available as a full game download on the Satellaview add-on as BS Albert Odyssey (BSアルバートオデッセイ, BS Arubaato Odessei), and the original Albert Odyssey was re-released for Satellaview in March 1998. Players assume the role of Albert, the young heroic swordsman who lives in a fantasy world filled with monsters and mythical creatures. While much of the world remains in relative peace following a great war many years before, a military faction led by the dark magician Globus has emerged to conquer the newly pacified nations and expand their empire. With the help of Albert's friends as well as hired mercenaries, the player must travel the world and eventually confront Golbus and his forces to prevent another large-scale conflict.
  • 450
  • 10 Oct 2022
Topic Review
Gremlin (Programming Language)
Gremlin is a graph traversal language and virtual machine developed by Apache TinkerPop of the Apache Software Foundation. Gremlin works for both OLTP-based graph databases as well as OLAP-based graph processors. Gremlin's automata and functional language foundation enable Gremlin to naturally support imperative and declarative querying, host language agnosticism, user-defined domain specific languages, an extensible compiler/optimizer, single- and multi-machine execution models, hybrid depth- and breadth-first evaluation, as well as Turing Completeness. As an explanatory analogy, Apache TinkerPop and Gremlin are to graph databases what the JDBC and SQL are to relational databases. Likewise, the Gremlin traversal machine is to graph computing as what the Java virtual machine is to general purpose computing.
  • 448
  • 10 Oct 2022
Topic Review
Interactive Storytelling
Interactive storytelling (also known as interactive drama) is a form of digital entertainment in which the storyline is not predetermined. The author creates the setting, characters, and situation which the narrative must address, but the user (also reader or player) experiences a unique story based on their interactions with the story world. The architecture of an interactive storytelling program includes a drama manager, user model, and agent model to control, respectively, aspects of narrative production, player uniqueness, and character knowledge and behavior. Together, these systems generate characters that act "human," alter the world in real-time reactions to the player, and ensure that new narrative events unfold comprehensibly. The field of study surrounding interactive storytelling encompasses many disparate fields, including psychology, sociology, cognitive science, linguistics, natural language processing, user interface design, computer science, and emergent intelligence. They fall under the umbrella term of Human-Computer Interaction (HCI), at the intersection of hard science and the humanities. The difficulty of producing an effective interactive storytelling system is attributed to the ideological division between professionals in each field: artists have trouble constraining themselves to logical and linear systems and programmers are disinclined to appreciate or incorporate the abstract and unproven concepts of the humanities.
  • 448
  • 07 Nov 2022
Topic Review
Osiris
Osiris Serverless Portal System (usually abbreviated as Osiris sps or Osiris) is a freeware program used to create web portals distributed via peer-to-peer networking (P2P) and autonomous from centralized servers. It is available for Microsoft Windows and Linux operating systems. Unlike common tools used to publish information on the Internet, such as content management systems, Internet forums or blogs based on a centralized system, the data of an Osiris portal are shared (via P2P) between all its participants. Because all the contents necessary for navigation are replicated on every computer, the portal can be used without a central server. Thus, the portal is always accessible because it is immune to denial of service attacks, Internet service provider limitations (such as traffic shaping and censorship) and hardware failure. In this way, a web portal can be operated at very low costs and free from external control.
  • 444
  • 14 Oct 2022
Topic Review
National Electronic Library for Health
The National electronic Library for Health (NeLH) was a digital library service provided by the NHS for healthcare professionals and the public between 1998 and 2006. It briefly became the National Library for Health and elements of it continue to this day as NHS Evidence, managed by the National Institute for Health and Care Excellence, and a range of services provided by Health Education England's Library and Knowledge Service Leads.
  • 443
  • 10 Oct 2022
Topic Review
MDBPB
DriveSpace (initially known as DoubleSpace) is a disk compression utility supplied with MS-DOS starting from version 6.0 in 1993 and ending in 2000 with the release of Windows Me. The purpose of DriveSpace is to increase the amount of data the user could store on disks by transparently compressing and decompressing data on-the-fly. It is primarily intended for use with hard drives, but use for floppy disks is also supported. This feature was removed in Windows XP and later.
  • 441
  • 15 Nov 2022
Topic Review
Context of Computational Complexity
In computational complexity theory and analysis of algorithms, a number of metrics are defined describing the resources, such as time or space, that a machine needs to solve a particular problem. Interpreting these metrics meaningfully requires context, and this context is frequently implicit and depends on the field and the problem under consideration. This article describes a number of important pieces of context and how they affect metrics.
  • 440
  • 28 Oct 2022
Topic Review
FO (Complexity)
In descriptive complexity, a branch of computational complexity, FO is a complexity class of structures that can be recognized by formulas of first-order logic, and also equals the complexity class AC0. Descriptive complexity uses the formalism of logic, but does not use several key notions associated with logic such as proof theory or axiomatization. Restricting predicates to be from a set X yields a smaller class FO[X]. For instance, FO[Similarly, extensions of first-order logic formed by the addition of operators give rise to other well-known complexity classes. This allows the complexity of some problems to be established without reference to algorithms.
  • 440
  • 03 Nov 2022
Topic Review
Trace Cache
Trace Cache (also known as execution trace cache) is a very specialized cache which stores the dynamic stream of instructions known as trace. It helps in increasing the instruction fetch bandwidth and decreasing power consumption (in the case of Intel Pentium 4) by storing traces of instructions that have already been fetched and decoded. Trace Processor is an architecture designed around the Trace Cache and processes the instructions at trace level granularity.
  • 440
  • 02 Dec 2022
Topic Review
Coordination Center for TLD RU
The Coordination Center for TLD RU (the acronym - the Coordination Center for domains .RU/.РФ; the full name - ANO “The Coordination Center for TLD RU”) — is the administrator of Top Level National Domains .RU and .PФ. It serves as the national registry.
  • 440
  • 07 Nov 2022
Topic Review
Envy-Free Cake-Cutting
An envy-free cake-cutting is a kind of fair cake-cutting. It is a division of a heterogeneous resource ("cake") that satisfies the envy-free criterion, namely, that every partner feels that their allocated share is at least as good as any other share, according to their own subjective valuation. When there are only two partners, the problem is easy and has been solved in Biblical times by the divide and choose protocol. When there are three or more partners, the problem becomes much more challenging. Two major variants of the problem have been studied: Connected pieces, e.g. if the cake is a 1-dimensional interval then each partner must receive a single sub-interval. If there are n partners, only n−1 cuts are needed. General pieces, e.g. if the cake is a 1-dimensional interval then each partner can receive a union of disjoint sub-intervals.
  • 438
  • 02 Dec 2022
Topic Review
Using Homomorphic Encryption for Smart Metering Systems
Smart metering systems (SMSs) have been widely used by industrial users and residential customers for purposes such as real-time tracking, outage notification, quality monitoring, load forecasting, etc. Protecting data privacy for SMSs that considers trust boundaries (TBs) and computability using real-world data sets while providing privacy guarantees. The proposed framework uses homomorphic encryption (HE) as a primitive for security. HE can provide strong protection based on cryptography and data processing on encrypted data without first decrypting it.
  • 438
  • 31 May 2023
Topic Review
Missing-Digit Sum
Missing-digit sums are integer numbers that are equal to the sum of numbers created by deleting one or more digits at a time from the original number. For example, the OEIS lists these two integers as missing-digit sums in base ten: Missing-digit sums are therefore a subset of narcissistic numbers, when these are defined as numbers that are equal to some manipulation of their own digits (for example, 153 and 132 are narcissistic numbers in base ten because 153 = 13 + 53 + 33 and 132 = 13 + 32 + 12 + 31 + 23 + 21).
  • 435
  • 27 Oct 2022
  • Page
  • of
  • 47
ScholarVision Creations