Wednesday, June 04, 2014

HTML5 Flappy Bird Tutorial

As part of my job as Technical Architect, I try to introduce our developers into parts of development which they won't really get involved in with their normal development activities, out of the topics...

Tuesday, May 27, 2014

Cracking a PDF from a Nigerian Bank.

I have recently been getting lots of legitimate emails from companies using my email address for someone who isn't me, showing me companies aren't verifying emails before setting them up on their mailing...

Friday, February 21, 2014

Sending Java Sealed Objects via Sockets

Since I couldn't find a single example, this is a few examples put together into one working example, thought it'd be useful if I put it on the web Here's a link to the Gist and below is the code https://gist.github.com/Sarkie/9138396 Server.java import java.net.InetSocketAddress; import java.nio.channels.ServerSocketChannel; import...