Skip to content

Instantly share code, notes, and snippets.

View lykmapipo's full-sized avatar

lally elias lykmapipo

View GitHub Profile
@lykmapipo
lykmapipo / isomorphic_javascript_software_engineer.md
Last active January 26, 2016 16:05
Isomorphic Javascript Software Engineer

MEAN Developer

Isomorphic Javascript Software Engineer

Ubuntu Setup

Version management tool

Dependency management tools

@lykmapipo
lykmapipo / storeImgInMongoWithMongoose.js
Last active November 8, 2015 17:29 — forked from aheckmann/storeImgInMongoWithMongoose.js
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
@lykmapipo
lykmapipo / dia_comment_width_fix.md
Created November 26, 2015 09:27
Fixing height of comment section of dia diagram tool in ubuntu

I have fixed it by editing the start script /usr/bin/dia to have the LIBOVERLAY_SCROLLBAR=0 before the dia launch.

$ sudo /usr/bin/dia

Then edit dia file to look as below