Skip to content

Instantly share code, notes, and snippets.

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

M Said Ucar msaiducar

🏠
Working from home
  • Movinx GmbH
  • Berlin
View GitHub Profile
@msaiducar
msaiducar / mongo_backup.sh
Created April 25, 2018 13:41 — forked from sheharyarn/mongo_backup.sh
Mongodump Shell Script for Cronjob
#!/bin/bash
MONGO_DATABASE="dbname"
APP_NAME="appname"
MONGO_HOST="127.0.0.1"
MONGO_PORT="27017"
TIMESTAMP=`date +%F-%H%M`
@msaiducar
msaiducar / license.txt
Created June 2, 2016 13:57 — forked from javisantana/license.txt
NMEA parser in java which does not suck
this software is under the terms of MIT license: http://opensource.org/licenses/MIT