Used Jekyll's include_relative to make the display of .BAS files friendlier
This commit is contained in:
parent
00cbf3d17c
commit
5c43702a71
36 changed files with 199 additions and 40 deletions
19
apps/c1p/BASIC/OSI/README.md
Normal file
19
apps/c1p/BASIC/OSI/README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
layout: page
|
||||
title: OSI Challenger 1P BASIC Programs
|
||||
permalink: /apps/c1p/BASIC/OSI/
|
||||
---
|
||||
|
||||
OSI Challenger 1P BASIC Programs
|
||||
--------------------------------
|
||||
|
||||
- [BASIC MATH](math/)
|
||||
- [CHECKING](checking/)
|
||||
- [COUNTER](counter/)
|
||||
- [POKER](poker/)
|
||||
- [PRESIDENTS](presidents/)
|
||||
- [STAR WARS](starwars/)
|
||||
- [TRIG TUTOR](trigtutor/)
|
||||
|
||||
The project also includes some of [Jeff's](https://twitter.com/jeffpar) [BASIC Programs](../jeffpar/) written
|
||||
from 1979 to 1980.
|
||||
9
apps/c1p/BASIC/OSI/checking/README.md
Normal file
9
apps/c1p/BASIC/OSI/checking/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Challenger 1P BASIC Programs: CHECKING.BAS"
|
||||
permalink: /apps/c1p/BASIC/OSI/checking/
|
||||
---
|
||||
|
||||
{% highlight basic %}
|
||||
{% include_relative CHECKING.BAS %}
|
||||
{% endhighlight %}
|
||||
9
apps/c1p/BASIC/OSI/counter/README.md
Normal file
9
apps/c1p/BASIC/OSI/counter/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Challenger 1P BASIC Programs: COUNTER.BAS"
|
||||
permalink: /apps/c1p/BASIC/OSI/counter/
|
||||
---
|
||||
|
||||
{% highlight basic %}
|
||||
{% include_relative COUNTER.BAS %}
|
||||
{% endhighlight %}
|
||||
9
apps/c1p/BASIC/OSI/math/README.md
Normal file
9
apps/c1p/BASIC/OSI/math/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Challenger 1P BASIC Programs: MATH.BAS"
|
||||
permalink: /apps/c1p/BASIC/OSI/math/
|
||||
---
|
||||
|
||||
{% highlight basic %}
|
||||
{% include_relative MATH.BAS %}
|
||||
{% endhighlight %}
|
||||
9
apps/c1p/BASIC/OSI/poker/README.md
Normal file
9
apps/c1p/BASIC/OSI/poker/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Challenger 1P BASIC Programs: POKER.BAS"
|
||||
permalink: /apps/c1p/BASIC/OSI/poker/
|
||||
---
|
||||
|
||||
{% highlight basic %}
|
||||
{% include_relative POKER.BAS %}
|
||||
{% endhighlight %}
|
||||
9
apps/c1p/BASIC/OSI/presidents/README.md
Normal file
9
apps/c1p/BASIC/OSI/presidents/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Challenger 1P BASIC Programs: PRESIDENTS.BAS"
|
||||
permalink: /apps/c1p/BASIC/OSI/presidents/
|
||||
---
|
||||
|
||||
{% highlight basic %}
|
||||
{% include_relative PRESIDENTS.BAS %}
|
||||
{% endhighlight %}
|
||||
9
apps/c1p/BASIC/OSI/seawolfe/README.md
Normal file
9
apps/c1p/BASIC/OSI/seawolfe/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Challenger 1P BASIC Programs: SEAWOLFE.BAS"
|
||||
permalink: /apps/c1p/BASIC/OSI/seawolfe/
|
||||
---
|
||||
|
||||
{% highlight basic %}
|
||||
{% include_relative SEAWOLFE.BAS %}
|
||||
{% endhighlight %}
|
||||
9
apps/c1p/BASIC/OSI/starwars/README.md
Normal file
9
apps/c1p/BASIC/OSI/starwars/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Challenger 1P BASIC Programs: STARWARS.BAS"
|
||||
permalink: /apps/c1p/BASIC/OSI/starwars/
|
||||
---
|
||||
|
||||
{% highlight basic %}
|
||||
{% include_relative STARWARS.BAS %}
|
||||
{% endhighlight %}
|
||||
9
apps/c1p/BASIC/OSI/tankfortwo/README.md
Normal file
9
apps/c1p/BASIC/OSI/tankfortwo/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Challenger 1P BASIC Programs: TANKFORTWO.BAS"
|
||||
permalink: /apps/c1p/BASIC/OSI/tankfortwo/
|
||||
---
|
||||
|
||||
{% highlight basic %}
|
||||
{% include_relative TANKFORTWO.BAS %}
|
||||
{% endhighlight %}
|
||||
9
apps/c1p/BASIC/OSI/trigtutor/README.md
Normal file
9
apps/c1p/BASIC/OSI/trigtutor/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Challenger 1P BASIC Programs: TRIGTUTOR.BAS"
|
||||
permalink: /apps/c1p/BASIC/OSI/trigtutor/
|
||||
---
|
||||
|
||||
{% highlight basic %}
|
||||
{% include_relative TRIGTUTOR.BAS %}
|
||||
{% endhighlight %}
|
||||
Loading…
Reference in a new issue