Add CPS, error-first callbacks to sequelize
Sync cps soonmanager data plugin for SoonSpace.js
cps scheme plugin for SoonSpace.js
Wraps synchronous functions with a cps (callback passing style) function
Abbott breaks promises. Turns them back into CPS style
Limit the number of concurrent executions of a CPS function
**[Live demo](https://absaoss.github.io/cps-mdoc-viewer/)**
A continuation passing style library to help the coding of asynced programs in Javascript/Node.js.
os-cps test
A random sample of 534 workers from the Current Population Survey (CPS) from 1985.
A collection of codemods for ember-alias-cps-codemod.
有赞cps选择商品sdk
京东联盟 NodeJS cps API
CPS-based advice library
- Autocomplete - Button - Button toggles - Checkbox - Chip - Datepicker - Dialog - Divider - Expansion panel - File upload - Icon - Info circle - Input - Loader - Menu - Notifications - Paginator - Progress circular (indeterminate) - Progress linear (inde
A random sample of 534 workers from the Current Population Survey (CPS) from 1985.
mdObject Centricity EMP/CPS component
A light wrapper around the top level of [CPS](http://en.wikipedia.org/wiki/Continuation-passing_style) functions that calls out to either a succes or error callback based on the arguments passed.
Common functionality used across the INTO-CPS application.
Tiny goodies for Continuation-Passing-Style functions
cps middleware for smartstudy data platform
Web Components de ponta, sem complicação.
A small CPS-style utility library for node.js
- `gb_click` , `gb_media` 파라미터를 인식하여 쿠키를 24시간 생성합니다.
Assists in the creation of readable and maintainable macro_rules! macros
Composite Primitive Schema (CPS) for Rust
Query and convert Composite Primitive Schema (CPS) formats
Procedural macros for Compris
Common Package Specification (CPS) Rust Library
Common Package Specification (CPS) Rust Library
A Rust-based interpreter for Cambridge International AS & A Level Computer Science (9618) pseudocode
State machines driven by continuation passing style
Function attribute to return references to locals by using CPS
Professional auto-clicker with TUI interface, global hotkeys, and system tray integration
TODO!
Advanced caption and subtitle generation — speech alignment, line breaking, WCAG compliance, and speaker diarization for OxiMedia
ruby api for the arp-client of cps-datensysteme.de
Generates json property files from yaml definitions to be served up by CPS.
A ruby library which wraps the Akamai CPS API.
Gem for contol Vesta CP via Ruby
open a port on a CP firewall
CPS (Complete Payment Systems) card payment service API in Ruby
This CocoaPods plugin shows information about all available CocoaPods plugins (yes, this is very meta!). This CP plugin adds the "pod plugins" command to CocoaPods so that you can list all plugins (registered in the reference JSON hosted at CocoaPods/cocoapods-plugins)
Sample SDK for CP
Treebis is a minimal, general scripting/task utility written in ruby that wraps common actions for moving, copying and altering filetrees. It is geared towards things like generators. It is comparable to a shell script that does a lot of mkdir, mv, cp commands etc.
For tests that need to modify files
The sandbox plugin for rubygems helps you manage your command-line tools and their dependencies. Sandboxed gems are installed in their own private rubygem repositories with all of their dependencies. This means that you don't have to have a rat's nest of gems in your global repository in order to run popular command-tools like rdoc, flog, flay, rcov, etc. gem sandbox has the following sub-commands: * install gem_name ... - install 1 or more gems * plugin gem_name plugin_name ... - install a gem and plugins for it * remove gem_name ... - uninstall 1 or more gems * help - show this output Once you install gem sandbox will output something like: Copy the following scripts to any directory in your path to use them: cp /Users/USER/.gem/sandboxes/GEM/bin/TOOL _in_your_$PATH_ Copy the scripts to a directory in your path (eg ~/bin or /usr/bin) and you're good to go.
# ruby unshare (runshare) This tool allows to unshare Linux namespaces. The implementation is similar to the unshare(1) tool. ## Installation Add this line to your application's Gemfile: ```ruby gem 'runshare' ``` And then execute: $ bundle Or install it yourself as: $ gem install runshare ## Usage > require "runshare" > RUnshare::unshare For example: cat > test.rb require "runshare" pid = RUnshare::unshare( :clone_newpid => true, :clone_newns => true, :clone_newcgroup => true, :clone_newipc => true, :clone_newuts => true, :clone_newnet => true, :clone_newtime => true, :fork => true, :mount_proc => "/proc", # docker export $(docker create hello-world) | tar -xf - -C rootfs :root => "/tmp/rootfs" ) if pid == 0 # child puts "--- #{Process.pid}" if system("/hello") != true raise "bad" end puts "--- done" else # parent puts "-- unshare=#{pid}, pid=#{Process.pid}" puts "-- exit=#{Process.waitpid(pid)}" end ^D sudo ruby -I ./lib ./test.rb ## Quick start $ rake compile && echo 'require "runshare"; RUnshare::unshare(:clone_newuts => true)' | irb install -c tmp/x86_64-linux/runshare/2.4.10/runshare.so lib/runshare/runshare.so cp tmp/x86_64-linux/runshare/2.4.10/runshare.so tmp/x86_64-linux/stage/lib/runshare/runshare.so Switch to inspect mode. require "runshare"; RUnshare::unshare ## Ruby <2.5 If your app is single threaded and you are observing: eval:1: warning: pthread_create failed for timer: Invalid argument, scheduling broken Just ignore it with some degree of bravity. You also can silence it by setting: $VERBOSE = nil ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/sitano/runshare. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.