Topic: Computing/Software (Page 11)
You are looking at all articles with the topic "Computing/Software". We found 154 matches.
Hint:
To view all topics, click here. Too see the most popular topics, click here instead.
π TIL: There used to be an Internet Explorer for Unix
Internet Explorer for UNIX is a discontinued graphical web browser that was available free of charge and produced by Microsoft for use in the X Window System on Solaris or HP-UX. Development ended with a version of Internet Explorer 5 in 2001 and support for it was completely discontinued in 2002.
Discussed on
- "TIL: There used to be an Internet Explorer for Unix" | 2013-02-07 | 23 Upvotes 19 Comments
π Comb Sort - Just As Good As Quick Sort
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
- "Comb Sort - Just As Good As Quick Sort" | 2010-04-20 | 31 Upvotes 9 Comments
π OpenSSI is an open-source single-system image clustering system
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
- "OpenSSI is an open-source single-system image clustering system" | 2019-09-25 | 31 Upvotes 9 Comments
π PreScheme β Scheme for systems programming
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.
π Comparison of parser generators
This is a list of notable lexer generators and parser generators for various language classes.
Discussed on
- "Comparison of parser generators" | 2013-01-27 | 25 Upvotes 11 Comments
π The Cathedral and the Bazaar
The Cathedral and the Bazaar: Musings on Linux and Open Source by an Accidental Revolutionary (abbreviated CatB) is an essay, and later a book, by Eric S. Raymond on software engineering methods, based on his observations of the Linux kernel development process and his experiences managing an open source project, fetchmail. It examines the struggle between top-down and bottom-up design. The essay was first presented by the author at the Linux Kongress on May 27, 1997 in WΓΌrzburg (Germany) and was published as part of the book in 1999.
The illustration on the cover of the book is a 1913 painting by Liubov Popova titled Composition with Figures and belongs to the collection of the State Tretyakov Gallery. The book was released under the Open Publication License v2.0 around 1999.
Discussed on
- "The Cathedral and the Bazaar" | 2023-04-29 | 24 Upvotes 1 Comments
- "The Cathedral and the Bazaar" | 2015-05-15 | 10 Upvotes 1 Comments
π Napster
Napster was a peer-to-peer (P2P) file sharing application primarily associated with digital audio file distribution. Founded by Shawn Fanning and Sean Parker, the platform originally launched on June 1, 1999. Audio shared on the service was typically encoded in the MP3 format. As the software became popular, the company encountered legal difficulties over copyright infringement. Napster ceased operations in 2001 after losing multiple lawsuits and filed for bankruptcy in June 2002.
The P2P model employed by Napster involved a centralized database that indexed a complete list of all songs being shared from connected clients. While effective, the service could not function without the central database, which was hosted by Napster and eventually forced to shutdown. Following Napster's demise, alternative decentralized methods of P2P file-sharing emerged, including Gnutella, Freenet, FastTrack, and BitTorrent.
Napster's assets were eventually acquired by Roxio, and it re-emerged as an online music store commonly known as Napster 2.0. Best Buy later purchased the service and merged it with its Rhapsody streaming service on December 1, 2011. In 2016, the original branding was restored when Rhapsody was renamed Napster.
Discussed on
- "Napster" | 2024-01-08 | 22 Upvotes 14 Comments
π Hugin: open source panoramic photo stitching and HDR merging
Hugin () is a cross-platform open source panorama photo stitching and HDR merging program developed by Pablo d'Angelo and others. It is a GUI front-end for Helmut Dersch's Panorama Tools and Andrew Mihal's Enblend and Enfuse. Stitching is accomplished by using several overlapping photos taken from the same location, and using control points to align and transform the photos so that they can be blended together to form a larger image. Hugin allows for the easy (optionally automatic) creation of control points between two images, optimization of the image transforms along with a preview window so the user can see whether the panorama is acceptable. Once the preview is correct, the panorama can be fully stitched, transformed and saved in a standard image format.
Discussed on
- "Hugin: open source panoramic photo stitching and HDR merging" | 2010-04-06 | 28 Upvotes 7 Comments
π OpenDoc
OpenDoc is a multi-platform software componentry framework standard created by Apple for compound documents, intended as an alternative to Microsoft's Object Linking and Embedding (OLE). As part of the AIM alliance between Apple, IBM, and Motorola, OpenDoc is one of Apple's earliest experiments with open standards and collaborative development methods with other companiesβeffectively starting an industry consortium. Active development was discontinued in March 1997.
The core idea of OpenDoc is to create small, reusable components, responsible for a specific task, such as text editing, bitmap editing, or browsing an FTP server. OpenDoc provides a framework in which these components can run together, and a document format for storing the data created by each component. These documents can then be opened on other machines, where the OpenDoc frameworks substitute suitable components for each part, even if they are from different vendors. In this way users can "build up" their documents from parts. Since there is no main application and the only visible interface is the document itself, the system is known as document centered.
At its inception, it was envisioned that OpenDoc would allow smaller, third-party developers to enter the then-competitive office software market, able to build one good editor instead of having to provide a complete suite.
Discussed on
- "OpenDoc" | 2016-01-23 | 27 Upvotes 6 Comments
π JScript
JScript is Microsoft's dialect of the ECMAScript standard that is used in Microsoft's Internet Explorer.
JScript is implemented as an Active Scripting engine. This means that it can be "plugged in" to OLE Automation applications that support Active Scripting, such as Internet Explorer, Active Server Pages, and Windows Script Host. It also means such applications can use multiple Active Scripting languages, e.g., JScript, VBScript or PerlScript.
JScript was first supported in the Internet Explorer 3.0 browser released in August 1996. Its most recent version is JScript 9.0, included in Internet Explorer 9.
JScript 10.0 is a separate dialect, also known as JScript .NET, which adds several new features from the abandoned fourth edition of the ECMAScript standard. It must be compiled for .NET Framework version 2 or version 4, but static type annotations are optional.
Discussed on
- "JScript" | 2021-08-29 | 15 Upvotes 18 Comments