Jump to content

Wikipedia:Requested articles/Applied arts and sciences/Computer science, computing, and Internet: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Line 355: Line 355:
==Operating systems==
==Operating systems==
{{div col|colwidth=30em}}
{{div col|colwidth=30em}}
* [[pearOS]] - 64-Bit Debian Linux distro with similar Desktop Environment to Apple macOS X;
* [[pearOS]] - 64-Bit Debian Linux distro with similar Desktop Environment to Apple [[macOS]] X;
* [[Blackbuntu]] - Ubuntu base distro for Penetration Testing with GNOME Desktop Environment; being built using the Ubuntu 10.10; [http://www.blackbuntu.com]
* [[Blackbuntu]] - Ubuntu base distro for Penetration Testing with GNOME Desktop Environment; being built using the Ubuntu 10.10; [http://www.blackbuntu.com]
* [[Circle Dock]] - circular dock (open source) for Windows platform; [http://circledock.wikidot.com]
* [[Circle Dock]] - circular dock (open source) for Windows platform; [http://circledock.wikidot.com]

Revision as of 21:52, 14 July 2021

Add your request in the most appropriate place below.

Before adding a request please:

Also, when adding a request, please include as much information as possible (such as webpages, articles, or other reference material) so editors can find and distinguish your request from an already-created article.

Algorithms

Artificial Intelligence

A–Z

  • Cognitive robotic abstract machine (CRAM) is a plugin for the ROS robot control software which formulates high level tasks. Fluents and events are created in the Lisp language.[3] The software was developed at the Technische Universität München for the restricted domain of controlling the robot Rosie.[4]
  • Cranfield assembly benchmark It's a standardized assembly task in robotics to compare different robot software implementations. [5] It was invented in 1985.[6] The Cranfield benchmark isn't able to control a robot, but it measures if a given control software works accurate.
  • Crystal island (video game) is a serious game about an epidemic outbreak on an island.[7] The narrative planning is realized with the shop2 HTN planner.[8] The goal recognition of the human player works with bayesian networks.
  • Curriculum learning increases the efficiency of a neural network learning algorithm. It uses domain heuristics, for example a vocabulary in natural language. to adapt the neural network better to the underlying problem.[9] In the context of robotics the idea is, that the robot learns parameterized skills similar to multimodal learning.[10]
  • Execution monitoring in robotics, a software is used to control the robot. In most cases, the software isn't able to handle all cases. The gap between the desired actions and the wished actions are determined with a formalized model. [11]
  • Factored grammars are used to create valid paraphrases in natural language generation [12]
  • FightingICE is an AI challenge for implementing a two player fight game. The software was created at the Ritsumeikan University, japan to test different game AI strategies like monte carlo tree search for playing video games with Artificial Intelligence. The system has much in common with the OpenAI gym platform which is also a game based environment for developing AI bots.[13]
  • Fuzzy boom Was a period in which Fuzzy logic was researched with an optimistic attitude. The first Fuzzy boom was in Japan from 1984-1990 in which large tech companies like Fuji Electric have created consumer products and home applications. The second boom was in Europe from 1990-1995.[14] [15] Draft:Fuzzy boom in preparation
  • Fuzzy identification, creating the forward model by analyzing the input and output of a system. The concept is similar to system identification in the model predictive control domain but it is working with fuzzy models instead of differential equations. The numerical values of the input/output set are clustered and transformed into fuzzy predicates.[16]
  • Fuzzy q-learning A model free learning algorithm to control complex systems. The input space is mapped to the action signals with the help of fuzzy rules.[17]
  • Fuzzy state automaton, mathematical model of computation which is allowed to reach in-between states described in natural language. It's sometimes called a Fuzzy state machine or a Fuzzy Automaton.[18]
  • Fuzzy turing machine A fuzzy set is converted into a command which is executed on a computer. It is a tool to analyze fuzzy algorithms. In contrast to normal turing machines, uncertainty is handled on a machine level.[19]
  • Gaussian mixture regression is an interpolation algorithm to determine trajectories from existing clusters. An application is imitation learning in robotics.[20] The method is preinstalled in the Scikit-learn library.[21]
  • Goal oriented action planning (GOAP) A method for AI planning in video games similar to the STRIPS planning system. A path is generated through the symbolic states of the game. GOAP was invented in 2005 for controlling non-player characters in the game F.E.A.R.[22]
  • Goal stack, in a cognitve architecture a goal stack is similar to a rule stack and the working memory a module in the problem solving process. The STRIPS symbolic language is using a goal stack for managing subgoals. [23][24]
  • Grid world (simulation) is a simulated ecosystem to investigate artificial life algorithms.[25] Its realized with a 2d game engine for visualizing the behavior of agents.[26]
  • Hyper-redundant manipulator is a snake-like robot arm with a large amount of kinematics redundancy, it generates a control problem with a high amount of degree of freedom [27] [28]
  • Knowledge container - used in case based reasoning for storing information vocabulary and cases.[29] Traces of past experiences can be hold in knowledge containers as well.[30]
  • Knowledge to text - technique of converting ontologies, given in the RDF format, into textual content, written in natural language.[31] Its some kind of verbalizing algorithm to generate different natural language output.
  • 'Less than one'-shot learning - An extreme few-shot learning problem setting where a learner must recognize more object categories than the number of examples it is shown. This is different from both one-shot learning and zero-shot learning. One way to achieve 'less than one'-shot learning is to label a small number of examples using soft labels so that each example simultaneously provides information about multiple classes. This technique works with both neural networks and classic machine learning algorithms like the k-nearest neighbors algorithm. 'Less than one'-shot learning can reduce the data and compute requirements for AI development. [32] [33] [34]
  • Mario AI - Artificial Intelligence platform and competition to create an ingame NPC, which is able to play a jump'n'run game autonomously [35]
  • Matlab fuzzy logic toolbox is plugin for Matlab to build fuzzy control systems, annual license cost is 430 US$, it provides a graphical user interface to create fuzzy rules and adjust the membership function, according to the amount of papers in which the software was mentioned it's the de-facto standard in creating fuzzy systems in an educational context [36] [37]
  • Motion graph a motion capture recording is converted into a directed graph for storing the human trajectories in a database [38]
  • Neutrosophic logic is an extension of Fuzzy logic invented in 1995. It contains of truth values plus a separate false value taken from the interval zero to one.[39]
  • Non-axiomatic reasoning system (NARS), an example for Artificial General Intelligence which contains of inference rules and self-control [40]
  • Qualitative physics Common sense knowledge about the mechanical world is expressed in machine readable models. It is often combined with a linguistic representation and allows to predict future events. [41]
  • Reward shaping in reinforcement learning "is supplying additional rewards (separate from the desired final goal) to a learning agent to guide its learning process".[42] A decent (but dated) starting point would be the brief "reward shaping" subsection from this 2009 survey.[43] Should be a child article or subsection (depending on length) to Reinforcement learning.
  • Soft gripper is an under-actuated robotic hand made of rubber material. Sometimes it has the shape of an octopus robot.[44]
  • Task specification language is a corpus of actions which are grounding a robotics problem at a semantic level.[45] A user interface is provided which accepts commands in natural language.[46]
  • Temporal abstraction is a method in reinforcement learning to reduce computational complexity. Options are included in the action space to express different time intervals which allows to build hierarchical reinforcement models.[47]
  • Tracking control, used in robotics in a semi-autonomous mode to bring a mobile robot towards a goal trajectory provided by the human operator. It is the ability of a system to follow external goals under disturbance. The underlying theory was developed in 1980.[48] There is a simple linear tracking control available and more advanced model-based systems as well.
  • Truck backer upper problem A control problem in robotics which contains of a truck and a trailer. Its a nonlinear complex domain with a practical application and was investigated with many potential algorithms. [49]
  • Universal subgoaling The SOAR cognitive architecture is a general problem solver which allows to create agents. An agent has a subgoal structure and the task is to define the next goal.[50] Another mechanism which goes into the same direction is chunking and goal reasoning.[51]
  • Vision zone is a region in a computer game, in which the player can see the opponent.[52] Non player characters need a model of perception to act intelligently.[53]
  • Wikikreator a computer program which converts Wikipedia stubs into normal articles [54] It's using a word graph for the knowledge base.
  • Wikitology is a knowledge base which was extracted from the Wikipedia encyclopedia [55] The information is stored in the RDF-triple format which can be parsed by natural language understanding systems.
  • Yaps is symbolic process simulator which was developed to control the JACK virtual human. A symbolic model is created which acts as a middle layer between graphics rendering and high level goals.[56]

Companies

A–M

N–Z

  • National Injection Services - an IT services and consultancy company operating in AI, Big Data and Industrial IoT. It offers blueprint technology solutions for cloud integration in different sectors. [113]
  • netBlazr - Boston-based startup broadband company using wireless broadband technology. Offers packages for houses, apartment/condo buildings, and businesses. [114] [115] [116] Official website: [117] Supports net neutrality and has simple terms and conditions. [118] [119]
  • Netreo - IT Infrastructure Monitoring Platform company. They have been in market for 20 years. They have development centers in Irvine CA, USA and Bangalore, India[120][121][122]
  • Notion Ink Design Labs - Consumer Electronics; Maker of the Adam [123] and Adam II Android tablets and more recently the Cain 2 in 1 Windows device; [124]
  • ParcPlace Systems - smalltalk company
  • Pluribus Networks - company specializing in networks, network operating systems, hypervisors and network virtualization; [125]
  • Prolific Interactive - We partner with startups and leading brands to create incredible mobile products. [126]
  • PuppetLabs - company sponsoring the development of Puppet open source configuration management software; formerly known as Reductive Labs
  • Rivet Networks - Austin, TX based company producing Networking Hardware and Software for consumer and commercial markets. [127]
  • Rosedu (Romanian Open Source Education) - open-source organisation from Romania
  • RubyApks - Marketplace to download and publish varieties of software for free. [128]
  • Sambreel - San Diego, CA-based software company; received substantial media coverage for its browser add-on products; in 2011,received mainstream television, newspaper, and online coverage for its products Drop Down Deals, PageRage, and OverApps; in late 2011, substantial media attention focused on a disagreement between the company and popular social network website Facebook about the operations of its product, PageRage; [129]
  • Security Certified Program – company that issues the SCNS, SCNP and Security Certified Network Architect professional certifications.
  • SE Labs a security company
  • Service Strategies Corporation – company that issues the Service Capability & Performance standards.
  • Shareware Industry Awards Foundation
  • silex labs - non-profit organization; based in France; dedicated to open source web applications; official maintainer of Silex, [130]; Oof and Flog; offers open-source projects to help with their communication; [131]
  • Silverton Consulting, Inc - a storage analyst firm, headquartered in Broomfield, Colorado. The company was incorporated in April 2004 and is in the business of providing marketing collaterals to storage and system's companies. Ray Lucchesi, the Founder, has been in the data storage business since 1979 and is a co-host on the GreyBeardsOnStorage podcastand blogs at RayOnStorage.com.More information on Silverton Consulting services can be found at Silverton Consulting's home page.Silverton consulting also provides a monthly infrastructure newsletter signup page.
  • SmartBox Web Marketing - a national private dental digital marketing agency headquartered in New Albany, Indiana. The company was listed on Inc.'s 2016 list of fastest-growing private companies in the US. SmartBox uses SEO, PPC, blogging, reputation enhancement, video, automated email marketing, and other digital tools to help dentists attract new new dentists. [132] [133] [134] [135] [136] [137] [138]
  • Snap Limited - New Zealand-based ISP (Internet Service Provider). [139]
  • Sound Particles, Lda. (Sound Particles is a software house that develops audio software and plugins in November 2016, based in Leiria, Portugal. Its core software, Sound Particles, an audio software that brings the power of computer graphics to the sound world, is used in major Hollywood productions such as Star Wars 9, Frozen II, Game of Thrones and Ready Player One. The company also has available two innovative plugins Doppler and Air.) ([140][141][142][143] [144][145][146])
  • Shockley Transistor Company - there exists an article on the Shockley Semiconductor Laboratory, but not a wikified article on the business organization behind the lab. This business and its employees was the start of Silicon Valley, so it definitely should have a good quality article.
  • SproutVideo - An internet video hosting service for businesses offering tools to manage video security, engagement analytics, marketing, player customizations, and branded video websites. [147] Based in Brooklyn, NY, SproutVideo is a privately held company founded in 2010 by Adam Podolnick. [148] Along with companies like Wistia and Brightcove, SproutVideo is commonly listed as an alternative for business video hosting [149], rather than larger services like YouTube and Vimeo [150], which often focus more on sharing video content widely rather than keeping videos private or restricted to a select group of people. [151] [152] SproutVideo.com
  • Stratus Cloud Consulting - South African based Cloud Consulting Firm. [153]
  • Telecoms Cloud - cloud communications company headquartered in Liverpool, England, which provides a Telecoms API which enables the Internet of Things, giving software developers a telecoms toolbox with tools across Voice, SMS, Data Intelligence, Storage and Fax, accessed and triggered programmatically in websites, mobile apps and Internet-connected devices [154][155][156]
  • Tkprobix - An all-round digital content creation company created by Testimony Tunmibi in 2020. Tkprobix creates various digital products ranging from games to sites and others. [157]
  • Transceptor Technologies, Inc - Ann Arbor, Michigan, USA company, founded in 1986 by people with backgrounds in medicine, visual rehabilitation, telecommunications, computer design and education, developed the Personal Companion computer [158] - also see The Power (Snap! song)
  • TuSimple - TuSimple is a global self-driving truck technology company based in San Diego and operating self-driving trucks out of Tucson, Arizona and Dallas, Texas. Founded in 2015, TuSimple is developing a commercial-ready Level 4 (SAE) fully-autonomous driving solution for the logistics industry. TuSimple’s trucks are the first and only capable of self-driving from depot-to-depot and do so every day for its customers. The company is driven by a mission to increase safety, decrease transportation costs, and reduce carbon emissions.[159]
  • Ufanet - Russian Internet service provider; Ufa city, Bashkortostan; [160]
  • Userify - Enterprise Security software company, designers of an encryption key and sudo management application with a unique, decentralized design. Userify Website
  • Vewd Software AS - Vewd [161] is a company based in Oslo, Norway that develops software (List of smart TV platforms and middleware software) to enable the playback of OTT and streaming content on connected and hybrid TV devices such as Smart TVs and set-top boxes. Vewd was created when Moore Frères & Company took a majority stake in the Opera TV business unit of Opera Software ASA (now called Otello Corporation) in December 2016 [162]. The resulting company changed its name to Vewd in September 2017 [163]. As well as its Vewd Core and Vewd OS software for TV devices, Vewd offers the Vewd App Store which hosts a wide range of TV apps that can run on the Vewd platform. Vewd is a member of the HbbTV Association, and won an award for Best Multiscreen HbbTV Service in 2017.
  • Viv Labs - Developers of "Viv: the Global Brain"; Chicago Tribune article; Wired magazine article
  • VoiceThread; [164]
  • Vtiger - Developers of Vtiger CRM, an open source CRM application that grew to become the most downloaded open source CRM application on SourceForge. [165]
  • Vultr - A cloud infrastructure provider based in the United States providing cloud instances for consumers. [166]
  • Webteh - Slovenian software company that produces BS.Player
  • WhiteHat Jr - a learning startup by Karan Bajaj. Featured in Forbes.[167][168][169][170]

Compilers

Computer books

  • devMAG [171]
  • Javapro aka JavaPro aka Java Pro Magazine [172]
  • Mike Murach & Associates, 4340 N Knoll Ave Fresno, CA; publishing books for professional programmers since 1974.[173][174][175][176][177][178][179]doi:10.1145/1113487.1113498
  • The Secret Guide to Computers – By Russ Walter. [180]
  • What to Do When You Get Your Hands on a Microcomputer - ISBN 0830600825; published 1982.

Computer architecture

Computer languages

  • AntLang - programming language inspired by APL using M-expressions
  • Chameneos-Redux - program used to measure programming language processing efficiency
  • dylan.NET - new language for .NET and Mono; [189]; [190]; [191]
  • EMC-SNAS EMC filesystem? EMC Scalable Network Accelerator in front of their storage?
  • G15 PMN (programming language) - G15 PMN is a "first-hand programming language", because its emphasis is as much direct relationship to data as possible. Programs are put in small cards, rather than files, and the programming style is vertical. The compilation method is similar to Forth and like Forth, it uses stacks but not heavily. Instead of objects it has "warps" (pointers). With its algorithmic network FCM, it can be used in robotics and for formal illustrations. Its platform is the concept of a minimal green Personal Computer with its own G15 CPU, which may run virtually on other types of PCs. Numerous apps incl games exist for it. [192]; [193]; [194]; [195]
  • Gura Programming Language - an iterator-oriented programming language; [196]; [197]
  • Juliar Programming Language - a free to use open source high level multi-platform semi-functional programming language and compiler that that runs on almost every platform; [https:/juliar.org]
  • kryonet - Java external libraries intended for networking
  • Kvikkalkul - the secret programming language of the Swedish Navy; [198]; [199]
  • Playbasic - powerful 2d programming language using the BASIC dialect; [200]
  • Quetzalcoatl (programming language) - A new dialect of Python created recently; [201]
  • WhizBase - WhizBase 5 is a hypertext pre-processor for Windows®-based web servers; [202]

Hardware

The Internet

  • Broadcast Internet - a telecommunications term used by the broadcast television industry & the FCC, related to datacasting (broadcast distribution of digitally encoded data)... Is there a clear definition of "Broadcast Internet" & is it two-way communication? If not, can one-way conduits of information still be considered "internet"? (If so, how? Isn't it just broadcasting?) Although usage in regulatory language seems already widespread & increasing, the term seems either poorly defined or contradictory. A description derived from usage across multiple sources might be very beneficial here. [226];[227]
Multicast has been part of IP for a long time, though not so well used. Broadcast, as in over the air, is an efficient way to get a high bandwidth signal to many people. Separate IP streams are not. Maybe that is related. Gah4 (talk) 23:46, 11 December 2020 (UTC)[reply]
  • Browscap.ini - a standard for conveying browser capabilities
  • Canonical Text Service - A internet based decentralized persistent URN reference system for citation of text passages in digitised / digital documents.
  • Coding for a Cause - a movement of open-source technology advocates supporting not-for-profits by building them websites for free; [228]; [229]
  • Comparison of website change detectors - There are countless of sites and software for this, which would be quite useful an article that compares their characteristics. This could be a good starting point.
  • Colistor - a web service that manages lists and collections to organize the information the user needs to remember everyday; [230]
  • Conversion Pixel - a blank 1x1 pixel image used to track users behavior on a website; [231]
  • Crit.org - one of the older Category:Web annotation systems, funded by the Foresight Institute around 1997 as a form of ?Category:Social information processing, discontinued long ago but likely to have influenced the attempts that followed it. Sole link in now is Computer-supported collaboration#Link semantics, old sample of how it looked date chosen at random. Followed in time by Smart tag (Microsoft), preceded or concurrent with other software listed under "Related Projects and Software" on its homepage. ([232] [233])
  • Discovery engine - [234] Discovery engines are special type of search engines like Stumble Upon and Pinterest.
  • Drop-in video chat rooms
  • eduladder - a group of people who believe education should be free and accessible for everyone and they designed a web application called openlearning system. [235]
  • Explainer Web Site - A new type of web site/page making its appearance in 2014-2015 and often originating with various news organizations. These are sites that devote themselves to clear, often step-by-step and simple explanations of complex thoughts, ideas, processes and events. Examples include The Economist [236], The New York Times, Nate Silver's Fivethirtyeight. There's an article on the subject at Awl that also ranks quite a few such sites. [237]
  • Floating browser – There is a whole category of mobile browsers, at least on Android, called "Floating browsers". Two of the most popular, among many others are "Flynx" and "Flyperlink". [238] [239] [240]
  • .fun Domain (.fun is a type of domain used to make fun websites for games, programmes, memes, etc.) [241]
  • Good Guy Greg - meme
  • Infinite scrolling, also called endless scrolling or scroll forever - currently redirects to Scrolling - approach to web design where browsing sets of content continually dynamically adds new material to the bottom of the page as the user scrolls downward. This is in contrast to pagination, for which there is already an article. Scrolling does not address this particular topic at all. An article on this topic needs descriptions, examples, history, philosophies, design arguments for and against, and of course references.
  • Internet keyword - "a newly emerged technique for visiting network names". The description here on the China Registry website is pretty inscrutable.
  • Jotti.org - website where you can upload files to check for viruses. (Who owns it?)
  • Link Management Protocol - a link management protocol (LMP) that runs between a pair of nodes and is used to manage traffic engineering links (from RFC 4204)
  • List of countries by mobile Internet usage There are rankings about Internet, mobile phones but there isn't an article about usage of Internet mobile
  • Log-in / Log-on Loop - Where successful attempts at logging in to a website / webpage with a user name and password results in being returned to the initial log-in request. Can also encompass initial log-in privileges, with privileged results as account information; but returning to the initial log-in request when delving into a deeper subsection of log-in privileges (i.e. initial privilege: "My Account", subsection privilege: "My Account/Billing Information"). (One example: [242])
  • MaidSafe (software libraries) -- A suite of Dual Licensed libraries in c++ that implement a fully distributed network and serverless network akin to a darknet. [243] [244] [245] [246]
  • Mark of the Web (browser security feature) [247]; [248]
  • Midwest Internet Cooperative Exchange (MICE) - non profit internet exchange point in Minneapolis, MN; [249]
  • Partly Cloudy Technology - term created by Jeff M. White, Robert Linton and Colleen Rudio, about having a balance between cloud computing and local computing; primarily focused upon protecting the users software and data under any disaster or technical failure; [250]
  • Paymo Time Tracker - a popular free time tracker, went to do a background check on Wikipedia but there's nothing here. I found it mentioned on a bunch of sites and blogs; [251]; [252]
  • PopJam (PopJam is a Kids Social Media website where kids can make posts, rejam other posts, and more) (https://www.commonsensemedia.org/, https://superawesome.com, popjam.com)
  • seekweb - malware browser extension [253]
  • Spam404 - An internet abuse report platform which allows it's users to report abusive content such as phishing, spam and survey scams. Spam404 have already helped remove thousands of articles of abuse from leading internet websites such as YouTube, Weebly and SlideShare. MyWOT, URLVoid and Scamvoid use the blacklist provided by Spam404 [254]; [255]; [256]; [257]; [258]
  • Taubman v. WebFeats - A case about trademarks and intellectual property on the web, as mentioned in the short film Taubman Sucks and the website [259].
  • Tower of Babble BBS - Milwaukee, WI, Online Data Systems BBS, and Metro Big 10/Big 12 BBSes; notable BBSes (see Archives:BBS Addition (Dec 2008)
  • WOMBAT - A Usenet-era acronym for a process or programming task that is so overcomplicated, trivial, or otherwise devoid of usefulness to not be worth the speaker's time to implement. Frequently applied to work done for governmental agencies. [260]; [261];

[262];

  • xRTML - (Extensible Real Time Markup Language) New markup language based on HTML that allows developers to add real time to their websites; [263]; [264]; [265]

Operating systems

  • pearOS - 64-Bit Debian Linux distro with similar Desktop Environment to Apple macOS X;
  • Blackbuntu - Ubuntu base distro for Penetration Testing with GNOME Desktop Environment; being built using the Ubuntu 10.10; [266]
  • Circle Dock - circular dock (open source) for Windows platform; [267]
  • CMX RTOS - adding links CMX, RTOS, CMX RTOS
  • DietPi - a highly customisable, high-performance minimal distro for the Raspberry Pi and other ARM SBCs; [268]
  • DoudouLinux - [269]; system targeting young children; aims at making computer use as simple and pleasant as possible; while also making computer use more accessible to all children on earth, without discrimination; [270]
  • EYRX - [271]; real-time operating system by Eyring Corporation
  • feren OS - A Windows and macOS replacement Linux distro based on Linux Mint (which is based on Ubuntu), featuring a theming engine capable of replicating the look of various versions of Windows and macOS, and a few Linux distros.
  • GE Advantage Workstation (Operating System) - For use with workstations, as a component of devices of GE HealthCare.
  • Init scripts - topics on scripts in /etc/rc.d on a Unix/Linux OS, naming conventions, how to create one, etc.; [272]
  • Lighthouse Linux - a CD-based distro designed for speed, simplicity and lightness; currently at version 0.0.1; [273]
  • Linux 4.4 kernel- an operating system kernel that provides support for open-channel SSDs
  • Modern X - Linux Distro built to be modern; [274]
  • Paranoid Linux - a distro designed for privacy and security, that "assumes that its operator is under assault from the government ... and it does everything it can to keep your communications and documents a secret."; [275] -- Update: Cite given ( paranoidlinux.org ) is dead/parked as of this date. Fnord.
  • PicUntu - http://ubuntu.g8.net/
  • RTOS-UH Real Time Operating System-University Hannover using a DIN 66253-2 language called PEARL. The article is locked, because it was deleted sometimes ago; [276]; we are talking about a real operating system, and not vaporware
  • RuggedOS - mission-critical operating system developed and deployed (in, among others, SCADA applications) by Ruggedcom, a Siemens subsidiary; has recently been criticized and targeted by many articles for the undocumented presence of a backdoor and an embedded private key
  • Security Onion - Linux Distro of security monitoring tools for networks; [277]
  • TalkingArch - And eyes-free Linux distrobution TalkingParabola ISO, Download site
  • Techtocore Xplore OS - An robust Distro specifically customizable for the requested needs; [278]
  • Tock (operating system) - A security focused emedded operating system with support for kernel extensions and untrusted applications; [279] [280] [281]; [282].
  • TOSS Linux - Popular all new Linux Distribution being developed entirely by CSE Dept of Thiagarajar College of Engg. aiming Engineers and developers; [283]
  • TrentaOS - An Operating System that aimed to fill to bring commercial-grade user interfaces and experiences to the free desktop. Linux based.
  • ubnhd2 - ARM-compiled and Ubuntu-based Pentest OS for the HTC HD2 phone [284]
  • Ulux Corporation - Enterprise Operang syting Systems and more [www.uluxindustries.co.uk]
  • wattOS - lightweight Linux operating system remastered from the core Ubuntu Linux build. It focuses on a small footprint, low power, and a simple interface that you can easily add just about anything. [285][286]
  • Windows Research Kernel - Windows kernel source code for research
  • Windows Temporary User Profile - temporary user profile is generated when the user attempts login and Windows is unable to load the user's permanent (local) profile. Though the user's files are not deleted, he/she is unable to use them until the problem is fixed. [287]

People


A–L (by last name)

  • Ioannis Aslanidis - Gentoo developer, Bluetooth documentation for Linux, research proceedings, open-source developer
  • Rob Aspin – Director of Computer Science and Software Engineering, University of Salford [288] [289] [290] [291]
  • Ibrahim (Abe) Baggili - Elder Family Endowed Chair of Computer Science and Assistant Dean at the Tagliatela College of Engineering - Cyber Forensics Scholar and Educator. First Arabic person to become a professor in Cyber Forensics, and first to establish a Cyber Forensics Research Laboratory in the Middle East. Founder and Co-Director of University of New Haven's Cyber Forensics Research and Education Group (UNHcFREG) [292] [293]
  • Christopher Beales - founder of the ICTCLOUD community engagement & online portal business analysis; recognised for his contribution to open-source software as cost effective and viable solutions for not-for-profit organisations
  • Luciano Bello - Debian developer; discovered an epic fail in OpenSSL
  • Gary Bernhardt - programmer and educational podcaster
  • Somenath Biswas - professor of computer science, IIT Kanpur; doctoral adviser of Manindra Agarwal; author of several papers and inventor of Agrawal-Biswas Identity Testing; interested in logic and theoretical computer science in general; invented the concept of 'solution preserving universal relations" and "NP Creative Sets" along with Manindra Agarwal; list of his papers and contributions can be found on DBLP; [294]
  • Kalina Bontcheva - leading natural language processing researcher; contributions in summarisation, social media; proposer and chief scientist of the Pheme project
  • Dan Brickley - highly influential in the development of Semantic Web specifications and author of FOAF
  • Patrick Brown (Youtuber) - A youtuber who is known for the game Minecraft and has recently reached over 7,000,000 subscribers in February 2016 on YouTube. He is married to Jennifer Brown and some of his most recent series include: The Crafting Dead, Epic Proportions: Season 9, and The Lucky Block Challenge Games. He was born on November 25, 1988.
  • Jared Burrows - Young Entrepreneur, Software Engineer and Android enthusiast in Orlando, FL who founded BurrowsApps. [295]
  • John W. Carr III - early pioneer, y, professor at the Moore School of Electrical Engineering
  • Ryan P. Catalfu - 2016 PowerPoint World Champion - Microsoft Office Specialist World Championship [money.cnn.com/2016/08/12/technology/microsoft-office-worlds/index.html][www.atlasobscura.com/articles/the-microsoft-office-world-championships-feature-blood-tears-and-very-little-sweat]
  • Rama Chellappa - Professor of Electrical and Computer Engineering, University of Maryland College Park. Prof. Chellappa is a leading researcher in computer vision and pattern recognition and his work has had significant impact on the field.
  • Shenchang Eric Chen - programmer, inventor of Virtual Reality camera;[296]
  • Mychilo Cline - Author of multiple books on the nature of virtual reality and its relevance to modern society.
  • William James Cody (died June 24, 2009[297]), numerical analyst[298], author of SPECFUN and other libraries
  • Somdip Dey - Indian embedded artificial intelligence scientist at the University of Essex [299][300] and Samsung Electronics[301][302]. Inventor of QR code based authentication and authorization system[303][304][305]. Popular in media for affordable artificial intelligence solutions [306][307][308]. Previous editor of Association for Computing Machinery XRDS (magazine) [309] and current editor of Frontiers in Blockchain: Fourth Industrial Revolution journal [310]. Highly cited researcher in QR code based security approaches [311][312].
  • Surya Dantuluri - Machine Learning and Robotics Researcher, Full Stack Developer. Published researcher and lectures globally focusing on various sub-fields of Machine Learning. Inventor behind El Toro Grande. [313]
  • Changyu Dong - lecturer in the Department of Computer and Information Sciences at the University of Strathclyde; his research focuses on information security, more specifically trust and privacy management, applied cryptography, access control and policy-based management; before Strathclyde, he was a post-doctoral researcher in the Policy group at Imperial College London; he received my PhD and MSc from Imperial, BSc from Fudan University; also worked several years as a network engineer back in China
  • Julia Evans - programmer and blogger
  • Maximiliano Firtman - programmer, author of many books from O'Reilly Media including "Programming the Mobile Web", "jQuery Mobile: Up and Running", "Mobile Web High Performance" and books in Spanish for Alfaomega Grupo Editor, he has written dozens of articles in specialized media, including .net Magazine, Smashing Magazine and more. He has been recognized as Adobe Community Professional, Nokia Developer Champion and BlackBerry Elite developer for his work helping the community, speaking at conferences and sharing knowledge. He is also well known in the mobile web community for finding bugs, hacks and non-documented features on mobile browsers.
  • Simon Foster - created the graphics for RollerCoaster Tycoon series, as well as Transport Tycoon
  • Leon Gatys - author of the hugely influential AI/machine learning paper, A Neural Algorithm of Artistic Style that first describes the style transfer technique of identifying, separating artistic style of an image from the content/shape; [314]. This technique has been used, adapted, and iterating upon by the entire industry and is, again, hugely foundational and important. He's published many other machine learning papers and is now apparently working at Apple.
  • Mats Geier - Major developer of Linux Mint, known as "Husse"; recently deceased
  • Joseph Glickauf Jr. - computer-consulting pioneer; inventor of the Glickiac demo counter machine (a small-scale model to demonstrate the power of electronic computing); promoter/evangelist of business use of computers; [315]; [316]; [317]
  • Jaydson Gomes - Web developer and system analyst, speaking at conferences and co-founder of BrazilJS Foundation and BrazilJS Conference. Maintainer of JSRocks.org. Works focused on Front End Web Development.
  • Tyrone Grandison PhD - pioneering researcher in Trust Management and in Data Security & Privacy; IEEE Distinguished Engineer; ACM Senior Member; HIMSS Fellow; BCS Fellow; White House Presidential Innovation Fellow (2014-15); Deputy Chief Data Officer, US Department of Commerce (2015-16); 1st ever CIO, Institute for Health Metrics and Evaluation, School of Medicine, University of Washington, Eisenhower Fellow, AAAS-Lemelson Invention Ambassador, National Academies' New Voices.
  • Geoffrey Grosenbach - founder of PeepCode Screencasts and Ruby on Rails podcast; [318]
  • Ward Hale Mr. Ward "Logan" Hale of Tek Syndicate
  • Tam Hanna - online and offline journalist; covering handheld computers; said to also offer marketing advice to mobile computing companies; CEO of Tamoggemon
  • Jalali Hartman - Entrepreneur, engineer and activist. Inventor of Social Velocity, The Conversion Index and the 2014 Global IP Champion for his work with opening access to artificial intelligence and robotics to the autism community.
  • Jonathan Heiliger - creator of Open Compute Project while VP of Infrastructure at Facebook; notable investor; board member of two publicly traded companies (DuPont Fabros Technology & Jive Software); TR35 recipient
  • David Helkowski - Software Engineer; known hacker; author of XML::Bare XML parser ( parser in various mainline Linux distros ). Suspect in UMD data breach ( multiple articles in major news sources about this ).
  • Joey Hess,[319] a software developer and former[320] Debian developer.[321] He is the original author of ikiwiki,[322] Alien, debconf, and (co)developer of various other software programs.(*) Frequent speaker at DebConf,[323] successful Kickstarter project,[324] his Palm Pre comments also made the news,[325] [326] [327] (*) He probably also (co)developed: git-annex, ikiwiki-hosting, debian-installer, debhelper, moreutils, myrepos, etckeeper, mpdtoys, tasksel, debmirror, github-backup, propellor, dpkg-repack, Words2Nums, pdmenu, filters, os-prober, devscripts, rootsync, nslu2-utils, jetring, ticker, shoop, apt-src, pentium-builder, perlmoo, TermStool, base-config, flashybrid, satutils, mooix, wmbattery, sleepd, pristine-tar, Kaxxt, bin, kong, acpi, sigprogs
  • Jürgen Höller - Spring Framework designer, developer, and front-man
  • Russ Housley - Former IETF Chair, (co)author of over 80 RFCs. Apparently PRODded in December 2015, also see an older archived user talk page section.
  • Uday Ivatury - Collaborator on projects related to early internet connections, Bridge online, and more, with James Gleick, Bill Gates, and more. [328] [329] [330] [331]
  • M. Tim Jones - author ("GNU/Linux Application Programming", "Artificial Intelligence: A Systems Approach", "AI Application Programming", "BSD Sockets Programming from a Multilanguage Perspective", and "TCP/IP Application Layer Protocols for Embedded Systems"), and 60+ articles of which some are referenced in Wikipedia (Cloud Computing, BusyBox, Platform virtualization, O(1) scheduler, QEMU, Security-Enhanced Linux, Slab allocation, Journaling file system, Asynchronous I-O, Service Location Protocol, Stream Control Transmission Protocol, Linux startup process, etc.)
  • Brian Kantor - currently redirects to AMPRNet#Amateur Radio Digital Communications (non-profit) - co-creator of Network News Transport Protocol, long-time administrator of the AMPRNet, UCSD staff network engineer
  • Kyle Kingsbury (programmer) - programmer and blogger
  • Jacqueline Kazil (Jackie Kazil) - data scientist, journalist, and software developer; Former Presidential Innovation Fellow; Wrote Data Wrangling with Python; Founder of the second Pyladies chapter, which turned PyLadies into a multi-org entity; Multiple award winning, high impact projects: Top Secret America, Congress.gov, and Geoq
  • James King (website developer) (a.k.a Jamesking56) - website developer; [332]; PHP programmer, sells software, does website development freelance; original owner and founder of HeroHost Hosting Company
  • Ryan Klimt (website developer) - website developer; [333]; PHP programmer, front and back end web development, aesthetically pleasing sites created with mobile-first ideology; does website development freelance; mobile game development on the side (Tapster)
  • Aydin Köksal - Turkish electronics, computer and software engineer and linguist. He brought 2500 informatics terms such as computer(bilgisayar), informatics(bilişim), hardware(donanım), software(yazılım) and database(veritabanı) into Turkish.
  • Rachel Kroll - programmer and blogger
  • Chris Larson (Microsoft) - Retired MS-DOS Product Marketing Manager at Microsoft [334][335]
  • Éireann Leverett (hacker and internet harm reductionist) - Programmer, hacker, magician, magic historian, incident response trainer, with a focus on industrial systems and scada (famous MPhil on the subject), quality assurance, and security economics, Technical editor of a book on social engineering, Attended University of Edinburgh, and Cambridge, and has a famous moustache (in the hacking community).
  • Yen-Huan Li - machine learning researcher and assistant professor of computer science and information engineering at National Taiwan University; [336]
  • Dan Luu - programmer and blogger [337][338][339][340][341]
  • Garvit Arya - Data Engineer at Google and authored tech books along with writing research/blogs/articles on Data Science [342] [343]

M–Z (by last name)

Programming

Protocols

Real-time computing

Searching; search engines

  • DASL or DAV Searching and Locating - a protocol for searching WebDAV repositories; [433]
  • Entireweb - one of the largest crawler-based, second-tier search engine
  • Expertscape.com - Expertscape uses the National Institute of Health's PubMed database to objectively identify and rank medical expertise across more than 26,000 biomedical topics. [[www.expertscape.com] [The Patients Playbook, by Leslie Michelson, p. 113, 132] [434]]
  • FuzzFind - web meta search mashup; combines the leading search engines (Google, Bing, Yahoo) and social bookmarking sites (del.icio.us), with personalizable results; [435] [436]; [437]; [438]
  • Findmyrice.com - largest global hospitality product and service search engine with global postcode filtering [439]; [440] [441] [442] [443] [444]
  • Reverse SEO - combination of SEO and online reputation management; while a positive topic is written on, the negative topic is basically optimized via unethical black hat tactics in order to lead to a ban
  • search2.net - search engine; based on opensource software nutch; online since 2009
  • site search - a service for finding information on a specific site; for example, the search in Wikipedia is a site search, working only on the information in wikipedia.org; site search engine is a big class of search engines, that should be right next to web search engine and probably even before enterprise search in the listing of search; [445]; [446]; [447]
  • Soovle.com - search suggestions from the major providers on the net; provided in a visually appealing fashion; first site to focus on helping the user get to the best search terms; [448]; [449]; [450]; [451]; [452]; [453]
  • Speedy Spider - from Entireweb; apparently a large Swedish search engine; purpose?
  • Video search engine optimization (VSEO)

Security

A–M

 Doing... Started draft at User:Flori4nK/Firejail - Flori4nK tc 13:54, 1 March 2021 (UTC)[reply]

N–Z

Software

A–B

C–D

  • CanvasJS (JavaScript library for making charts; charting software) ([530])
  • CashOrCard POS a full Electronic Cash Register / Point of Sale solution, built with omnichannel retail in mind. Free to download and install, all that is needed is a tablet (iPad or Android). Brings together integrated loyalty, full eCommerce integration and a globally-accessible dashboard to manage business performance... [531], [532], [533], [534]
  • Cetaris - Fleet maintenance and Enterprise Asset Management Software for fleet and fixed assets. [535], [536], [537], [538], [539], [540]
  • Chankast - Sega Dreamcast emulator, which seem to be the first and, although now unmaintained, has opened the way to other emulators like NullDC
  • Chartist (JavaScript library for making charts; charting software) ([541])
  • Clock-on-Desktop - a tool to allow you to display analog and digital clocks on your desktop
  • Clock-on-Tray - a replacement for standard Windows tray clock; nominated for Epsilon Award 2010
  • Cloud System Booster - system maintenance & optimization tool based on cloud technology; all-in-one PC repair and system maintenance program; [542]; [543]
  • Color Insight - a color asset management and color approval application for graphic arts, commercial print, and textile industries. Developed by Julian Mussi, Color Insight is a part of the DeSL CLM (color lifecycle management) module; [544];[545];[546]
  • CoreCluster cloud (a platform for small and cloud computing installations, dedicated for devops and automated tests) [547]
  • Cyberfox - a web browser based on Mozilla Firefox,available for Windows. [548]
  • Codename24 - internet application suite [549];[550]. The article was nominated for speedy deletion some days ago
  • Coherent UI - a Graphical User Interface system, designed for real-time applications; [551]; [552]
  • Comparison of Android emulators - This article should include both those that are independent programs (like BlueStacks or YouWave) as well as those that can be run from a virtual machine (Android-x86) and others.
  • Comparison of file recovery utilities: a list already exists, just need a good comparison of its features.
  • Component Based Servicing - built into Windows Vista and later; [553]
  • Concerto signage - open-source digital signage software; started at Rensselaer Polytechnic Institute; [554]
  • Consoleworks - connects consoles together
  • CoolNovo - a Chromium-based web browser and enhanced edition of Google Chrome; [555]; [556]
  • Copywhiz - a flexible file copy program. It was formerly known as Piky Basket
  • CoreNLP - a popular natural-language processing toolkit from Stanford University, Christopher D. Manning
  • Corel Home Office is a sleek new office suite for word processing, spreadsheets and presentation projects
  • Cryptix is a complete cryptography solution for macOS. [557]
  • CrazyBump is a program for making bumpmaps, normal maps and displacement maps from pictures.
  • CursorFX - a tool to create or apply existing cursor themes to change cursors
  • Cxbx-Reloaded - Based on a now dead emulator Cxbx (wich together with Dxbx could redirect to this), Cxbx-Reloaded is a continuation with 88 working games and its developer also know for attempting to recreate the original xbox live services as mentioned on Kotaku, Youtuber ModernVideoGamer MVG mentions the emulator working, Borman mentions its progress [558][559][560][561][562][563].
  • D-Pixed - image editor specializing in 256 color images; originally a Japanese program, it has been translated to English; [564]
  • Demantra - Oracle Demantra is a best-in-class provider of demand management, sales & operations planning, and trade promotions management solutions; [565]
  • Darcy Ripper - Darcy Ripper – Offline Free Website Downloader That Can be used by simple users as well as programmers to download web related resources on the fly.; [566]
  • Deeponion - Deeponion is an anonymous cryptocurrency that is natively integrated with the tor network; [567];

[568];[569];

  • DeepStack - The first computer program beating professional poker players in No-Limit Texas Hold'em Poker. [570];[571];[572]
  • DeskDeco - free wallpaper management software; [573]
  • DevelSoftware assembler x86-64 - freeware x86-64 assembler
  • Dygraphs (JavaScript library for making charts; charting software) ([574])
  • Dyplo - a distributed, robust and failsafe embedded infrastructure enabling seamless software and FPGA integration including Linux API, FPGA infrastructure and partial reconfiguration management.; [575]; [576]; [577]
  • Dictator (software) - [578]; for on-screen reading of text files
  • Disco Project - erlang/python mapreduce+ framework; [579]
  • DNSKong - "is an Internet privacy filter, which uses simple text files. The program filters Domain Name Server requests on a local machine or home router. DNSKong comes in a version 1 with visual cues and version 2 w/o visual cues and more advanced configuration."; [580]
  • Dodontof - online text-based system
  • Dr.Explain - a help authoring tool which can automatically document application screens; [581]
  • Driver Genius Professional Edition - [582] a sound device manager and updater
  • DriverPack Solution Since I myself was preparing an article about hw-probe, I was on the Internet looking for device information on the go. I came across the website of this program written for Windows DriverPack Solution, which is offered at least on the websites drp.su/en and [driverpack.io/de driverpack.io/de] and according to the provider's website, the number of worldwide users is currently indicated with 46,0085,000. , and offer it probably already for download, even if the thing due to unclear funding, would be possible Symantec, since I have also seen a hint, which refers to this, and with installation of adware such as the Opera browser, one Russian Firefox version and Avast antivirus protection should be considered at least with caution with a possible download size of 2.68 GB. Some protection programs, like Malwarebytes, also seem to regard it as a kind of virus, others, like Kaspersky, seem to rate it as good. Should not we, because of the number of program installations that have already taken place, be obliged to also offer an article about it? But I will not be able to do that because I deal almost exclusively with Linux myself. The author could perhaps take an example on the ru: DriverPack Solution(Russian) or fr: DriverPacks (French) Wikipedia. --Peter Littmann (talk) 00:58, 7 December 2019 (UTC)[reply]
  • eDexter - "is an Internet privacy filter-supplement, working with DNSKong, to reduce unnecessary & unwanted graphic-file downloading. The program speeds up web-page display by replacing remote images with smaller, local ones."; [583]
  • CoinIMP miner (CoinIMP is an in-browser miner that provides webmasters with a cryptocurrency JavaScript miner that can be embedded in a website so visitors can allow cryptocurrency mining as they navigate through the site. It brings the concept of responsable website mining) (https://coinimp.com)

E–F

G–J

[658] [659]

  • ifupdown network interface manager for linux
  • Indigo-rose - software development tools; [660]
  • Indimile - Web-based project management / client engagement tool for freelancers; [661]
  • InfiniSQL - Free/Open Source Massively Scalable Relational Database Management System (RDBMS); [662]; [663]; [664]; [665]; [666]; [667]
  • Insight Remote Support (HPE Insight Remote Support is a monitoring software developped by HPE focused on HPE hardware and integration with HPE software like HPE OneView.) ([668] )
  • iPDF - Some sort of definition would help readers understand articles where this term is used.
  • iSPY (open source webcam surveillance/monitoring software)
  • jDisk Report - java software to monitor disk usage
  • Jiangmin
  • Jinzora - PHP internet jukebox manager
  • Jonas Construction Software Jonas Construction Software is a fully-integrated service and construction software solution, providing construction management, construction accounting, service management and project management solutions. [669]
  • Jpeg Resize - tool to resize JPEG images more easily
  • JSCAPE MFT Server - platform independent managed file transfer server
  • JuggleMaster - program written by Ken Matsuoka and Per Johan Groland, who converted it to C++, which displays an animated juggler juggling balls; [670]
  • JuMP (modeling language) - Julia for Mathematical Optimization is an Algebraic modeling language developed by the MIT Operations Research Center, for mathematical optimization embedded in Julia. It currently supports a number of open-source and commercial solvers for a variety of problem classes, including linear programming, mixed-integer programming, second-order conic programming, semidefinite programming, and nonlinear programming [671] [672];
  • Justis (software) - Database of Case law. First ever to provide PDF's online and contains exclusive online worldwide content. Similar in form to Westlaw. ; [673]

K–L

  • Kangas Sound Editor - An open-source Java program for creating music and sound-effects from scratch, by specifying harmonics and inharmonics which are stored in a database; [678]; [679]; [680]; [681]
  • KillCopy
  • Kizoa - An online movie maker for the creation of videos and digital collages; [682]; [683]; [684]; [685]; [686];[687]; [688]; Lewell, John.Digital Photography for Next to Nothing: Free and Low Cost Hardware and Software to Help you Shoot Like a Pro. Wiley. 2010 pp. 213-214.
  • Kohana (web framework) - an open-source, object-oriented MVC web framework; [689]; [690]
  • Kontalk - A community-driven open-source encrypted messaging project de:Kontalk [691]
  • Konvertor - a file viewer/converter supporting conversion among 2483 3D, image, photo, animation, audio, video and text formats quickly and easily; nominated Epsilon Award 2010
  • Koteret-Lakoach-Nachas-Zefa - Hebrew for koteret = title, lakoach = client/customer, nachash = snake, zefa = viper. It is a name of a service window in Mercury Winrunner Web Add-In. WinRunner is a software testing tool. I think the particular module has been developed by somebody from Israel (Possibly by Dan Tsirlin).
  • LBackup - backup system aimed at systems administrators; [692]; [693]; [694]; (mentions Lucid Information Systems, currently key contributor)
  • LBMMPS (Location Based Mobile Multimedia Pusher System)
  • Legendre Moments - Moments used for computer image processing. [695]
  • Lelogiciel - language lab software; India; [696]
  • lexiCan - client which allows knowledge distribution across a company network, e.g., for instructions, course material, faqs, manuals. As found on Hane, Paula (2009-06-29). "New Version of Knowledge Management Software: lexiCan 3". Information Today. [697].
  • libexo. Some library that my updater installed on kubuntu linux just now.
  • libhogweed. Some library that my updater installed on kubuntu linux just now.
  • libxerces - another library that my updater installed on kubuntu linux just now. I think this one parses XML but am not sure (and certainly not competent to write an article on it).
  • lightIRC - A popular web-based IRC client written for the Adobe Flash Platform. [698]
  • Lively Wallpaper - Free and open-source software for playing animated desktop wallpaper. [699]
  • Linux Tycoon - Linux Distro Building Simulator; [700]
  • Litterati - App gamifying picking up litter. [701]
  • Little Apps - Our aim is to create free, open source, redistributable programs. We license our programs under the GNU General Public License, which means that we will never charge you and it allows (you) the customer to edit the software. One of our noted programs is Little Registry Cleaner. [702]
  • Log Analyzer: Trends - website statistics software; nominated for Epsilon Award 2010
  • Logstash - The log parsing engine for Elasticsearch (our Elasticsearch article already contains a link to the missing Logstash article). Official home page: [703]. Wikitech article: [704].
  • National Instruments Lookout
  • LPMT – we are working on a free software video tools manual and I found there is no page or mention of this projection software. Given that there will be a task and case study published soon it would be great for there to be a Wikipedia page. [705]
  • Luakit - Highly configurable microbrowser that uses Lua as a configuration language. [706]

M–N

O–P

Q–R

  • Qemu Manager - an easy to use management tool,a compact front end for the fantastic QEMU emulator for Windows & WINE
  • qualxserve service agreement
  • Qlikview
  • QtWeb Internet Browser - a lightweight, fast, secure & portable web browser (description from http://qtweb.net/).
  • Quibids - auctioning website
  • Quick Format
  • Quick Notes Plus - a desktop note program for Windows which has fewer functions than Notezilla (but is cheaper)
  • Quick View Plus - [790]
  • Quick Virus Remover - [791]
  • Q4OS a Debian-based desktop Linux distribution designed to offer classic-style user interface with the Trinity Desktop Environment and simple accessories, and to serve stable APIs for complex third-party applications, such as Google Chrome, VirtualBox and development tools. The system is also very useful for virtual cloud environments due to its very low hardware requirements.
  • Radmin - Remote administration software, remote pc access and control, remote techsupport software - [792], [793], [794], [795]
  • Raven DB - [796]
  • Raece Conquest
  • Rama (software) - mobile application for self-guided historical walking tours; ranked among BBC's "Top Ten New Travel Apps"; created by Crimson Bamboo; would require a note in the disambiguation page
  • Rapture3D an Ambisonic OpenAL driver bundled with DiRT 2. There's a first attempt without adequate sources at User:Rfurse/Rapture3D.
  • RailsBricks - [797] - an app creator for the Ruby on Rails framework
  • RecentX - tool which lets users quickly open any document, folder, program or bookmark; nominated for Epsilon Award 2010
  • Reflex ERP - a fully integrated Enterprise Resource Planning (ERP) software solution that has been developed to leverage the latest .net framework in order to deliver highly functional, adaptive software that can run on virtually any device and can be hosted either on-site or in the cloud. [798]
  • Remote Development
  • Report Manager - a free and open source reporting application (Report Manager Designer) and a set of libraries and utilities to preview, export or print reports. Include native .Net and Delphi/C++Builder libraries, ActiveX component and also standard dynamic link library for use in any language like GNU C. [799]
  • Resource Tuner - a tool which lets users view, extract, replace, edit, and delete the embedded resources of executable files: icons, strings, images, sounds, dialogs, menus
  • Resource Tuner Console - a command-line tool which enables developers to instantly change different resource types (version numbers, icons, images and strings) in large numbers of compiled 32- and 64-bit EXE or DLL files from the batch files
  • RaidCall - online voice communication software www.raidcall.com/
  • ranqit - user-driven top ten lists; [800]
  • rapget - downloader for file-sharing sites (Rapidshare, megaupload, ...)
  • RBAU
  • RD Tabs - third-party Windows remote desktop application (tabbed like Firefox)
  • Real3d (rendering software) - Real3D, 3d-rendering software for Amiga computers, first released in 1989(?)
  • RealProducer
  • Red Hat Enterprise Linux OpenStack Platform
  • REKURSIO - free editor xml files for Windows [801]
  • Reloaded (software type)
  • REMnux
  • Remindo - SaaS corporate company network; [802]
  • rsnapshot - open-source filesystem snapshot utility for making backups of local and remote systems; [803]
  • Rspamd - open-source spam filtering system; [804]
  • RT Se7en Lite
  • Ryujinx - a Nintendo Switch emulator
  • Rubedo CMS - Rubedo is a full featured open source Enterprise Content Management System, built on MongoDB [805] and Elasticsearch with Zend Framework, AngularJS and Boostrap. It offers a complete set of back-office tools to easily manage galaxies of responsive, flexible and performant applications or websites. [806] - [807]
  • Raptor Launch Groups - Raptor Launch Groups is a UWP app for Windows 10. It allows the user to create Launch Groups to group folders and files together. Once a Launch Group has been created, the user can click or tap it to open all the folders and files associated with the Launch Group. [808]

S

T–V

W–Z

Software engineering

Storage


File formats

Databases

  • Big Data Management - [927], article about the evolving practice of ingesting, transforming, cleansing, blending, mastering, securing, and delivering big data using NoSQL and Hadoop platforms for trusted advanced analytics.
  • Dgraph - An open source, low latency, high throughput, and distributed graph database with native GraphQL support.[928][929][930][931]
  • Eloquera Database - [932], article about Eloquera Database - a native object database for .NET environments; and Eloquera Cloud based on Eloquera Enterprise Database.
  • GemFire - [933] Pivotal GemFire is a memory-optimized, distributed data store and data management platform.
  • Gyxi - [934] Document Database as a Service with an open API that can be used by generating a guid. Unique because no prior registration is required.
  • The Integrated Data Hub -- I ma very surprised that there is not page explaining the concept of Integrated Data Hub. See book on Amazon in different articles fron its inventor: Dario Mangano
  • Linux SQL Databases and tools - [935]--Even as Linux has garnered support by all of the major commercial database vendors, the freely available open source databases have grown in sophistication and features. Below follows a partial list of some of the more popular of these.
  • List of serverless database management systems - there should be a page listing database management systems that don't use a server-client model such as Sqlite.
  • OracleDBConsole - Would like info about this and other services of Oracle DB's.
  • RavenDB - [936], Open-source database with ACID transactions capable of being enlisted in distributed transactions and Lucene search indexing.
  • Rdb/ELN - VAX Rdb/ELN [937]
  • SubstratumNet - [938], "Substratum is an open-source network that allows anyone to allocate spare computing resources to make the internet a free and fair place for the entire world"

Theory and theorem

Widget toolkits

Other

Wikiprojects with lists of missing computer articles

References

  1. ^ Ottaviano, Giuseppe; Venturini, Rossano (2014). "Partitioned Elias-Fano indexes" (PDF). SIGIR: 273–282. doi:10.1145/2600428.2609615. ISBN 9781450322577. S2CID 14124415.
  2. ^ Hodge, Victoria J. and Austin, Jim (2001). "Hierarchical growing cell structures: TreeGCS" (PDF). IEEE Transactions on Knowledge and Data Engineering. 13 (2). IEEE: 207–218. doi:10.1109/69.917561.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  3. ^ Beetz, Michael and Mosenlechner, Lorenz and Tenorth, Moritz (2010). CRAM A Cognitive Robot Abstract Machine for everyday manipulation in human environments. 2010 IEEE/RSJ International Conference on Intelligent Robots and Systems. IEEE. pp. 1012–1017. doi:10.1109/iros.2010.5650146.{{cite conference}}: CS1 maint: multiple names: authors list (link)
  4. ^ Wei, Changyun and Hindriks, Koen V (2012). An agent-based cognitive robot architecture. International Workshop on Programming Multi-Agent Systems. Springer. pp. 54–71. doi:10.1007/978-3-642-38700-5_4.{{cite conference}}: CS1 maint: multiple names: authors list (link)
  5. ^ Martinez, David and Alenya, Guillem and Torras, Carme (2017). "Relational reinforcement learning with guided demonstrations". Artificial Intelligence. 247. Elsevier: 295–312. doi:10.1016/j.artint.2015.02.006.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  6. ^ Quispe, Ana Huaman and Amor, Heni Ben and Christensen, Henrik I (2018), A taxonomy of benchmark tasks for robot manipulation, Springer, pp. 405–421 {{citation}}: Unknown parameter |conference= ignored (help)CS1 maint: multiple names: authors list (link)
  7. ^ Pengcheng Wang and Jonathan Rowe and Bradford Mott and James Lester (2016). Decomposing Drama Management in Educational Interactive Narrative: A Modular Reinforcement Learning Approach. Interactive Storytelling. Springer International Publishing. pp. 270–282. doi:10.1007/978-3-319-48279-8_24.
  8. ^ Rowe, Jonathan P and Mcquiggan, Scott W and Mott, Bradford W and Lester, James C (2007). Motivation in narrative-centered learning environments. Proceedings of the workshop on narrative learning environments, AIED. pp. 40–49.{{cite conference}}: CS1 maint: multiple names: authors list (link)
  9. ^ Graves, Alex and Bellemare, Marc G and Menick, Jacob and Munos, Remi and Kavukcuoglu, Koray (2017). Automated curriculum learning for neural networks. Proceedings of the 34th International Conference on Machine Learning-Volume 70. JMLR. pp. 1311–1320.{{cite conference}}: CS1 maint: multiple names: authors list (link)
  10. ^ Andrej Karpathy and Michiel van de Panne (2012). Curriculum Learning for Motor Skills. Advances in Artificial Intelligence. Springer Berlin Heidelberg. pp. 325–330. doi:10.1007/978-3-642-30353-1_31.
  11. ^ Ola Pettersson (2005). "Execution monitoring in robotics: A survey". Robotics and Autonomous Systems. 53 (2). Elsevier BV: 73–88. doi:10.1016/j.robot.2005.09.004.
  12. ^ Francois Mairesse and Steve Young (2014). "Stochastic Language Generation in Dialogue using Factored Language Models". Computational Linguistics. 40 (4). MIT Press - Journals: 763–799. doi:10.1162/coli_a_00199. S2CID 14875383.
  13. ^ Yannakakis, Georgios (2018). Artificial intelligence and games. Cham, Switzerland: Springer. ISBN 978-3-319-63519-4. OCLC 1023801414.
  14. ^ Selase, Aphu Elvis and Xing, Chen and Agbadze, Obed Kweku and Thompson, Brantson Eric (2015). "The General Overview of the Phrase 'Fuzzy Logic'". International Journal of Engineering, Management and Sciences. 2 (5): 68–73.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  15. ^ Rosental, Claude (2004). Fuzzyfying the world: social practices of showing the properties of fuzzy logic. Growing explanations: Historical perspectives on recent science. Duke University Press Durham, NC. pp. 159–178.
  16. ^ Hellendoorn, Hans (1997). Fuzzy model identification : selected approaches. Berlin New York: Springer. ISBN 978-3-642-60767-7. OCLC 606980740.
  17. ^ Hung T. Nguyen; Michio Sugeno (6 December 2012). Fuzzy Systems: Modeling and Control. Springer Science & Business Media. ISBN 978-1-4615-5505-6.
  18. ^ Mordeson, John (2002). Fuzzy automata and languages : theory and applications. Boca Raton, Fla: Chapman & Hall/CRC. ISBN 978-1-4200-3564-3. OCLC 276796506.
  19. ^ Apostolos Syropoulos (23 October 2013). Theory of Fuzzy Computation. Springer Science & Business Media. p. 51-. ISBN 978-1-4614-8379-3.
  20. ^ Thomas Cederborg and Ming Li and Adrien Baranes and Pierre-Yves Oudeyer (2010). Incremental local online Gaussian Mixture Regression for imitation learning of multiple tasks. 2010 IEEE/RSJ International Conference on Intelligent Robots and Systems. IEEE. doi:10.1109/iros.2010.5652040.
  21. ^ Wang, Wenshuo and Xi, Junqiang and Zhao, Ding (2018). "Learning and inferring a driver's braking action in car-following scenarios". IEEE Transactions on Vehicular Technology. 67 (5). IEEE: 3887–3899. arXiv:1801.03905. doi:10.1109/TVT.2018.2793889. S2CID 21679046.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  22. ^ Steven Rabin (17 April 2015). Game AI Pro 2: Collected Wisdom of Game AI Professionals. CRC Press. pp. 117–. ISBN 978-1-4822-5480-8.
  23. ^ Rubin, Jonathan and Ram, Ashwin (2012). Capturing and adapting traces for character control in computer role playing games. Proceedings of the ICCBR 2012 Workshop TRUE. pp. 193–201.{{cite conference}}: CS1 maint: multiple names: authors list (link)
  24. ^ Sierra-Santibanez, Josefina (1998). A Declarative Formalization of STRIPS. ECAI. pp. 509–513.
  25. ^ Panait, Liviu and Luke, Sean (2004). Learning ant foraging behaviors. proceedings of the Ninth International Conference on the Simulation and Synthesis of Living Systems (ALIFE9). pp. 575–580.{{cite conference}}: CS1 maint: multiple names: authors list (link)
  26. ^ Peter Sunehag and Guy Lever and Siqi Liu and Josh Merel and Nicolas Heess and Joel Z. Leibo and Edward Hughes and Tom Eccles and Thore Graepel (2019). Reinforcement Learning Agents acquire Flocking and Symbiotic Behaviour in Simulated Ecosystems. The 2019 Conference on Artificial Life. MIT Press. doi:10.1162/isal_a_00148.
  27. ^ Paljug, Eric and Ohm, Timothy and Hayati, Samad (1995). The JPL Serpentine Robot: a 12-DOF system for inspection. Proceedings of 1995 IEEE International Conference on Robotics and Automation. Vol. 3. IEEE. pp. 3143–3148.{{cite conference}}: CS1 maint: multiple names: authors list (link)
  28. ^ Menon, Midhun S and Ravi, VC and Ghosal, Ashitava (2017). "Trajectory planning and obstacle avoidance for hyper-redundant serial robots". Journal of Mechanisms and Robotics. 9 (4). American Society of Mechanical Engineers Digital Collection. doi:10.1115/1.4036571.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  29. ^ Thomas R. Roth-Berghofer and Jörg Cassens (2005), "Mapping Goals and Kinds of Explanations to the Knowledge Containers of Case-Based Reasoning Systems", Case-Based Reasoning Research and Development, Lecture Notes in Computer Science, vol. 3620, Springer Berlin Heidelberg, pp. 451–464, doi:10.1007/11536406_35, ISBN 978-3-540-28174-0 {{citation}}: Unknown parameter |conference= ignored (help)
  30. ^ Cordier, Amelie and Lefevre, Marie and Champin, Pierre-Antoine and Georgeon, Olivier and Mille, Alain (2013). Trace-Based Reasoning-Modeling interaction traces for reasoning on experiences. The Twenty-Sixth International FLAIRS Conference.{{cite conference}}: CS1 maint: multiple names: authors list (link)
  31. ^ Andrew Chisholm and Will Radford and Ben Hachey (2017). Learning to generate one-sentence biographies from Wikidata. Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics: Volume 1, Long Papers. Association for Computational Linguistics. doi:10.18653/v1/e17-1060.
  32. ^ 'Less Than One'-Shot Learning: Learning N Classes From M< N Samples. Proceedings of the 35th AAAI Conference on Artificial Intelligence. Association for the Advancement of Artificial Intelligence (AAAI). 2021. arXiv:2009.08449.
  33. ^ "A radical new technique lets AI learn with practically no data".
  34. ^ "How to Make Artificial Intelligence More Democratic".
  35. ^ Julian Togelius and Noor Shaker and Sergey Karakovskiy and Georgios N. Yannakakis (2013). "The Mario AI Championship 2009-2012". AI Magazine. 34 (3). Association for the Advancement of Artificial Intelligence (AAAI): 89–92. doi:10.1609/aimag.v34i3.2492.
  36. ^ Rachmat, Haris and Mulyana, Tatang and Hasan, Sulaiman bin H and bin Ibrahim, Mohd Rasidi (2016). Design selection of In-UVAT using MATLAB fuzzy logic toolbox. International Conference on Soft Computing and Data Mining. Springer. pp. 538–545.{{cite conference}}: CS1 maint: multiple names: authors list (link)
  37. ^ Castillo, Oscar and Melin, Patricia and Castro, Juan R (2013). "Computational intelligence software for interval type-2 fuzzy logic". Computer Applications in Engineering Education. 21 (4). Wiley Online Library: 737–747. doi:10.1002/cae.20522. S2CID 12384373.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  38. ^ Kovar, Lucas and Gleicher, Michael and Pighin, Frederic (2008). Motion graphs. ACM SIGGRAPH 2008 classes. ACM. p. 51.{{cite conference}}: CS1 maint: multiple names: authors list (link)
  39. ^ Charles Ashbacher (2002). Introduction to Neutrosophic Logic. Infinite Study. ISBN 978-1-931233-60-6.
  40. ^ Wang, Pei (2013). Non-axiomatic logic: A model of intelligent reasoning. World Scientific.
  41. ^ Daniel Hernandez (28 June 1994). Qualitative Representation of Spatial Knowledge. Springer Science & Business Media. ISBN 978-3-540-58058-4.
  42. ^ Policy invariance under reward transformations Theory and application to reward shaping
  43. ^ "Transfer learning for reinforcement learning domains: A survey."
  44. ^ Lionel Birglen; Thierry Laliberté; Clément M. Gosselin (11 February 2008). Underactuated Robotic Hands. Springer Science & Business Media. pp. 17–. ISBN 978-3-540-77458-7.
  45. ^ Doherty, Patrick and Heintz, Fredrik and Landen, David (2010). A distributed task specification language for mixed-initiative delegation. International Conference on Principles and Practice of Multi-Agent Systems. Springer. pp. 42–57.{{cite conference}}: CS1 maint: multiple names: authors list (link)
  46. ^ Mericli, Cetin and Klee, Steven D and Paparian, Jack and Veloso, Manuela (2014). An interactive approach for situated task specification through verbal instructions. Proceedings of the 2014 international conference on Autonomous agents and multi-agent systems. pp. 1069–1076.{{cite conference}}: CS1 maint: multiple names: authors list (link)
  47. ^ Lorenza Saitta; Jean-Daniel Zucker (5 June 2013). Abstraction in Artificial Intelligence and Complex Systems. Springer Science & Business Media. pp. 302–. ISBN 978-1-4614-7052-6.
  48. ^ Lyubomir T. Gruyitch (3 October 2018). Tracking Control of Linear Systems. CRC Press. pp. 119–. ISBN 978-1-4665-8752-6.
  49. ^ Zobel, Dieter and Polock, David. Mobile autonomous control: the truck backer-upper problem. Proceedings of the Real-Time Mission Critical Systems (RTMCS) Workshop, in conjunction with the 20th IEEE Real-Time Systems Symposium (RTSS’99), Scottsdale, Arizona. Vol. 30. Citeseer.{{cite conference}}: CS1 maint: multiple names: authors list (link)
  50. ^ Laird, John E and Rosenbloom, Paul S and Newell, Allen (1984). Towards Chunking as a General Learning Mechanism. AAAI. pp. 188–192.{{cite conference}}: CS1 maint: multiple names: authors list (link)
  51. ^ Cox, Michael T (2016). A model of planning, action, and interpretation with goal reasoning. Proceedings of the fourth Annual Conf. on Advances in Cognitive Systems. pp. 48–63.
  52. ^ Shuzhi Sam Ge and Hongbin Ma and Kai-Yew Lum (2007). Detectability in games of pursuit evasion with antagonizing players. 2007 46th IEEE Conference on Decision and Control. IEEE. doi:10.1109/cdc.2007.4434200.
  53. ^ Steven Rabin (2015). Rabin, Steven (ed.). Game AI Pro 2: collected wisdom of game AI professionals. A K Peters/CRC Press. doi:10.1201/b18373. ISBN 9780429160790.
  54. ^ Pochampally, Yashaswi and Karlapalem, Kamalakar and Yarrabelly, Navya (2016). Semi-supervised automatic generation of wikipedia articles for named entities. Tenth International AAAI Conference on Web and Social Media.{{cite conference}}: CS1 maint: multiple names: authors list (link)
  55. ^ Syed, Zareen and Finin, Tim and Mulwad, Varish and Joshi, Anupam (2010). Exploiting a web of semantic data for interpreting tables. Proceedings of the Second Web Science Conference.{{cite conference}}: CS1 maint: multiple names: authors list (link)
  56. ^ Norman I. Badler; Cary B. Phillips; Bonnie Lynn Webber (2 September 1993). Simulating Humans: Computer Graphics, Animation, and Control. OUP USA. pp. 224–. ISBN 978-0-19-507359-1.
  57. ^ Louis Leung and Paul S. N. Lee (2012). "Impact of Internet Literacy, Internet Addiction Symptoms, and Internet Activities on Academic Performance". Social Science Computer Review. 30 (4). SAGE Publications: 403–418. doi:10.1177/0894439311435217. S2CID 60585963.
  58. ^ Felczak, Mateusz (2016). "Justice and Violence: the Study of Gameplay in the Infinite Engine cRPGs". Institute of Digital Games, University of Malta. {{cite journal}}: Cite journal requires |journal= (help); Unknown parameter |conference= ignored (help)
  59. ^ Meinecke, Gerrit and Albiez, Jan and Joyeux, Sylvain and Ratmeyer, Volker and Renken, Jens (2013). OROCOS based control software of the new developed MARUM hybrid-ROV for under-ice applications. 2013 OCEANS-San Diego. IEEE. pp. 1–6.{{cite conference}}: CS1 maint: multiple names: authors list (link)
  60. ^ Paul Matthews and Phil Topham and Praminda Caleb-Solly (2018). "Interaction and Engagement with an Anxiety Management App: Analysis Using Large-Scale Behavioral Data". JMIR Mental Health. 5 (4). JMIR Publications Inc.: e58. doi:10.2196/mental.9235. PMC 6324647. PMID 30287415.{{cite journal}}: CS1 maint: unflagged free DOI (link)
  61. ^ Masataka Goto and Roger B. Dannenberg (2019). "Music Interfaces Based on Automatic Music Signal Analysis: New Ways to Create and Listen to Music". IEEE Signal Processing Magazine. 36 (1). Institute of Electrical and Electronics Engineers (IEEE): 74–81. Bibcode:2019ISPM...36...74G. doi:10.1109/msp.2018.2874360. S2CID 57190017.
  62. ^ Bengio, Yoshua and Ducharme, Rejean and Vincent, Pascal and Jauvin, Christian (2003). "A neural probabilistic language model". Journal of Machine Learning Research. 3 (Feb): 1137–1155.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  63. ^ Alexei Zamyatin, 24 august 2017. Merged Mining: Analysis of Effects and Implications http://repositum.tuwien.ac.at/obvutwhs/download/pdf/2315652?originalFilename=true