Topic: computing (Page 32)

You are looking at all articles with the topic "computing". We found 484 matches.

Hint: To view all topics, click here. Too see the most popular topics, click here instead.

πŸ”— SCOOP: Simple Concurrent Object Oriented Programming

πŸ”— Computing πŸ”— Computer science

SCOOP (Simple Concurrent Object Oriented Programming) is a concurrency model designed for the Eiffel programming language, conceived by Eiffel's creator and designer, Bertrand Meyer.

SCOOP defines a way for an object oriented program to be written without the concept of threads, locks, or other typical multiprogramming methods. This allows the compiler or runtime environment to optimize the amount of concurrency as well as eliminate typical design flaws such as deadlock.

The model was first designed in the early 1990s and published in 1993 in the Communications of the ACM An updated version was described in chapter 30 of the book Object-Oriented Software Construction. A prototype implementation was developed in 1995 by Eiffel Software. An article by Compton and Walker provides an overview of SCOOP and describes another early implementation. Nienaltowski, Arslan and Meyer have published a description of the model as of 2003. Work on SCOOP proceeded at the Chair of Software Engineering at ETH Zurich. SCOOP became available as a standard part of EiffelStudio early in 2011.

πŸ”— Comb Sort - Just As Good As Quick Sort

πŸ”— Computing πŸ”— Computer science πŸ”— Computing/Software πŸ”— Computing/Computer science

Comb sort is a relatively simple sorting algorithm originally designed by WΕ‚odzimierz Dobosiewicz and Artur Borowy in 1980, later rediscovered by Stephen Lacey and Richard Box in 1991. Comb sort improves on bubble sort.

Discussed on

πŸ”— DNA Digital Data Storage

πŸ”— Technology πŸ”— Computing πŸ”— Medicine πŸ”— Molecular and Cell Biology πŸ”— Medicine/Medical genetics

DNA digital data storage is the process of encoding and decoding binary data to and from synthesized strands of DNA.

While DNA as a storage medium has enormous potential because of its high storage density, its practical use is currently severely limited because of its high cost and very slow read and write times.

In June 2019, scientists reported that all 16 GB of text from Wikipedia's English-language version have been encoded into synthetic DNA.

Discussed on

πŸ”— OpenSSI is an open-source single-system image clustering system

πŸ”— Computing πŸ”— Computer science πŸ”— Computing/Software πŸ”— Computing/Free and open-source software πŸ”— Linux

OpenSSI is an open-source single-system image clustering system. It allows a collection of computers to be treated as one large system, allowing applications running on any one machine access to the resources of all the machines in the cluster.

OpenSSI is based on the Linux operating system and was released as an open source project by Compaq in 2001. It is the final stage of a long process of development, stretching back to LOCUS, developed in the early 1980s.

Discussed on

πŸ”— Nuclear Gandhi

πŸ”— Video games πŸ”— Computing

Nuclear Gandhi is an Internet meme and an urban legend about the video game Civilization. According to the legend, there was a bug in Civilization that eventually forced the pacifist leader Mahatma Gandhi to be extremely aggressive and to use nuclear weapons heavily.

The bug was first mentioned in 2012, two years after the release of Civilization V, and eventually became one of the most recognizable video game glitches; it has been used as an example of integer overflow in computer science and was included in other Civilization games as an easter egg.

In 2020, Sid Meier contradicted the urban legend, stating there had never been a bug of this sort in the original 1991 game. Nuclear Gandhi was first implemented in Civilization V (2010) as a joke.

Discussed on

πŸ”— AMPRNet: Amateur Packet Radio Network

πŸ”— Computing πŸ”— Amateur radio πŸ”— Computing/Networking

The AMPRNet (AMateur Packet Radio Network) or Network 44 is used in amateur radio for packet radio and digital communications between computer networks managed by amateur radio operators. Like other amateur radio frequency allocations, an IP range was provided in 1981 for Amateur Radio Digital Communications (a generic term) and self-administered by radio amateurs. In 2001, undocumented and dual-use of 44.0.0.0/8 as an internet telescope began, recording the spread of the Code Red II worm in July 2001.

Discussed on

πŸ”— IBM 5100

πŸ”— Computing

The IBM 5100 Portable Computer is a portable computer (one of the first) introduced in September 1975, six years before the IBM Personal Computer. It was the evolution of a prototype called the SCAMP (Special Computer APL Machine Portable) that was developed at the IBM Palo Alto Scientific Center in 1973. In January 1978, IBM announced the IBM 5110, its larger cousin, and in February 1980 IBM announced the IBM 5120. The 5100 was withdrawn in March 1982.

When the IBM PC was introduced in 1981, it was originally designated as the IBM 5150, putting it in the "5100" series, though its architecture was unrelated to the IBM 5100's.

Discussed on

πŸ”— Mary Kenneth Keller

πŸ”— United States πŸ”— Biography πŸ”— Computing πŸ”— Women scientists πŸ”— Biography/science and academia πŸ”— Women's History πŸ”— Chicago πŸ”— Catholicism πŸ”— United States/Iowa

Mary Kenneth Keller, B.V.M. (December 17, 1913 – January 10, 1985) was an American Roman Catholic religious sister, educator and pioneer in computer science. She and Irving C. Tang were the first two people to earn a doctorate in computer science in the United States.

Discussed on

πŸ”— PreScheme – Scheme for systems programming

πŸ”— Computing πŸ”— Computing/Software

Scheme 48 is a programming language, a dialect of the language Scheme, an implementation using an interpreter which emits bytecode. It has a foreign function interface for calling functions from the language C and comes with a library for regular expressions (regex), and an interface for Portable Operating System Interface (POSIX). It is supported by the portable Scheme library SLIB, and is the basis for the Scheme shell Scsh. It has been used in academic research. It is free and open-source software released under a BSD license.

It is called "Scheme 48" because the first version was written in 48 hours in August 1986. The authors now say it is intended to be understood in 48 hours.