From 852bf219a4806796c3b9dfe46f373b2764eab7a6 Mon Sep 17 00:00:00 2001 From: Kushagra Srivastava Date: Mon, 27 Jan 2025 22:47:17 -0500 Subject: [PATCH] Adding shellBench --- bbedit/shellBench.worksheet | 70 +++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 bbedit/shellBench.worksheet diff --git a/bbedit/shellBench.worksheet b/bbedit/shellBench.worksheet new file mode 100644 index 00000000..dfb5703e --- /dev/null +++ b/bbedit/shellBench.worksheet @@ -0,0 +1,70 @@ + + + + + CurrentWorkingDirectory + /Users/kushagrasrivastava/skushagra + WorksheetContents + # <-- shellBench.worksheet --> +# The following is a BBEdit Shell worksheet +# If you have BBEdit (30 day eval or paid), you can run shell commands through this text file +# and the output is piped back into this file. This makes perusing through errors +# and debugging a breeze. +# +# The way this works is to type a shell command and hit Ctrl + Enter. +# The below is a standard output I have from one of my typical program runs. +npm run start + +> skushagra@0.0.0 start +> docusaurus start + + +╭──────────────────────────────────────────────────────────────────────────────╮│ ││ Update available 2.4.1 → 3.7.0 ││ ││ To upgrade Docusaurus packages with the latest version, run the ││ following command: ││ `npm i @docusaurus/core@latest @docusaurus/preset-classic@latest ││ @docusaurus/module-type-aliases@latest` ││ │╰──────────────────────────────────────────────────────────────────────────────╯ + +[INFO] Starting the development server... +(node:17180) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. +(Use `node --trace-deprecation ...` to show where the warning was created) +[SUCCESS] Docusaurus website is running at: http://localhost:3000/ +ℹ Compiling Client +✔ Client: Compiled successfully in 1.21s +client (webpack 5.88.2) compiled successfully +ℹ Compiling Client +✔ Client: Compiled successfully in 107.21ms +client (webpack 5.88.2) compiled successfully +ℹ Compiling Client +✔ Client: Compiled with some errors in 92.49ms + + +SyntaxError: /Users/kushagrasrivastava/skushagra/src/components/HomepageFeatures/index.js: Expected corresponding JSX closing tag for <img>. (97:610) + 95 | <div className={styles.centeredLinks}> + 96 | <a href="https://umass.edu"><img src="https://suobset.github.io/finechive-helper/88x31/umass.png"></img></a><a href="https://firefox.com"><img src="https://suobset.github.io/finechive-helper/88x31/firefox.gif"></img></a><a href="https://pages.github.com"><img src="https://suobset.github.io/finechive-helper/88x31/ghPages.gif"></img></a><a href="https://www.vim.org"><img src="https://suobset.github.io/finechive-helper/88x31/vim.gif"></img></a><a href="https://tldp.org/LDP/tlk/tlk.html"><img src="https://suobset.github.io/finechive-helper/88x31/ubuntu.gif"></img></a><a href="https://ubuntu.com"><img src="https://suobset.github.io/finechive-helper/88x31/ubuntu_button_88x31.png"></img></a><a href="https://www.tomshardware.com/reviews/dell-g3-15-gaming-laptop,5685.html"><img src="https://suobset.github.io/finechive-helper/88x31/dell.gif"></img></a><br /> +> 97 | <a href="https://www.thetrevorproject.org/"><img src="https://suobset.github.io/finechive-helper/88x31/pride.gif"></img></a><a href="https://apple.com/mac"><img src="https://suobset.github.io/finechive-helper/88x31/Mac.gif"></img></a><a href="https://www.barebones.com/products/bbedit/"><img src="https://suobset.github.io/finechive-helper/88x31/bbedit2.png"></img></a><a href="https://www.literatureandlatte.com/scrivener/overview"><img decoding="async" src="https://www.literatureandlatte.com/public/share-badges/scriv-by-writers.png" border="0" width="200" alt="Scrivener: By writers, for writers."></a><a href="https://yesterweb.org/no-to-web3/"><img src="https://suobset.github.io/finechive-helper/88x31/web3.gif"></img></a><a href="https://ch.tetr.io/u/suobset"><img src="https://suobset.github.io/finechive-helper/88x31/tetris.gif"></img></a> + | ^ + 98 | </div> + 99 | </div> + 100 | </section> +client (webpack 5.88.2) compiled with 1 error +ℹ Compiling Client +✔ Client: Compiled successfully in 78.84ms +client (webpack 5.88.2) compiled successfully +ℹ Compiling Client +✔ Client: Compiled successfully in 97.70ms +client (webpack 5.88.2) compiled successfully +ℹ Compiling Client +✔ Client: Compiled successfully in 95.00ms +client (webpack 5.88.2) compiled successfully +ℹ Compiling Client +✔ Client: Compiled successfully in 67.26ms +client (webpack 5.88.2) compiled successfully +ℹ Compiling Client +✔ Client: Compiled successfully in 67.65ms +client (webpack 5.88.2) compiled successfully +ℹ Compiling Client +✔ Client: Compiled successfully in 94.44ms +client (webpack 5.88.2) compiled successfully +ℹ Compiling Client +✔ Client: Compiled successfully in 93.58ms +client (webpack 5.88.2) compiled successfully + + +