Topic Review
Microsoft DoubleSpace BPB
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.
  • 307
  • 24 Oct 2022
Topic Review
Strategic Urban Planning
The general objectives of strategic urban planning (SUP) include clarifying which city model is desired and working towards that goal, coordinating public and private efforts, channelling energy, adapting to new circumstances and improving the living conditions of the citizens affected. Strategic planning is a technique that has been applied to many facets of human activity; we have only to mention Sun Tzu, Arthur Thomson or Henry Mintzberg; however, the application of strategic planning to urban contexts, or cities, regions and other metropolitan areas is a relatively recent development whose beginnings were eminently practical and artistical: a mixture of thought, techniques and art or expertise. Fifteen years of practice proved to be enough time for the technique to spread and for the first “Meeting of American and European cities for the Exchange of Experiences in Strategic Planning” to be organized. Institutions sponsoring the meeting, held in Barcelona in 1993, included the Inter-American Development Bank, the European Community Commission and the Iberoamerican Cooperation Institute. The cities of Amsterdam, Lisbon, Lille, Barcelona, Toronto and Santiago de Chile participated, among others. At that meeting it was demonstrated, along with other relevant aspects, that if cooperative processes are used in large cities in order to carry out strategic planning processes, and if a reasonable degree of comprehension is reached between the administration, businesses and an ample representation of social agents, organizational synergies will develop that will eventually improve resource management and citizens’ quality of life.
  • 938
  • 24 Oct 2022
Topic Review
Information and Communication Technologies for Development
Information and communication technologies for development (ICT4D) refers to the application of information and communication technologies (ICT) toward social, economic, and political development, with a particular emphasis on helping poor and marginalized people and communities. It aims to help in international development by bridging the digital divide and providing equitable access to technologies. ICT4D is grounded in the notions of "development", "growth", "progress" and "globalization" and is often interpreted as the use of technology to deliver a greater good. Another similar term used in the literature is "digital development". ICT4D draws on theories and frameworks from many disciplines, including sociology, economics, development studies, library, information science, and communication studies.
  • 30.5K
  • 24 Oct 2022
Topic Review
Toons Mag
Toons Mag is a cartoon magazine that offers a global online platform for publishing editorial cartoons, comics, caricatures, illustrations, and related news. It is a multilingual publication and organizer of an international cartoon contest and exhibitions. It was founded in 2009 by cartoonist Arifur Rahman, based in Drøbak, Norway.
  • 706
  • 24 Oct 2022
Topic Review
VGA-Compatible Text Mode
VGA-compatible text mode was introduced in 1987 by IBM as part of the VGA standard for its IBM PS/2 computers. Its use on IBM PC compatibles was widespread through the 1990s and persists today for some applications on modern desktop computers. The main features of VGA text mode are colored (programmable 16 color palette) characters and their background, blinking, various shapes of the cursor (block/underline/hidden static/blinking), and loadable fonts (with various glyph sizes). The Linux console traditionally uses hardware VGA-compatible text modes, and the Win32 console environment has an ability to switch the screen to text mode for some text window sizes.
  • 2.0K
  • 24 Oct 2022
Topic Review
Agent-Based Model in Biology
Agent-based models have many applications in biology, primarily due to the characteristics of the modeling method. Agent-based modeling is a rule-based, computational modeling methodology that focuses on rules and interactions among the individual components or the agents of the system. The goal of this modeling method is to generate populations of the system components of interest and simulate their interactions in a virtual world. Agent-based models start with rules for behavior and seek to reconstruct, through computational instantiation of those behavioral rules, the observed patterns of behavior.
  • 476
  • 24 Oct 2022
Topic Review
Hat Puzzle
Hat puzzles are logic problems that date back to as early as 1961. Such hat puzzles, frequently contextualized as prisoners and hats puzzles, are induction puzzles (a kind of logic puzzle) that involve reasoning about the actions of other people, drawing in aspects of Game theory sometimes called the hierarchy of beliefs. There are many variations, but the central theme remains the same. A number of players are each wearing a hat, which may be of various specified colours. Players can see the colours of at least some other players' hats, but not that of their own. With highly restricted communication or none, some of the players must guess the colour of their hat. The problem is to find a strategy for the players to determine the colours of their hats based on the hats they see and what the other players do. In some versions, they compete to be the first to guess correctly; in others, they can work out a strategy beforehand to cooperate and maximize the probability of correct guesses. One variation received some new publicity as a result of Todd Ebert's 1998 Ph.D. thesis at the University of California, Santa Barbara. It is a strategy question about a cooperative game, which has connections to algebraic coding theory.
  • 1.3K
  • 24 Oct 2022
Topic Review
TRACE (Psycholinguistics)
TRACE is a connectionist model of speech perception, proposed by James McClelland and Jeffrey Elman in 1986. It is based on a structure called "the Trace," a dynamic processing structure made up of a network of units, which performs as the system's working memory as well as the perceptual processing mechanism. TRACE was made into a working computer program for running perceptual simulations. These simulations are predictions about how a human mind/brain processes speech sounds and words as they are heard in real time.
  • 365
  • 24 Oct 2022
Topic Review
Lamport Timestamps
The algorithm of Lamport timestamps is a simple algorithm used to determine the order of events in a distributed computer system. As different nodes or processes will typically not be perfectly synchronized, this algorithm is used to provide a partial ordering of events with minimal overhead, and conceptually provide a starting point for the more advanced vector clock method. They are named after their creator, Leslie Lamport. Distributed algorithms such as resource synchronization often depend on some method of ordering events to function. For example, consider a system with two processes and a disk. The processes send messages to each other, and also send messages to the disk requesting access. The disk grants access in the order the messages were sent. For example process [math]\displaystyle{ A }[/math] sends a message to the disk requesting write access, and then sends a read instruction message to process [math]\displaystyle{ B }[/math]. Process [math]\displaystyle{ B }[/math] receives the message, and as a result sends its own read request message to the disk. If there is a timing delay causing the disk to receive both messages at the same time, it can determine which message happened-before the other: [math]\displaystyle{ A }[/math] happens-before [math]\displaystyle{ B }[/math] if one can get from [math]\displaystyle{ A }[/math] to [math]\displaystyle{ B }[/math] by a sequence of moves of two types: moving forward while remaining in the same process, and following a message from its sending to its reception. A logical clock algorithm provides a mechanism to determine facts about the order of such events. Lamport invented a simple mechanism by which the happened-before ordering can be captured numerically. A Lamport logical clock is a numerical software counter value maintained in each process. Conceptually, this logical clock can be thought of as a clock that only has meaning in relation to messages moving between processes. When a process receives a message, it re-synchronizes its logical clock with that sender. The above-mentioned vector clock is a generalization of the idea into the context of an arbitrary number of parallel, independent processes.
  • 650
  • 24 Oct 2022
Topic Review
APT (Package Manager)
Advanced Package Tool, or APT, is a free-software user interface that works with core libraries to handle the installation and removal of software on Debian, Ubuntu, and related Linux distributions. APT simplifies the process of managing software on Unix-like computer systems by automating the retrieval, configuration and installation of software packages, either from precompiled files or by compiling source code.
  • 1.1K
  • 24 Oct 2022
  • Page
  • of
  • 371
Video Production Service