Skip to content

Commit

Permalink
feat(corpses): add sql server features, unreleased r+d, and xna (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorfrye authored Feb 15, 2024
1 parent 92caa1d commit ad5d746
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/Client/wwwroot/data/corpses.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,13 @@
"description": "a free, cross-platform, open-source text and source code editor developed by GitHub",
"link": "https://github.blog/2022-06-08-sunsetting-atom/"
},
{
"name": "SQL Server Data Mining",
"birthDate": "2000-01-01",
"deathDate": "2022-11-16",
"description": "an integrated platform for predictive analytics and machine learning",
"link": "https://learn.microsoft.com/en-us/analysis-services/data-mining/data-mining-ssas"
},
{
"name": "Internet Explorer",
"birthDate": "1995-08-24",
Expand Down Expand Up @@ -522,6 +529,12 @@
"description": "a data-centric procedural programming language and database management system originally developed by Fox Software before being acquired by Microsoft",
"link": "http://www.foxprohistory.org/foxprotimeline.htm"
},
{
"name": "Midori",
"deathDate": "2015-01-01",
"description": "a managed code operating system that was in research and development but never released",
"link": "https://www.zdnet.com/article/whatever-happened-to-microsofts-midori-operating-system-project/"
},
{
"name": "Windows Live Messenger",
"qualifier": "fka MSN Messenger",
Expand All @@ -544,6 +557,13 @@
"description": "a major release of the Windows operating system built on Windows NT kernel explicitly for consumer use",
"link": "https://en.wikipedia.org/wiki/Windows_XP"
},
{
"name": "XNA",
"birthDate": "2006-03-14",
"deathDate": "2014-04-01",
"description": "a framework and tool set for developing video games for Windows, Xbox 360, and Windows Phone devices",
"link": "https://www.gamedeveloper.com/business/it-s-official-xna-is-dead"
},
{
"name": "PixelSense",
"qualifier": "fka Surface",
Expand All @@ -552,6 +572,13 @@
"description": "a multi-touch digital table for public places that allowed multiple users to interact with the device simultaneously",
"link": "https://finance.yahoo.com/news/microsofts-very-first-surface-largely-184340037.html"
},
{
"name": "SQL Server English Query",
"birthDate": "2000-01-01",
"deathDate": "2013-01-01",
"description": "a natural language processing tool that allowed users to query databases using English",
"link": "https://www.infoq.com/news/English-Query-Discontinued/"
},
{
"name": "Reader",
"qualifier": "e-book app",
Expand Down Expand Up @@ -738,6 +765,12 @@
"description": "the first major release of the Windows operating system",
"link": "https://en.wikipedia.org/wiki/Windows_1.0x"
},
{
"name": "Fahrenheit",
"deathDate": "2000-12-31",
"description": "a suite of high-level 3D computer graphic APIs in development by Microsoft and SGI but abandoned before release",
"link": "https://web.archive.org/web/20080421215948/http://www.directx.com/graphics/fahrenheit.htm"
},
{
"name": "Bob",
"birthDate": "1995-03-10",
Expand Down

0 comments on commit ad5d746

Please sign in to comment.