Building a Web Server in Go: Handling Page Requests

Background Over winter break last year (December 15, 2013 to January 12, 2014) I worked with Robb Seaton, a friend of mine since middle school, to create a webserver in the programming language Go. We spent about a week working through A Tour of Go before beginning working on the website/web server (for ~2 weeks), in other words […]

Using SVD to Obtain Regression Lines

Singular Value Decomposition (SVD) is a factorization of a real or complex matrix, which can then be used in various methods. If matrix M is a real m x n matrix, where m > n we can obtain the following from factorization: In the formula above, U represents the unitary matrix, which defined as the orthogonal matrix in […]

Building a Blog: Month One — April 15 to May 15, 2014

This past month I have done a fair amount of blogging, posting at least one post a day. Most of them have been educational focusing particularly at my coursework: Systems Programming, Numerical Analysis, and my OpenBKZ project (which was also a project for my class, two birds one stone and all). I also had several […]