Category: Computer Science

  • The Complex Made Simple

    For work, I had a piece of code that needed to calculate if a certain date fell in between two other days. So I started out writing out this big long function to calculate if a date fell first within the same year as either of the two dates, and if so within the two […]

  • Why, Texas Tech, Why???

    This is a screenshot for an internal Texas Tech site labeled “Experts Guide”. The site is designed so that experts in fields can say that they are experts in the field and gain recognition and other people in Texas Tech can call upon the resources available at Texas Tech to work on projects. Okay so […]

  • Basic C# Networking Project

    For a computer science class, Remoting and Networking with C#, we had a networking project to do that I thought I would put out to see if it helps anyone else looking for a basic networking project with .NET. The project can be found here. As usual the code is licensed with an MIT License, […]