-
Recent Posts
- Play Video on Startup of Raspbian on Raspberry Pi
- Agile Within Application Support
- Pushing recordings from DLink DCS-5222L to the Cloud
- Java – Generating a list of files ordered newest to oldest
- Java Database Connectivity – MySQL, Oracle and SQLite
- How to install the Oracle JDBC into your local Maven repository
- Custom Colours for Checkboxes in User Forms Excel 2007
Category Archives: Uncategorized
Play Video on Startup of Raspbian on Raspberry Pi
I wanted to be able to play a video on start up of the Raspberry Pi so no human intervention was necessary – you plug in the Pi it boots and plays the selected video(s). This proved a bit tricky … Continue reading
Posted in Raspberry Pi, Raspbian, Uncategorized
2 Comments
Pushing recordings from DLink DCS-5222L to the Cloud
The DLink DCS-5222L is a brilliant piece of kit. However, it provides limited functionality to push your videos and snapshots to the cloud. Below I describe how I have setup my DCS-5222L to push to the Cloud without intervention. One … Continue reading
Posted in AWS, CCTV, Dlink DCS-5222L, EC2, Java, Uncategorized
1 Comment
Java – Generating a list of files ordered newest to oldest
I recently had a situation where I needed an ordered list of file names by newest to oldest so I thought I would share the code. This uses the last modified date as in my case that worked and as … Continue reading
Posted in File Utils, Java, Uncategorized
Leave a comment