Watch.JS is a small library with a lot of possibilities. You may know that the "Observer" design pattern involves executing some function when an observed object changes. Other libraries exist that do this, but with Watch.JS you will not have to change the way you develop. Take a look at the examples to see how simple it is to add Watch.JS to your code. If you don't want to call a second watcher in the current scope just set WatchJS.noMore to true and it will be reset to false when this watcher finishes.
watch object changesThis is an attempt at implementing the solution outlined in Dave DeLong’s article, Edit distance and edit steps. A Changeset describes the minimal edits required to go from one Collection of Equatable elements to another.
ios uicollectionview uitableview minimal-edits changeset changes change diff deltaDeepDiff tells the difference between 2 collections and the changes as edit steps. It works on any collection of Equatable and Hashable items. By default, there is no .move. But since .move is just .delete followed by .insert of the same item, it can be reduced by specifying reduceMove to true.
diff batch update changes collectionFor further details and specifics on how to use (and to contribute), see grunt-github-changes. When a pull request is merged with "Squash and merge", there isn't a merge commit. By checking the commit message for (#123) etc, we can match the correct pull request.
github changelog git changes history changed changeFollow (upper-case F) comes from an internal Iris Couch project used in production for over a year. It works in the browser (beta) and is available as an NPM module. This looks much like the request API.
couchdb changes sleep sleepySqlTableDependency is a high-level C# component used to audit, monitor and receive notifications on SQL Server's record table changes. For any record table change, as insert, update or delete operation, a notification containing values for the record changed is delivered to SqlTableDependency. This notification contains insert, update or delete record values. This table record tracking change system has the advantage to avoid a select to retrieve updated table record, because the updated table values record is delivered by notification.
notification notifications table record change sqlserver receive-notifications audit database monitor insert sql service-broker sqltabledependency changes tracking database-table sql-servera couch follower wrapper that you can use to be sure you don't miss any documents even if you process them asynchronously.
couch sequence changes concurrentA module for storing the ever-increasing sequence files when following couchdb _changes feeds.
changes sequence fileA consistent, fault tolerant CouchDB _changes listener with pre-fetch support.
couchdb changes views consistentThis package provides a way to create a materialized view on top of an append-only log.To update an index, just change the index code and delete the indexed data.
level changes changes-feed indexing materialized-viewsetup a changes feed and index processor for a leveldb
leveldb changes feed indexCommand line tool (and Node module) that generates a changelog in color output, markdown, or json for modules in npmjs.org's registry as well as any public github.com repo. Modules do not need to be installed to generate changelog but they must define their repository url in their package.json.
changelog change-log commit-messages commits changes history what's-new change-settail-stream has one function: ts.createReadStream which is like fs.createReadStream, but does not stop reading the file when end of file is reached. Instead, it watches the file using fs.watch if available or fs.watchFile otherwise, and streams data as the file grows. If opts.endOnError is set, then error events are never emitted. Only end events.
tail follow stream file read changesA fault tolerant changes stream with builtin retry HEAVILY inspired by follow. This module is a Readable Stream with all of the fun stream methods that you would expect.
changes couchdb followSelectively executes commands when watched files are changed (Nix & Win32). Having more than one exec passed per watch will execute multiple commands per file when there's a change event.
watching files changes exec spawn monitor testing mocha gaze watchBackscatter is a small Backbone extension that notifies you of events anywhere in your Backbone model tree, no matter how deeply-nested they are. It's a great companion to React, since it enables you to carelessly trigger refreshes of your entire React tree whenever one or more base model(s) or their nested members change. Backscatter is a "catchall" listener. Anything that triggers an "all" event on your Model/Collection will be relayed by it.
backscatter backbone trigger model collection reactive event changes refresh reactYou have multiple ways to install Totem. If you are unsure what to do, go with the archive release.
changeset changes
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.