This is a little function I wrote in PHP to get all tweets from a certain location. The place you want to search around is defined by longitude and latitude, and then you tell the script how far around that point you would like to search in kilometres.
Continue reading Tweets By GeolocationCategory: Programming
x86 ASM File Transmitter and Receiver
A secure point-to-point text transfer system written in x86 Assembler. The program was written to take a text file from disk, encrypt it and transfer it safely to the destination computer where it will be received, decoded and stored on disk as a plain text file.
Continue reading x86 ASM File Transmitter and Receiver