Tyler Clemons

Practice Aid CDs – Choral Practice Recordings

by Tyler on Aug.05, 2012, under Uncategorized

If you are a choral director, these may be of assistance:

http://www.youtube.com/watch?v=5jA9MZGajeA

The creator of these CDs has run a top choral program for decades.  I imagine these would be helpful to many instructors.

Leave a Comment :, , , , more...

Using nested \input with subdirectories in LaTeX

by Tyler on Jul.19, 2012, under LaTeX

I ran into this annoyance using LaTeX (more specifically TeXShop on OSX). Apparently you can’t use nested input commands with LaTeX without special instruction. We can use the import package.

(continue reading…)

Leave a Comment more...


Wolf-PAC

by Tyler on Oct.20, 2011, under General

We must gather up a fighting force. We need programmers and organizers and lawyers and leaders. We need this movement to be in all 50 states. So, first we are doing a call for generals in this army. Please write into us and tell us what your expertise is and how you can help.

Our Congress is completely infected with the virus. So proposing an amendment through Congress seems hopeless. But luckily there is another way. We can do this purely at the state level. The states can call for a constitutional convention and they can ratify an amendment that comes out of one. And there is nothing our corrupt federal government can do about it.

We are hoping that the first wave of volunteers help us organize at the state level. Let’s go occupy the states!

Click here to learn more about the Wolf-PAC

Cenk forms the Wolf-Pac:

Leave a Comment :, , more...

diff two commands

by Tyler on Jan.17, 2011, under Programming, scripting

Ran across this problem with a friend today. How does one diff the output of two commands without first dumping the output of the two commands to files? I found a solution that seems to work:


diff <(command1) <(command 2)

Suppose we wanted to diff the contents of two directories:


diff <(ls directory1) <(ls directory2)
Leave a Comment :, , more...

Weka, Ruby, Association Mining

by Tyler on May.15, 2010, under Data Mining, Ruby, Weka

Weka is a collection of machine learning tools used for data mining.  Weka is written in Java however it is possible to use Weka’s libraries inside Ruby.  To do this, we must install the Java, Rjb, and of course obtain the Weka source code.  In this example, I look at Associating Mining.

(continue reading…)

4 Comments :, , , , more...

Weka, Ruby, Decision Trees

by Tyler on May.15, 2010, under Data Mining, Ruby, Weka

Weka is a collection of machine learning tools used for data mining.  Weka is written in Java however it is possible to use Weka’s libraries inside Ruby.  To do this, we must install the Java, Rjb, and of course obtain the Weka source code.  In this example, I look at Decision Trees.

(continue reading…)

Leave a Comment :, , , , more...

Youtube Time Markers

by Tyler on May.07, 2010, under General, WebTechs

I always forget how to do this, so I am going to put it on my blog :)   If you have ever watched a youtube clip, and wanted to show your friends a particular snippet beginning at some specific time, you might send them the URL and tell them “Watch after 30seconds.” A better method of communication is to send the URL with a “time marker.”  (continue reading…)

Leave a Comment :, more...

Weka and Ruby

by Tyler on May.06, 2010, under Computer Science, Data Mining, Ruby, Weka, rjb

Weka is a collection of machine learning tools used for data mining.  Weka is written in Java however it is possible to use Weka’s libraries inside Ruby.  To do this, we must install the Java, Rjb, and of course obtain the Weka source code.  One could use JRuby, but I wanted to try this method to eliminate the dependency with JRuby.

(continue reading…)

2 Comments :, , , , more...

The Ohio State Buckeyes: The 2010 Rose Bowl Champs!

by Tyler on Jan.02, 2010, under Buckeye Football, Sports

What a game for the Buckeyes!  The 8th ranked Buckeyes made a great statement for their “slow” program and their “slow” conference with a 26-17 upset victory over the #7 Oregon Ducks.  Great job Buckeyes!

(continue reading…)

Leave a Comment :, more...

Looking for something?

Use the form below to search the site: