One of the best ways to learn how to program is to have people review and critique your code. Even better is when you know beforehand what bad code looks like so you can avoid doing it. Fortunately for us, FOB wrote an article titled Things I see in student code. A lot of these Full Article…
Search
How to write technical documents with LaTeX
Have you ever found yourself writing up a technical document in Microsoft Word or PowerPoint and found it cumbersome typing up complex formulas for a technical paper? Let me introduce you to the LaTeX language. LaTeX is a document markup language and document preparation system that allows you to focus on getting the correct content Full Article…
How to use Gmail like a Pro using Advanced Search Operators
Ever find yourself looking for an e-mail for a second too long on Gmail? Well then read ahead if you want to learn about Gmail’s advanced search operators to find what you are looking for quickly and accurately. You can use these advanced search operators if you simply click on the Show Search Option link Full Article…
Follow Talk Binary on Twitter
I have to admit, adjusting to graduate school was a lot more challenging than I initially thought. Fortunately, I found the time to set my priorities straight and plan to continue updating this site on a regular schedule like before. Meanwhile, for now why don’t you follow me on Twitter and Facebook? I recently started Full Article…
C++ Functions
A function gives the user the ability to execute a block of instructions on a set of inputs to receive a particular output. Functions are useful when the user needs to execute a set of instructions many times with different parameters. The syntax for a function is below: return_type name(parameter1, parameter2, …) { statements } Full Article…
Job Search Tips for Aspiring Programmers
The folks over at Mashable wrote an interesting article giving general tips for programmers looking for a job, 6 Job Search Tips for Aspiring Programmers. But why should you care if there is a big demand for people in Computer Science? Well, there is a demand but the most interesting and competitive jobs go out Full Article…
Impressions of the Apple Media Event
Yesterday came a day many were waiting for, Apple’s yearly media event and with that, a lot of discussion. Below, I’ll give you the rundown of what I thought. If you didn’t see it, you could catch the keynote here but only if you are on an Apple device running Safari.
