A library of zero-dependency npm modules that do just do one thing. A guilt-free alternative to those bulkier utility libraries. Ideal for mobile web development or wherever bytes are precious. We welcome contributions. Please follow our contribution guidelines.
dependency-free utils mobile-web node array object functionThe uftrace tool is to trace and analyze execution of a program written in C/C++. It was heavily inspired by the ftrace framework of the Linux kernel (especially function graph tracer) and supports userspace programs. It supports various kind of commands and filters to help analysis of the program execution and performance. It traces each function in the executable and shows time duration. It can also trace external library calls - but only entry and exit are supported and cannot trace internal function calls in the library call unless the library itself built with profiling enabled.
trace function tracerKnative Serving builds on Kubernetes and Istio to support deploying and serving of serverless applications and functions. Serving is easy to get started with and scales to support advanced scenarios. For complete Knative Serving documentation, see Knative Serving or Knative docs to learn about Knative.
serverless app container function google kubernetes istioThis project is currently unmaintained. If you want to take over, feel free to fork the repo. If such a fork gets maintained or contains useful improvements, I'd be willing to merge back and give repo+npm access.WARNING: Kneden is usable, but it's also not complete yet.
babel-plugin promise async es 7 6 babel await promises function functions pluginConfigure it in package.json. This plugin exports a recommended configuration that enforces good practices.
eslint plugin eslint-plugin eslintplugin fp function functional programming lodash ramda monad immutable functions method methodsComparison of floating point values in SQL Server not always gives the expected result. With this function, comparison is only done on the first 15 significant digits. Since SQL Server only garantees a precision of 15 digits for float datatypes, this is expected to be se...
compare comparing comparison database float function sqlMemoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
memoize function mem memoization cache caching optimize performance ttl expire promiseA super simple function navigator for ctrlp.vim. For lazy people who cannot wait until ctags finishes. This is a ctrlp.vim extension. It simply navigates and jumps to function definitions from the current file without ctags. It just searches for function definitions or equivalent lines using regular expressions, therefore some languages' abstractions aren't accurate because of them being hard to parse.
vim ctrlp navigator search functionReplace text in files using strings, regexs or functions. replace is the top level task that goes in your grunt.initConfig({}). It is a multi-task, meaning that it must contain targets, which you can name anything you like.
gruntplugin replace text string regex functionRunning multiple function calls in parallel without a timeout.Running multiple function calls in parallel with a large enough worker pool.
parallel parallelism parallelization parallelize function functions timeout worker pool worker-poolNode.js exposes module.parent, but it only gives you the first cached parent, which is not necessarily the actual parent.By default it will return the path of the immediate parent.
parent module package pkg caller calling path callsites callsite stacktrace stack trace function fileThrottle a function and cache the result for x milliseconds.The arguments parsed to the callback will be cached according to the same rules as described previously, so subsequent executions of runner will just call the supplied callback function with the previous arguments until the cache expires.
cache cached throttle limit callback function timeout expireNode.js command-line tool for inspecting objects, function implementations and listing properties, with syntax highlighting.If you're like me, you regularly boot up node's REPL just to explore objects or gain insight on how things work by logging function implementations. nim is a slightly more convenient way of doing this.
inspect development function definition source code
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.