Skip to content

Instantly share code, notes, and snippets.

@Mantish
Mantish / AuthController.js
Last active December 21, 2015 21:09 — forked from theangryangel/AuthController.js
Sails.js (v0.9.3) authentication using Passportmiddleware
// api/controllers/AuthController.js
var passport = require('passport');
var AuthController = {
login: function (req,res)
{
res.view();
},
@zba
zba / fiddle.response.html
Last active December 12, 2015 09:08
html sample for fiddle
<html>
<body>
<h1 id="helloworld">Hello world</h1>
other content
</body>
</html>
[["ONETOUCH DELICA LANCING DEVICE",1.78],["FREESTYLE LANCING DEVICE",20.83],["Nova Max Ketone Test Strips Health and",11.11],["ONETOUCH ULTRASOFT LANCING DEVICE 2PK",11.11]]
$fullred: #ff0000;
body {
font-family: Helvetica, Verdana
}
p {
padding: 7px 10px;
}
#demo {
border: 1px solid $fullred;
}