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
Copy file name to clipboardExpand all lines: src/basics.md
+78
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
|[Generate random numbers within a range][ex-rand-range]|[![rand-badge]][rand]|[![cat-science-badge]][cat-science]|
9
9
|[Generate random numbers with normal distribution][ex-rand-dist]|[![rand-badge]][rand]|[![cat-science-badge]][cat-science]|
10
10
|[Generate random values of a custom type][ex-rand-custom]|[![rand-badge]][rand]|[![cat-science-badge]][cat-science]|
11
+
|[Run an External Command and Process Stdout][ex-parse-subprocess-output]|[![regex-badge]][regex]|[![cat-os-badge]][cat-os][![cat-text-processing-badge]][cat-text-processing]|
Copy file name to clipboardExpand all lines: src/intro.md
+8
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ community. It needs and welcomes help. For details see
26
26
|[Generate random numbers within a range][ex-rand-range]|[![rand-badge]][rand]|[![cat-science-badge]][cat-science]|
27
27
|[Generate random numbers with normal distribution][ex-rand-dist]|[![rand-badge]][rand]|[![cat-science-badge]][cat-science]|
28
28
|[Generate random values of a custom type][ex-rand-custom]|[![rand-badge]][rand]|[![cat-science-badge]][cat-science]|
29
+
|[Run an External Command and Process Stdout][ex-parse-subprocess-output]|[![regex-badge]][regex]|[![cat-os-badge]][cat-os][![cat-text-processing-badge]][cat-text-processing]|
0 commit comments