Archive for the ‘Programming’ Category

My Favorite Python Page on the Internet

I’ve been struggling to get Numpy running on Windows 7 so that I could try out Pandas. I think this might be the ticket: Unofficial Windows Binaries for Python Extension Packages by Christoph Gohlke, Laboratory for Fluorescence Dynamics, University of California, Irvine. This page provides 32- and 64-bit Windows binaries of many open-source extension packages [...]

Continue reading »

Python SimpleHTTPServer

Handy Python feature that I often forget about… The SimpleHTTPServer module defines a single class, SimpleHTTPRequestHandler, which is interface-compatible with BaseHTTPServer.BaseHTTPRequestHandler. via 20.19. SimpleHTTPServer — Simple HTTP request handler — Python v2.7.3 documentation.

Continue reading »

Sublime Text Unofficial Documentation — Sublime Text Unofficial Documentation

Great docs for Sublime Text… Sublime Text Unofficial Documentation — Sublime Text Unofficial Documentation.

Continue reading »

11.10 – How to make Windows boot first? – Ask Ubuntu – Stack Exchange

11.10 – How to make Windows boot first? – Ask Ubuntu – Stack Exchange.

Continue reading »

Internet Basics Wikipedia Articles

The Internet is a global system of interconnected computer networks that use the standard Internet protocol suite (often called TCP/IP, although not all protocols use TCP) to serve billions of users worldwide. It is a network of networks that consists of millions of private, public, academic, business, and government networks, of local to global scope, that are linked by a broad array of [...]

Continue reading »

Realtime MarkDown Editor

I’ve been playing with MarkDown formatting for my plain text notes. MarkDown is a really lightweight markup language for transforming plaintext to HTML. GitHub and StackOverflow use it for their readme files and comments. When I need a quick HTML preview, Showdown has been a great preview tool. MarkDown http://en.wikipedia.org/wiki/Markdown Showdown — Realtime MarkDown Editor [...]

Continue reading »

mac apache asp.net – Google Search

Here Be Dragons!!! Has anyone gotten ASP.Net sites to work on a Mac? I’ve tried out Mono and XSP, but XSP is having trouble with a web service reference. I’m unable to find useful information on XSP in Google. mac apache asp.net – Google Search.

Continue reading »

Mac with Mercurial GUI

I needed to help our marketing guys get a couple sites under source control. We have Mercurial and SVN servers already. Mercurial seems like the best choice because it handles directory moves and renames much better than SVN. Mac Source Control Setup* Install Python Install Mercurial for source control management Install DiffMerge for diff/merge tool [...]

Continue reading »

AppRiver Service Bus

Continue reading »

How to: Define a Class That Can Provide Identical Functionality on Different Data Types (Visual Basic)

How to: Define a Class That Can Provide Identical Functionality on Different Data Types (Visual Basic) via msdn.microsoft.com

Continue reading »