Skip to content

Commit

Permalink
Deploying to wws from @ ec170d9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Oct 9, 2024
1 parent b348981 commit a9fcd2c
Show file tree
Hide file tree
Showing 1,292 changed files with 23,735 additions and 23,722 deletions.
2 changes: 1 addition & 1 deletion blog/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Feed</title>
<link>https://pldb.io/</link>
<description>PLDB: a Programming Language Database. Build the next great programming language.</description>
<lastBuildDate>Wed, 09 Oct 2024 16:28:24 +0000</lastBuildDate>
<lastBuildDate>Wed, 09 Oct 2024 16:36:23 +0000</lastBuildDate>
<language>en-us</language>
<item>
<title>Where does software innovation happen? A zoomable map</title>
Expand Down
8 changes: 4 additions & 4 deletions concepts/6gunz.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
<style>.abstractIconButtonParser {position:absolute;top:0.25rem; }.abstractIconButtonParser svg {fill: rgba(204,204,204,.8);width:1.875rem;height:1.875rem; padding: 0 7px;} .abstractIconButtonParser:hover svg{fill: #333;}</style><a href="https://github.com/breck7/pldb/blob/main/concepts/6gunz.scroll" class="doNotPrint abstractIconButtonParser" style="right:2rem;"><svg xmlns="http://www.w3.org/2000/svg" width="92pt" height="92pt" viewBox="0 0 92 92"><path d="M90.156 41.965 50.036 1.848a5.913 5.913 0 0 0-8.368 0l-8.332 8.332 10.566 10.566a7.03 7.03 0 0 1 7.23 1.684 7.043 7.043 0 0 1 1.673 7.277l10.183 10.184a7.026 7.026 0 0 1 7.278 1.672 7.04 7.04 0 0 1 0 9.957 7.045 7.045 0 0 1-9.961 0 7.038 7.038 0 0 1-1.532-7.66l-9.5-9.497V59.36a7.04 7.04 0 0 1 1.86 11.29 7.04 7.04 0 0 1-9.957 0 7.04 7.04 0 0 1 0-9.958 7.034 7.034 0 0 1 2.308-1.539V33.926a7.001 7.001 0 0 1-2.308-1.535 7.049 7.049 0 0 1-1.516-7.7L29.242 14.273 1.734 41.777a5.918 5.918 0 0 0 0 8.371L41.855 90.27a5.92 5.92 0 0 0 8.368 0l39.933-39.934a5.925 5.925 0 0 0 0-8.371"/></svg></a>
<div class="scrollSection"><h1 id="particle30" class="scrollTitle"><a href="6gunz.html">6gunz</a></h1>
</div>
<a class="trueBaseThemePreviousItem" href="eurisko.html">&lt;</a>
<a class="trueBaseThemeNextItem" href="icarus.html">&gt;</a>
<a class="trueBaseThemePreviousItem" href="icarus.html">&lt;</a>
<a class="trueBaseThemeNextItem" href="gurobi.html">&gt;</a>
<div style="width: 100%; box-sizing: border-box; max-width: 800px; margin: 0 auto;" class="scrollContainerParser">
<div class="trueBaseThemeQuickLinks"><a href="http://6gu.nz" class="material-symbols-outlined">home</a> <a href="https://sdk.scroll.pub/designer#url%20https%3A%2F%2Fpldb.io%2Fpldb.parsers%0AprogramUrl%20https%3A%2F%2Fpldb.io%2Fconcepts%2F6gunz.scroll" class="material-symbols-outlined">edit</a></div>
<p id="particle41" class="scrollParagraph">6gunz is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222018%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">2018</a> by <a href="../lists/creators.html#q=Matthew%20Steel">Matthew Steel</a>.</p>
<table class="scrollDashboard"><tr><td>#1865<span>on PLDB</span></td>
<table class="scrollDashboard"><tr><td>#1866<span>on PLDB</span></td>
<td>6<span>Years Old</span></td></tr>
</table>
<a href="http://6gu.nz">Homepage</a> · <a href="https://www.youtube.com/watch?v=qGOIt0xh0dw">Demo Video</a>
Expand All @@ -74,7 +74,7 @@
<td>5</td>
</tr></tbody>
</table>
<div class="scrollKeyboardNav" style="display:none;"><a href="eurisko.html">eurisko.html</a> · 6gunz.html · <a href="icarus.html">icarus.html</a><script>document.addEventListener('keydown', function(event) {
<div class="scrollKeyboardNav" style="display:none;"><a href="icarus.html">icarus.html</a> · 6gunz.html · <a href="gurobi.html">gurobi.html</a><script>document.addEventListener('keydown', function(event) {
if (document.activeElement !== document.body) return
if (event.altKey || event.ctrlKey || event.metaKey || event.shiftKey) return // dont interfere with keyboard back button shortcut
const getLinks = () => document.getElementsByClassName("scrollKeyboardNav")[0].getElementsByTagName("a")
Expand Down
2 changes: 1 addition & 1 deletion concepts/6gunz.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222018%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 2018
https://pldb.io/concepts/../lists/creators.html#q=Matthew%20Steel Matthew Steel

#1865 on PLDB
#1866 on PLDB
6 Years Old

- Tags: programming language, spreadsheet
Expand Down
4 changes: 2 additions & 2 deletions concepts/a-0-system.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<style>.abstractIconButtonParser {position:absolute;top:0.25rem; }.abstractIconButtonParser svg {fill: rgba(204,204,204,.8);width:1.875rem;height:1.875rem; padding: 0 7px;} .abstractIconButtonParser:hover svg{fill: #333;}</style><a href="https://github.com/breck7/pldb/blob/main/concepts/a-0-system.scroll" class="doNotPrint abstractIconButtonParser" style="right:2rem;"><svg xmlns="http://www.w3.org/2000/svg" width="92pt" height="92pt" viewBox="0 0 92 92"><path d="M90.156 41.965 50.036 1.848a5.913 5.913 0 0 0-8.368 0l-8.332 8.332 10.566 10.566a7.03 7.03 0 0 1 7.23 1.684 7.043 7.043 0 0 1 1.673 7.277l10.183 10.184a7.026 7.026 0 0 1 7.278 1.672 7.04 7.04 0 0 1 0 9.957 7.045 7.045 0 0 1-9.961 0 7.038 7.038 0 0 1-1.532-7.66l-9.5-9.497V59.36a7.04 7.04 0 0 1 1.86 11.29 7.04 7.04 0 0 1-9.957 0 7.04 7.04 0 0 1 0-9.958 7.034 7.034 0 0 1 2.308-1.539V33.926a7.001 7.001 0 0 1-2.308-1.535 7.049 7.049 0 0 1-1.516-7.7L29.242 14.273 1.734 41.777a5.918 5.918 0 0 0 0 8.371L41.855 90.27a5.92 5.92 0 0 0 8.368 0l39.933-39.934a5.925 5.925 0 0 0 0-8.371"/></svg></a>
<div class="scrollSection"><h1 id="particle30" class="scrollTitle"><a href="a-0-system.html">A-0 system</a></h1>
</div>
<a class="trueBaseThemePreviousItem" href="pico.html">&lt;</a>
<a class="trueBaseThemePreviousItem" href="up-arrow-notation.html">&lt;</a>
<a class="trueBaseThemeNextItem" href="lambda-zero.html">&gt;</a>
<div style="width: 100%; box-sizing: border-box; max-width: 800px; margin: 0 auto;" class="scrollContainerParser">
<div class="trueBaseThemeQuickLinks"><a href="https://en.wikipedia.org/wiki/A-0_System"><svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="98.05px" height="98.05px" viewBox="0 0 98.05 98.05" style="enable-background:new 0 0 98.05 98.05;" xml:space="preserve"><path d="M98.023,17.465l-19.584-0.056c-0.004,0.711-0.006,1.563-0.017,2.121c1.664,0.039,5.922,0.822,7.257,4.327L66.92,67.155 c-0.919-2.149-9.643-21.528-10.639-24.02l9.072-18.818c1.873-2.863,5.455-4.709,8.918-4.843l-0.01-1.968L55.42,17.489 c-0.045,0.499,0.001,1.548-0.068,2.069c5.315,0.144,7.215,1.334,5.941,4.508c-2.102,4.776-6.51,13.824-7.372,15.475 c-2.696-5.635-4.41-9.972-7.345-16.064c-1.266-2.823,1.529-3.922,4.485-4.004v-1.981l-21.82-0.067 c0.016,0.93-0.021,1.451-0.021,2.131c3.041,0.046,6.988,0.371,8.562,3.019c2.087,4.063,9.044,20.194,11.149,24.514 c-2.685,5.153-9.207,17.341-11.544,21.913c-3.348-7.43-15.732-36.689-19.232-44.241c-1.304-3.218,3.732-5.077,6.646-5.213 l0.019-2.148L0,17.398c0.005,0.646,0.027,1.71,0.029,2.187c4.025-0.037,9.908,6.573,11.588,10.683 c7.244,16.811,14.719,33.524,21.928,50.349c0.002,0.029,2.256,0.059,2.281,0.008c4.717-9.653,10.229-19.797,15.206-29.56 L63.588,80.64c0.005,0.004,2.082,0.016,2.093,0.007c7.962-18.196,19.892-46.118,23.794-54.933c1.588-3.767,4.245-6.064,8.543-6.194 l0.032-1.956L98.023,17.465z"/></svg></a> <a href="https://sdk.scroll.pub/designer#url%20https%3A%2F%2Fpldb.io%2Fpldb.parsers%0AprogramUrl%20https%3A%2F%2Fpldb.io%2Fconcepts%2Fa-0-system.scroll" class="material-symbols-outlined">edit</a></div>
Expand All @@ -57,7 +57,7 @@
<li id="particle51" ><a href="https://hopl.info/showlanguage.prx?exp=4">A-0 system on HOPL</a></li>
<li id="particle52" >See also: (3 related languages) <a href="arith-matic.html">ARITH-MATIC</a>, <a href="math-matic.html">MATH-MATIC</a>, <a href="flow-matic.html">FLOW-MATIC</a></li></ul>
<br>
<div class="scrollKeyboardNav" style="display:none;"><a href="pico.html">pico.html</a> · a-0-system.html · <a href="lambda-zero.html">lambda-zero.html</a><script>document.addEventListener('keydown', function(event) {
<div class="scrollKeyboardNav" style="display:none;"><a href="up-arrow-notation.html">up-arrow-notation.html</a> · a-0-system.html · <a href="lambda-zero.html">lambda-zero.html</a><script>document.addEventListener('keydown', function(event) {
if (document.activeElement !== document.body) return
if (event.altKey || event.ctrlKey || event.metaKey || event.shiftKey) return // dont interfere with keyboard back button shortcut
const getLinks = () => document.getElementsByClassName("scrollKeyboardNav")[0].getElementsByTagName("a")
Expand Down
8 changes: 4 additions & 4 deletions concepts/a-sharp.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
<style>.abstractIconButtonParser {position:absolute;top:0.25rem; }.abstractIconButtonParser svg {fill: rgba(204,204,204,.8);width:1.875rem;height:1.875rem; padding: 0 7px;} .abstractIconButtonParser:hover svg{fill: #333;}</style><a href="https://github.com/breck7/pldb/blob/main/concepts/a-sharp.scroll" class="doNotPrint abstractIconButtonParser" style="right:2rem;"><svg xmlns="http://www.w3.org/2000/svg" width="92pt" height="92pt" viewBox="0 0 92 92"><path d="M90.156 41.965 50.036 1.848a5.913 5.913 0 0 0-8.368 0l-8.332 8.332 10.566 10.566a7.03 7.03 0 0 1 7.23 1.684 7.043 7.043 0 0 1 1.673 7.277l10.183 10.184a7.026 7.026 0 0 1 7.278 1.672 7.04 7.04 0 0 1 0 9.957 7.045 7.045 0 0 1-9.961 0 7.038 7.038 0 0 1-1.532-7.66l-9.5-9.497V59.36a7.04 7.04 0 0 1 1.86 11.29 7.04 7.04 0 0 1-9.957 0 7.04 7.04 0 0 1 0-9.958 7.034 7.034 0 0 1 2.308-1.539V33.926a7.001 7.001 0 0 1-2.308-1.535 7.049 7.049 0 0 1-1.516-7.7L29.242 14.273 1.734 41.777a5.918 5.918 0 0 0 0 8.371L41.855 90.27a5.92 5.92 0 0 0 8.368 0l39.933-39.934a5.925 5.925 0 0 0 0-8.371"/></svg></a>
<div class="scrollSection"><h1 id="particle30" class="scrollTitle"><a href="a-sharp.html">A#</a></h1>
</div>
<a class="trueBaseThemePreviousItem" href="grass.html">&lt;</a>
<a class="trueBaseThemeNextItem" href="aith.html">&gt;</a>
<a class="trueBaseThemePreviousItem" href="boron.html">&lt;</a>
<a class="trueBaseThemeNextItem" href="grass.html">&gt;</a>
<div style="width: 100%; box-sizing: border-box; max-width: 800px; margin: 0 auto;" class="scrollContainerParser">
<div class="trueBaseThemeQuickLinks"><a href="https://en.wikipedia.org/wiki/A_Sharp_(.NET)"><svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="98.05px" height="98.05px" viewBox="0 0 98.05 98.05" style="enable-background:new 0 0 98.05 98.05;" xml:space="preserve"><path d="M98.023,17.465l-19.584-0.056c-0.004,0.711-0.006,1.563-0.017,2.121c1.664,0.039,5.922,0.822,7.257,4.327L66.92,67.155 c-0.919-2.149-9.643-21.528-10.639-24.02l9.072-18.818c1.873-2.863,5.455-4.709,8.918-4.843l-0.01-1.968L55.42,17.489 c-0.045,0.499,0.001,1.548-0.068,2.069c5.315,0.144,7.215,1.334,5.941,4.508c-2.102,4.776-6.51,13.824-7.372,15.475 c-2.696-5.635-4.41-9.972-7.345-16.064c-1.266-2.823,1.529-3.922,4.485-4.004v-1.981l-21.82-0.067 c0.016,0.93-0.021,1.451-0.021,2.131c3.041,0.046,6.988,0.371,8.562,3.019c2.087,4.063,9.044,20.194,11.149,24.514 c-2.685,5.153-9.207,17.341-11.544,21.913c-3.348-7.43-15.732-36.689-19.232-44.241c-1.304-3.218,3.732-5.077,6.646-5.213 l0.019-2.148L0,17.398c0.005,0.646,0.027,1.71,0.029,2.187c4.025-0.037,9.908,6.573,11.588,10.683 c7.244,16.811,14.719,33.524,21.928,50.349c0.002,0.029,2.256,0.059,2.281,0.008c4.717-9.653,10.229-19.797,15.206-29.56 L63.588,80.64c0.005,0.004,2.082,0.016,2.093,0.007c7.962-18.196,19.892-46.118,23.794-54.933c1.588-3.767,4.245-6.064,8.543-6.194 l0.032-1.956L98.023,17.465z"/></svg></a> <a href="https://sdk.scroll.pub/designer#url%20https%3A%2F%2Fpldb.io%2Fpldb.parsers%0AprogramUrl%20https%3A%2F%2Fpldb.io%2Fconcepts%2Fa-sharp.scroll" class="material-symbols-outlined">edit</a></div>
<p id="particle41" class="scrollParagraph">A# is an open source <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%222004%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">2004</a> by <a href="../lists/creators.html#q=Dr.%20Martin%20C.%20Carlisle">Dr. Martin C. Carlisle</a> and <a href="../lists/creators.html#q=Lt%20Col%20Ricky%20Sward">Lt Col Ricky Sward</a> and <a href="../lists/creators.html#q=Maj%20Jeff%20Humphries">Maj Jeff Humphries</a>.</p>
<table class="scrollDashboard"><tr><td>#1505<span>on PLDB</span></td>
<table class="scrollDashboard"><tr><td>#1504<span>on PLDB</span></td>
<td>20<span>Years Old</span></td></tr>
</table>
<a href="https://en.wikipedia.org/wiki/A_Sharp_(.NET)">Wikipedia</a>
Expand All @@ -56,7 +56,7 @@
<li id="particle50" >Early development of A# happened in <a href="../lists/labs.html#q=AdaCore">AdaCore</a> and <a href="../lists/labs.html#q=United States Air Force Academy">United States Air Force Academy</a></li>
<li id="particle51" >See also: (1 related languages) <a href="ada.html">Ada</a></li></ul>
<br>
<div class="scrollKeyboardNav" style="display:none;"><a href="grass.html">grass.html</a> · a-sharp.html · <a href="aith.html">aith.html</a><script>document.addEventListener('keydown', function(event) {
<div class="scrollKeyboardNav" style="display:none;"><a href="boron.html">boron.html</a> · a-sharp.html · <a href="grass.html">grass.html</a><script>document.addEventListener('keydown', function(event) {
if (document.activeElement !== document.body) return
if (event.altKey || event.ctrlKey || event.metaKey || event.shiftKey) return // dont interfere with keyboard back button shortcut
const getLinks = () => document.getElementsByClassName("scrollKeyboardNav")[0].getElementsByTagName("a")
Expand Down
2 changes: 1 addition & 1 deletion concepts/a-sharp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A# is an open source programming language created in 2004 by Dr. Martin C. Carli
https://pldb.io/concepts/../lists/creators.html#q=Lt%20Col%20Ricky%20Sward Lt Col Ricky Sward
https://pldb.io/concepts/../lists/creators.html#q=Maj%20Jeff%20Humphries Maj Jeff Humphries

#1505 on PLDB
#1504 on PLDB
20 Years Old

A# is a port of the Ada programming language to the Microsoft .NET platform. A# is freely distributed by the Department of Computer Science at the United States Air Force Academy as a service to the Ada community under the terms of the GNU General Public License. AdaCore has taken over this development, and announced "GNAT for .NET", which is a fully supported .NET product with all of the features of A# and more.. Read more on Wikipedia...
Expand Down
8 changes: 4 additions & 4 deletions concepts/abap.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
<style>.abstractIconButtonParser {position:absolute;top:0.25rem; }.abstractIconButtonParser svg {fill: rgba(204,204,204,.8);width:1.875rem;height:1.875rem; padding: 0 7px;} .abstractIconButtonParser:hover svg{fill: #333;}</style><a href="https://github.com/breck7/pldb/blob/main/concepts/abap.scroll" class="doNotPrint abstractIconButtonParser" style="right:2rem;"><svg xmlns="http://www.w3.org/2000/svg" width="92pt" height="92pt" viewBox="0 0 92 92"><path d="M90.156 41.965 50.036 1.848a5.913 5.913 0 0 0-8.368 0l-8.332 8.332 10.566 10.566a7.03 7.03 0 0 1 7.23 1.684 7.043 7.043 0 0 1 1.673 7.277l10.183 10.184a7.026 7.026 0 0 1 7.278 1.672 7.04 7.04 0 0 1 0 9.957 7.045 7.045 0 0 1-9.961 0 7.038 7.038 0 0 1-1.532-7.66l-9.5-9.497V59.36a7.04 7.04 0 0 1 1.86 11.29 7.04 7.04 0 0 1-9.957 0 7.04 7.04 0 0 1 0-9.958 7.034 7.034 0 0 1 2.308-1.539V33.926a7.001 7.001 0 0 1-2.308-1.535 7.049 7.049 0 0 1-1.516-7.7L29.242 14.273 1.734 41.777a5.918 5.918 0 0 0 0 8.371L41.855 90.27a5.92 5.92 0 0 0 8.368 0l39.933-39.934a5.925 5.925 0 0 0 0-8.371"/></svg></a>
<div class="scrollSection"><h1 id="particle30" class="scrollTitle"><a href="abap.html">ABAP</a></h1>
</div>
<a class="trueBaseThemePreviousItem" href="standard-ml.html">&lt;</a>
<a class="trueBaseThemeNextItem" href="z-shell.html">&gt;</a>
<a class="trueBaseThemePreviousItem" href="z-shell.html">&lt;</a>
<a class="trueBaseThemeNextItem" href="postcss.html">&gt;</a>
<div style="width: 100%; box-sizing: border-box; max-width: 800px; margin: 0 auto;" class="scrollContainerParser">
<div class="trueBaseThemeQuickLinks"><a href="http://scn.sap.com/community/abap" class="material-symbols-outlined">home</a> <a href="https://blogs.sap.com/tags/833755570260738661924709785639136/" class="material-symbols-outlined">newspaper</a> <a href="https://en.wikipedia.org/wiki/ABAP"><svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="98.05px" height="98.05px" viewBox="0 0 98.05 98.05" style="enable-background:new 0 0 98.05 98.05;" xml:space="preserve"><path d="M98.023,17.465l-19.584-0.056c-0.004,0.711-0.006,1.563-0.017,2.121c1.664,0.039,5.922,0.822,7.257,4.327L66.92,67.155 c-0.919-2.149-9.643-21.528-10.639-24.02l9.072-18.818c1.873-2.863,5.455-4.709,8.918-4.843l-0.01-1.968L55.42,17.489 c-0.045,0.499,0.001,1.548-0.068,2.069c5.315,0.144,7.215,1.334,5.941,4.508c-2.102,4.776-6.51,13.824-7.372,15.475 c-2.696-5.635-4.41-9.972-7.345-16.064c-1.266-2.823,1.529-3.922,4.485-4.004v-1.981l-21.82-0.067 c0.016,0.93-0.021,1.451-0.021,2.131c3.041,0.046,6.988,0.371,8.562,3.019c2.087,4.063,9.044,20.194,11.149,24.514 c-2.685,5.153-9.207,17.341-11.544,21.913c-3.348-7.43-15.732-36.689-19.232-44.241c-1.304-3.218,3.732-5.077,6.646-5.213 l0.019-2.148L0,17.398c0.005,0.646,0.027,1.71,0.029,2.187c4.025-0.037,9.908,6.573,11.588,10.683 c7.244,16.811,14.719,33.524,21.928,50.349c0.002,0.029,2.256,0.059,2.281,0.008c4.717-9.653,10.229-19.797,15.206-29.56 L63.588,80.64c0.005,0.004,2.082,0.016,2.093,0.007c7.962-18.196,19.892-46.118,23.794-54.933c1.588-3.767,4.245-6.064,8.543-6.194 l0.032-1.956L98.023,17.465z"/></svg></a> <a href="https://sdk.scroll.pub/designer#url%20https%3A%2F%2Fpldb.io%2Fpldb.parsers%0AprogramUrl%20https%3A%2F%2Fpldb.io%2Fconcepts%2Fabap.scroll" class="material-symbols-outlined">edit</a></div>
<p id="particle41" class="scrollParagraph">ABAP, aka Advanced Business Application Programming, is a <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22contains%22%2C%22data%22%3A%22tags%22%2C%22origData%22%3A%22tags%22%2C%22type%22%3A%22string%22%2C%22value%22%3A%5B%22pl%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">programming language</a> created in <a href="../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221983%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D">1983</a>.</p>
<table class="scrollDashboard"><tr><td>#135<span>on PLDB</span></td>
<table class="scrollDashboard"><tr><td>#136<span>on PLDB</span></td>
<td>41<span>Years Old</span></td>
<td>4k<span><span title="ABAP repos on GitHub.">Repos</span></span></td></tr>
</table>
Expand Down Expand Up @@ -431,7 +431,7 @@
<td></td>
</tr></tbody>
</table>
<div class="scrollKeyboardNav" style="display:none;"><a href="standard-ml.html">standard-ml.html</a> · abap.html · <a href="z-shell.html">z-shell.html</a><script>document.addEventListener('keydown', function(event) {
<div class="scrollKeyboardNav" style="display:none;"><a href="z-shell.html">z-shell.html</a> · abap.html · <a href="postcss.html">postcss.html</a><script>document.addEventListener('keydown', function(event) {
if (document.activeElement !== document.body) return
if (event.altKey || event.ctrlKey || event.metaKey || event.shiftKey) return // dont interfere with keyboard back button shortcut
const getLinks = () => document.getElementsByClassName("scrollKeyboardNav")[0].getElementsByTagName("a")
Expand Down
2 changes: 1 addition & 1 deletion concepts/abap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ABAP
ABAP, aka Advanced Business Application Programming, is a programming language created in 1983.
https://pldb.io/concepts/../lists/explorer.html#searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22%3D%22%2C%22data%22%3A%22appeared%22%2C%22origData%22%3A%22appeared%22%2C%22tags%22%3A%22num%22%2C%22value%22%3A%5B%221983%22%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D 1983

#135 on PLDB
#136 on PLDB
41 Years Old
4k Repos

Expand Down
Loading

0 comments on commit a9fcd2c

Please sign in to comment.