March 2010
1 post
The future of our industry now looks totally different than the past. It looks...
– Daring Fireball Linked List: Salesforce CEO Marc Benioff Gets It
September 2009
2 posts
Creating a LaTeX Resume
I’m in the process of looking for a job again now that I am wrapping up graduate school. I’m looking forward to working again.
The first part of any job search is, of course, the creation of the resume, and since I am never very happy with the output of Microsoft Word, I decided to look in to creating a resume in LaTeX. I’ve used LaTeX enough to know that its best to start...
SyntaxHighlighter - Javascript Code Highlighter
I was looking for a way to add syntax highlighting to this site and came across SyntaxHighlighter. It supports just about every language I will ever want and looks nice as well.
Here is an example:
def hello_world(self):
print("Hello World!")
if __name__ == "__main__":
hello_world( )
August 2009
1 post
Getting things going...
I’ve been wanting to set up a website again for awhile, but I have been putting it off since I wanted to set it up under my anthonymcclosky.com domain with a custom theme, etc. I’ve started the project several times and never finished, but I will eventually. In the mean time, I want to start generating some content that will ultimately be migrated to my domain site.
Hopefully, with...