Topic Review
Modern Pascal
Modern Pascal (sometimes stylized as ModernPascal) is a closed source, cross-platform, interpreter, compiler, and runtime system (environment) for command line, server-side and networking applications. Modern Pascal applications are written in Pascal and Object Pascal, and can be run within the Modern Pascal runtime on the operating systems Microsoft Windows, Linux, macOS, FreeBSD, Solaris and DOS/32. Its work is hosted and supported by the 3F, LLC and partner MP Solutions, LLC. Modern Pascal provides a blocking I/O application programming interface (API) technology commonly used for operating system applications. Modern Pascal CodeRunner contains a built-in library to allow applications to act as a Web server without software such as Apache HTTP Server or Internet Information Services (IIS).
  • 1.1K
  • 04 Nov 2022
Topic Review
Artificial Intelligence in Edge-Based IoT Applications
Given its advantages in low latency, fast response, context-aware services, mobility, and privacy preservation, edge computing has emerged as the key support for intelligent applications and 5G/6G Internet of things (IoT) networks. This technology extends the cloud by providing intermediate services at the edge of the network and improving the quality of service for latency-sensitive applications. Many AI-based solutions with machine learning, deep learning, and swarm intelligence have exhibited the high potential to perform intelligent cognitive sensing, intelligent network management, big data analytics, and security enhancement for edge-based smart applications. 
  • 1.1K
  • 15 Feb 2023
Topic Review
Censorship of YouTube
The video-sharing platform YouTube is the second-most popular website as of August 2019, according to Alexa Internet. According to the company's press page, YouTube has more than one billion users, and each day, those users watch more than one billion hours of video. Censorship of it has occurred and continues to occur to varying degrees in most countries throughout the world.
  • 1.1K
  • 25 Oct 2022
Topic Review
ACID (Computer Science)
In computer science, ACID (Atomicity, Consistency, Isolation, Durability) is a set of properties of database transactions intended to guarantee validity even in the event of errors, power failures, etc. In the context of databases, a sequence of database operations that satisfies the ACID properties (and these can be perceived as a single logical operation on the data) is called a transaction. For example, a transfer of funds from one bank account to another, even involving multiple changes such as debiting one account and crediting another, is a single transaction. In 1983, Andreas Reuter and Theo Härder coined the acronym ACID as shorthand for Atomicity, Consistency, Isolation, and Durability, building on earlier work by Jim Gray who enumerated Atomicity, Consistency, and Durability but left out Isolation when characterizing the transaction concept. These four properties describe the major guarantees of the transaction paradigm, which has influenced many aspects of development in database systems. According to Gray and Reuter, IMS supported ACID transactions as early as 1973 (although the term ACID came later).
  • 1.1K
  • 23 Nov 2022
Topic Review
TPT
TPT (time partition testing) is a systematic test methodology for the automated software test and verification of embedded control systems, cyber-physical systems, and dataflow programs. TPT is specialised on testing and validation of embedded systems whose inputs and outputs can be represented as signals and is a dedicated method for testing continuous behaviour of systems. Most control systems belong to this system class. The outstanding characteristic of control systems is the fact that they interact closely interlinked with a real world environment. Controllers need to observe their environment and react correspondingly to its behaviour. The system works in an interactional cycle with its environment and is subject to temporal constraints. Testing these systems is to stimulate and to check the timing behaviour. Traditional functional testing methods use scripts – TPT uses model-based testing. TPT combines a systematic and graphic modelling technique for test cases with a fully automated test execution in different environments and automatic test evaluation. TPT covers the following four test activities:
  • 1.1K
  • 08 Oct 2022
Topic Review
Framing (World Wide Web)
In the context of a web browser, a frame is a part of a web page or browser window which displays content independent of its container, with the ability to load content independently. The HTML or media elements that go in a frame may or may not come from the same web site as the other elements of content on display. In HTML, a frameset is a group of named frames to which web pages and media can be directed; an iframe provides for a frame to be placed inside the body of a document. Since the early 2000s, the use of framesets has increasingly been considered obsolete due to usability and accessibility concerns, and the feature has been removed from the HTML5 standard.
  • 1.1K
  • 24 Nov 2022
Topic Review
Accessibility and Sustainability in Context of Healthcare Platforms
A health platform is an IT system that provides a common infrastructure for delivering healthcare services. Organizations, including hospitals, clinics, home care providers, and governments, can use healthcare platforms. Examples of healthcare platforms include electronic health records (EHRs) and computer systems that store patients’ medical information, including health records, test results, and medications.
  • 1.1K
  • 01 Dec 2023
Topic Review
After Dark
After Dark is a series of computer screensaver software introduced by Berkeley Systems in 1989 for the Apple Macintosh, and in 1991 for Microsoft Windows. Following the original, additional editions included More After Dark, Before Dark, and editions themed around licensed properties such as Star Trek, The Simpsons, Looney Tunes, Marvel, and Disney characters. On top of the included animated screensavers, the program allowed for the development and use of third-party modules, many hundreds of which were created at the height of its popularity.
  • 1.1K
  • 02 Nov 2022
Topic Review
The Firefighter Problem
The firefighter problem defines a discrete-time process where a fire starts at a designated subset of the vertices of a graph G. At each subsequent discrete time unit, the fire propagates from each burnt vertex to all of its neighbors unless they are defended by a firefighter that can move between any pair of vertices in a single time unit. Once a vertex is burnt or defended, it remains in that state, and the process terminates when the fire can no longer spread.
  • 1.1K
  • 21 Jul 2023
Topic Review
Sky Angel
Sky Angel was a U.S. operator of Christian television networks; it operated three channels, Angel One, Angel Two, and KTV, all of which were exclusive to Dish Network. The company's corporate headquarters were located in Naples, Florida. The company also operated a Chattanooga, Tennessee location where programming, engineering and network operations resided. The company previously operated as a Christian-oriented television provider carrying religious and family-oriented programming, first as a satellite television service, and later as an over-the-top internet television provider. The shift to an IPTV platform was later accompanied by the spin-off of the provider's secular offerings into a second service known as FAVE TV. On January 14, 2014, Sky Angel ceased its IPTV business, citing that because it did not fall under the traditional legal definition of a multichannel video programming distributor, it was unable to employ legal remedies for its allegations that broadcasters were discriminating against its business model by preventing carriage of their channels.
  • 1.1K
  • 12 Oct 2022
Topic Review
Poser
Poser (and Poser Pro) is a 3D computer graphics program distributed by Bondware. Poser is optimized for the 3D modeling of human figures. By enabling beginners to produce basic animations and digital images, along with the extensive availability of third-party digital 3D models, it has attained much popularity.
  • 1.1K
  • 23 Nov 2022
Topic Review
Squid
Squid is a caching and forwarding HTTP web proxy. It has a wide variety of uses, including speeding up a web server by caching repeated requests, caching web, DNS and other computer network lookups for a group of people sharing network resources, and aiding security by filtering traffic. Although primarily used for HTTP and FTP, Squid includes limited support for several other protocols including Internet Gopher, SSL, TLS and HTTPS. Squid does not support the SOCKS protocol, unlike Privoxy, with which Squid can be used in order to provide SOCKS support. Squid was originally designed to run as a daemon on Unix-like systems. A Windows port was maintained up to version 2.7. New versions available on Windows use the Cygwin environment. Squid is free software released under the GNU General Public License.
  • 1.0K
  • 18 Nov 2022
Topic Review
Microsoft Jet Database Engine
The Microsoft Jet Database Engine (also Microsoft JET Engine or simply Jet) is a database engine on which several Microsoft products have been built. The first version of Jet was developed in 1992, consisting of three modules which could be used to manipulate a database. JET stands for Joint Engine Technology. Microsoft Access and Visual Basic use or have used Jet as their underlying database engine. However, it has been superseded for general use, first by Microsoft Desktop Engine (MSDE), then later by SQL Server Express. For larger database needs, Jet databases can be upgraded (or, in Microsoft parlance, "up-sized") to Microsoft's flagship SQL Server database product. A five billion record MS Jet (Red) database with compression and encryption turned on requires about one terabyte of disk storage space. It comprises typically hundreds of *.mdb files.
  • 1.0K
  • 04 Nov 2022
Topic Review
Sobi2
Sobi2 (formerly written as SOBI2) is the abbreviation of Sigsiu Online Business Index 2. Sobi2 is a free of charge open source web directory component and content construction kit (CCK) for the Joomla! content management system (CMS). Sobi2 is written in the programming language PHP, also makes use of Javascript and requires the MySQL database environment for storage. It is best suited for low to medium-level traffic web-sites. Sobi2's development has been discontinued in 2011, when its successor, SobiPro comes out. Sobi2 was listed in the Joomla! Extensions Directory until all extensions for Joomla! 1.5 were removed in 2013. The listing still can be found in the Web Archive. As a component for Joomla! (up to version 1.5), Sobi2 made it possible to run and manage a directory in a Joomla! website. Sobi2 has features that made it stand out from other directory components at that time. It could be used as a web directory or as a directory to physical locations, like golf courses. It has a built-in integration with Google Maps (API key from Google is required). Sobi2 was built with a modular concept, where additional functionality was added via plug-ins. The Joomla extensions directory listed over 80 plug-ins for Sobi2 at that time.
  • 1.0K
  • 25 Oct 2022
Topic Review
Network Sovereignty
Network Sovereignty is the effort of a governing entity, such as a state, to create boundaries on a network and then exert a form of control, often in the form of law enforcement over such boundaries. Much like states invoke sole power over their physical territorial boundaries, state sovereignty, such governing bodies also invoke sole power within the network boundaries they set and claim network sovereignty. In the context of the Internet, the intention is to govern the web and control it within the borders of the state. Often, that is witnessed as states seeking to control all information flowing into and within their borders. The concept stems from questions of how states can maintain law over an entity such like the Internet, whose infrastructure exists in real space, but its entity itself exists in the intangible cyberspace. Some Internet Scholars, such as Joel R. Reidenberg, argue, "Networks have key attributes of sovereignty: participant/citizens via service provider membership agreements, 'constitutional' rights through contractual terms of service, and police powers through taxation (fees) and system operator sanctions." Indeed, many countries have pushed to ensure the protection of their citizens' privacy and of internal business longevity by data protection and information privacy legislation (see the EU's Data Protection Directive, the UK's Data Protection Act 1998). Network Sovereignty has implications for state security, Internet governance, and the users of the Internet's national and international networks.
  • 1.0K
  • 17 Oct 2022
Topic Review
Stanford Web Credibility Project
The Stanford Web Credibility Project, which involves assessments of website credibility conducted by the Stanford University Persuasive Technology Lab, is an investigative examination of what leads people to believe in the veracity of content found on the Web. The goal of the project is to enhance website design and to promote further research on the credibility of Web resources.
  • 1.0K
  • 09 Nov 2022
Topic Review
Slack
Slack is a messaging program designed specifically for the office, but has also been adopted for personal use. Developed by the Canadian software company Slack Technologies, and now owned by Salesforce, Slack offers many IRC-style features, including persistent chat rooms (channels) organized by topic, private groups, and direct messaging. In addition to these online communication features, Slack integrates with other software.
  • 1.0K
  • 20 Oct 2022
Topic Review
Web Desktop
A web desktop or webtop is a desktop environment embedded in a web browser or similar client application. A webtop integrates web applications, web services, client–server applications, application servers, and applications on the local client into a desktop environment using the desktop metaphor. Web desktops provide an environment similar to that of Windows, Mac, or a graphical user interface on Unix and Linux systems. It is a virtual desktop running in a web browser. In a webtop the applications, data, files, configuration, settings, and access privileges reside remotely over the network. Much of the computing takes place remotely. The browser is primarily used for display and input purposes. In popular use, web desktops are sometimes referred to incorrectly as a web operating system or simply a Web OS.
  • 1.0K
  • 06 Dec 2022
Biography
Ajit Singh
Rome was not built in a day and success doesn’t come easy, diligence is the key to it. Mr. Ajit sets a new benchmark. ‘The Internet of Things’ was just another feather to his glorious cap. He has successfully authored 49 nonfiction computer science academic books and around 60 research papers. He was selected as a member of the International Association of Engineers, Hong Kong. He is resul
  • 1.0K
  • 10 Feb 2023
Topic Review
Trillian
Trillian is a proprietary multiprotocol instant messaging application created by Cerulean Studios. It is currently available for Microsoft Windows, Mac OS X, Linux, Android, iOS, BlackBerry OS, and the Web. It can connect to multiple IM services, such as AIM, Bonjour, Facebook Messenger, Google Talk (Hangouts), IRC, XMPP (Jabber), VZ, and Yahoo! Messenger networks; as well as social networking sites, such as Facebook, Foursquare, LinkedIn, and Twitter; and email services, such as POP3 and IMAP. Trillian no longer supports Windows Live Messenger or Skype as these services have combined and Microsoft chose to discontinue Skypekit. They also no longer support connecting to MySpace, and no longer support a distinct connection for Gmail, Hotmail or Yahoo! Mail although these can still be connected to via POP3 or IMAP. Currently, Trillian supports Facebook, Google, Jabber (XMPP), and Olark. Initially released July 1, 2000, as a freeware IRC client, the first commercial version (Trillian Pro 1.0) was published on September 10, 2002. The program was named after Trillian, a fictional character in The Hitchhiker's Guide to the Galaxy by Douglas Adams. A previous version of the official web site even had a tribute to Douglas Adams on its front page. On August 14, 2009, Trillian "Astra" (4.0) for Windows was released, along with its own Astra network. Trillian 5 for Windows was released in May 2011, and Trillian 6.0 was initially released in February 2017.
  • 996
  • 21 Oct 2022
  • Page
  • of
  • 18
ScholarVision Creations