Home  

Random  

Nearby  



Log in  



Settings  



Donate  



About Wikipedia  

Disclaimers  



Wikipedia





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





Project page  

Talk  



Language  

Watch  

Edit  


< Wikipedia:Requested articles | Applied arts and sciences
 


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

edit
  • Anytime B* – sibling algoritm to Anytime A*
  • Attestation Credential Certificate – Mentioned at [1]
  • BALZ – A ROLZ-based file compressor. [2]
  • Bitsort - An O(N) time and O(1) space sorting algorithm with variants. [3]
  • Cover Fieldtree - Data Structure for storing Geospatial Information efficiently, AKA Loose Quadtree (Octree), maybe have Fieldtree article [4][5].
  • CrowdControlHQ – Social media management software.
  • Deutsch–Schorr–Waite algorithm/Link inversion algorithms[6]
  • Dynamic Quantum Clustering Analyzing big data. [7] [8] [9]
  • Elias-Fano Partitioned indexes [1]
  • ELBG - enhanced LBG (VQ algorithm)
  • ELS-coder
  • Farthest Addition - constructive greedy algorithm (see nearest neighbour, nearest addition)
  • Find-S - [10]
  • First Story Detection - finding the first mentions of a breaking news story from a stream. [11]
  • Fully Automatic Clustering System - vector quantization algorithm (linked from FACS)
  • Fully threaded binary search tree
  • Gentleboost
  • Growing Cell Structures, published in 1994 by Bernd Fritzke, is an important algorithm, especially for unsupervised learning (clustering). Its importance should be roughly similar to neural gas. [2]
  • Health Information Service Provider (HISP) - [12] [13]
  • Internal state[14]
  • International Repair Information Service[15]
  • Invertable bloom lookup tables (IBLTs): Hashed data structure used to get the difference between two sets.
  • Iterative lengthening search - referred to in Iterative deepening depth-first search
  • Jump string - somehow related to jump tables
  • Lasserre Hierarchy - hierarchy of semidefinite programming relaxations
  • March Algorithm - A class of algorithms used to test a computing device's memory. It consists of a sequence of operations applied to each memory cell before proceeding to the next one. [16]
  • March C+ algorithm - A memory testing algorithm. "The basic principle is to use finite state machines to read and write all the addresses one by one" [17]
  • Maximum cardinality search algorithm - see Lex BFS
  • Multihop data propagation
  • Multilist structure
  • Program analysis and transformation - methods for semantically understanding and modifying programs (as far as I can tell)[18]
  • Rao-Blackwellized particle filter - for performing approximate inference in dynamic systems with both discrete and continuous state
  • ssdeep - A hashing algorithm, typically used in file fingerprinting
  • Twin Sorting Algorithm - A new core sorting algorithm that orders the data based on pairs and a unique mathematical logic. Ref - [19]
  • Upper Confidence Bound (UCB Algorithm) - Very important algorithm in Machine Learning. Used in many state of the arts results, including AlphaGo Nature's paper. This is an trustworthy source: [20]
  • VF2 (Algorithm) - Graph Isomorphism Algorithm
  • Zhao Saalfeld algorithm - A line point reduction algorithm.
  • Whiplash Gradient Descent - A first-order non-linear algorithm for the optimization of stiff systems like the Rosenbrock's function. Ref - [21]
  • Artificial Intelligence

    edit

    A–Z

    edit
  • 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.
  • Differentially Private Stochastic Gradient Descent - The foundational technique for solving optimization problems with gradient descent privately. Used in training Artificial Neural Networks. Applies Differential Privacy to machine learning.
  • 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. [9]
  • Factored grammars are used to create valid paraphrases in natural language generation [10]
  • 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.[11]
  • 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.[12] [13] 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.[14]
  • 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.[15]
  • 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.[16]
  • 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.[17]
  • Gaussian mixture regression is an interpolation algorithm to determine trajectories from existing clusters. An application is imitation learning in robotics.[18] The method is preinstalled in the Scikit-learn library.[19]
  • 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.[20]
  • 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. [21][22]
  • Grid world (simulation) is a simulated ecosystem to investigate artificial life algorithms.[23] Its realized with a 2d game engine for visualizing the behavior of agents.[24]
  • 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 [25] [26]
  • Knowledge container - used in case based reasoning for storing information vocabulary and cases.[27] Traces of past experiences can be hold in knowledge containers as well.[28]
  • Knowledge to text - technique of converting ontologies, given in the RDF format, into textual content, written in natural language.[29] 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. [30] [31] [32]
  • Mario AI - Artificial Intelligence platform and competition to create an ingame NPC, which is able to play a jump'n'run game autonomously [33]
  • 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 [34] [35]
  • Motion graph a motion capture recording is converted into a directed graph for storing the human trajectories in a database [36]
  • 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.[37]
  • Non-axiomatic reasoning system (NARS), an example for Artificial General Intelligence which contains of inference rules and self-control [38]
  • 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. [39]
  • Reward shaping in reinforcement learning "is supplying additional rewards (separate from the desired final goal) to a learning agent to guide its learning process".[40] A decent (but dated) starting point would be the brief "reward shaping" subsection from this 2009 survey.[41] 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.[42]
  • Task specification language is a corpus of actions which are grounding a robotics problem at a semantic level.[43] A user interface is provided which accepts commands in natural language.[44]
  • 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.[45]
  • 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.[46] 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. [47]
  • Turing Trap By focusing on imitating humans, rather than augmenting or extending human capabilities, the Turing Test risks directing research and implementation toward technologies that substitute for humans and thereby drive down wages and income for workers. As they lose economic power, these workers may also lose political power, making it more difficult for them to change the allocation of wealth and income. This can trap them in a bad equilibrium. Erik Brynjolfsson has called this "The Turing Trap" and argued that there are currently excess incentives for creating machines that imitate rather than augment humans.[48] See https://www.brookings.edu/events/the-turing-trap-a-conversation-with-erik-brynjolfsson-on-the-promise-and-peril-of-human-like-ai/. and https://www.worklife.news/technology/wtf-is-the-turing-trap-and-how-businesses-that-embrace-ai-can-avoid-it/
  • 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.[49] Another mechanism which goes into the same direction is chunking and goal reasoning.[50]
  • Vision zone is a region in a computer game, in which the player can see the opponent.[51] Non player characters need a model of perception to act intelligently.[52]
  • Wikikreator a computer program which converts Wikipedia stubs into normal articles [53] It's using a word graph for the knowledge base.
  • Wikitology is a knowledge base which was extracted from the Wikipedia encyclopedia [54] 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.[55]
  • Companies

    edit

    A–M

    edit
  • Altimesh – Compiler technology company. They produce a compiler named Hybridizer which translates C# to CUDA. [23]
  • AppBrain - Android intelligence and developer services platform founded in 2010. Lifehacker NYTimes, provides free statistics frequently linked to from news articles (e.g. ArsTechnica and Entrepeneur) and scientific publications.
  • AppDirect – network of app stores [24].
  • Appuals - website increasingly seen in Google search results.
  • Arcahol.com – Mac search spyware [25]
  • Artivatic – First End to end Insurtech AI company. [26] [27][28].
  • Aura (software) - antivirus
  • BeanOX – PC tuning software development company from Germany. [29]
  • Berkeley Speech Technologies[30][31]
  • Bitfury – Bitcoin mining company and blockchain software provider founded in 2011. [32]
  • BlockIDE – Easy to use Smart Contract platform that allows users to create and manage Smart Contracts on multiple networks [33]
  • BlockTrack – A monitoring solution for IT systems. [34]
  • CarKnow - Open-source hardware and software to connect existing vehicles to a brand-agnostic Internet application development platform. [35] [36] [37] [38]
  • Cinchy is a Toronto based dataware software company that provides a platform enabling enterprises to embrace a data centric development methodology.
  • Codehaus - Now defunct, once popular repository for Java applications. [39] [40] [41]
  • Colocation America - Colocation hosting provider.
  • cplusplus.com - A very good C++ reference site, seems to have no advertising and does have reliable information.
  • Crokes – Founded in 2014, Crokes is a social network for authors and readers to connect with each other. Ranked best startup in Victoria (Australia), 17th best in Australia and comes in top 700 startups of world. [42] [43] [44] [45]
  • CrowdAI - Founded in 2016, CrowdAI was named as one of Forbes 2021 Most Promising AI Companies. CEO was Devaki Raj (Forbes 30 Under 30) and Chief Operating Officer was Paige Kassalen (Forbes 30 Under 30). Founders were Devaki Raj, Nic Borenstzein, and Pablo Garcia. [46] [47] [48] [49] [50]
  • CS+Social Good - student organization at Stanford.
  • Cyph - Free, signup-less, cross-platform encrypted communications. [51] [52] [53] [54]
  • Cytora Ltd – Data analytics company that uses machine learning and unstructured web data to help insurers quantify, select and price risk. [55]; [56]; [57];[58]; [59]
  • Cylex - is a company that offers online business solutions through its main products: business directories. It was founded in 1998 and operates business directories in more than 30 countries/, most well known in UK [60] and Germany [61]
  • dB Performance - Wi-Fi fast-roaming software provider. [62] [63] [64] [65] [66]
  • Design Computation Created DC-CAD, a DOS-based Printed Circuit Board and Schematic CAD program that regularly won 'shoot-outs' against better-known names in PCB CAD software. Based in New Jersey; not sure when they started, but their heyday was the late 1980s. I think they folded in the 1990s. I can give you the name of one of their principal engineers, who could provide much detail for this page.
  • Digital West - American internet service provider. There are currently 57 pages (not counting this very page) that have a link for this company in them.
  • FlashVOS - a virtualization technology pioneer.
  • Electric Rain
  • EMPIEZO – Data science industry
  • Enterra Solutions - Cognitive company specializing in big data analytics. [67]
  • FORMVERSE Inc. - Using Patented Active Structured Email to create digital forms and workflow automation right within existing email infrastructure - [68] [69] [70]
  • FamilyAlbum (app) - a family-oriented photo and video sharing application [71] [72] [73] [74] [75]
  • Golem Network - a decentralized computational network. [76]
  • Groundswell Cloud Solutions - business and technology consulting firm headquartered in Vancouver, BC. They are a Salesforce partner. [77] [78] [79][80] [81]
  • GroupGets - crowd purchasing platform that allows users to create or join group buying campaigns for existing products or services. [82] [83] [84]
  • Greentwip - Game company founded by former Gameloft employees. [85] [86]
  • Hedvig Inc. - a software-defined storage startup based in Santa Clara, California. Founded by Avinash Lakshman in 2012 [87] [88] [89]
  • HeyFlock - website/company that hosts daily standup meetings [90]
  • Helprace - SaaS community helpdesk provider [91]
  • IBL-Unisys - Enterprise Solution Provider [92]
  • Ideamarket - Ideamarket is a trustless, permissionless, and provably fair system for managing public narratives. [93][94][95][96]
  • INAIC - The Internet Names Authority and Information Center, the authority overseeing new public and corporate Top Level Domain applications
  • Impressions Mobile Application First mobile application using deepfake technology to generate celebrity deepfakes. [97][98]
  • International Workshop on Peer-to-Peer Systems (IPTPS) Currently a redirect to Marc Lore#Jet.com. [99]
  • Jide Technology - Started by 3 ex-Googlers in 2014, Jide is a software company that makes its own hardware whose mission is to build products based on Android that allow for familiar productivity experiences in the mobile era of . [100] [101]
  • JSCAPE - FTP software, such as AnyClient and JSCAPE MFT Server
  • Lingscars.com - website notorious for its design [102] [103] [104] [105]
  • Logic Supply - Global manufacturer and distributor of industrial, fanless computers [106] [107] [108] [109] [110] [111] [112]
  • Machine Learning Department - Notable research institute, ranking as number one for graduate education in machine learning and AI, a pioneer research education institute in AI and machine learning. [113] [114]
  • Melissa Data Corp. - Data Quality Software [115]
  • MetaRam - company that aims to quadruple computers' maximum RAM limits; [116][verify notability]
  • MetroNet (telecommunications company) - American fiber-optic telecommunications company providing services in Indiana and Illinois. [117]
  • Micantro Pty Ltd - Australian game-design studio based in Newcastle NSW; makes iPhone games, console games, PC games
  • Microhardxce – Canadian-based software company specializing in free educational and computer protection software. [118]
  • mural.ly – Online mood board software.
  • SEO Expert – Sri Lanka based SEO Optimization company that helps people to climb up in the search platforms. [119]
  • N–Z

    edit
  • netBlazr - Boston-based startup broadband company using wireless broadband technology. Offers packages for houses, apartment/condo buildings, and businesses. [121] [122] [123] Official website: [124] Supports net neutrality and has simple terms and conditions. [125] [126]
  • 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[127]
  • Netsweeper - A Waterloo, ON, Canada based software company, also based in The Hague and Dubai, supplying surveillance software to schools, companies, governments, notably to ISPs in Yemen, the UAE, Pakistan and Qatar, according to the Citizen Lab.
  • Notion Ink Design Labs - Consumer Electronics; Maker of the Adam [128] and Adam II Android tablets and more recently the Cain 2 in 1 Windows device; [129]
  • ParcPlace Systems - (currently a redirect) smalltalk company
  • Pluribus Networks - company specializing in networks, network operating systems, hypervisors and network virtualization; [130]
  • Primate.js - open source project dedicated to giving engineers a truly polymorphic development platform
  • Prolific Interactive - We partner with startups and leading brands to create incredible mobile products. [131]
  • Proxima Software
  • 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. [132]
  • Rosedu (Romanian Open Source Education) - open-source organisation from Romania
  • RubyApks - Marketplace to download and publish varieties of software for free. [133]
  • 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; [134]
  • 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, [135]; Oof and Flog; offers open-source projects to help with their communication; [136]
  • 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. [137] [138] [139] [140] [141] [142] [143]
  • Snap Limited - New Zealand-based ISP (Internet Service Provider). [144]
  • 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.) ([145][146][147][148] [149][150][151])
  • SproutVideo - An internet video hosting service for businesses offering tools to manage video security, engagement analytics, marketing, player customizations, and branded video websites. [152] Based in Brooklyn, NY, SproutVideo is a privately held company founded in 2010 by Adam Podolnick. [153] Along with companies like Wistia and Brightcove, SproutVideo is commonly listed as an alternative for business video hosting [154], rather than larger services like YouTube and Vimeo [155], which often focus more on sharing video content widely rather than keeping videos private or restricted to a select group of people. [156] [157] SproutVideo.com
  • Steel Wool Studios - currently a redirect, a Californian video game development company best known for their work on Five Nights at Freddy's: Help Wanted and Five Nights at Freddy's: Security Breach. [158] [159][160]
  • Stratus Cloud Consulting - South African based Cloud Consulting Firm. [161]
  • 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 [162][163][164]
  • 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. [165]
  • 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 [166] - also see The Power (Snap! song)
  • Ufanet - Russian Internet service provider; Ufa city, Bashkortostan; [167]
  • 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 [168] 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 [169]. The resulting company changed its name to Vewd in September 2017 [170]. 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; [171]
  • Vtiger - (currently a redirect) Developers of Vtiger CRM, an open source CRM application that grew to become the most downloaded open source CRM application on SourceForge. [172]
  • Vultr - A cloud infrastructure provider based in the United States providing cloud instances for consumers. [173]
  • Webteh - Slovenian software company that produces BS.Player
  • Compilers

    edit
  • ProDev WorkShop - A C++ Compiler
  • Salford C++ Compiler - A C++ Compiler
  • SAS/C C++ Compiler - A C++ Compiler
  • Scalar replacement of aggregates
  • Computer books

    edit
  • Javapro aka JavaPro aka Java Pro Magazine [175]
  • Mike Murach & Associates, 4340 N Knoll Ave Fresno, CA; publishing books for professional programmers since 1974.[176][177][178][179][180][181][182]doi:10.1145/1113487.1113498
  • What to Do When You Get Your Hands on a Microcomputer - ISBN 0830600825; published 1982.
  • Computer architecture

    edit
  • Declarative Transaction Management
  • Dynamic System Domain[183] [184] [185] [186]
  • Electronic BatchRecords
  • Hardware-assisted garbage collection - Use of dedicated hardware to increase the performance of garbage collected languages in various ways. Was mildly popular in 1990s until memory became cheap enough. Most prominently implemented in some versions of SPARC, POWER, Lisp machines and Oberon machines.
  • Hardware/software co-design – Exploiting the integrated design of hardware and software created in parallel. [187]
  • Impact of Internet addiction disorder on computing research - Taking advantage of recent efforts by large tech companies, universities, and the operators of Summit and Blue Waters to find new Internet addiction disorder (IAD) treatments, vaccines, and medical protocols[56]
  • Independent timing - how this feature of host bus adapter works and helps to access devices without losing speed
  • indivisibility - is the required property of a Test-and-set instruction used to implement a semaphore. uninterruptible. — 'Indivisibility' and 'uninterruptible' are generic words and deserve DABs; in the context of CS, Atomicity (programming), Indivisibility (programming) and Uninterruptibility (programming) now redirect to Linearizability.
  • List of instruction sets by number of instructions
  • Localizer (computer science) - in networking of mobile devices (?)
  • Managed Testing Services
  • Micropipeline - The Asynchronous circuit article has a brief mention and there is a (very weak) Micropipelining stub using a different sense.
  • Modular bays - i.e., the wee dashboard that pops up every time you use your brother printer
  • MorphCore – Intel Skylake [188]
  • MPS Table - multiprocessor system table
  • PEMIC (pedagogical model of instructional computer)
  • Platform Configuration Registers [189]
  • Pseudomultitasking
  • Resource Allocation Graphs - system to keep track of deadlocks in operating systems
  • Simplescalar Computer Architecture simulator
  • TomAL microprocessor system
  • Total Ship Computing Environment Infrastructure (aka (TSCEI) - currently redirects to Zumwalt-class destroyer - computer system for the Zumwalt-class destroyer of the United States Navy [190]
  • TyanPSC - multiprocessor as a Personal SuperComputer
  • Computer languages

    edit
  • Chameneos-Redux - program used to measure programming language processing efficiency
  • CUE (programming language) - Configure Unify Execute - language similar to JSON that can be used for defining, generating, and validating data [191] [192] [193] [194]
  • dylan.NET - new language for .NET and Mono; [195]; [196]; [197]
  • 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. [198]; [199]; [200]; [201]
  • Gura Programming Language - an iterator-oriented programming language; [202]; [203]
  • 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; [204]; [205]
  • Playbasic - powerful 2d programming language using the BASIC dialect; [206]
  • WhizBase - WhizBase 5 is a hypertext pre-processor for Windows®-based web servers; [207]
  • Hardware

    edit

    The Internet

    edit
    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]

    [263];

    Operating systems

    edit
  • 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; [267]
  • Circle Dock - circular dock (open source) for Windows platform; [268]
  • People

    edit


    A–L (by last name)

    edit
  • Shaun D'Souza is a computer scientist, researcher, author, inventor and innovator. He is author of the book A Retrospective on Enabling a Connected World: The Race for the Original Primordial Soup. His research interests are in artificial intelligence, machine learning, software and business. He completed his Bachelor’s degree in Computer Science from Cornell University with honors in 2003 and his Masters from the University of Michigan in 2005. He has published several papers on AI, ML and been granted patents for his research. He presented a Pie & AI: Navi Mumbai-Past and Future of AI talk hosted by SMLRA in association with deeplearning.ai. He is a recipient of the Gates Millennium Scholarship from the Bill & Melinda Gates Foundation in its first batch-millennium year 2000 - 2007. He was featured in the Cornell Alumni Yearbook, 2020. His AI book is available in his alma mater libraries. Bibliography - A Retrospective on Enabling a Connected World: The Race for the Original Primordial Soup, 2020. ISBN 979-8685292438
  • 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 [287] [288] [289] [290]
  • Peter L. Bartlett - Australian researcher in machine learning, especially statistical learning; Professor of Computer Science and Statistics at the University of California, Berkeley; has 40,000 citations[58]
  • 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; [291]
  • Kalina Bontcheva - leading natural language processing researcher; contributions in summarisation, social media; proposer and chief scientist of the Pheme project
  • Samuel R. Bowman - Faculty member in natural language processing and computational linguisticsatNew York University, developer/author of several of the most widely used benchmarks for language model evaluation (including three listed on that page), ~16,000 citations [292] [293] [294]
  • 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 2016onYouTube. 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] Boşanma HukukuNüfus DavalarıMiras Hukuku
  • Chris Callison-Burch - associate professor at the University of Pennsylvania in natural language processing [296]; gave a testimony on Interoperability of AI and Copyright Law for the U.S. House of Representatives Judiciary Committee, Subcommittee on Courts, Intellectual Property, and the Internet on May 17, 2023 [297]; helped create the Moses open-source tool for machine translation in 2007, which has been cited nearly 7000 times [298]; he also provided the Shield of Heroic Memories as an item for the Dungeons and Dragon's podcast The Adventure Zone's first season, episode 28 [299] [300]
  • 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]
  • Shenchang Eric Chen - programmer, inventor of Virtual Reality camera;[301]
  • 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[302]), numerical analyst[303], author of SPECFUN and other libraries
  • 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. [304]
  • 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
  • John Duchi - researcher in optimization, statistics, and machine learning with 23k citations[59]; co-inventor of AdaGrad algorithm; Associate Professor of Statistics and Electrical Engineering at Stanford University; recipient of Office of Naval Research Young Investigator Award (2019),[60] NSF CAREER Award (2016),[61] and Sloan Research Fellowship (2017).[62]
  • 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 (computer scientist) - created the graphics for RollerCoaster Tycoon series, as well as Transport Tycoon
  • Noah Friedman
  • Tami Friedman
  • 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; [305]. 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; [306]; [307]; [308]
  • 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.
  • Geoffrey Grosenbach - founder of PeepCode Screencasts and Ruby on Rails podcast; [309]
  • 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,[310] a software developer and former[311] Debian developer.[312] He is the original author of ikiwiki,[313] Alien, debconf, and (co)developer of various other software programs.(*) Frequent speaker at DebConf,[314] successful Kickstarter project,[315] his Palm Pre comments also made the news,[316] [317] [318] (*) 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.
  • Yih-Chun Hu - researcher in network security and wireless networks with 30k citations[63]; Associate Professor of Electrical and Computer Engineering at UIUC; lived in Lake City, Seattle before attending the University of Washington for his bachelor's studies[64]
  • Uday Ivatury - Collaborator on projects related to early internet connections, Bridge online, and more, with James Gleick, Bill Gates, and more. [319] [320] [321] [322]
  • 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
  • Jim Kardach
  • 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; [323]; PHP programmer, sells software, does website development freelance; original owner and founder of HeroHost Hosting Company
  • Ryan Klimt (website developer) - website developer; [324]; 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 [325][326]
  • É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; [327]
  • Sasha Luccioni - AI & Climate lead at HuggingFace - [328], [329], [330], [331], [332], [333], [334],
  • Dan Luu - programmer and blogger [335][336][337][338][339]
  • Garvit Arya - Data Engineer at Google and authored tech books along with writing research/blogs/articles on Data Science [340] [341]
  • M–Z (by last name)

    edit
  • Vahab Mirrokni - principal scientist, heading the algorithms research groups at Google Research New York; adjunct associate professor at the Courant Institute at NYU; [349]; [350]
  • Varun Mittal - programmer in web scripting and action scripting; known to have programmed the Amazon Web Services implementation for Tekmedia, a product of Tekriti Software; [351]; [352]
  • Felipe Moura - System analyst focused on Web Development, specialized in JavaScript, HTML, Css, Node.js, among others. Is also a teacher, speaker at conferences, co-founder of BrazilJS Foundation and BrazilJS Conference, which has been one of the biggest JavaScript Conferences in the world for the last 4 years. Also write articles about technology and tendencies.
  • Gustavo Moya - ixaya.com open-source community sponsor and founder; [verify notability]
  • Laurence moroney - AI Researcher at Google with hundreds of thousands of students at Coursera Profile for Laurence Moroney MOOCs, a teacher at Harvard, winner of CogX outstanding research award, author of 20+ programming books [353]
  • Beat Signer [354] - Professor of Computer Science at Vrije Universiteit Brussel (VUB) and co-director of the Web & Information Systems (WISE) research lab [355] doing research on cross-media technologies, Information Science, Digital Paper, Dynamic Data Physicalisation, Personal Information Management and Multimodal Interaction.
  • Deirdre Mulligan -Associate Professor in the School of Information at UC Berkeley, a faculty Director of the Berkeley Center for Law & Technology, and a PI on the new Hewlett funded Berkeley Center for Long-Term Cybersecurity.
  • Crescent Musyoki - CrescentKE - Web designer, System and Software developer at [356]. Founder and CEO of [357]
  • John R. Nickolls (1950-2011) - Electrical engineer and computer architect. Co-founder of Picture Element Limited and MasPar. Former vice president for architecture and software at Sun Microsystems and at Silicon Spice/Broadcom. Former director of architecture, GPU computing at Nvidia. Author of academic papers and patents on parallel computer architectures. [358] [359] [360] [361] [362]
  • James J. Odell expert in information engineering; developer of object-oriented development method known as Martin/Odell Method; chair of OMG's UML task force [363]
  • George J. Padayatty - expert programmer; honored by Chennai IIT
  • Abhay K. Parekh-inventor of Generalized Processor Sharing, co-Founder of Fastforward Neworks, Adjunct Prof at Berkeley, highly cited researcher. http://www.tecknowbasic.com
  • Tyler Pitchford - o-founder of the Azureus Bittorrent Client; computer-security expert; appellate attorney; lecturer on both computer and legal issues; [364]; [365];[366]; [367]; [368]; [369]; [370]
  • Trevor Prater - Programmer and internet artist with work that has exceeded two million views [371]. Formerly an engineer at Goldman Sachs[372] and HP[373]. Author of a distributed system that accurately predicts the stock market through the ingestion of photos posted to social media sites. [374] [375]; founder of Youfie Technologies[376], an internet startup focused on connecting strangers through facial recognition via neural networks.
  • Eric Rescorla – Main architect S-HTTP, IAB mamber)
  • Talia Ringer - Professor at UIUC, specializing in dependent type theory, proof automation/engineering [377] [378] [379] [380]
  • Karina Rodriguez Echavarria, important figure in applying computer modeling to cultural heritage issues. [381], [382], [383]
  • Aaron L. Roth - Computer Science Professor at University of Pennsylvania, Author "The Ethical Algorithm", Advisor to Apple and others on differential privacy (appeared in apple keynote)) [384][385]
  • Isaac Sanchez - MIT Student- Course 6; Sysco Intern; Roadkill Buffet Member
  • Frei Sangil - Data Analyst; Civic Tech Advocate [386] [387]; Founder of Layertech Labs [388]; Multi-awarded researcher [389] [390]
  • Erich Schubert - professor of computer science known for publications on outlier detection (Local Outlier Factor) and cluster analysis (DBSCAN, k-medoids clustering)
  • Hinrich Schütze - Author and professor who published many important articles on natural language processing
  • Lui Sha, researcher in real-time computing with 29k citations[65]; Donald B. Gillies Professor in Computer Science at UIUC; IEEE fellow
  • Dave Small (computer scientist) - creator of the Spectre GCR, an Apple Mac emulator for the Atari ST series of computers
  • Marc Sokol - author of Realia Cobol; VP at Computer Associates; [391][verify notability]
  • Daniel Spiewak - American software developer; based in Wisconsin; he has worked with Java, Ruby, Scala, SQL, C and C++, ML, and half-a-dozen experimental languages; his current open-source endeavor is the ActiveObjects ORM, which seeks to be a more intuitive and lightweight database access layer than existing Java solutions
  • R. Srikant, researcher in communication networks and reinforcement learning with 27k citations[66], Frederic G. and Elizabeth H. Nearing Endowed Professor at UIUC, co-director of C3.ai's Digital Transformation Institute, recipient of IEEE Koji Kobayashi Computers and Communications Award (2019) and fellow of IEEE (2006)
  • Lynn Andrea Stein (Computer scientist and cognitive scientist working in AI, programming languages, and CS education; professor at MIT and Olin; co-authored foundational papers for semantic web and helped start the MIT Cog Project in 1993; ACM Distinguished Member. Mentioned in timeline of artificial intelligence. [392] [393] [394] [395]
  • Jay Elroy Sulzberger
  • Thomas Edmund Turner
  • Randy Ubillos - video editing pioneer; developed Adobe Premiere and Final Cut Pro
  • Dinesh C Verma - about his works on peer-to-peer architecture
  • William Volk - Co-founder/CEO of several gaming companies and creator of several well-known games.[396] [397]
  • Joel N. Weber II
  • Greg Wiggleton - creator of the services such as Simple URL, Simple Image, and a forum site called ZeNfA.net Forums
  • Kyle Weins - Founder of iFixit and DMCA Activist. [398], [399], [400], [401]
  • Christopher P. Yarger - freelancer; founder of IT Systems; contributor to open-source software
  • Max Base - Max, known as BaseMax is a researcher and a computer programmer who has distinguished himself by his contributions to free and open-source software projects. (ET, LMPHP, PHP JSON,...)
  • Programming

    edit
  • aMazer - a program used to create 3D games. "aMazer is an Adobe Shockwave program that is played in your browser."
  • ANT OPTS - does this mean the ANT_OPTS environment variable for Apache Ant? Better to add it there
  • Application Verifier - a utility in Microsoft Windows SDK for diagnosing memory errors (buffer overflows/underflows, use-after-free, and the like) in your code -- similar to AddressSanitizer [404] [405]
  • Arbitrary Shapes in Microsoft Analysis Services - avoid using Arbitrary Shapes in MDX; [406]
  • AutoplanorAutotab spreadsheet programming language, as mentioned on Spreadsheet; code examples would be great!
  • Block-based editor - an advanced WYSIWYG editor where content is represented as blocks with different attributes (i.e, WordPress' Gutenberg editor)
  • Cambridge Polish [407]
  • CT-API (CardTerminal Application Programming Interface)
  • Cascade of attention-deficit teenagers (CADT model) - [408]; [409]
  • CDXML (Language) CDXML (Chip Data Exchange Markup Language) is a Markup Language being developed by Open Compute Project & JEDEC for chiplet design[67][68][69]
  • Coderbyte - Website to practice programming using several languages. Has programming challenges, competitions, questions, etc. [410]
  • Coding Dojo - [411]
  • Crazybob's contraption - A Java idiom of using double braces for an inner class static initializer of a class. I think an article could explain the origin of the name as well.
  • Criticism of BASIC (e.g. from Thomas E. Kurtz#Critics and q:Edsger W. Dijkstra#How do we tell truths that might hurt? (1975))
  • Criticism of Python (programming language)
  • CSS expressions - a proprietary CSS feature that is supported by IE5+ (inIE8 and later only compatibility mode supports it) and now obsolete [412] [413]
  • DETAB-X, an early language that was influential on later spreadsheets, databases, and other data-focussed languages -- see https://www.rand.org/content/dam/rand/pubs/papers/2006/P2608-1.pdf (the "See also" section of Filetab may also be helpful)
  • DRLVM - stands for Dynamic Runtime Layer Virtual Machine a clean-room implementation of the Java Platform, Standard Edition 1.5.0 virtual machine
  • Dropwizard A library for creating RESTful web services in Java. Bundles some commonly used libraries such as Jetty (web server), Jersey, and Jackson (API). [414] [415]
  • EJB-QL - SQL/HQL-like query language for Enterprise Java Beans
  • Ephemeral random constant - related to genetic programming
  • Financial Services Markup Language (FSML) - [416]
  • Firebrick JS/UI JavaScript MVC/MVVM framework for creating web applications. Comes with an extendable UI component library
  • Flozoids - individual scripts running independently of each other, displaying group behavior as a whole
  • FWEB - documentation system for Fortran
  • Game of Trees (web)
  • General contract (Java)
  • GPU bound - term is used at Scalable Link Interface#SLI Antialiasing but never explained, AFAIK. Also, difference between CPU bound and GPU bound and stuff? Also see: CPU bound
  • HQ9+ and HQ9++ - Esoteric programming language consisting of four and five commands respectively [417] [418]
  • IPC (inter-process communication) primitives
  • Jeff Duntemann o'reilly biography
  • jUDDI - an Apache Group open source Java implementation of the UDDI specification; [419]
  • LANPAR, mentioned on the Spreadsheet page -- the link here just links to the Spreadsheet page, but I'd like to see a separate page with source code examples or the like.
  • List of sound libraries (computing) - and linking to it from other pages
  • Comparison of user interface frameworks - Features, language bindings, open-source licence, etc...
  • Lock elision in multi-threaded programming
  • Logback - Java logging framework; intended as successor to Log4J; [420]
  • Loop rotation - trying to optimize loops somehow, referred to in [421]
  • Ninject - a IOC container
  • Nuweb - literate programming tool
  • OldestLivingPrograms List of the programs which have been in use the longest. [422]
  • OMapper - An annotation based java framework for mapping objects from one design layer to another [423]
  • Openedge Progress Software Development - [424] for Progress Software Development and Application Modernization
  • Outlying Use Case - Need article written discussing the definition of this term.
  • Paidi OS - [425]; check out the video for hidden tag reference material
  • Pseudohash (only in Perl ?)
  • Refuctoring- The art of editing one's code slightly in order to make it your own
  • RealTimeBattle - free programming game; [426]
  • RxJS - web library for composing asynchronous and event-based programs[427]
  • SafeArray - I (User:Gerbrant) - can write a stub, but documentation is hard to find so it'd be better to let an expert have a go
  • Samstyle PHP Framework - fast and lightweight PHP framework.
  • SAP-BW - related to data warehousing
  • Shared Packed Parse Forest (SPPF) - a data structure used in parsing ambiguous grammars.
  • Simulation of simplicity - "a general-purpose programming technique... which can be used to cope with degenerate input data for geometric algorithms" CiteSeerx10.1.1.38.5997
  • Synchronization domain - terminology in thread synchronization
  • VHPI - VHDL - procedural interface
  • W3.CSS - a CSS framework, see: w3css @ w3schools.com
  • W-PuTTY-CD - SSH, Telnet, Rlogin and Raw TCP clients in a Microsoft WindowsDLL shell; W-PuTTY-CD, PuTTY communication in a Microsoft Windows™ DLL shell.
  • Word lattice - A data structure, a kind of directed acyclic graph used in natural language processing. Information available at statmt.org and cmusphinx
  • XMLdoc - XML File Documentor
  • Protocols

    edit
  • Connection-less Lightweight Directory Access Protocol (CLDAP)
  • Data Distribution Service/ Internet Protocol (DDSIP) - rewrite of DDS Data Distribution Service using TCP/IP sockets rather than RPC (Remote Procedure Calls).
  • Errlog Copy Service - an error logging service that runs on port 704/UDP
  • Ethernet alarm indication signal (EthAIS) - see Alarm indication signal
  • FIPA Contract Net Interaction Protocol - a minor modification of the original contract net IP pattern
  • Hypercat - a new (in June 2014) specification that effectively acts as an address book for data hubs holding information transmitted by net-connected devices [428]
  • IEEE 2030.5-2018 - IEEE Approved Draft Standard for Smart Energy Profile Application Protocol ([429])
  • IP/LDP — an alternative to AppleTalk that some printers can use instead of that; it is still supported by OS X even though AppleTalk isn't, I think…
  • MTFPT - Multicast Trivial File Transfer Protocol; A PDF available from Intel refers to a variant of the TFTP protocol as either MTFTP or MTFTP4 [430]
  • Network Access Bridge TO (NABTO) - fusion of VOIP/SIP and HTTP, makes you able to create a direct http connection between a browser and a webserver even if both peers are behind a NAT or firewall etc.
  • NextDNS - NextDNS is a relatively new (beta started in may 2019) DNS service offering ad domain blocking. They claim to be a pi-hole in the cloud. It is one of two Mozilla DNS partners.
  • Optical Signaling and Routing Protocol (OSRP) - [431]
  • Optical data unit (ODU)
  • Optical transport unit (OTU)
  • Pluggable Transport (PT) - transform the Tor traffic flow between the client and the bridge ([432])
  • Poll and Select - Burroughs byte-oriented communications protocol
  • Risk Incident Sharing and Coordination - (RISC) is an OpenID Foundation standard that enables security signal sharing between online identity providers (IdPs) and relying parties (RPs)
  • SolveDNS - SolveDNS was established in 2012 and provides analysis on DNS providers including analytics on hundreds of thousands of name servers. Its monthly DNS speed report is highly recognized amongst DNS enthusiasts and providers ([433])
  • Systems Communications Services (SCS) - the proprietary protocol used to communicate between VMScluster systems and between OpenVMS systems and SCS-based storage controllers
  • The ϕ(Phi) Accrual Failure Detector - [434]
  • U-SNAP - a standard (ANSI/CEA-2045) that enables any HAN (Home Area Network) or DR (Demand Response) standard, present and future, to communicate with utility systems, energy gateways or other devices within the home. Source of information: [435]. From Wikipedia I learned that after the 2013 Consumer Electronics Show, a lot of press coverage was given to fundamental changes about to hit the digital world to include digital home technology (also known as home automation). This could very well require a need to establish standard protocols such as U-SNAP. Wikipedia has a substantial article on the "Smart meter" and "Home automation" but no mention of U-SNAP is made. An alliance, called the U-SNAP Alliance, has been formed and according to [436], is gaining support from "Smart Grid" stakeholders worldwide, including utilities, metering suppliers, device manufacturers, industry consultants, and regulators. A Wikipedia article has been written for "Smart grid," but it does not mention U-SNAP.
  • UUSee - a P2P TV proprietary software; [437]; used by CNC World (Xinhua's new English language TV channel at [438]); Spanish description here: [439]
  • Verified Email Protocol - looks like this is already getting renamed; [440])
  • Virtual Switching System - A VSS is network system virtualization technology that pools multiple switches into one virtual switch [441]
  • Real-time computing

    edit
  • Real-Time UML
  • Safety Critical Java - SCJ
  • Streaming feature set
  • Searching; search engines

    edit
  • DASL or DAV Searching and Locating - a protocol for searching WebDAV repositories; [442]
  • 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] [443]]
  • FuzzFind - web meta search mashup; combines the leading search engines (Google, Bing, Yahoo) and social bookmarking sites (del.icio.us), with personalizable results; [444] [445]; [446]; [447]
  • Findmyrice.com - largest global hospitality product and service search engine with global postcode filtering [448]; [449] [450] [451] [452] [453]
  • Marginalia (search engine) A search engine that I really like personally run by some Swedish guy
  • 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; [454]; [455]; [456]
  • 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; [457]; [458]; [459]; [460]; [461]; [462]
  • Speedy Spider - from Entireweb; apparently a large Swedish search engine; purpose?
  • Video search engine optimization (VSEO)
  • Qsearch - not a real search engine, but a potentially unwanted program that earns money from redirecting searches to another search engine. I can't find anything about it on reliable sources, but several websites explain how to remove it. Those sites encourage people to buy antivirus software, from which the site may receive a commission so they aren't to be trusted. Possibly worth mentioning at Potentially unwanted software if reliable sources can be found.
  • Security

    edit

    A–M

    edit
  • adsttnmq1 - some kind of exploit that has infected a lot of web pages.
  • AD Mutate - Mutation integration in Hacking
  • All or Nothing Disclosure Of Secrets (ANDOS) - Cryptographic process. I'm not sure of the difference between this and Simultaneous exchange of secrets.
  • Alliance of Security Analysis Professionals
  • AMSI - a redlink in the hatnote of the article to which the abbreviation currently redirects.
  • Authority Information Access
  • Behaviour Blocking Software - type of antivirus software which utilises machine learning [464]
  • Behavioural Biometric Authentication
  • Black Mirror Ransomware - Also known as black_mirror@qq.com. Encrypts all local files on a system and requests payment to decrypt files. Ransomware;
  • Blue Ridge Networks - company responsible for creating the BorderGuard and manages VPNs[verify notability]
  • Bubblebabble digest
  • Cyclic code shift keying CCSK
  • Certified Secure Software Lifecycle Professional
  • Chaotic Cryptosystems
  • Cloud Security Posture Management
  • C0d0so0orCodoso a.k.a. Sunshock, a prominent hacking group[465]
  • Comodo SecureDNS - a free secure public DNS service by company Comodo, akin to services offered by Google, Symantec, etc.
  • ConfigServer Security & Firewall (CSF) - proprietary (but gratis) security suite that simplifies managing Linux server firewall settings; both command line and UI integration for WHM,(source) and DirectAdmin and Webmin; official website; semi-reliable sources are thisatGhacks, thisatDigitalOcean; other sources here and thisatTechRepublic; used by Linux server admins (see e.g. related questionsatServer Fault) but not mentioned anywhere on Wikipedia
  • Continuous diagnostics and mitigation - (CDM) DHS
  • Coranti Inc - information needed about Coranti Inc, a provider of Multiscanning security applications
  • CROOK Unix OS
  • CryptDB
  • Crypto-chip
  • CryptoHeaven
  • Data Security Posture Management
  • DeepSight - feature of Norton Internet Security that accesses a blacklist of IP addresses supposedly “maintained by the U.S. government.”
  • Defender Pro Internet Security
  • Dormant computer virus
  • Enterprise Security Client - Redhat program to work with smart cards & security certificates; inherited from Netscape in 2004; [466]; mentioned by dwheeler in a blog entry about the size of Linux distributions
  • Executable protection
  • Entrust TruePass tm[verify notability]
  • Export-crippled cipher (a dictdef. or a redirect to a related Wikipedia article would be sufficient as long as the Wikipedia article to which this title redirects actually defines the term in language understandable to lay users.)
  • eXtensible Content Protection[verify notability]
  • Eraser software homepage for this opensource eraser/wipe program
  • etalio Helps you manage your digital identity and protect your privacy online
  • Firejail - an IMHO very sophisticated sandboxing tool which started out as a Firefox sandbox and now supports hundreds of applications. Has 1818 stars and 261 forks on GitHub. Website
  • Fortify (programming) - provides a suite of tools to perform source code analysis[verify notability]
  • Generalized Framework for Access Control (GFAC)[verify notability]
  • Hash time lock smart contracts - (HTLC), MAD-HTLC – Because HTLC is Crazy-Cheap to Attack
  • Heimdal Security - internet security company involved in Operation Tovar. [467]
  • HenWen (software)
  • Hofheinz–Kiltz–Shoup cryptosystem
  • Russ Housely (IETF security AD)
  • Hoyt Kesterton (X.509 raporeur)
  • InfoJack - a malicious program targeted at Windows Mobile smartphones; [468]
  • Information asset profiling
  • Information Technology Baseline Protection Manual
  • IP.Viking - corporate IP attacks live monitoring system - http://map.ipviking.com/ and https://www.youtube.com/watch?v=b5CTizTUjpk
  • Identification, authentication and authorization
  • Key continuity management - Distributed public key infrastructure based on whether several messages were signed with the same self-signed cert. This is used by Mac OS X code signing and by the PGP web of trust.
  • Keyword guessing attack - A type of attack on a server
  • Kivu Consulting - a security and investigations company that combines technical and legal expertise to deliver data breach response, investigative, discovery and forensic solutions worldwide [469]
  • Link layer security
  • List of security and privacy software - A comparison of diverse security and privacy/anonymity applications in different subcategories: data encryption, communication encryption, traceless erasing, firewalls, tor, i2p, freenet. Just a list with the most important information to each system so a person interested in these fields will get an overview about the software available and then read on in the respective article.
  • Low integrity mode
  • Metasponse- Explain this security software features and how it protects users and enterprises
  • Mini-certificates - WTLS mini-certificates, used for wireless devices
  • Mitigation (computer security) — Already understand the basic dictionary definition of "mitigation", but would like to read an overview of mitigation as a comp sci concept as mentioned in this news article: Microsoft ponies up $100K to researcher who figured out new Windows hack in 2 weeks
  • mod gnutls - mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0, TLS 1.1 and 1.2 encryption for the Apache Web Server
  • Moving Target Defense
  • N–Z

    edit
  • NIST 800-160 - Systems Security Engineering: Considerations for a Multidisciplinary Approach in the Engineering of Trustworthy Secure Systems.
  • Onapsis - Cybersecurity company with patented solutions that delivers vulnerability assessment, monitoring and protection of business-critical applications[470]. The Computer Emergency Readiness Team (CERT), a division of the U.S. Department of Homeland Security (DHS), issued the first alert on “Exploitation of SAP Business Applications,” based on threat intelligence uncovered by Onapsis that revealed that over 36 global organizations had been attacked through SAP-specific exploits [471]. Two years later, the same office published a new alert about “Malicious Cyber Activity Targeting ERP Applications” based on research findings of Onapsis researchers and Digital Shadows [472]. In 2019, the DHS-CERT raised a new alert about “New Exploits for Unsecure SAP Systems” based on research reports from the Onapsis Research Labs [473].
  • OnionCat
  • OpenSCAP − A set of open source tools for implementing the NIST SCAP standard
  • OS-178B
  • Passive DNS – A searchable log of DNS requests that allows seeing what domains are hosted by an IP. This service is essential to research in information security, offered by Cisco Umbrella, The Spamhaus Project, and many others [474] [475] [476] [477]
  • PLP (Personal License Password)
  • PolyUnpack
  • Power-Line Exploit - featured on Network World, will be unveiled during Black Hat 2009 USA in Las Vegas in late July. Conference Page
  • Privileged Identity Management - There exists the article Identity Management, which is where Privileged Identity Management redirects to, but it is not concerned with any kind of problems specific to privileged accounts (like that privileged users are able to create more privileged users which are hard to control). On page Identity Management, there is even a link to Priviledged Identity Management under 'See also' which leads to the very same page of course... So I think this redirection doesn't make too much sense. There should either be an own article for Privileged Identity Management or a section in Identity Management.
  • PyCrypto and other cryptographic libraries, including, notably, OpenSSL [478], of widespread interest due to the massive security breaches made possible by poor implementation (Heartbleed). I cannot find an existing article. Could be added to existing articles, such as AES implementations AES implementations. PyCrypto [479] is a commonly-used library for Python language programming; it is used as a replacement for OpenSSL.
  • Security Excellence Awards - UK Security Awards run by the people who run Black Hat Briefings (United Business Media)
  • SHALB - Security High Availability Load Balancing concept; Information Security Agency; [480]
  • Simultaneous exchange of secrets (Sometimes just Exchange Of Secrets (EOS)) - Cryptographic process to atomically exchange secrets. The aim is to avoid a limbo case where one party has the secret they want but another party doesn't get theirs in return. See also ANDOS.
  • Secure Signature Creation Device
  • Smart Fortress 2012 - scareware program similar to SpySheriff that is common as of April 2012
  • Spy Shredder
  • Stop-and-go generator - encryption hardware, type of clock controlled generator
  • Strokejacking
  • Survivability and Information Assurance - [481]
  • SusPacked virus
  • Theory of Security Maxims - [482]
  • TICSA - Security certification, possibly obsolete
  • Tiny Fragment Attack - another IDS evasion technique
  • Tony Nadalin (Main architect WS-*)
  • Traffic confirmation attack
  • Trusted Network Interpretation of the TCSEC (the Red Book)
  • Trusted Zone Management
  • User Controlled Encryption - a security process where encryption keys are controlled by the user; referenced in part 6 of MEGA's ToS here: https://mega.nz/#terms and already listed on the disambiguity page for UCE here: UCE; more information available from sources here and here.
  • UCON Usage Control (UCON) Model; [483]
  • Web fake, specifically, how a phishing site can redirect to a legitimate site and still maintain control over your browser
  • Wegman-Carter authentication - Unconditionally secure cryptographic authentication. [484]
  • Wifiphisher Automated victim-customized phishing attacks against Wi-Fi clients - [485]
  • xp-police-av - fake spyware removal tool that takes control of the victim's browser and redirects them to its website, giving them a "special offer" on a licence for xpPoliceAntiVirus; imitates genuine Microsoft logos, trademarks and packaging.
  • Software

    edit

    A–B

    edit
  • AcctVantage ERP - (Enterprise Resource Planning) accounting software for Mac
  • ACOS/MACOS - language used for bulletin board software GBBS II Pro on (almost entirely) Apple II computers
  • Adobe Substance 3D - Software suite about 3D/AR , source: https://www.adobe.com/creativecloud/3d-augmented-reality.html
  • Adobe SVG Viewer - software
  • Adobe Type on Call - software
  • Adobe Type Reunion - software
  • Advanced BKF Repair - nominated for Epsilon Award 2010
  • Advanced Exchange Recovery - nominated for Epsilon Award 2010
  • Advanced Outlook Express Repair - nominated for the Epsilon Award 2010
  • age (software) - a simple, modern and secure file encryption tool, format, and Go library; [486]; [487]
  • Ahsay - rebrandable backup software
  • AirBrowse (web browser) - a fast, secure and extendable browser using the Chromium V8 renderer created by AirBrowse Technologies.
  • AirDroid - https://www.airdroid.com/, https://play.google.com/store/apps/details?id=com.sand.airdroid
  • Airesis - Web based, Open Source, E-Democracy platform www.airesis.eu
  • All in One - System Rescue Toolkit - This utility disc is designed to quickly and efficiently aid a technician with troubleshooting and repairing Windows based PCs. (May belong to this category: List of live CDs) [488]; [489]; [490]
  • AmCharts (JavaScript library for making charts; charting software) ([491])
  • Amethyst (software) - Data-oriented and data-driven game engine written in Rust
  • AmiBroker - popular technical analysis software platform [492]. Popularity as compared to Metastock: [493]
  • Analog Rails - EDA tool/platform and start-up company aimed at providing 100% automation and simulation of analog/mixed-signal IC layouts; [494]; [495]
  • Anatella (software) - software; ETL for big data
  • AOMEI Backupper - backup and recovery software. [496], [497], [498], [499]
  • Apache Archiva - [500] Apache Archiva
  • ApexCharts (JavaScript library for making charts; charting software) ([501])
  • API Manager - [502]; Other vendors are Apigee and Mashery. Wikipedia does not contain an article on this segment of the industry
  • ApiGen - tool to create PHP 5.3+ API documentation; Home. It can be installed using a PEAR channel. It's supportedbyNetBeans since version 7.2.
  • Aria2c - HTTP/HTTPS/BitTorrent client with metalink support. [503]
  • Artifactory - [504]
  • Asynchronous Procedure Call in the Windows NT family of operating systems. [505]
  • Atom (web browser) - Mail.Ru group recently announced the launch of its new Atom browser, another attempt since chromium based Amigo (web browser) [506] [507] []
  • Atomic Game Engine - a multiplatform open source game engine. Full page requested to be linked from List of game engines#Engines. Acceptability for inclusion is assumed based on similarly mature engines that are however not listed as having been used in commercially released games. ([508])
  • Aura (software) - antivirus company
  • Auto Shutdown Manager - nominated for Epsilon Award 2010
  • AutoRune - first RuneScape cheat; the author, Aivars Kaitnieks, created his own programming language for people to write scripts that the program could execute
  • Autotask - expense management, service desk, project management, CRM, and time & billing software
  • B Lyrics Mimer - portable Karaoke creator freeware; [509]; [510]; [511]
  • BackUp and Restore Program - network backup and restore, AGPLv3; [512]
  • BackupVault - UK based backup services for SMEs world-wide; [513]; [514]; [515]; [516]
  • BannerSnack - an online app for creating Flash banners; [517]; [518]
  • Bareos - an enterprise level open source backup system for heterogeneous networks. See [519]
  • BatchPhoto - a powerful all-in-one image manipulation program for Windows and Mac OS X. 2012 Epsilon Award's second-place winner. See [520]
  • Betternet - A virtual private network (VPN) app for iOS and Android that does not work on Windows
  • BDV DataHider - portable application for encryption and hiding data on a flash drives; [521]
  • BDV Notepad - portable plain text editor, freeware; [522]
  • BiblioteQ - library software. [523]
  • Bikeshed (software) - Documentation generator used for official HTML5 Living Standard, CSS specifications, C++ Standards (homepage)
  • bitfarm-Archiv - Open-Source Document Management System. [524]
  • Blacklight (framework) - an open-source discovery software framework. [525]; [526]; [527]
  • Bleep (software) - Private instant messaging via secure, distributed technology; [528];
  • Blockbench - Open-source 3d modeling editor for low-poly renders; [529];
  • Bluebeam PDF Revu – professional PDF editor for the architecture, engineering and construction industry and other technical users; [530]; [531]
  • bsdiff - open-source executable comparison tool
  • Bsplayer - media player; [532]
  • Bugherd - A issue tracking software which is embedded in a website
  • Bulk Rename Utility - free file rename utility for Windows
  • Business Cataylst - a hosted (SaaS) platform for building and managing online businesses; acquired by Adobe Systems in August, 2009; [533]
  • Android Braille Slate - The Android Braille Slate is a mobile phone application that aims to help visually impaired students in learning the English Alphabets in Braille. The app recreates the Braille environment through TOUCH TACTILE FEEDBACK and SOUND. This application uses Touch, Vibration and Sound to help the Visually impaired students recognise revise and learn Braille alphabets in an intuitive manner ; [534] [535]
  • C–D

    edit
  • Carbonate browser - is it legitimate?
  • 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... [537], [538], [539], [540]
  • Cetaris - Fleet maintenance and Enterprise Asset Management Software for fleet and fixed assets. [541], [542], [543], [544], [545], [546]
  • 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) ([547])
  • Cloud System Booster - system maintenance & optimization tool based on cloud technology; all-in-one PC repair and system maintenance program; [548]; [549]
  • 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; [550];[551];[552]
  • CoreCluster cloud (a platform for small and cloud computing installations, dedicated for devops and automated tests) [553]
  • Coherent UI - a Graphical User Interface system, designed for real-time applications; [554]; [555]
  • Comparison of Android emulators - This article should include both those that are independent programs (like BlueStacksorYouWave) 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; [556]
  • Concerto signage - open-source digital signage software; started at Rensselaer Polytechnic Institute; [557]
  • Consoleworks - connects consoles together
  • CoolNovo - a Chromium-based web browser and enhanced edition of Google Chrome; [558]; [559]
  • 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
  • CrazyBump is a program for making bumpmaps, normal maps and displacement maps from pictures.
  • 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 [560][561][562][563][564][565].
  • D-Pixed - image editor specializing in 256 color images; originally a Japanese program, it has been translated to English; [566]
  • Demantra - Oracle Demantra is a best-in-class provider of demand management, sales & operations planning, and trade promotions management solutions; [567]
  • Deeponion - Deeponion is an anonymous cryptocurrency that is natively integrated with the tor network; [568];
  • [569];[570];

    E–F

    edit
  • EaseUS Todo Backup - a free backup software. [587], [588]
  • EHCP - a free GNU/GPL hosting control panel solution
  • Elektra (Software) - a registry system for Linux. [589]
  • Email Director - Email, fax and SMS marketing solution widely used in government, large and medium businesses; [590]
  • EMotion FX - a real-time cross-platform character animation SDK; [591]; [592]
  • Enlighten (lighting software) - a cross-platform lighting system; [593]; [594]
  • ERBuilder -ERBuilder data modeler is a database modeling software created by the company Softbuilder, its first version was launched in 2017. It is a visual tool for database modeling and DDL script generation using an entity-association approach. [595]
  • Eshbel Technologies - an ERP software developer, notable as the first to offer an ERP system fully based on .NET and WPF technologies. I wrote up a page about it but can't post as I have a COI. Several articles including a case study in conjunction with Microsoft have been published and links included in the mock-up page User:ThinkERP/Eshbel Technologies
  • EtherCalc - Online spreadsheet that extends WikiCalc. People can edit the same document at the same time; [596]; [597]; [598]; [599]; [600];
  • Eventum - issue-tracking software from MySQL.org; see Comparison of issue-tracking systems; [601]
  • Examplify - exam-taking software [602]
  • Exastum - a free GNU/GPL HTML5 project designed to act like an Operating System within the Google Chrome Browser.
  • F2T - app software platform designed for the local food distribution industry; [603];
  • Fabric (Python tool) - remote execution, deployment and automation tool in Python
  • Fabric (Twitter - Google) - Twitter development platform purchased by Google
  • FAISS (or "Faiss") - Facebook AI Similarity Search; [604]; [605]
  • FBackup - freeware backup software for Windows; [606]; [607]; [608]; [609]; [610]
  • Federal Personnel Payroll System - personnel and payroll system developed by the Department of the Interior's Interior Business Center
  • Feudalism 2 - online computer game
  • File Scavenger - a shareware for restoring files which has been deleted from the hard disk, or in case the entire device became unavailable (in case of unplugging the device insecurely)
  • FlexHex Editor - a hex editor specially designed to help you securely inspect and edit binary files, OLE compound files, logical devices, and physical drives
  • FlippingBook - a PDF converter, allows its users to read digital publications as they would in print (i.e. by turning pages); mentioned in the Apple Books and Mindanao Times articles; [611], [612], [613], [614]
  • Flot Charts (JavaScript library for making charts; charting software) ([615])
  • Fluency Translation Software - a Cat Tool [616]
  • Focus Photoeditor - software application for image editing and photo-retouch; [617]
  • FontCreator - created by software company High-Logic; software to create own fonts or even edit fonts already installed on PC; [618]
  • FontReview - a replacement for Windows 9x/NT's built-in font viewer
  • FourCC Changer - tool to alter an AVI file's description code
  • FreeCommander - an alternative to the standard Windows File Manager; [619]; [620]
  • Freevo - an open source HTPC media center; [621]; [622]
  • FriendlySeats - a software, that allows up to 8 users to work simultaneously and independently from each other on a single PC. New workstations are organized by connecting additional monitors, keyboards and mice to one base unit; [623]; [624]; [625]
  • Fring (VoIP) - VoIP client software; [626]; he:Fring, id:Fring, it:Fring, ja:Fring, nl:Fring, pl:Fring, ru:Fring, sk:Fring and uk:Fring
  • Full-stack framework
  • G–J

    edit
  • Glary Utilities - Glary Utilities is a smart and reliable application that offers numerous powerful and easy-to-use system tools and utilities to fix, speed up, maintain and protect your PC. It allows you to clean common system junk files, as well as invalid registry entries and Internet traces; [627]; [628]
  • groovydoc - Groovydoc was introduced in 2007 to provide API documentation for the Groovy language, similar to Javadoc for the Java language; [629]
  • Gruveo - an online video calling software which does not require accounts or sign in; [630]; [631]
  • galera cluster - synchronous replication cluster based on MySQL; [632]
  • Gracie (software) - OpenID provider, written in Python programming language; [633]
  • Gentran (IBM Sterling Gentran) EDI Gateway; [634]
  • Gitian - Software build system around since 2010 used for Reproducible builds that can be safely trusted by Debian, Tor, Bitcoin, and others [635]
  • gmask - image editing software
  • G2 Rule Engine Platform - real-time rule engine platform used in a wide variety of fields; [636]
  • G3D Engine "G3D is a commercial-grade 3D Engine available as Open Source (BSD License). It is used in games, tech demos, research papers, military simulators, and university courses. It provides a set of routines and structures so common that they are needed in almost every graphics program. It makes low-level libraries like OpenGL and sockets easier to use without limiting functionality or performance. G3D gives you a rock-solid, highly optimized base from which to build your application." [637]
  • Gradio - Find and listen to internet radio stations on Linux [638]
  • Grammatica (software) - application designed to display stress marks and linguistic information for all words in a Russian text; [639]; targeted at serious Russian learners; SlavFile Summer 2011 ([640] (page 27)); [641]; [642]; SRAS.org June 2011 Newsletter ([643]); SRAS.org language resources ([644])
  • Grunt.js - Node.js task runner [645]
  • Guardio - antivirus software/browser plugin [646]
  • H2GIS - Open source spatial extension of H2 database. In the spirit of PostGIS. ([647])
  • Hazelcast Jet (Hazelcast Jet is an application embeddable, distributed computing engine built on top of Hazelcast. With Hazelcast IMDG providing storage functionality, Hazelcast Jet performs parallel execution to enable data-intensive applications to operate in near real-time.) [648]
  • hCaptcha - a CAPTCHA system [649][650]
  • Heaventools Software
  • Heimer - Open source mind map and note-taking tool written in Qt. [651] [652] [653]
  • HelloTalk – Mobile app.
  • History of Bangla computing - history of how the software of Bengali/Bangla script interfacing developed at 1980s-present
  • Hive (Hadoop) a data warehouse infrastructure built on top of Hadoop.[http://wiki.apache.org/hadoop/
  • High-level Advisory Body on Artificial Intelligence [654]
  • Horizon QCMS - open source CMS programmed in PHP; [655]; [656]
  • Huoshanzhibo (Chinese: 火山小视频) – mobile video app also known as Huoshan [657]
  • Hype (software) HTML 5 animation creation alternative to Adobe Edge [658]
  • IconEdit2 - TrueColor icon editor. Supports 256x256 Vista icons; [659]; [660]; [661]; [662]
  • [663] [664]

    K–L

    edit
  • KillCopy
  • Kizoa - An online movie maker for the creation of videos and digital collages; [685]; [686]; [687]; [688]; [689];[690]; [691]; 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; [692]; [693]
  • Kontalk - A community-driven open-source encrypted messaging project de:Kontalk [694]
  • 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; [695]; [696]; [697]; (mentions Lucid Information Systems, currently key contributor)
  • LBMMPS (Location Based Mobile Multimedia Pusher System)
  • Legendre Moments - Moments used for computer image processing. [698]
  • Lelogiciel - language lab software; India; [699]
  • 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. [700].
  • 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. [701]
  • Lively Wallpaper - Free and open-source software for playing animated desktop wallpaper. [702]
  • Linux Tycoon - Linux Distro Building Simulator; [703]
  • Litterati - App gamifying picking up litter. [704]
  • 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. [705]
  • 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: [706]. Wikitech article: [707].
  • 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. [708]
  • Luakit - Highly configurable microbrowser that uses Lua as a configuration language. [709]
  • M–N

    edit
  • MAHASERVER TV
  • Microsoft Authenticator - MFA/2FA app [712]
  • MakeMKV - a program for ripping DVDs and Blu-rays to video(s) that use the .mkv file extension and MKV container. I have seen it mentioned on the HandBrake Wikipedia page.
  • MalZilla
  • MASS-11 - a 1980s character-based document processing system for VAX and PC from Microsystems (magazine)
  • Matali Physics - a cross-platform, advanced 3D physics engine [713]
  • Mathematical Programming Language - MPL Modeling System; [714]
  • Meson (build system) [715]
  • Melody Composer Squared - a free app for iOS for creating melodies using their conversions to the two-dimensional plane [716]
  • Metal Player – audio and video player made by Abyssalsoft home page
  • midPoint - open source organization & identity management and identity governance software created by Evolveum [717]
  • Mininet - Mininet is a network emulator which creates a network of virtual hosts, switches, controllers, and links. Mininet hosts run standard Linux network software, and its switches support OpenFlow for highly flexible custom routing and Software-Defined Networking.
  • Milanote - Milanote is a tool for organizing creative projects [718]
  • MicroWorld - makers of eScan Anti-Virus software. mwti.net escanav.com latest VirusBulletin results
  • Miro(RealtimeBoard) - a Visual collaboration platform [719]
  • MobaXterm - Xserver and tabbed SSH client for Windows [720]
  • Mokee - an open source Android custom ROM [721]
  • Mojo (software) - "a collection of runtime libraries that facilitate...inter-process communication" [722][723][724][725]
  • Move player/Move Player - used by Fox on Demand
  • Movebot (Cloud Storage Migration tool that supports the likes of dropbox to google drive, amazon s3 to wasabi and on-prem to cloud) (https://movebot.io & https://community.couchdrop.io/hc/en-us/categories/360000019495-Movebot-Help)
  • MHSVLC Player
  • MSIE 1.0 - the first version of Microsoft Internet Explorer, a web browser [726]
  • Musophobia the Particle Painter - particle-based, generative-painting application; developed for iPhone and iPad; featured at SIGGRAPH 2010; abstact can be found at ACM PORTA;L [727]
  • mytuning utilities - PC Software for speed and clean computer [728]
  • nanDECK - a freeware software that creates graphic images with a scripting language. [729]
  • Nano MVP - a PHP framework based on the MVP design pattern. [730]
  • Nano Sign - Nano sign (aka Nsign) is a open-source digital file signing and verification software. [731]
  • Nav4All - satellite navigation software; [732]
  • navfree - open-source satellite navigation application for iPad
  • Neck Diagrams - a tool to create fretboard diagram; nominated for the Epsilon Award 2010
  • Network Broadcast Sound
  • NetworkMiner - open-source network forensics application; [733]
  • News Worm - RSS and Atom reader for Windows; [734]
  • Nodebug
  • Nomacs - An open source, multiplatform (64-bit only) image viewer [735]
  • Notezilla - an elegant sticky notes software for Windows. It is the new version of Quick Notes Plus
  • Nozbe - popular multiplatform productivity app [736]
  • O–P

    edit
  • ocad - software for creating maps; [737]
  • OCP art studio - art package for the 48K spectrum and related models
  • Octalyzer - music editor for Amiga's Atari 1040STE
  • Octopus Deploy - orchestration software, should be disambiguated from octopus (software); [738]
  • Offen (software) - fair, open source and free web analytics tool which allows web users to access their data; [739]
  • OneClick - business application builder; [740]
  • OnShare - OnShare is a software that allows you to access your friends documents and files as if it was on your own computer. It also enables chatting and allows you to connect computers directly together allowing you to share files securely. This software enables your friends to appear as drives on your computer for easy access. Within windows you can easily access files, drop, drag, copy and paste; [741]
  • Open Colour Standard - [742], [743]; [744]
  • Open Linux Router - [745]; has a modular design that gives the user the ability to choose what features that will be implemented
  • OpenGamma - open-source risk- and trading-analytics platform for the financial services industry; User:Ogmark/sandbox; [746]; [747]; [748]; [749]; [750]; [751])
  • OpenP2M - file-sharing software; produced by Glauber Magalhães Pires
  • Opera PMS - a booking system software used by hotels to make reservations
  • ORC File - Hadoop Hive data storage format called ORC (Optimised Row Columnar) Files [752]
  • Origo (platform) - open-source and closed-source software development platform [753]
  • Orocos - the Open RObot COntrol Software project [754], is used for teleoperation robot control [71]
  • OS/161
  • OptionScape (Financial risk management software. Somebody please help me, I have COI. A very brief non-commercial explanation of the principles behind the software and what it is used for would be very much appreciated. Thank you! User:wingstarsoft ) (https://www.optionscape.us/en-us/screenshots, https://www.optionscape.us/en-us/support/user-guide)
  • Outguess - Steganography software for macOS [755]
  • OW-CCA - a claim of security against chosen ciphertext attack; other claims, such as IND-CCA are already covered; [hthttp://eprint.iacr.org/cgi-bin/print.pl]
  • Pablo (image editor) - a social media image editor app created by Buffer (application) (mentioned in the article); [756], [757], [758], [759]
  • Pacifist (Mac OS X) - an installer for Mac OS X that can install software that the default installer will not; presumed notable as per inclusion in Pacifist (disambiguation)
  • Paludis - a package mangler; one of the alternatives of the Gentoo package manager portage; [760]
  • PaperCut NG - [761]; print and internet monitoring / quota software
  • ParmisPDF - [762]; software for creating, processing and securing PDF files; both graphical user interface (GUI) and command-line (CLI) versions are available
  • Passbolt - An open source password management software for storing credentials and secrets. Based in Europe. [763] [764] [765] [766]
  • PC Bean & Clean - PC Software for speed and clean computer; [767]
  • PDF Annotator - PDF editor; won the 1st place in Epsilon Award 2011
  • PDFium - Open Source library for rendering PDF pages. Part of the Chromium project and the only C language open source library which has a BSD-style license.
  • PDQ Deploy - Windows software deployment tool; [768]
  • Pendo.io - analytics, in-application user feedback, and contextual guidance designed to help companies measure and elevate the customer experience within their applications [769]
  • Pepperflash - a replacement for the adobe flash browser plugin
  • PE Explorer - tool to view and edit PE Files; won first place, Epsilon Award 2010
  • Phone Support Tools (PST)
  • Photo Renamer - EXIF renamer that puts photos in chronological order; [770]; [771]
  • PhotoPosPro - [772]; photo editing software
  • PhotoShare - iPhone application [773]
  • PhotoSnack - online photo slideshow maker; [774]; [775]
  • Phoxo - open-source image and photo editor for MS-Windows; [776]
  • Phraseanet - open-source digital-asset management software; [777]
  • Pictavo [778] - web-based yearbook, military book, and church directory creation software
  • Picture Converter - [779]; image resizing and conversion software
  • Pinpoint (Application performance management) (http://ieeexplore.ieee.org/document/7832882)
  • PicsX4 - PicsX4 is a 4 pics one-word game where you try to find a particular word that is common to the four given pictures. The challenge becomes harder with each new level. The available letters are shown at the bottom of the screen. The letters need to be added manually. It is possible to get a hint or ask a friend for help and both require a coin currency. Hints include exposing a letter, removing letters, and solving the question right away. [780]
  • picoCAD - A lightweight low-poly 3d modelling software built for the PICO-8 [781];
  • Pix4Dmapper - [[782]] Pix4Dmapper is a photogrammetry and 3D modeling software. I can provide a large number of references if it is needed.
  • Pixelshop - [783]; icon and cursor editing software
  • Pixelvision 8 - a Fantasy video game console similar to the PICO-8 machine. [784];
  • Pleroma (software) - [785] - free and open-source software for social networking using ActivityPub, compatible with other Fediverse services such as Lemmy (software), Mastodon (social network), Friendica, Misskey, Hubzilla, Zap, Pixelfed, and others. [786][787][788][789][790][791][792]The creators presentation at ElixirConf 2019Debian announcement of Debian Social initiative, which in includes hosting a Pleroma instance[793]Pleroma on YunoHost[794]
  • Polarity - [795] - A feature packed, fast, secure, stable, and a highly customizable web browser that offers the latest web standards.
  • PollDaddy - online survey and poll tool
  • Polyplexus (a social media platform to help speed the pace of U.S. technology development.) [796] [797]
  • Posibolt Software
  • PouchDB - [798] - NoSQL database that is designed to run in a web browser; Aims to be CouchDB compatible.
  • PowerPad - [799]; text editor
  • PowerNex - [800] Possible competitor of the Linux kernel; an open source operating system kernel written in the D programming language, under the Mozilla Public License, version 2.0.
  • PowerWorld Simulator is an interactive power system simulation program. It was developed by PowerWorld Corporation [801]. This program was designed to simulate high voltage power system operations. The software is capable of completing a full power flow analysis up to 100,000 buses. It's widely used in electrical engineering
  • Printer's Apprentice - [802]; powerful font manager
  • PrintingWorks - [803]; print monitoring / quota software
  • ProcessGuard
  • Project Chaplin - [804]; the first fully free open source video sharing platform
  • PropertyBox - real estate website generation software; [805]
  • ProxMox Virtual Environment - virtualization; [806]
  • PROXY protocol - a commonly used non-IETF standard for passing network traffic through proxies and load balancers. [807],
  • Prozilla - a download accelerator for Linux; [808]
  • Pview - [809]
  • Pykota - [810]; print monitoring / quota software
  • Q–R

    edit
  • qualxserve service agreement
  • Quibids - auctioning website
  • Quick Format
  • Quick Notes Plus - a desktop note program for Windows which has fewer functions than Notezilla (but is cheaper)
  • Radmin - Remote administration software, remote pc access and control, remote techsupport software - [811], [812], [813], [814]
  • Raven DB - [815]
  • 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 - [816] - 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. [817]
  • 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. [818]
  • 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; [819]
  • rapget - downloader for file-sharing sites (Rapidshare, megaupload, ...)
  • RBAU
  • RD Tabs - third-party Windows remote desktop application (tabbed like Firefox)
  • RealProducer
  • Red Hat Enterprise Linux OpenStack Platform
  • REKURSIO - free editor xml files for Windows [820]
  • Reloaded (software type)
  • REMnux
  • Remindo - SaaS corporate company network; [821]
  • Rocket.chat - an open-source team chat platform. Draft exists as Draft:Rocket.Chat, but has (for somewhat unclear reasons) been repeatedly declined.
  • Restoro - linked from Appuals. Is this program legitimate or is it malicious?
  • rsnapshot - open-source filesystem snapshot utility for making backups of local and remote systems; [822]
  • Rspamd - open-source spam filtering system; [823]
  • RT Se7en Lite
  • Ryujinx - a Nintendo Switch emulator
  • Rubedo CMS - Rubedo is a full featured open source Enterprise Content Management System, built on MongoDB [824] 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. [825] - [826]
  • 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. [827]
  • Rufaydium-Webdriver - Rufaydium is a WebDriver Library written in Autohotkey to support browser automation using WebDriver;[828][829][830][831]
  • S

    edit
  • Safe Eyes - Safe Eyes is a Free and Open Source tool for Linux users to reduce and prevent repetitive strain injury (RSI). [832]
  • SAIL LABS Technology - automatic speech recognition
  • Sales Channel Management (Software) - Type of software to manage e-commerce marketplaces
  • San Andreas Multiplayer - multiplayer modification for the PC version of Rockstar North game Grand Theft Auto: San Andreas; [833]
  • SANmelody - storage-virtualization software
  • Scanahand - font generator
  • ScanQuix - standard scanning software for the Amiga computer; www.scanquix.com
  • Scarab (software) - a hosted java-based issue-tracking system; scarab.tigris.org. Included in Comparison of issue-tracking systems 198.6.216.9 (talk)
  • Schedule Deluxe - The most known Android School and Study Timetable App; Stundenplan Deluxe
  •   Screenmateorscreen mate - type of programs/applications that shows animation(s) of character(s) or object(s) involved in various activities. Examples: Neko, XPenguins, Xsnow/Snow for Windows, Hanami, AutumnLeaves, Stray Sheep The Screen Mate (also known as Scmpoo, eSheep, Screen Mate Poo), FaFa Cat/Favour Cat/Silver Cat, etc.
  • ScreenScenes - software package with screensavers that includes Claria adware
  • ScreenToGif - A screen recording software that gives the user the ability to record, edit and save the animations as Gif or Video. [834]
  • Scripto (software) - app used by TV show producers
  • SecDoK - unknown
  • Selective display - option in the Emacs text editor; [835]
  • Self-help for anxiety management (SAM) - An app designed to help people track their anxiety to talk to others about their exeriences. Has the goal of stopping irrational anxiety [72] [836][837]
  • Sendtask - task management software [838][839][840]
  • Sentinel System Driver - piece of software that runs on Windows XP
  • ServletExec
  • SESAM/SQL-Server - relational database system from Fujitsu; [841]
  • shared browsing - what it is, how it works and which software is available (with links)
  • Shark007 - a collection of audio and video codecs for Microsoft Windows that enables the operating system and its software to play various audio and video formats generally not supported by the operating system itself; [842]; [843]; [844]
  • Shutter (software) - free and open-source screenshot tool for Linux [845]
  • SICSIM - Discrete Event, Flow Level simulator for simulating Peer-to-Peer overlays. Developed in SICS
  • Silex RIA - open-source web application to produce Flash websites/web applications/CD-R/points of sell/... without Flash and without programming skills; has a plugin system to change the framework behaviour with javascript, ActionScript2, ActionScript3, php and haXe; [846]; [847]
  • SimpleX (software) - free and open-source messaging application, using Simplex Messaging Protocol. [848]
  • Site.pro - website builder - Website builder is tool that allow the construction of websites without manual code editing [849], [850]
  • Slixta - Next generation, content and commerce platform for digital representation and eCommerce for modern brands [851]
  • SmadAV Antivirus - A popular antivirus software from Indonesia on which there already is a Wikipedia article created in Indonesian language [852]
  • Smart Diary Suite - completely customizable, personal information solution; nominated for Epsilon Award 2010
  • SmartMusic - a practice tool for musicians; provides visual feedback about performance accuracy; produces an assessment score that can be used in music education; can play an accompaniment while recording performance.[73] Mentioned in serveral books [853] [854]. Included in Music and artificial intelligence list.
  • SmartStartMenu - [855]; an application launcher for WINDOWS
  • smilez - tab add-on for AOL Instant Messenger; can be found on aim ad hack site
  • SMTT (Small Monitor Test Tool) - display test tool; developed by Thomas Thiemann offers a high-precision test for Display lag (aka display input lag) and a brief test for 10-bit colour output ([856])
  • smzip - file extension
  • SnackTools - a suite of online apps that help Internet users create rich media content (banners, photo slideshows, etc.) [857]; [858]; [859]; [860]
  • SnapRAID - user-space RAID5 and RAID6 for another RAID [861]
  •   Snoop filter - [862]
  • Socialbox - Facebook's IM Client
  • SockJS - A JavaScript library (for browsers) that provides a WebSocket-like object. [863]
  • Software Composition Analysis (SCA)
  • SOLVATE InfoTech
  • Softsaurus
  •   Sopcast - program enabling viewing video streams employing Bittorrent
  • SoundHelix - MIDI-based Java framework for composing and playing algorithmic random music ([864])
  • Sound Particles (Software) (Sound Particles is a 3D CGI-like audio software that uses computer graphics techniques applied to sound and is able to create thousands of sounds on a 3D environment in a few minutes) ([865][866][867][868][869][870][871])
  • Source Navigator
  • SpamFilter ISP - commercial antispam software by LogSat Software ([872]) in August 2002
  • SpAsm
  • Spectrum (software) - XMPP texting server package providing numerous gateways- and transports for popular instant messaging systems. It is based on libpurlpe; [873]
  • Splashlink.com - only water-focused marketplace in the industry, it is a one-stop resource that helps industry buyers, sellers and innovators of water solutions to find one another as well as millions in funding, and thousands of project opportunities from sources across the industry. From interests in water, wastewater, stormwater and remediation to planning, design, monitoring and equipment. [874][875][876][877][878][879]
  • Spold
  • SpriteWorld - Mac OS/Mac OS X game creation SDK
  • SProbe
  • SQLiteTool - SQLite database client
  • Spyware Terminator
  • StackApplet - an application indicator for Linux
  • Statseeker - Enterprise Network monitoring appliance built on FreeBSD and custom SNMP poller (http://statseeker.com)
  • Stampede Linux
  • StaxRip — free Open Source video conversion front-end to ffmpeg
  • Stikipad
  • Stoffi Music Player - an adware music player for Windows 7 that streams from YouTube and has a focus on native design; [880]
  • SynaptiCAD - a VHDL and waveform simulation program
  • Swiftlight - project management and communication software
  • sXid - flags changes in SUID programs in Unix-like OSes
  • SupremeSched
  • surl - command line tool for url shortening; [881]
  • Summarize (software) (OS X service utility)
  • Summation (computer software) – principal competitor to Concordance®
  • SurRender software - A powerful image rendering software for space applications; [882],[883],[884]
  • SurveyEngine - human-decision modeling software
  • Synchronization Primitive - something to do with threads and parallel processes
  • SmartFoxServer - Online multiplayer game server
  • Sync Center - component of some versions of Microsoft Windows.
  • T–V

    edit
  • TalkAndWrite An obsolete commercial online tutoring platform reliant upon now deprecated Skype desktop API
  • Taskpad
  • tEABAG 3D - a CAPTCHA developed by OCR Research Team
  • Test Objectives - software test objectives
  • TestSwarm - jQuery's TestSwarm, a JavaScript testing software. [888]
  • TeutonPE - custom BootCD based on OpenSource BartPE Plugins and a minimalistic GUI that comes from *nix; teutonpe.de; [889]
  • TextNow - mobile messaging app and service provider [890]
  • TGB Dual - console emulation software of game boy
  • theShell - desktop environment for Linux systems, based on Qt [891]
  • ThreatFire
  • TimeSnapper
  • TLP - Advanced Power Management for Linux [892]
  • TLSF Allocator - TLSF (Two-Level Segregate Fit) allocator [893]
  • Toad's Tool 64 - level editor for Super Mario 64 created by VL-Tone
  • Todoist - popular web service and suite of task management software. [894], [895]
  • Topaz Labs - photo editing software suite similar to Photoshop or NIK Software by Google. The business is well established and used by many photography and fine art professionals. [896]
  • torrentprivacy.com - online anonymous proxy service for torrent downloading, using custom configured U-Torrent client
  • Trace Modeler - program dealing with sequence diagrams; nominated for Epsilon Award 2010
  • TrackMeNot - privacy intrusion reducing Mozilla Firefox extension that performs automated searches on a number popular search engines, at somewhat randomized intervals, with a self-evolving set of keywords seeded by user provided set of RSS feeds
  • Transaction layer packet (TLP) - encapsulation of data in the PCI Express serial bus specification
  • Transactional license program (TLP) - open volume software license
  • Trickle (software) - Userland Bandwidth Shaper for Unix-like Systems
  • TronLink - Open source Tron wallet [897] [898]
  • Trumpet (IRC client) - DOS IRC client
  • TuMicro Android app for public transportation planning in Lima, Peru [899] [900]
  • Turtle Tracks (Logo) - Logo interpreter
  • Tux Commander - file manager for Linux [901]
  • Tversity
  • Twitter clients - comparison list of clients for Twitter
  • Twubs - software to manage Twitter topic hubs and events
  • Type Library
  • typing software - several articles on specific applications, many of questionable notability (see Category:Typing software), but no broader article on the subject
  • UDP Host Cache - one method used by Gnutella to find an initial host [902]
  • Ulead COOL 360/Ulead Cool 360 - photo panorama software [903] [904] (in Chinese)
  • Ulead Cool3D/Ulead Cool 3D/Ulead COOL 3D - a now discontinued software which allows a user to create simple 3DCG. VideoStudio contains many of its features [905] [906] [907]
  • UltraCompare - comparing software released by IDM Computer Solutions
  • Unified Archive - email archiving software solution from ZL Technologies
  • Unified information systems
  • Universe@Home
  • Universal Ground Control Software - software for central management of all types of unmanned vehicles [908] [909]
  • Unstuck (app) - productivity app [910]
  • User Principal Name - The name of a Windows network user in an email address format
  • Urban Turtle - agile development/scrum tool; [911]
  • VAJLEBKA System - specially designed cascade captcha guard for php pages
  • VAX Floating Point Format (Including VAX D, VAX G, and VAX F formats)
  • vendavo - [912]
  • Versato.exe
  • Verse, IBM - Cloud-based business email software [913]
  • Video.X driver - the file included from Mac-on-Linux ([914]) and PearPC ([915])
  • Viero - Clear Channels program for managing commercials; [916]
  • Virtual Peer Programming (Something being pioneered in Jbuilder 2006)
  • VirtuaScore - a line of Mac sports scoreboard applications from BlackwoodApps
  • Visual Autorun [917] - CD Menu and slideshow software
  • Visual Page - by Symantec - Abandoned HTML WYSIWYG editor
  • Visual question answering (VQA) - A rapidly growing area of artificial intelligence [918]
  • vizrea - [919]
  • VocalWriter - Power Macintosh MIDI voice sensitizer for singing, similar to Vocaloid, introduced in 1998; [920]; [921]; [922]
  • Voice (software) - Text-To-Speech software for macOS [923]
  • VQC1 and VQC2 - video/audio codecs
  • VRVS, mentioned in [924]
  • VSCO (VSCO cam), an online photography community accessed through mobile iOS and Android apps. https://vsco.co/
  • VPN Unlimited
  • vy - vim-like in python made from scratch.
  • W–Z

    edit
  • Wikipedia Store - Sells wikipedia-related stuff.
  • Warbirds (Computer game) - Combat Flight Simulator
  • Web Client Network
  • w32codecs/win32codecs - commonplace package of questionably legal drivers for Linux incorporating wrappers for win32 codecs.
  • WebFerret (Desktop metasearch utility for Microsoft Windows)
  • WebODF See a draft here: User:Falafel teller/sandbox
  • Webplanner - online collaborative project management software from Experience In Software, Inc., makers of Project KickStart; [925]; [926]
  • Webpublishing System - program or system that allows you to apply your content to the web. i.e., Wordpress, Blogger
  • Webrip - commonly associated with mp3s. I believe it's an mp3 encoded at 128kbs or lower to get a small filesize for web distribution?
  • Webstump - software from the Free software foundation
  • WebView) - a software tool, I think.
  • WebWork Time Tracker - (time tracking SaaS tool that tracks users' desktop and measure their activity level) [927] ; [928] ; [929] ; [930]
  • WhiteSmoke (writing software)
  • Whited00r - independent free-moded software update for iPhone and iPod Touch; [931]
  • WIKIWYG
  • Wild Media Server - Digital Media Server (UPnP, DLNA, HTTP) [932]
  • Winchester OS - I remember we had this at school running on the 186; could run both from floppy or hard drive, had a blue boot up screen and used the function buttons to choose from the menu; we had it from 1990 to 1994 to give an idea of dates
  • Windows Embedded Studio - set of development tools used for building Windows XP embedded and Windows Embedded Standard OS images; consists of tools like Target Analyzer, Target Designer, Component Designer and Component Database Manager
  • WinSoft Software
  • Winstep Xtreme - A Windows application which can transform your desktop, see [933]
  • WisBar task management software for pocket PC
  • WizTree - A high speed disk space analyzer for Windows [934]
  • Wolverine (offline mail reader) (offline mail reader)
  • Writing With Symbols 2000 (WWS2000) - program that helps children with severe learning difficulties
  • X-Ways Forensics - now listed in List of digital forensics tools, see also [935]
  • X Video Driver
  • XDP (PDF files)
  • Xibo (software) - open-source digital signage software; [936]
  • XNAT - medical imaging informatics software [937]
  • XWIDGET - XWidget - Free desktop customisation platform. Powerful visual widget editor, smooth animation javascript/vbscript widgets; [938]
  • YATE (Yet Another Telephony Engine) - User:Diana cionoiu/YATE Yet another telephony engine
  • YASH (Yet Another Shell) - lightweight posix compatible shell for Unix systems. article already made in Japanese https://jp.wikipedia.org/wiki/yash
  • YUMI (Your USB Multiboot Installer) - Software that can be used to create a Live Multiboot Bootable USB containing multiple ISO files; [939]
  • ZebOS – the commercial version of GNU Zebra, put out by IP Infusion
  • Zelda Classic - software for making games similar to Zelda 1; created by Armageddon Games; [940]; [941]
  • Zzaph
  • Software engineering

    edit
  • Agile Portfolio Management
  • Agile in Name Only (AINO) - [942]
  • Application signatures
  • Behavioral entity
  • Boys Without Brains A well-known Commodore 64 and Amiga gameteam [943][944]
  • Brownfield Development - systems development method that acknowledges the existence of legacy codebases during design, build and test phases
  • Business Delegate - Java BluePrints' pattern [945]
  • Quality in business systems
  • CDM Rule Frame Oracle Custom Development Method (CDM)[946] - ...consists of a template package and utilities that boost productivity. It now also includes CDM RuleFrame a powerful framework for the implementation of business rules.
  • Comparison of open source licenses as child of Open source
  • Conceptual level design
  • Curtailment - see Left recursion
  • Decessor
  • Design for diversity - Google, [947]
  • eCollaboration and eBusiness (near-synonyms), in the context of dynamic, cooperative networks formed by a group of autonomous enterprises using e.g. the Service-Oriented Architecture paradigm. (definition)
  • Effect correspondence diagram
  • Enterprise design pattern
  • Event delegation
  • Extreme binning (Data deduplication)
  • Fault injection and robustness testing ?? fault injection and robustness testing
  • Feaping creaturism - spoonerism of "creaping featurism"
  • Five State Model for Processes
  • Flame graph - A graph of hierarchical data used for software performance analysis (for verifiability concerns, see Draft talk:Flame Graph). [948]
  • Generic software
  • Graph index - An index of frequent features of a graph database (e.g., gIndex)
  • Hardware/software co-design [949], exploiting the integrated design of hardware and software created in parallel.
  • Ideafarm (IP well known ports 902 & 903) Homepage
  • Infinite Plane Rendering
  • Infrastructure software (definition and explanation of the term, examples)
  • Instance member
  • ISO 25010:2011 - Systems and software engineering -- Systems and software Quality Requirements and Evaluation (SQuaRE) -- System and software quality models
  • IT Consolidation
  • Ingenuity Pathway Analysis IPA
  • Jamagic
  • JFG interlocked functions
  • Lead Systems Designer A job title used by Blizzard and General Electric
  • List of FreeBSD developers
  • List of GNU Project people
  • Logical view
  • MIDAG (Medical Image Display Analysis Group) Homepage
  • MoLIC - acronym for "Modeling Language for Interaction as Conversation" - UI extension to UML
  • Nested parallelism
  • Object Action Interface model (OAI)
  • Object Points
  • Plugin architecture development
  • Positive acknowledgement with retransmission
  • Preliminary Investigation - What it is and how to write one
  • Program management (software)
  • Project MAC people
  • Railway oriented programming
  • Requirements document
  • Right recursion - currently redirects to Recursive grammar - also see Left recursion
  • Ripple Analysis
  • Real-Time Process Algebra (RTPA); [950]
  • Semantic Purity
  • Scaled Agile Framework (SAFe) - [951]
  • Skript - scripting language for Minecraft
  • Source code extensions
  • Software Design Engineer
  • Specialmeaning - blog
  • Subsystem model
  • Tech Lead
  • Tech Consultant
  • Visual environment - full explanation/benefits
  • Web service JustLikeIt
  • XKERMIT - version of Kermit that runs on X-Windows
  • Storage

    edit
  • Locate mode, and the alternative Move mode, input/output. The terms are, at least, used by IBM in OS/360, MVS, and z/OS, and by DEC/Compaq/HP in VMS. Locate mode allows for one fewer copy operation between I/O buffers.
  • Punctured Stripe in RAID Arrays - currently redirects to RAID - Topic surrounding a specific type of fault that can occur to RAID arrays causing them to fail.
  • Room temperature semiconductor memory cell see Talk:Solid-state_storage
  • Self-delimited/Self-delimiting - A fairly important concept in storage formats, these terms are used in quite a few other WP articles (Special:Search/Self-delimited, Special:Search/Self-delimiting), but there doesn't appear to be an article on the subject. (Delimiter doesn't discuss the issue.)
  • SFSZ - Disk format, Used by Netgear SC101. What is it and how is it used? Its this.ZFS Solaris's new file system, which is used by several other OEMS as its new and very efficient.
  • Storage Spaces - currently redirects to its own section on Features new to Windows 8 - Microsoft's Storage Spaces is only covered in a small section of the article. This is a huge feature set in Microsoft's operating systems since Windows 8/Server 2012, is still a feature in Windows 10/Server 2016 so probably warrants its own article delving into the technical nature of it.
  • TapeAlert - standard for tapes, autochangers, libraries used for diagnostics and health [tapealert.org]
  • Ledger (Cryptowallet) (de) [952][953]

  • File formats

    edit
  • Data Definition Specification
  • MD4 (file format) - Quake file format for models; [954]
  • mPNG (aNIM or anIM chunk), an APNG/MNG competitor [955] [dead link]
  • PNG in GIF ("PIG"), an APNG/MNG competitor [956] [dead link]
  • RGBA in GIF, an APNG/MNG competitor [957] [dead link]
  • Sound Designer II - an audio/music file format by Digidesign
  • VR8 - Roland proprietary file format used with BOSS BR-1600CD, how to convert it to .wav
  • XBP (File Format) - a package file format used in some original Xbox games to pack multiple WMA files into one
  • RCSU & Reuters Compression Scheme for Unicode – please redirect to the new name Standard Compression Scheme for Unicode [958]
  • Portfolio Graphics Q28206910 [959] [960]
  • Databases

    edit
  • Dgraph - An open source, low latency, high throughput, and distributed graph database with native GraphQL support.[962][963][964][965]
  • Eloquera Database - [966], article about Eloquera Database - a native object database for .NET environments; and Eloquera Cloud based on Eloquera Enterprise Database.
  • GemFire - [967] Pivotal GemFire is a memory-optimized, distributed data store and data management platform.
  • Gyxi - [968] 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 - [969]--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.
  • Rdb/ELN - VAX Rdb/ELN [970]
  • SubstratumNet - [971], "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 theorems

    edit
  • Agricultural knowledge system in SSM[verify notability]
  • Boom hierarchy - Hierarchy named after H.J. Boom, containing Trees, Lists, Bags, Sets, in order of decreasing information stored. See CiteSeerx10.1.1.49.3252
  • Business system domain
  • Cell probe complexity - [972]
  • Computational basis, Hadamard basis - In quantum computing. We already have Bell basis (although it's a redirect)
  • Connection trap
  • Continuous automata - i.e. not-discrete
  • Deterministic finite cover automaton - [973]
  • Diagonal language — example RE language containing codes of Turing machines that don't accept their codes
  • Distributed representation - currently redirects to Artificial neural network - stores a language model in a neural network by converting the feature vector into a probability function [74]
  • Exact real arithmetic - Umbrella term for arbitrary-precision arithmetic, interval arithmetic and the like. See e.g. here
  • Explicit polynomial - Historical usage of the term; one paper briefly describes it as: "A polynomial p (or more accurately, a sequence $(p_n)_n \in \N $ of n-variate polynomials) is considered explicit if it is of degree polynomial in n, and there is a polynomial time Turing machine that when specified a monomial, outputs its coefficient in p."
  • Fusion calculus - see The Fusion Calculus: Expressiveness and Symmetry in Mobile Processes
  • Gamma-neighborhood graph - parametric generalisation of beta skeleton and convex hull.
  • Generalized recursion theory Recursion theory for computations that are not necessarily finite, e.g., hyperarithmetical theory
  • Hughes phenomenon - currently redirects to Curse of dimensionality - result in learning theory that states that increasing the number of input dimensions while keeping the number of examples constant will result in an increase in the classification error; also see VC dimension
  • Interval domain - proposed by Dana Scott in 1970 (I think) as a domain-theoretic model for real numbers, see Abbas Edalat and Philipp Sünderhauf, A Domain-Theoretic Approach to Computability on the Real Line CiteSeerx10.1.1.39.7467, and Andrej Bauer and Iztok Kavkler, The Role of the Interval Domain in Modern Exact Real Arithmetic.
  • Isoefficiency analysis in parallel algorithm development
  • No-valley theorem - theorem regarding the properties of an AS path in BGP routing. One explanation: [974]
  • Optic-based quantum computers
  • Ownership types
  • Pagelets - A component of an HTML page, that contains directives, layout, and code in a single context. The term is for example used by Facebook and Oracle. Dictionary entry: [975]
  • Parametric diagrams - The parametric diagram represents constraints on system property values such as performance, reliability, and mass properties, and serves as a means to integrate the specification and design models with engineering analysis models [976]
  • Point splatting as it relates to surface tracking and visualization and how it differs from marching cube
  • Pure Lisp/Pure LISP - See [977] and [978]
  • Reverse Shannon theorem - the classical RS theorem in context is referenced e.g. here: [979]
  • Sensitivity conjecture - currently redirects to its own section on Decision tree model - The article could consist of basic definitions (boolean functions, sensitivity), history of the problem and different proofs (by Hao, Tao and Mathews) and the approaches they used (respectively a curious variant of an adjacency matrix, twisted convolution and Clifford algebra's) [980]
  • Software anthropology
  • Sparse map - [981]
  • Third World Technical Scientific Dependency
  • Wadsworth Constant - ([982])
  • WYSIWYN - 'What You See Is What You Need' theory of interface design
  • Widget toolkits

    edit
  • Software Evaluation Kit
  • Sketchware
  • Other

    edit

    Wikiprojects with lists of missing computer articles

    edit

    References

    edit
    1. ^ Ottaviano, Giuseppe; Venturini, Rossano (2014). "Partitioned Elias-Fano indexes" (PDF). Proceedings of the 37th international ACM SIGIR conference on Research & development in information retrieval. pp. 273–282. doi:10.1145/2600428.2609615. ISBN 9781450322577. S2CID 14124415. {{cite book}}: |journal= ignored (help)
  • ^ 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)
  • ^ 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)
  • ^ 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)
  • ^ 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)
  • ^ Quispe, Ana Huaman and Amor, Heni Ben and Christensen, Henrik I (2018). A taxonomy of benchmark tasks for robot manipulation. Robotics Research. Springer. pp. 405–421.{{cite conference}}: CS1 maint: multiple names: authors list (link)
  • ^ 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.
  • ^ 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)
  • ^ 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.
  • ^ 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.
  • ^ Yannakakis, Georgios (2018). Artificial intelligence and games. Cham, Switzerland: Springer. ISBN 978-3-319-63519-4. OCLC 1023801414.
  • ^ 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)
  • ^ 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.
  • ^ Hellendoorn, Hans (1997). Fuzzy model identification : selected approaches. Berlin New York: Springer. ISBN 978-3-642-60767-7. OCLC 606980740.
  • ^ Hung T. Nguyen; Michio Sugeno (6 December 2012). Fuzzy Systems: Modeling and Control. Springer Science & Business Media. ISBN 978-1-4615-5505-6.
  • ^ Mordeson, John (2002). Fuzzy automata and languages : theory and applications. Boca Raton, Fla: Chapman & Hall/CRC. ISBN 978-1-4200-3564-3. OCLC 276796506.
  • ^ Apostolos Syropoulos (23 October 2013). Theory of Fuzzy Computation. Springer Science & Business Media. p. 51-. ISBN 978-1-4614-8379-3.
  • ^ 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.
  • ^ 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)
  • ^ 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.
  • ^ 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)
  • ^ Sierra-Santibanez, Josefina (1998). A Declarative Formalization of STRIPS. ECAI. pp. 509–513.
  • ^ 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)
  • ^ 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.
  • ^ 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)
  • ^ 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)
  • ^ 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. 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.
  • ^ 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)
  • ^ 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.
  • ^ '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.
  • ^ "A radical new technique lets AI learn with practically no data".
  • ^ "How to Make Artificial Intelligence More Democratic". Scientific American.
  • ^ 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.
  • ^ 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)
  • ^ 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)
  • ^ 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)
  • ^ Charles Ashbacher (2002). Introduction to Neutrosophic Logic. Infinite Study. ISBN 978-1-931233-60-6.
  • ^ Wang, Pei (2013). Non-axiomatic logic: A model of intelligent reasoning. World Scientific.
  • ^ Daniel Hernandez (28 June 1994). Qualitative Representation of Spatial Knowledge. Springer Science & Business Media. ISBN 978-3-540-58058-4.
  • ^ Policy invariance under reward transformations Theory and application to reward shaping
  • ^ "Transfer learning for reinforcement learning domains: A survey."
  • ^ 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.
  • ^ 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)
  • ^ 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)
  • ^ 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.
  • ^ Lyubomir T. Gruyitch (3 October 2018). Tracking Control of Linear Systems. CRC Press. pp. 119–. ISBN 978-1-4665-8752-6.
  • ^ 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)
  • ^ "The Turing Trap". Semantic Scholar.
  • ^ 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)
  • ^ 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.
  • ^ 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.
  • ^ 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.
  • ^ 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)
  • ^ 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)
  • ^ 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.
  • ^ 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.
  • ^ Impacts of Cybersecurity of Social Engineering
  • ^ Requested articles/Applied arts and sciences/Computer science, computing, and Internet publications indexed by Google Scholar
  • ^ Requested articles/Applied arts and sciences/Computer science, computing, and Internet publications indexed by Google Scholar
  • ^ "2019 Young Investigator Award Recipients". Office of Naval Research. Retrieved 19 February 2022.
  • ^ "CAREER: The optimal use of data". NSF Award Search. National Science Foundation. Retrieved 19 February 2022.
  • ^ "Alfred P. Sloan Research Fellowships 2017" (PDF). Alfred P. Sloan Foundation. Retrieved 19 February 2022.
  • ^ Requested articles/Applied arts and sciences/Computer science, computing, and Internet publications indexed by Google Scholar
  • ^ Orwig, Greg (March 5, 1997). "University of Washington computing team tops elite universities at international programming contest". UW News. Retrieved 19 February 2022.
  • ^ Requested articles/Applied arts and sciences/Computer science, computing, and Internet publications indexed by Google Scholar
  • ^ Requested articles/Applied arts and sciences/Computer science, computing, and Internet publications indexed by Google Scholar
  • ^ "Open Compute Project Foundation and JEDEC Announce a New Collaboration" (Press release). 24 January 2023.
  • ^ https://www.jedec.org/news/pressreleases/jedec-and-open-compute-project-foundation-form-new-collaboration
  • ^ "Open Compute Project".
  • ^ Felczak, Mateusz (2016). Justice and Violence: the Study of Gameplay in the Infinite Engine cRPGs. Philosophy of Computer Games Conference. Institute of Digital Games, University of Malta.
  • ^ 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)
  • ^ 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.
  • ^ 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.
  • ^ 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)
  • ^ Alexei Zamyatin, 24 august 2017. Merged Mining: Analysis of Effects and Implications http://repositum.tuwien.ac.at/obvutwhs/download/pdf/2315652?originalFilename=true

  • Retrieved from "https://en.wikipedia.org/w/index.php?title=Wikipedia:Requested_articles/Applied_arts_and_sciences/Computer_science,_computing,_and_Internet&oldid=1230845607"
     



    Last edited on 25 June 2024, at 01:27  


    Languages

     


    Deutsch
    Eesti
    Français
    עברית
    Magyar
    Nederlands

    Polski
    Русский
    Српски / srpski
    Türkçe
     

    Wikipedia


    This page was last edited on 25 June 2024, at 01:27 (UTC).

    Content is available under CC BY-SA 4.0 unless otherwise noted.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Terms of Use

    Desktop