Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "src/external/rscalc"]
path = src/external/rscalc
url = https://github.com/joshbw/rscalc.git
[submodule "src/external/lazymark"]
path = src/external/lazymark
url = https://github.com/joshbw/lazymark.git
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,6 @@ c:\user\joshbw\source>

---

### math

A command-line calculator that evaluates arithmetic expressions with full PEMDAS support. Handles both standard infix notation (`2 + 3 * 4`) and prefix/Polish notation (`+ 2 * 3 4`) with auto-detection. Supports `+`, `-`, `*`, `/`, `^`, `%`, and parentheses.

*Available as: `.cmd` `.ps1` `.sh`*

#### usage

c:\user\joshbw> **math 2 + 3 * 4**

14

c:\user\joshbw> **math (2 + 3) * 4**

20

---

### refreshenv.cmd

So I just installed a new utility, want it in my path, so I go and add it via the environment variables UI, and then go to my already open command prompt, and when I try to use it naturally it can't find the path. Because existing processes don't update when the global environment variables change. So one day I got annoyed enough with that to probably look up on a website or something an example of how to pull the global variables out of the registry, and thus refreshenv.cmd. It refreshes the environment variables. I'm a brand name genius.
Expand Down
1 change: 1 addition & 0 deletions src/external/lazymark
Submodule lazymark added at 474888
257 changes: 0 additions & 257 deletions src/helpful_scripts/math.cmd

This file was deleted.

Loading
Loading