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.
- Host: GitHub
- URL: https://github.com/jimbob88/jimbob88.github.io
- Owner: jimbob88
- Created: 2021-12-28T17:51:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T22:54:34.000Z (about 2 years ago)
- Last Synced: 2023-10-30T23:34:11.882Z (about 2 years ago)
- Topics: a-level, c-basic, furthermaths, html, maths, programming
- Language: HTML
- Homepage: https://jimbob88.github.io/
- Size: 3.33 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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 |