##Encoding current time
(new Date).getTime().toString(36)##Decoding milliseconds in radix into a date
new Date(parseInt("radixDate", 36))| source /opt/ros/indigo/setup.bash |
| ffmpeg -y -r 30 -f image2pipe -vcodec ppm -i ./scene.ppm -vcodec libx264 -pix_fmt yuv420p -f mov -preset fast -crf 2 -threads 0 ./scene.mov |
| meteor mongo domain.com --url | |
| mongodump -u username -p password --host production-db-c1.meteor.io --port 27017 -d database |
| // | |
| // ConstraintOperators.swift | |
| // | |
| // Created by Damiaan Dufaux on 10/12/15. | |
| // Copyright © 2015 Damiaan Dufaux. All rights reserved. | |
| // | |
| import Foundation | |
| import UIKit |
##Encoding current time
(new Date).getTime().toString(36)##Decoding milliseconds in radix into a date
new Date(parseInt("radixDate", 36))| git diff @{1} --name-only --diff-filter=A |