Skip to content

Commit 445e758

Browse files
committed
flatten scala scheme and sql examples
1 parent 7340995 commit 445e758

18 files changed

+12
-14
lines changed

Ruby/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Program List
2121
Compiling & Running Code
2222
------------------------
2323

24-
run them using the command-line version of Ruby
24+
Run examples using the Ruby command:
2525
> e.g. for program: **hello.rb**
2626
2727
> > ruby **hello.rb**

SQL/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ SQL - Examples
44
Program List
55
------------
66

7-
[*Language*](/SQL/Language/)
7+
*Language*
88

99
- **samples**.sql
1010
- collection of various SQL queries, used in PHP code
1111

1212
Compiling & Running Code
1313
------------------------
1414

15-
these are just examples and not meant to be run
15+
These are just example snippets and not meant to be run as-is.
1616

17-
just copy-and-paste and edit as you need for your own purpose
17+
Just copy-and-paste and edit as you need for your own data and purpose.
1818

1919
Credit
2020
------
2121

22-
**David Adrian** & **Nancy Decker** for the queries behind *Language/samples.sql*
22+
**David Adrian** & **Nancy Decker** for the queries behind *samples.sql*.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Scala/README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Scala - Examples
44
Program List
55
------------
66

7-
[*Language*](/Scala/Language/)
7+
*Language*
88

99
- **CreatePoly**.scala
1010
- create a polyhedron that is sub-divided a set amount of times
@@ -17,9 +17,7 @@ Program List
1717
Compiling & Running Code
1818
------------------------
1919

20-
for Linux, you can use the provided bash script
20+
For Linux, you can use the provided bash script:
2121
> e.g. for program: **ForLoop.scala**
2222
23-
> > cd **Language/**
24-
25-
> > ./../run **ForLoop**
23+
> > ./run **ForLoop**

Scheme/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ Scheme - Examples
44
Program List
55
------------
66

7-
[*Algorithms*](/Scheme/Algorithms)
7+
*Algorithms*
88

99
- **harmonic**.scm
1010
- implementation of generating a harmonic series
1111

12-
[*Data Structures*](/Scheme/DataStructures)
12+
*Data Structures*
1313

1414
- **rational**.scm
1515
- implementation of a rational number data structure
1616

17-
[*Language*](/Scheme/Language)
17+
*Language*
1818

1919
- **functions**.scm
2020
- generating custom functions
@@ -26,4 +26,4 @@ Program List
2626
Compiling & Running Code
2727
------------------------
2828

29-
download DrRacket to run programs in Scheme
29+
Download DrRacket to run programs in Scheme.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)