Yes the name is a bit weird. coremem would be more appropriate, but for backwards compatible reasons the ps_mem name remains. pip install ps_mem is supported, or rpm and deb packages are available for most distros. Also the ps_mem.py script can be run directly.
ram memory process usage sharedContinuation-local storage works like thread-local storage in threaded programming, but is based on chains of Node-style callbacks instead of threads. The standard Node convention of functions calling functions is very similar to something called "continuation-passing style" in functional programming, and the name comes from the way this module allows you to set and get values that are scoped to the lifetime of these chains of function calls. When you set values in continuation-local storage, those values are accessible until all functions called from the original function – synchronously or asynchronously – have finished executing. This includes callbacks passed to process.nextTick and the timer functions (setImmediate, setTimeout, and setInterval), as well as callbacks passed to asynchronous functions that call native functions (such as those exported from the fs, dns, zlib and crypto modules).
threading shared context domains tracing logginga nodejs module for local and remote Inter Process Communication with full support for Linux, Mac and Windows. It also supports all forms of socket communication from low level unix and windows sockets to UDP and secure TLS and TCP sockets. This work is licenced via the DBAD Public Licence.
ipc neural-networking machine-learning inter process communication unix win socket tcp udp domain sockets threaded multi shared memoryEasily share data between modules meant to run on the server and client using browserify.
browserify shared data expose bootstrapShared ESLint config for JavaScript code produced by Netflix's Data Engineering and Analysis group. By adopting a common ESLint config, we hope to encourage consistent style and quality across all of our repos.The lion's share of ESLint configuration should be defined here rather than each project's own .eslintrc. If a project's maintainers want to override some configuration value, they can do it in their own .eslintrc.
eslint config shared lint plugin netflix dea react flow data dx abacusSmallest/simplest possible means of using atob with both Node and browserify.You can easily check if Buffer exists and switch between the approaches accordingly, but using Buffer anywhere in your browser source will pull in browserify's Buffer shim which is pretty hefty. This package uses the main and browser fields in its package.json to perform this check at build time and avoid pulling Buffer in unnecessarily.
atob base64 isomorphic browser node sharedSmallest/simplest possible means of using btoa with both Node and browserify.You can easily check if Buffer exists and switch between the approaches accordingly, but using Buffer anywhere in your browser source will pull in browserify's Buffer shim which is pretty hefty. This package uses the main and browser fields in its package.json to perform this check at build time and avoid pulling Buffer in unnecessarily.
btoa base64 isomorphic browser node sharedNode Canvas AWS Lambda dependencies i.e. compiled shared object files for Cairo, Pixman, libpng, libjpeg etc.
canvas node-canvas aws lambda cairo shared objectsBarefoot makes code sharing between browser and server reality. Write your application once and run it on both ends of the wire. It builds upon the popular Backbone.JS library and keeps its own additions as unobtrusive as possible.
backbone node server http sharedThis is lock server for system that need to share and lock common resources across servers with sub-second precision. Client for node.js is completely async.
lock server locker async shared distributedThis task helps you to create multiple config files in SCSS/SASS/LESS/Stylus/JS/JSON/JS (AMD flavored). One of four possible types: "dash", "underscore", "camelcase", "uppercase" defining the format in which variables are written.
gruntplugin sass scss generator shared configCreate a new local shared dependency. sls dynamodb create -n <dependency-name> This creates the template code for local shared dependency, inside the directory with the name shared, in project root. What if you need to share code, but don't wish to publish packages in NPM Registry? You can use the local shared dependencies.
serverless-framework-plugin serverless-applications serverless-plugins dependency-management dependency install shared custom npm shared-dependency custom-dependency custom-dependency-management install-dependency dependencies aws amazon amazon-web-services serverless.comIt supports auto memory-management and fast object serialization. It uses a hashmap and LRU cache internally to maintain its contents. You can install it with npm. Just type npm i node-shared-cache will do it.
node.js lru cache sharedMemored implements an in-memory shared cache to use in nodejs applications which uses cluster module. Let's say you want your application to take advantage of multi-core CPUs using nodejs cluster module; you will be able to run several isolated processes which shared nothing but a communication channel with parent process. If you need a fast volatile cache, common solutions would create an in-memory map for every process you run, so you end up with the same data stored several times in your machine RAM.
cache memory sharedRxJava2 binding of Android SharedPreferences
rx rxjava rxjava2 shared context android preferences sharedpreferences storageAndroid's Native key value storage system in React Native
shared-preferences storage react-native android react native shared preference react-componentWelcome to the official Red Eclipse community repository. This section is intended for use by contributors to share their work, including works in progress, or other items which may not be applicable to the project, but may be of interest to the community. If you want to share your files here, create a directory with your username (or project name) and add it to the repository. You should include any licensing information with your work.
community community-driven bonus-content sharedThis plugin provides API to install npm dependancies in multiple package.json files by providing the root directory. It also allows to define custom local dependencies inside package.json. What if you need to share code, but don't wish to publish packages in NPM Registry? You can use the Custom Dependancies feature.
node dependency management npm install shared gulp gulp-install install-all npm-install local local-dependencies custom custom-dependencies
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.