cps
Here are 86 public repositories matching this topic...
-
Updated
Apr 23, 2022 - C#
-
Updated
Feb 13, 2019 - JavaScript
Track documentation from the point of novice and rewrite parts, which are hard to follow.
// And not forget about experienced developers' paths, who will not want to read 'Monad-101' intro for documentation on each library. Maybe write in addition a separate introduction to the library?
-
Updated
Mar 26, 2022 - Clojure
-
Updated
Dec 1, 2018 - C
-
Updated
Mar 21, 2022
-
Updated
Sep 3, 2021 - Jupyter Notebook
-
Updated
Feb 23, 2022 - Python
-
Updated
Jan 4, 2021 - PowerShell
In that regard, the crate currently only supports:
#[with]
let ... = <call>?...?as well as:
#[with]
let ... = match <call> { ... }
// rest *after* match (same scope)which unsugar(s) to:
with_<call>(..., |__anon__| {
let ... = match __anon__ { ... };
// rest *after* match (same scope)
})But it would be really nice i
-
Updated
Apr 20, 2022 - C++
-
Updated
Jul 6, 2018 - Python
In init.ts there are many almost copy paste of creating a new configuration. This should be harmonised.
e.g. https://github.com/INTO-CPS-Association/into-cps-application/blob/development/src/init.ts#L402-L432 and https://github.com/INTO-CPS-Association/into-cps-application/blob/development/src/init.ts#L371-L397
-
Updated
Apr 19, 2022 - Python
-
Updated
Apr 6, 2022 - Python
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Sep 21, 2018 - C++
-
Updated
Nov 19, 2018 - Python
Improve this page
Add a description, image, and links to the cps topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cps topic, visit your repo's landing page and select "manage topics."
In #193 we hid these so as not to annoy anyone. We should track them down and see if we cannot avoid them outright, and if not, why that is.