From 673c1abcb7509e478d0d1fdfd87cbf41f56a8423 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sun, 30 Apr 2023 22:14:34 -0600 Subject: adding link to n-body sim --- Content/posts/2023-04-30-n-body-simulation.md | 9 +++ .../posts/2023-04-30-n-body-simulation.png | Bin 0 -> 22246 bytes docs/feed.rss | 20 +++++- .../posts/2023-04-30-n-body-simulation.png | Bin 0 -> 22246 bytes docs/index.html | 13 ++++ docs/posts/2023-04-30-n-body-simulation.html | 71 +++++++++++++++++++++ docs/posts/index.html | 13 ++++ 7 files changed, 124 insertions(+), 2 deletions(-) create mode 100644 Content/posts/2023-04-30-n-body-simulation.md create mode 100644 Resources/images/opengraph/posts/2023-04-30-n-body-simulation.png create mode 100644 docs/images/opengraph/posts/2023-04-30-n-body-simulation.png create mode 100644 docs/posts/2023-04-30-n-body-simulation.html diff --git a/Content/posts/2023-04-30-n-body-simulation.md b/Content/posts/2023-04-30-n-body-simulation.md new file mode 100644 index 0000000..6bf10ce --- /dev/null +++ b/Content/posts/2023-04-30-n-body-simulation.md @@ -0,0 +1,9 @@ +--- +date: 2023-03-17 13:57 +description: My thoughts on writing in the 21st century. +tags: ramblings, writing +--- + +# n-body solution generator + + diff --git a/Resources/images/opengraph/posts/2023-04-30-n-body-simulation.png b/Resources/images/opengraph/posts/2023-04-30-n-body-simulation.png new file mode 100644 index 0000000..588c28e Binary files /dev/null and b/Resources/images/opengraph/posts/2023-04-30-n-body-simulation.png differ diff --git a/docs/feed.rss b/docs/feed.rss index 5de2ff1..640a4db 100644 --- a/docs/feed.rss +++ b/docs/feed.rss @@ -4,8 +4,8 @@ Navan's Archive Rare Tips, Tricks and Posts https://web.navan.dev/en - Fri, 17 Mar 2023 14:07:30 -0000 - Fri, 17 Mar 2023 14:07:30 -0000 + Sun, 30 Apr 2023 22:13:15 -0000 + Sun, 30 Apr 2023 22:13:15 -0000 250 @@ -4126,6 +4126,22 @@ Seeing that you are reading this on Mastodon, and that I have updated this secti ]]> + + + https://web.navan.dev/posts/2023-04-30-n-body-simulation.html + + + n-body solution generator + + + My thoughts on writing in the 21st century. + + https://web.navan.dev/posts/2023-04-30-n-body-simulation.html + Fri, 17 Mar 2023 13:57:00 -0000 + n-body solution generator +]]> + + https://web.navan.dev/posts/2020-01-14-Converting-between-PIL-NumPy.html diff --git a/docs/images/opengraph/posts/2023-04-30-n-body-simulation.png b/docs/images/opengraph/posts/2023-04-30-n-body-simulation.png new file mode 100644 index 0000000..588c28e Binary files /dev/null and b/docs/images/opengraph/posts/2023-04-30-n-body-simulation.png differ diff --git a/docs/index.html b/docs/index.html index 88b458d..721afed 100644 --- a/docs/index.html +++ b/docs/index.html @@ -72,6 +72,19 @@ +
  • n-body solution generator
  • +
      +
    • My thoughts on writing in the 21st century.
    • +
    • Published On: 2023-03-17 13:57
    • +
    • Tags: + + ramblings, + + writing + +
    + +
  • Interacting with Siri using the command line
    • Code snippet to interact with Siri by issuing commands from the command-line.
    • diff --git a/docs/posts/2023-04-30-n-body-simulation.html b/docs/posts/2023-04-30-n-body-simulation.html new file mode 100644 index 0000000..4d26f81 --- /dev/null +++ b/docs/posts/2023-04-30-n-body-simulation.html @@ -0,0 +1,71 @@ + + + + + + + + + n-body solution generator + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + +

      n-body solution generator

      + +
      If you have scrolled this far, consider subscribing to my mailing list here. You can subscribe to either a specific type of post you are interested in, or subscribe to everything with the "Everything" list.
      + +
      + +
      +
      + + + + + + \ No newline at end of file diff --git a/docs/posts/index.html b/docs/posts/index.html index 25faa5d..be5e91c 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -75,6 +75,19 @@
    +
  • n-body solution generator
  • +
      +
    • My thoughts on writing in the 21st century.
    • +
    • Published On: 2023-03-17 13:57
    • +
    • Tags: + + ramblings, + + writing, + +
    + +
  • Interacting with Siri using the command line
    • Code snippet to interact with Siri by issuing commands from the command-line.
    • -- cgit v1.2.3