A community fork of the popular Semantic-UI framework. EDIT: Lots has changed since we started this project and we are now starting the development of FUI v3. You can read more about the > v3 proposals here.
ui ui-components flexbox css-framework dropdown button popup sidebar tooltip semantic fork fomantic fomantic-ui semantic-ui css3 frameworkFork Awesome is a full suite of 718 pictographic icons for easy scalable vector graphics on websites, originally created by Dave Gandy and now maintained by a community. Following concerns regarding the development of Font Awesome, the PR Freeze since Oct 2016 and the direction Fort Awesome is taking with the version 5.0 of their project, we are forking Font Awesome (4.7), in order to build on this incredible tool Dave Gandy has given us, while at the same time allowing this project to be run by a distributed community of contributors.
icons iconset icon-font bootstrap brands font-awesome fork font awesome forkawesome fontawesome icon🔥 An easy way to calculate the 'impact' of running a task in Node.JS Coded with ❤️ by Simone Primarosa. Sympact runs a script and profiles its execution time, CPU usage, and memory usage. Sympact then returns an execution report containing the averages of the results.
benchmark profile system impact memory cpu cli nodejs damage pid pids process usage resources benchmarking profiler profiling sys compute calculate impactjs processes isolation vm fork script task tree ram processorReturn a new web worker from the module at modulePath. The file at modulePath should export its worker code in module.exports as a function that will be run with no arguments.
web worker background browser forkJavascript thread library. Uses web workers when run in browsers and child processes when run by node.js. Also supports browsers which do not support web workers.You don't have to write the thread's code inline. The file is expected to be a commonjs module (so something that uses module.exports = ...), for node and browser.
nodejs thread-pool web-worker isomorphic-javascript threads cluster child_process threadpool spawn fork parallelchild_process pool implementation
child_process pool forkFrictionless library to deal with multithread programming in the browser
parallel worker webworker processing process fork compute non-blocking blocking multiprocess multithreading child multicore spawnA telnet like client/server application using pseudo-terminals (pty) that runs a Bash shell session on the remote server. [fork,forkpty,select,epoll,ipv6]
linux-servers tls epoll pty pseudo-terminals telnet tcp tcp-server forkFork a stream in multiple directions according to a function. fork-stream basically gives you conditional branching for streams. You supply the logic, fork-stream supplies the streaming.
stream fork split function conditionalA dead-simple module to daemonize your node process. No compilation required.Copyright (c) 2012, Christopher Jeffrey (MIT License).
daemon forkCreate a new instance forks from a levelup or leveldown handle db.Options from opts are passed to levelup so you can set things like opts.valueEncoding and opts.keyEncoding.
copy-on-write dag fork index level snapshotConflicts are unavoidable, particularly when latency is high. Instead of hiding that fundamental fact or going into a conflict panic mode that demands an immediate resolution, forkdb anticipates and welcomes conflicts.Interfaces built on forkdb should be honest about the underlying data model and embrace conflicts too.
db database fork conflict blob document replication multi-masterThe flatmap method takes one argument, a function. This function is called once for each file piped to flatmap and is passed a stream as its first argument and the vinyl file as its second argument. The stream contains only one file. You can now pipe this stream through as many steps as you want, before returning it from the function. All the streams returned from flatmap will be combined and their contents will be emited by flatmap.
gulpplugin flatmap split fork divide separate map gulpWhile Node's child_process module makes it convenient to execute shell commands from Node programs, doing so even occasionally in an otherwise busy server process can result in significant latency bubbles. Besides that, forking a Node server with a large heap just to exec some other program causes a significant amount of additional swap to be used, which is problematic in low-memory environments. This module provides an interface for spawning new processes using a worker process to do the actual fork/exec. This worker process itself is spawned when create a Worker object, and you should do this only once when you initialize the server. Details: Node implements spawn() and related functions synchronously in the main thread, waiting not only for the fork(2) to complete (which itself can take many milliseconds, and requires waiting for all other threads to stop), but also for the child process to exit(3c) or exec(2). While workloads that make excessive use of fork(2) are hardly high-performance to begin with, the behavior of blocking the main thread for hundreds of milliseconds each time is unnecessarily pathological for otherwise reasonable workloads.
spawn async fork execTest command line on Node.js. Coffee is useful for test command line in test frammework (like Mocha).
test shell spawn fork child_process execSee the GitHub Gist API documentation for additional details on each method. See github-base for all available options and authenication options.
github api gist gists all allpublic commits create del delete destroy download edit fork forks get isstarred list paginate paginated patch post put request revision star starred unstar
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.