Read files in Node, or fetch URLs in browser, as standard WhatWG streams.
SignalK plugin that publishes a fallback value when a monitored path/source stops being updated
Check if a file path is a binary file
Get the PATH environment variable key cross-platform
Check if a path exists
Express style path to RegExp utility
Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
Check if a path is a file, directory, or symlink
Resolve the path of a module like `require.resolve()` but from a given path
the path module from node core for browsers
Safer Node.js Buffer API
Extract the non-magic parent path from a glob string.
Convert a file: URI to a file path
Convert Windows backslash paths to slash paths
Get the command from a shebang
Get the first path that exists on disk of multiple paths
Check if a path is inside another path
Path manipulation library for JavaScript
Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.
Check if a file path is a text file
Require module from string
The Node.js `util.deprecate()` function with browser support
Get the root of a posix or windows filepath.
List files and directories inside the specified directory
Remember the route prior to the current controller and redirect/use later In rails project, one common case is one form used to create or update an object can be routed from more than one page, when the object is created or updated, it should be redirected back to wherever it came from. Rails redirect_back doesn't work in this case because: 1. redirect_back in create/update action will go back to new/edit form. 2. usually the form is re-rendered if any error exists, which basically breaks the redirect_back. rails-source-path can hanlde this by explicily specifying the entry actions and remember the previous route in session store, hence can be used in the whole controller. Also a helper method is providered so it can be used in view like 'back' or 'cancel' button.
Get the source file path of the implementation of a given method
The Rails View Annotator makes it easy to find out which partial generated which output
Inserts an HTML comment at the beggining and ending of html partials with the path to the partial, so that "view vource" can tell you exactly what partial is responsible for the piece of HTML you're looking at. Limited to files ending with .html,.haml,.erb, and .rhtml and Rails 3.0.x ONLY. See https://github.com/gwshaw/noisy_partials for a 3.1 compatibile version
bin/find_gem - returns the path to a RubyGem; bin/edit_gem - loads Gem source into editor. Supports auto-completion too!
This short script tries to find project root path based on common source control directory structure and project related files. It is not 100% accurate but works for most common cases.
sportdb-setup - sport.db dev (source) mode boot scripts for setting up load path and more
It traces the execution path of a program and displays the source code of each method call in the callgraph
Easy collect source paths of all images on HTML page
Kate-Get takes a space separated list of file paths and checks each one against a list of sources. If a match is found, the file is copied via rsync to a local directory. Options for each source are controlled by a config file.
licence_injector injects text from the given licence file into each source file found at the given source path whose extension is one of those in the given list of extensions. licence_injector also allows a previously injected licence to be replaced with a new licence
Convert statement HTML from the Co-operative bank's online banking system to OFX for import into financial apps. = Usage For a Current Account: 1. Save the HTML source of the statement page. coop_to_ofx --current /path/to/statement.html Will produce /path/to/statement.ofx For a Credit Card: 1. Save the HTML source of the statement page coop_to_ofx /path/to/statement.html Or coop_to_ofx --credit /path/to/statement.html Will produce /path/to/statement.ofx To produce OFX 1 SGML (rather than OFX 2 XML): coop_to_ofx --ofx1 /path/to/statement.html coop_to_ofx --ofx1 --current /path/to/statement.html To show all the options: coop_to_ofx --help == To do XML / SGML validation of output against the specs
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.