Skip to content

Commit 4c47845

Browse files
authored
update RM (#19)
* replace website images * update READMEs * fix file structure README section --------- Co-authored-by: spencermwoo <spencermwoo>
1 parent 92f00a6 commit 4c47845

File tree

6 files changed

+35
-27
lines changed

6 files changed

+35
-27
lines changed

README.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
11
# randomness-in-programming-languages
2-
An example of random number generation in different programming [languages](/sources#completed-languages)
2+
An example of random number generation in different programming [languages](/sources#completed-languages).
33

4-
# hacktoberfest
5-
A hactoberfest-friendly project
4+
Currently hosted at https://prng.akrasia.dev/
65

76
# file structure
8-
Overview of folder layout
7+
```
8+
.
9+
|-- analysis
10+
|-- outputs
11+
|-- sources
12+
`-- website
13+
```
14+
### [analysis](https://github.com/SpencerWoo/randomness-in-languages/tree/master/analysis)
15+
Scripts that read `ouputs` to perform analysis and generate graphs
16+
17+
### [outputs](https://github.com/SpencerWoo/randomness-in-languages/tree/master/outputs)
18+
This folder holds the data output of `sources` and is used by `outputs`
19+
20+
### [sources](https://github.com/SpencerWoo/randomness-in-languages/tree/master/sources)
21+
Simple programs in various languages to generate random numbers to populate `outputs`
22+
23+
### [website](https://github.com/SpencerWoo/randomness-in-languages/tree/master/website)
24+
Source files for generating website to organize and display the data
925

1026
## Contribute
1127
Create an example of generating a million random numbers and calculating the percentage for each bucket.

website/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Tutorial Example
1+
# website
2+
3+
https://prng.akrasia.dev/
4+
5+
# gatsby
26

37
The example project built by following the [Gatsby Tutorial](https://gatsbyjs.com/docs/tutorial/).
48

website/src/images/clifford.jpg

-2.36 MB
Binary file not shown.

website/src/images/hs1.png

4.2 MB
Loading

website/src/images/hs2.png

2.42 MB
Loading

website/src/pages/history.js

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,50 +8,39 @@ const HistoryPage = () => {
88
<Layout pageTitle="History">
99
<small>April 30, 2011</small>
1010
<p>
11-
In the beginning was my High School project fair.
11+
In the beginning was a High School project fair.
1212

1313
<br></br><br></br>
14-
15-
<StaticImage alt="Clifford, a reddish-brown pitbull, dozing in a bean bag chair" src="../images/clifford.jpg"/>
14+
<StaticImage alt="high school project" src="../images/hs1.png"/>
1615

1716
<br></br><br></br>
18-
The original project was with Javascript, Java, AS3, Visual Basic, and Python.
19-
20-
<br></br><br></br>
21-
17+
The original project used ActionScript 3 (AS3), Java, JavaScript.
2218
</p>
2319

2420
<br></br>
2521
<hr></hr>
2622
<br></br>
2723

2824
<small>February 19, 2015</small>
29-
3025
<p>
31-
After some time, I had college hosting and put up a poor-man's version of this project.
26+
After many years, this project was revisited and expanded with additional languages: Swift, Python, and Visual Basic.
3227

3328
<br></br><br></br>
3429

35-
The project expanded with a few additional languages. The website was coded in vanilla javascript using templates from programming classes -- it was functional and will remain archived.
36-
30+
A simple vanilla javascript website with handlebars.js templating was hosted via college hosting.
3731
</p>
3832

39-
<p>When I put a version of that project online via my college website hosting.</p>
40-
41-
4233
<br></br>
4334
<hr></hr>
4435
<br></br>
4536

4637
<small>February 19, 2021</small>
4738

4839
<p>
49-
I revisit this project on its tenth anniversary.
40+
After some time, the project was revisited on its tenth anniversary.
5041

5142
<br></br><br></br>
52-
53-
For DigitalOcean's <a href="https://hacktoberfest.com/">hacktoberfest</a> I thought to expand, have a proper website, and make it a communtiy project where other's can submit a simple program in their language of choice.
54-
43+
The project is reopened for DigitalOcean's <a href="https://hacktoberfest.com/">hacktoberfest</a> with the goal of expansion, a proper website, and open contribution.
5544
<br></br><br></br>
5645

5746
Unfortunately it did not progress significantly during this time.
@@ -61,17 +50,16 @@ const HistoryPage = () => {
6150
<hr></hr>
6251
<br></br>
6352

64-
<small>December 29, 2023</small>
53+
<small>February 21, 2023</small>
6554

6655
<p>
67-
With the release of <a href="https://chat.openai.com/">ChatGPT</a>, it became the perfect opportunity to generate tedious, low-IQ, grunt-work in an array of programming languages.
56+
With the release of <a href="https://chat.openai.com/">ChatGPT</a>, the generation of tedious, low-IQ, grunt-work in an array of programming languages became straightforward.
6857

6958
<br></br><br></br>
70-
This project is considered completed and satisfactory. That said, any <a href="https://github.com/spencermwoo/randomness-in-programming-languages">PRs</a> are welcome to improve the statistics, website design, or programming langauges.
59+
This project is considered completed and satisfactorily concluded. That said, any <a href="https://github.com/spencermwoo/randomness-in-programming-languages">PRs</a> are welcome as there is plenty to improve (statistics, website, programming languages, etc).
7160
<br></br><br></br>
7261

7362
Thanks for your attention.
74-
7563
</p>
7664

7765
<br></br>

0 commit comments

Comments
 (0)