From f6d2141a480dd6b5b8ee0e48d43bb64773232791 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 26 Mar 2024 23:38:14 -0600 Subject: add header ids --- docs/posts/2010-01-24-experiments.html | 8 +- .../2019-05-05-Custom-Snowboard-Anemone-Theme.html | 34 ++++----- .../2019-12-04-Google-Teachable-Machines.html | 10 +-- .../2019-12-08-Image-Classifier-Tensorflow.html | 28 +++---- docs/posts/2019-12-08-Splitting-Zips.html | 8 +- .../2019-12-10-TensorFlow-Model-Prediction.html | 8 +- ...019-12-16-TensorFlow-Polynomial-Regression.html | 52 ++++++------- docs/posts/2019-12-22-Fake-News-Detector.html | 30 ++++---- .../2020-01-14-Converting-between-PIL-NumPy.html | 10 +-- ...-01-15-Setting-up-Kaggle-to-use-with-Colab.html | 24 +++--- ...20-01-16-Image-Classifier-Using-Turicreate.html | 22 +++--- ...onnect-To-Bluetooth-Devices-Linux-Terminal.html | 12 +-- docs/posts/2020-03-03-Playing-With-Android-TV.html | 26 +++---- docs/posts/2020-03-08-Making-Vaporwave-Track.html | 16 ++-- ...20-04-13-Fixing-X11-Error-AmberTools-macOS.html | 10 +-- .../2020-05-31-compiling-open-babel-on-ios.html | 22 +++--- ...r-Docking-Workflow-AutoDock-Vina-and-PyMOL.html | 12 +-- .../2020-06-02-Compiling-AutoDock-Vina-on-iOS.html | 24 +++--- docs/posts/2020-07-01-Install-rdkit-colab.html | 10 +-- .../2020-08-01-Natural-Feature-Tracking-ARJS.html | 40 +++++----- docs/posts/2020-10-11-macOS-Virtual-Cam-OBS.html | 24 +++--- docs/posts/2020-11-17-Lets-Encrypt-DuckDns.html | 16 ++-- docs/posts/2020-12-1-HTML-JS-RSS-Feed.html | 8 +- docs/posts/2021-06-25-Blog2Twitter-P1.html | 16 ++-- .../2021-06-25-NFC-Music-Cards-Basic-iOS.html | 14 ++-- ...2021-06-26-Cheminformatics-On-The-Web-2021.html | 28 +++---- ...21-06-27-Crude-ML-AI-Powered-Chatbot-Swift.html | 14 ++-- .../2022-05-21-Similar-Movies-Recommender.html | 34 ++++----- docs/posts/2022-08-05-Why-You-No-Host.html | 56 +++++++------- docs/posts/2022-11-07-a-new-method-to-blog.html | 20 ++--- docs/posts/2022-12-25-blog-to-toot.html | 24 +++--- ...02-08-Interact-with-siri-from-the-terminal.html | 26 +++---- docs/posts/2023-04-30-n-body-simulation.html | 28 +++---- docs/posts/2023-10-04-bomb-lab.html | 22 +++--- docs/posts/2023-10-05-attack-lab.html | 18 ++--- docs/posts/2023-10-22-search-by-flair-reddit.html | 8 +- docs/posts/2024-01-05-hello-20224.html | 18 ++--- ...rol-element-under-another-element-html-css.html | 10 +-- ...24-03-15-setting-up-macos-for-8088-dos-dev.html | 22 +++--- ...3-21-Polynomial-Regression-in-TensorFlow-2.html | 30 ++++---- ...03-26-Derivation-of-the-Quadratic-Equation.html | 8 +- docs/posts/hello-world.html | 8 +- docs/posts/index.html | 86 +++++++++++----------- 43 files changed, 472 insertions(+), 472 deletions(-) (limited to 'docs/posts') diff --git a/docs/posts/2010-01-24-experiments.html b/docs/posts/2010-01-24-experiments.html index cd7a305..5ca70f9 100644 --- a/docs/posts/2010-01-24-experiments.html +++ b/docs/posts/2010-01-24-experiments.html @@ -6,13 +6,13 @@ - Experiments + id="experiments">Experiments - - + Experiments" /> + Experiments" /> @@ -44,7 +44,7 @@
-

Experiments

+

Experiments

https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/img-original.jpg

diff --git a/docs/posts/2019-05-05-Custom-Snowboard-Anemone-Theme.html b/docs/posts/2019-05-05-Custom-Snowboard-Anemone-Theme.html index 13b0493..7b0748e 100644 --- a/docs/posts/2019-05-05-Custom-Snowboard-Anemone-Theme.html +++ b/docs/posts/2019-05-05-Custom-Snowboard-Anemone-Theme.html @@ -6,13 +6,13 @@ - Creating your own custom theme for Snowboard or Anemone + id="creating-your-own-custom-theme-for-snowboard-or-anemone">Creating your own custom theme for Snowboard or Anemone - - + Creating your own custom theme for Snowboard or Anemone" /> + Creating your own custom theme for Snowboard or Anemone" /> @@ -44,9 +44,9 @@
-

Creating your own custom theme for Snowboard or Anemone

+

Creating your own custom theme for Snowboard or Anemone

-

Contents

+

Contents

  • Getting Started
  • @@ -58,7 +58,7 @@
  • Building the DEB
-

Getting Started

+

Getting Started

Note: Without the proper folder structure, your theme may not show up!

@@ -67,7 +67,7 @@
  • Within themeName.theme folder, create another folder called IconBundles (You cannot change this name)
  • -

    Theme Configuration

    +

    Theme Configuration

    -

    Show me the code

    +

    Show me the code

    The code for this simulation is very similar to the Earth-Sun orbit simulation, except that we now have three bodies instead of two. We also use a different set of initial conditions to generate the figure of 8 orbit.

    @@ -318,7 +318,7 @@ Next, the function dR takes the position r and velocity v of Earth as input and

    Finally, a loop iterates over each time step, updating the positions and velocities of the celestial bodies using the step function. The updated coordinates are stored in the X, Y, VX, and VY arrays.

    -

    Animation?

    +

    Animation?

    Now that we have time-series data, we need to animate it. We can use Plotly's animate function, as this does not force a full re-render, saving us some precious GPU and CPU cycles when we are trying to run this in the browser itself

    @@ -438,9 +438,9 @@ Next, the function dR takes the position r and velocity v of Earth as input and -

    "General" N-Body Solver

    +

    "General" N-Body Solver

    -

    Show me the code!

    +

    Show me the code!

    function step(coords, masses, deltaT, nBodies = 3, G = 6.67408313131313e-11) {
    @@ -675,7 +675,7 @@ Next, the function dR takes the position r and velocity v of Earth as input and
     
    -

    Playground

    +

    Playground

    @@ -759,7 +759,7 @@ function plotRandomNBodySimulation() { -

    References

    +

    References

    1. Barrow-Green, June (2008), "The Three-Body Problem", in Gowers, Timothy; Barrow-Green, June; Leader, Imre (eds.), The Princeton Companion to Mathematics, Princeton University Press, pp. 726–728
    2. diff --git a/docs/posts/2023-10-04-bomb-lab.html b/docs/posts/2023-10-04-bomb-lab.html index 919ee15..6f736a8 100644 --- a/docs/posts/2023-10-04-bomb-lab.html +++ b/docs/posts/2023-10-04-bomb-lab.html @@ -6,13 +6,13 @@ - Bomb Lab + id="bomb-lab">Bomb Lab - - + Bomb Lab" /> + Bomb Lab" /> @@ -44,9 +44,9 @@
      -

      Bomb Lab

      +

      Bomb Lab

      -

      Introduction

      +

      Introduction

      Lab 2 for CSCI 2400 @ CU Boulder - Computer Systems

      @@ -63,7 +63,7 @@

      Note: I am not sure about the history of the bomb lab. I think it started at CMU.

      -

      Phase 1

      +

      Phase 1

      joxxxn@jupyter-nxxh6xx8:~/lab2-bomblab-navanchauhan/bombbomb$ gdb -ex 'break phase_1' -ex 'break explode_bomb' -ex 'run' ./bomb 
      @@ -116,7 +116,7 @@ End of assembler <
       
      -

      Phase 2

      +

      Phase 2

      Phase 1 defused. How about the next one?
      @@ -239,7 +239,7 @@ That's number
      -

      Phase 3

      +

      Phase 3

      Let us look at the disassembled code first

      @@ -521,7 +521,7 @@ Halfway there!
      -

      Phase 4

      +

      Phase 4

      joxxxn@jupyter-nxxh6xx8:~/lab2-bomblab-navanchauhan/bombbomb$ gdb -ex 'break phase_4' -ex 'break explode_bomb' -ex 'run' -args ./bomb sol.txt 
      @@ -732,7 +732,7 @@ So you got 
       
      -

      Phase 5

      +

      Phase 5

      So you got that one.  Try this one.
      @@ -863,7 +863,7 @@ Good work!  On Awesome!

      -

      Phase 6

      +

      Phase 6

      Good work!  On to the next...
      diff --git a/docs/posts/2023-10-05-attack-lab.html b/docs/posts/2023-10-05-attack-lab.html
      index d2a1475..81fc27a 100644
      --- a/docs/posts/2023-10-05-attack-lab.html
      +++ b/docs/posts/2023-10-05-attack-lab.html
      @@ -6,13 +6,13 @@
           
           
           
      -    Attack Lab
      +    id="attack-lab">Attack Lab
           
           
           
      -    
      -    
      +    Attack Lab" />
      +    Attack Lab" />
           
           
           
      @@ -44,9 +44,9 @@
           
       
      -

      Attack Lab

      +

      Attack Lab

      -

      Introduction

      +

      Introduction

      Lab 3 for CSCI 2400 @ CU Boulder - Computer Systems

      @@ -59,7 +59,7 @@

      objdump -d ctarget > dis.txt

      -

      Phase 1

      +

      Phase 1

      From the instructions, we know that our task is to get CTARGET to execute the code for touch1 when getbuf executes its return statement, rather than returning to test

      @@ -115,7 +115,7 @@ NICE JOB!
      -

      Phase 2

      +

      Phase 2

      Phase 2 involves injecting a small amount of code as part of your exploit string. @@ -275,7 +275,7 @@ NICE JOB!

      -

      Phase 3

      +

      Phase 3

      Phase 3 also involves a code injection attack, but passing a string as argument. @@ -379,7 +379,7 @@ NICE JOB!

      Phases 1-3 Complete.

      -

      Phase 4

      +

      Phase 4

      For Phase 4, you will repeat the attack of Phase 2, but do so on program RTARGET using gadgets from your diff --git a/docs/posts/2023-10-22-search-by-flair-reddit.html b/docs/posts/2023-10-22-search-by-flair-reddit.html index 432b24e..57604ee 100644 --- a/docs/posts/2023-10-22-search-by-flair-reddit.html +++ b/docs/posts/2023-10-22-search-by-flair-reddit.html @@ -6,13 +6,13 @@ - Search / Filter posts by flair on Reddit + id="search-filter-posts-by-flair-on-reddit">Search / Filter posts by flair on Reddit - - + Search / Filter posts by flair on Reddit" /> + Search / Filter posts by flair on Reddit" /> @@ -44,7 +44,7 @@

      -

      Search / Filter posts by flair on Reddit

      +

      Search / Filter posts by flair on Reddit

      Remember to replace any spaces in the flair with _

      diff --git a/docs/posts/2024-01-05-hello-20224.html b/docs/posts/2024-01-05-hello-20224.html index f33a86c..1a2282c 100644 --- a/docs/posts/2024-01-05-hello-20224.html +++ b/docs/posts/2024-01-05-hello-20224.html @@ -6,13 +6,13 @@ - Hello 2024 + id="hello-2024">Hello 2024 - - + Hello 2024" /> + Hello 2024" /> @@ -44,17 +44,17 @@
      -

      Hello 2024

      +

      Hello 2024

      2024 % 4 == 0

      -

      2023

      +

      2023

      Another revolution around the sun! This was a pretty fun and interesting year. I got to work on some interesting projects, and learned a lot.

      I am going to try and use my GitHub activity to recap.

      -

      Spring

      +

      Spring

      • I helped a friend modernize their Larvael codebase. Dockerized it for easier development, and added a CD pipeline. (Probably going to be released by end of this year)
      • @@ -65,7 +65,7 @@
      • Got into Mountain Biking!
      -

      Summer

      +

      Summer

      Summer was more relaxing. I mainly worked on some maintenance patches for my projects, and did some more freelancing stuff.

      @@ -74,7 +74,7 @@
    3. Continued working on a research project using Computer Vision in analysing a lateral flow assay. Tried porting it to use OpenCV.js, but it wasn't reliable enough. I might look into directly working with OpenCV/Vision Framework for an iOS app.
    4. -

      Fall

      +

      Fall