You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple calculator written in Python that _just_ works. The source code is available on [nyx-4/MicroProjects/calc - GitHub](https://github.com/nyx-4/MicroProjects/tree/main/microprojects/calc).
@@ -14,3 +40,14 @@ A simple calculator written in Python that _just_ works. The source code is avai
14
40
- From CLI: `calc 5 + 10 x 3 - 2`
15
41
- As Python module: `python -m microprojects.calc 5 + 10 x 3 - 2`
16
42
- From Python source: `microprojects.calc("5 + 10 x 3 - 2")`
Git re-implementation in Python that is _perfectly compatible_ with with [Git SCM](https://git-scm.com/). The source code is available on [nyx-4/MicroProjects/ngit - GitHub](https://github.com/nyx-4/MicroProjects/tree/main/microprojects/ngit).
Copy file name to clipboardExpand all lines: microprojects/calc/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,5 +195,5 @@ Taken verbatium from [math - perform mathematics calculations](https://fishshell
195
195
196
196
197
197
## License
198
-
All the code here is licensed under [GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). The content and tests taken fish-shell are rightfully theirs and covered under [fish license](https://github.com/fish-shell/fish-shell/?tab=License-1-ov-file)
198
+
All my code here is licensed under [GPL 3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). The content and tests taken fish-shell are rightfully theirs and covered under [fish license](https://github.com/fish-shell/fish-shell/?tab=License-1-ov-file)
0 commit comments