Skip to content

Commit

Permalink
Adding shellBench
Browse files Browse the repository at this point in the history
  • Loading branch information
suobset committed Jan 28, 2025
1 parent 92eace1 commit 852bf21
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions bbedit/shellBench.worksheet
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CurrentWorkingDirectory</key>
<string>/Users/kushagrasrivastava/skushagra</string>
<key>WorksheetContents</key>
<string># &lt;-- shellBench.worksheet --&gt;
# 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

&gt; [email protected] start
&gt; 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 &lt;img&gt;. (97:610)
95 | &lt;div className={styles.centeredLinks}&gt;
96 | &lt;a href="https://umass.edu"&gt;&lt;img src="https://suobset.github.io/finechive-helper/88x31/umass.png"&gt;&lt;/img&gt;&lt;/a&gt;&lt;a href="https://firefox.com"&gt;&lt;img src="https://suobset.github.io/finechive-helper/88x31/firefox.gif"&gt;&lt;/img&gt;&lt;/a&gt;&lt;a href="https://pages.github.com"&gt;&lt;img src="https://suobset.github.io/finechive-helper/88x31/ghPages.gif"&gt;&lt;/img&gt;&lt;/a&gt;&lt;a href="https://www.vim.org"&gt;&lt;img src="https://suobset.github.io/finechive-helper/88x31/vim.gif"&gt;&lt;/img&gt;&lt;/a&gt;&lt;a href="https://tldp.org/LDP/tlk/tlk.html"&gt;&lt;img src="https://suobset.github.io/finechive-helper/88x31/ubuntu.gif"&gt;&lt;/img&gt;&lt;/a&gt;&lt;a href="https://ubuntu.com"&gt;&lt;img src="https://suobset.github.io/finechive-helper/88x31/ubuntu_button_88x31.png"&gt;&lt;/img&gt;&lt;/a&gt;&lt;a href="https://www.tomshardware.com/reviews/dell-g3-15-gaming-laptop,5685.html"&gt;&lt;img src="https://suobset.github.io/finechive-helper/88x31/dell.gif"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br /&gt;
&gt; 97 | &lt;a href="https://www.thetrevorproject.org/"&gt;&lt;img src="https://suobset.github.io/finechive-helper/88x31/pride.gif"&gt;&lt;/img&gt;&lt;/a&gt;&lt;a href="https://apple.com/mac"&gt;&lt;img src="https://suobset.github.io/finechive-helper/88x31/Mac.gif"&gt;&lt;/img&gt;&lt;/a&gt;&lt;a href="https://www.barebones.com/products/bbedit/"&gt;&lt;img src="https://suobset.github.io/finechive-helper/88x31/bbedit2.png"&gt;&lt;/img&gt;&lt;/a&gt;&lt;a href="https://www.literatureandlatte.com/scrivener/overview"&gt;&lt;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."&gt;&lt;/a&gt;&lt;a href="https://yesterweb.org/no-to-web3/"&gt;&lt;img src="https://suobset.github.io/finechive-helper/88x31/web3.gif"&gt;&lt;/img&gt;&lt;/a&gt;&lt;a href="https://ch.tetr.io/u/suobset"&gt;&lt;img src="https://suobset.github.io/finechive-helper/88x31/tetris.gif"&gt;&lt;/img&gt;&lt;/a&gt;
| ^
98 | &lt;/div&gt;
99 | &lt;/div&gt;
100 | &lt;/section&gt;
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
</string>
</dict>
</plist>

0 comments on commit 852bf21

Please sign in to comment.