cps
Here are 88 public repositories matching this topic...
-
Updated
Jun 3, 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
May 27, 2022
-
Updated
Dec 1, 2018 - C
-
Updated
Sep 3, 2021 - Jupyter Notebook
-
Updated
May 23, 2022 - Python
-
Updated
Jun 3, 2022 - C++
-
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
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 26, 2022 - Python
-
Updated
Jun 2, 2022 - Python
-
Updated
Jun 3, 2022 - Python
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Sep 21, 2018 - C++
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.