dylanwadsworthmccarthy
I’ve spent a little bit of time every day last week trying to figure out how to manage repositories through Apache2 with the Subversion server. Boy, what a pain. Although documentation exists, the integration with Apache is a little bit…
There are millions of people around the world who use P2P (Peer-to-Peer) file sharing to easily and quickly share files. Some of the files being shared are legal, some are not. Although the majority of the P2P and filesharing…
Recently, while experimenting with Sikuli, and asking questions in the forums, I ran across a helpful tidbit: How to convert a string to an integer and back again. The process is quite simple. If you are, say, keeping…
A quick tutorial on printing ‘Hello World’ in Visual Basic:
First, open Visual Basic. If you don’t have it, download it here.
Create a new ‘Windows Forms Application’, and name it ‘Hello World’.
You’ll then be…
My last few posts have been about the popular programming tool developed by MIT, called Sikuli [Sick-ooh-lee]. More information is available at http://www.sikuli.org. That being said, I’m going to show you just how easy Sikuli is by…
Just wanted to point out an awesome function for restarting your script, or looping back to the beginning of the script in Sikuli. For those of you who don’t know what Sikuli is, check out my post here. The code…
For those of you who don’t know about Sikuli [Sick-ooh-lee], It’s a visual programming language for virtually every operating system out there. It relies on screenshots to interact with other programs on your computer. Basically, it’s program to program…