An open API service indexing awesome lists of open source software.

https://github.com/jimbob88/jimbob88.github.io

A blog relating to maths, calculators and programming.
https://github.com/jimbob88/jimbob88.github.io

a-level c-basic furthermaths html maths programming

Last synced: 9 months ago
JSON representation

A blog relating to maths, calculators and programming.

Awesome Lists containing this project

README

          

# jimbob88.github.io

My personal blog and guide centre!

I have tried to keep the size of the website as low as possible!

### Google

Although I use [Google Search Console](https://search.google.com/search-console) (and use the `key` and `sitemap` to verify this), I do not have any Google Analytics (to the extent of my knowledge) on this site!

### JavaScript

Some areas of this website rely on JavaScript for reliably showing things such as MathJax. I have avoided using this in any of the browsing systems, the only time JavaScript is ever loaded, is on my blog posts or guides themselves!

A list of JavaScript active pages can be seen below:

| Site | URL | Reason |
| ------------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------ |
| Further Pure / Argand Diagrams / Fancy HTML | https://jimbob88.github.io/maths/fp/ad_f/index.html | Used for MathJax and JQuery |
| Programming / 2022_03_08 - Calculate PI | https://jimbob88.github.io/programming/2022_03_08/pi/index.html | Used for MathJax and Code Formatting |
| Random Maths / 2022_03_08 - Big O Notation | https://jimbob88.github.io/maths/random/2022_03_08/BigO/index.html | Used for MathJax, Code Formatting & Graphs |
| Personal CV | https://jimbob88.github.io/cv/index.html | Used for JQuery and Input |
| Programming / 2022_03_11 - Matrix And Vectors | https://jimbob88.github.io/programming/2022_03_11/matrix_cpp/index.html | Used for Code Formatting |
| Programming / 2022_03_12 - Bin Packing Algorithms | https://jimbob88.github.io/programming/2022_03_12/BinPacking/index.html | Used for Code Formatting |
| Programming / 2022_03_13 - Floyd's Algorithm | https://jimbob88.github.io/programming/2022_03_13/floyds/index.html | Used for Code Formatting |