Displaying 1 to 20 from 39 results

mount - Mount other Koa applications or middleware to a given pathname

  •    Javascript

Mount other Koa applications as middleware. The path passed to mount() is stripped from the URL temporarily until the stack unwinds. This is useful for creating entire apps or middleware that will function correctly regardless of which path segment(s) they should operate on. View the ./examples directory for working examples.

minfs - A network filesystem client to connect to Minio and Amazon S3 compatible cloud storage servers

  •    Go

MinFS is a fuse driver for Amazon S3 compatible object storage server. MinFS lets you mount a remote bucket (from a S3 compatible object store), as if it were a local directory. This allows you to read and write from the remote bucket just by operating on the local mount directory.MinFS helps legacy applications use modern object stores with minimal config changes. MinFS uses BoltDB for caching and saving metadata, list of files, permissions, owners etc.

Shaman.Dokan.Archive - Mounts 7z/zip/rar files on Windows

  •    CSharp

Mounts 7zip/ZIP/RAR files (read only).The archive is mounted in C:\DokanFs\path-to-archive. When --open is specified, the mounted folder is opened in Explorer.




Shaman.Dokan.Warc - Mounts WARC files on Windows

  •    CSharp

Mounts WARC files (web archives).The archive(s) are mounted in C:\DokanFs\path-to-cdx. When --open is specified, the mounted folder is opened in Explorer.

render_react - Pre-render and mount React components from Ruby

  •    Ruby

It is bring your own tooling: React is not included, nor any ES6 transpilers or module bundlers. It expects you to prepare the JavaScript bundle file in a specific format, which must contain React and all of your components. If you are looking for higher-level alternatives, checkout react_on_rails or react-rails.

df - Get free disk space info from `df -kP`

  •    Javascript

Works on any Unix based system like macOS and Linux.Created because all the other df wrappers are terrible. This one uses simple and explicit parsing. Uses execFile rather than exec. Ensures better platform portability by using the -P flag. Returns sizes in bytes instead of kilobytes and the capacity as a float.

route-prefix - add a prefix in front of a router

  •    Javascript

Return a new router prouter that mounts the routes router at the prefix string pre.The given router just needs to have a router.match(url) function that returns a falsy value when the route doesn't match. The routes package happens to supply that interface but you can use whatever module you want and the enumerable properties are copied from router to create the prouter copy.


bindfs - Mount a directory elsewhere with changed permissions.

  •    C

bindfs is a FUSE filesystem for mirroring a directory to another directory, similarly to mount --bind. The permissions of the mirrored directory can be altered in various ways.Non-root users can use almost all features, but most interesting use-cases need user_allow_other to be defined in /etc/fuse.conf.

node-mount - Mount devices with node.js like what

  •    C++

Mount your device from node.js like what.

react-mount - React goes web component – Use custom tags to place react components directly in html.

  •    Javascript

React goes web component – Use custom tags to place react components directly in html. Component mounted. React is running.

mount-up - watching mount's ups and downs

  •    Clojure

mount manages stateful components. mount-up let's you know whenever any of these components are "managed".

stater - collection of Clojure/Script mount apps

  •    CSS

smsio demonstrates how a state can be just a function as well as how states can be swapped for testing. hubble an example of mount restart listners: events come in from Consul, picked up by mount and pushed to UI via websockets.

kroute - Modular Koa router middleware with Express-style routes and middleware mounting

  •    Javascript

Modular Koa router middleware with Express-style routes and middleware mounting. Kroute exports a function which can be used to create router instances that work with Koa middleware.

pluggable-output-processor - Pluggable Output Processor

  •    Python

Pluggable Output Processor is an engine to wrap any executabe and capture its output through a pluggable module to colorize it and/or (re)format. Then you may edit /etc/outproc/make.conf to adjust color settings. Note that gcc, g++, cc and c++ are the same module actually (named after typical GCC executables) and use the same /etc/outproc/gcc.conf config file.

mount-lite - mount, but different and light

  •    Clojure

Version 2.x is breaking with the 0.9.x versions. Version 2.0 introduced the ability to run multiple systems of states simultaneously. This was an opportunity to get rid of the excess, based on experience in several larger projects. It has become really "lite", especially the core, while providing an easy to understand extension point for more advanced features. This blog post explains what has changed in version 2.0 in detail, and why. Version 0.9.x will still be maintained, and can be found under the 1.x branch.

cloud-media-scripts - Upload and stream media from the cloud with or without encryption

  •    Shell

These scripts are created to have your media synced between your cloud- and local store. All media is always encrypted before being uploaded. This also means if you loose your encryption keys you can't read your media. Plexdrive version 4.0.0 and Rclone version 1.39 is used.

docker-cloud-media-scripts - Upload and stream media from the cloud with or without encryption

  •    Shell

If you have more space you can increase REMOVE_LOCAL_FILES_WHEN_SPACE_EXCEEDS_GB, FREEUP_ATLEAST_GB and either increase CLEAR_CHUNK_AGE or add CLEAR_CHUNK_MAX_SIZE. The parameters are split into two halves, separated by a colon, the left hand side representing the host and the right the container side. For example with a volume -v external:internal - what this shows is the volume mapping from internal to external of the container. Example -v /media:/local-media would expose directory /local-media from inside the container to be accessible from the host's directory /media.

resourcer - A simple resource directory mounter for koa.

  •    Javascript

A simple resource directory mounter for koa. The idea behind koa-resourcer is complete modularity within your koa app. Each directory can be a stand-alone koa application with all it's own tests, docs, dependencies, etc. koa-resourcer makes it easy to mount these apps if you follow a simple directory pattern.






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.