#
cps
Here are 54 public repositories matching this topic...
The .NET Project System for Visual Studio
-
Updated
Feb 20, 2021 - C#
Compose render props imperatively with async/await/CPS kinda sugar
-
Updated
Feb 13, 2019 - JavaScript
Continuation-Passing Style for Nim 🔗
-
Updated
Jan 18, 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
Feb 12, 2021 - Jupyter Notebook
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
Feb 10, 2021 - Python
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
Dec 11, 2020
A two-wheel self-balancing robot based on Arduino and RaspberryPi board.
-
Updated
Jul 6, 2018 - Python
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
Scripts and tools that help customers use Cloud Platform System (CPS)
-
Updated
Jan 4, 2021 - PowerShell
Split cucumber feature files into a separate file for each scenario
-
Updated
Oct 20, 2020 - JavaScript
Using Deep Learning to find bugs in Cyber Physical System Tool chain
-
Updated
Feb 2, 2021 - Python
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++
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
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
Open Platform for Big Data and IoT based Java Hadoop Case Water Quality Monitoring
-
Updated
Apr 9, 2018 - Java
2.4 - Continuation Passing Style (CPS)
-
Updated
Nov 19, 2017 - Kotlin
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.