#
cps
Here are 67 public repositories matching this topic...
The .NET Project System for Visual Studio
-
Updated
Jun 17, 2021 - C#
Compose render props imperatively with async/await/CPS kinda sugar
-
Updated
Feb 13, 2019 - JavaScript
Continuation-Passing Style for Nim 🔗
-
Updated
Jun 17, 2021 - Nim
A coroutine library written in and for C. Different kinds of Interfaces available: Posix thread style(old version), Lua coroutine style(CPS) based on CloudWu tiny coroutines library(ezco.v.0.0.1.*), Erlang process style(Actor Model, on future version, not finished yet).
-
Updated
Dec 1, 2018 - C
Python 3 examples of using economic data APIs and working with economic microdata. Includes bd CPS.
-
Updated
May 14, 2021 - Jupyter Notebook
This is a free online class on network information hiding/steganography/covert channels that I teach at Worms University of Applied Sciences.
computer-science
iot
patterns
mooc
steganography
infosec
cps
netsec
information-security
covert-channel
information-hiding
hiding-patterns
it-security
online-course
network-security
data-hiding
open-university
online-class
active-warden
passive-warden
-
Updated
May 18, 2021
Provides a way to interact with the Akamai Certificate Provisioning System (CPS) via Open APIs. Provides various functionality such as viewing certificate details, generating audits, checking change statuses, and creating/modifying certificates.
-
Updated
Mar 25, 2021 - Python
Using Deep Learning to find bugs in Cyber Physical System Tool chain
-
Updated
May 21, 2021 - Python
Scripts and tools that help customers use Cloud Platform System (CPS)
-
Updated
Jan 4, 2021 - PowerShell
danielhenrymantilla
commented
Oct 3, 2020
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
A two-wheel self-balancing robot based on Arduino and RaspberryPi board.
-
Updated
Jul 6, 2018 - Python
Split cucumber feature files into a separate file for each scenario
-
Updated
May 9, 2021 - JavaScript
clegaard
commented
Mar 9, 2020
The coe is incompatible with some versions of JRE as mentioned in #76
This should be checked by the dependency checker and a error message should be printed, something along the lines off:
The application found a Java Runtime Environment (JRE), but it is not compatible with the co-simulation engine (COE).
The found version is: xxx
Compatible versions are:
...
Please install a compat
Rewrite of Impala using dependent types and a PTS. Builds upon Thorin2.
programming-language
dependent-types
compiler
metaprogramming
cps
continuation-passing-style
partial-evaluators
-
Updated
Sep 21, 2018 - C++
This repo lets you run the F651 hexacopter using ROS Kinetic and Gazebo. The instructions below will make the F651 hexacopter run the CPS-Challenge 2018 mission autonomously in a simulator.
-
Updated
Nov 19, 2018 - Python
A lightweight toolset for IoT project 🐱
-
Updated
Sep 8, 2020 - Go
javascript
css
html
website
js
photography
club
photography-site
cornell
cps
club-website
photography-website
cornell-university
cornell-photo-society
-
Updated
Sep 16, 2018 - HTML
Complete runnable demo code of article "A Bottom-Up View of Kotlin Coroutines"
kotlin
compiler
coroutines
concurrency
continuation
bottom-up
cps
continuation-passing-style
tornadofx
http4k
-
Updated
Oct 13, 2020 - Kotlin
Circular Progress Stepper For Showing Progress Of A Process In Multiple Steps.
ios
state-management
progress
state
progressbar
cps
coreanimation
circular
coregraphics
stepper
step
swift5
-
Updated
Sep 14, 2019 - Swift
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."
We have high-level functions defined in Seq, Map, Set, ... etc.
In 90%. it's quite simple translations, so (after looking on Iterable) can be a good starting point for contribution.