Skip to content

Commit

Permalink
Add articles on encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
sglavoie committed Apr 29, 2019
1 parent 0753feb commit 1222d14
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion websites/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- [Mathematics](#mathematics)
- [Beginner topics](#beginner-topics)
- [Calculus](#calculus)
- [Encryption](#encryption)
- [Linear Algebra](#linear-algebra)
- [Modular arithmetic](#modular-arithmetic)
- [Number bases](#number-bases)
Expand Down Expand Up @@ -110,6 +111,10 @@
## Calculus
- [Calculus III](http://tutorial.math.lamar.edu/Classes/CalcIII/CalcIII.aspx) - *Here are my online notes for my Calculus III course that I teach here at Lamar University. Despite the fact that these are my “class notes”, they should be accessible to anyone wanting to learn Calculus III or needing a refresher in some of the topics from the class.*

## Encryption
- [Part 1: How RSA Works With Examples](http://doctrina.org/How-RSA-Works-With-Examples.html) - Barry Steyn
- [Part 2: Why RSA Works: Three Fundamental Questions Answered](http://doctrina.org/Why-RSA-Works-Three-Fundamental-Questions-Answered.html) - Barry Steyn

## Linear Algebra
- [Applied Linear Algebra 1](https://open.math.uwaterloo.ca/4?gid=314) - University of Waterloo (Canada).
- Problem sets
Expand Down Expand Up @@ -229,4 +234,4 @@

## Website testing
- [CodePen](https://codepen.io/) - *"CodePen is an online community for testing and showcasing user-created HTML, CSS and JavaScript code snippets. It functions as an online code editor and open-source learning environment, where developers can create code snippets, creatively named "pens", and test them.*" ([from Wikipedia](https://en.wikipedia.org/wiki/CodePen))
- [JSFiddle](https://jsfiddle.net/) - *"JSFiddle is an online community for testing and showcasing user-created and collaborational HTML, CSS and JavaScript code snippets, known as 'fiddles'. It allows for simulated AJAX calls."* ([from Wikipedia](https://en.wikipedia.org/wiki/JSFiddle))
- [JSFiddle](https://jsfiddle.net/) - *"JSFiddle is an online community for testing and showcasing user-created and collaborational HTML, CSS and JavaScript code snippets, known as 'fiddles'. It allows for simulated AJAX calls."* ([from Wikipedia](https://en.wikipedia.org/wiki/JSFiddle))

0 comments on commit 1222d14

Please sign in to comment.