Skip to content

Instantly share code, notes, and snippets.

View RickBr0wn's full-sized avatar
🏠
Working from home

Rick Brown RickBr0wn

🏠
Working from home
  • UK
View GitHub Profile
@davfre
davfre / git_cheat-sheet.md
Last active February 21, 2024 20:41
git commandline cheat-sheet
@aheckmann
aheckmann / storeImgInMongoWithMongoose.js
Created April 17, 2012 19:14
store/display an image in mongodb using mongoose/express
/**
* Module dependencies
*/
var express = require('express');
var fs = require('fs');
var mongoose = require('mongoose');
var Schema = mongoose.Schema;
// img path