-
-
-
django-cprofile-middleware
... -middleware
[![pypi-version]][pypi]
This is a simple profiling middleware for Django applications. I wrote it because I got ... @gmail.com).
[pypi]: https://pypi.org/project/django-cprofile-middleware/
[pypi-version]: https://img.shields.io/pypi/v/django- ...
-
fineuploader-express-middleware
... middleware in your express application, like so:
var fineuploaderExpressMiddleware = require('fineuploader-express-middleware');
app.use(express.cookieParser());
app.use(express.bodyParser());
app.use(fineuploaderExpressMiddleware({ ...
-
jquery-file-upload-middleware
... Upload](https://github.com/blueimp/jQuery-File-Upload)
Installation:
```
$ npm install jquery-file-upload-middleware
```
Usage:
```javascript
var express = require("express"),
upload = require('jquery-file-upload-middleware');
var ...
-
django-custom-cache-middleware
... UpdateCacheMiddleware" and "CustomFetchFromCacheMiddleware" to your settings.py
MIDDLEWARE_CLASSES = (
'django.middleware.cache.UpdateCacheMiddleware',
'...',
'...',
'path.to.customcachemiddleware.CustomFetchFromCacheMiddleware'
)
3) Add ...
-
micro-middleware
Collection of simple clojure ring middlewares
micro-middleware
================
Collection of small middlewares.
## wrap-json-params
Parses request body as JSON if content type is 'application/json'.
If `:hyphenize` is `true`, will replace underscores ...
-
hogan-middleware
... views are in
app.set('view engine', 'mustache'); // name your templates
app.engine('mustache', require('hogan-middleware').__express); // register the engine
});
Once registered, your routing in express can use a mustache file name ...
-
angular-commons-middleware
Collection of Angular modules used accross Quarter Spiral applications
# Angular::Commons::Middleware
Collection of Angular modules used accross Quarter Spiral applications
## Setup
Insert the middleware in your application
```ruby
use Angular:: ...
-
TP-Middleware-Containers
Practical tutorial about containers and distributed containers
TP-Middleware-Container
TP-Middleware-Container is an exercice designed by Julien PONGE, INSA searcher and teatcher in the telecom department
This repository gives a solution to the ...
-
tukey-middleware
... .
For info go to:
* http://opensciencedatacloud.org
Getting Started
===============
You can install tukey middleware by running install_tukey_middleware.sh
Before running install_tukey_middleware.sh read and edit install_settings.sh
Before ...
-