-
Recent Posts
Recent Comments
Archives
Categories
Meta
Author Archives: admin
Old CrossFamily Front Page
Powering ESP8266 & other devices
While I get this sorted out this page will be a holding page for parts located: MT3608 DC to DC Boost converter (3.7v to 5v) TP4056 Lithium Battery Charging board 18650 Lithium battery
git Quick Reference
Pull Code from a Repository git clone http://{server/repository.git Add Files to Local Repository git add * Status of Local Files git status Commit Changes Locally git commit -m “Adding new files” Commit Change to Remote Main … Continue reading
Posted in Uncategorized
Leave a comment
Installing Gitea (my own GitHub)
To install Gitea on a Synology under Docker you can pretty much follow the instructions found here I used the custome setup with some minor changes to the USER-UID & USER-GID for the account I want to run under on … Continue reading
SVN Quick Reference
View Repository svn ls svn://{server}/projects Import New Folders in to Repository svn import {folder} svn://{server}/projects/{folder} -m “{comment}” Checkout Folder/Files from Repository svn co svn://{server}/projects/{folder} View Status of Files in Folder svn status Checkin Changed Files … Continue reading
Docker Quick Reference
View/Change Container Status docker ps {list running containers} docker ps -a {list all containers even exited ones} docker container pause … Continue reading
Posted in Code, Docker
Leave a comment
Excel: Expand multi-line rows
How to end up with one row per entry in a spreadsheet when some cells contain multiple entries. This example will expand the data below in to multiple rows using a VB. Noting here for my reference. The following code … Continue reading
Posted in Code, Microsoft, Software
Leave a comment
FFMPEG to crop MP3
Using ffmpeg to crop a file is fast and efficient if you know the time positions to crop. I used VLC to identify the positions (my version of vlc would not crop – sad face). fmpeg -i input-file.mp3 -ss 6:40:00 … Continue reading
Convert DV footage for IPad Editting
My DV footage is: video – 720 x 576, dv video dvdd, 25 frame audio – pcm s16 le, 48k, 16bit stereo I need to convert to: video – h264 mpeg-4 abc avc1, 1920×1090, 25 frame audio – aac sterio 44.1k Automated the … Continue reading
Image Gallery
Here are some of the images I’ve been playing around with either using iPhone Apps or Photoshop Elements….. [nggallery id=1]
Posted in Photography
Leave a comment