Kenny Cason

Washington, DC

ttagg.com

Age: 26

I like creating and tinkering with things. That is why I program. It's like an endless box of abstract legos. I enjoy AI and machine learning as well as Game Development.

What I do for a living: TTAGG (Pronounced "Tag")

My code GitHub

My blog Ken-Soft

My Costume Database Website: CostumeDB

My newest jQuery Plugin (jGames) - http://ken-soft.com/2011/08/08/jgames/

Find me on Facebook Follow me on Twitter Find me on LinkedIn

May
14
comment Delete a commit from github
Thanks! I first did a git reset --hard <commit_number> then used your commands and it worked like a charm!
May
14
answered Where is the cron / crontab log?
May
7
revised Maven: best way of linking custom external JAR to my project?
added 9 characters in body
May
7
answered Maven: best way of linking custom external JAR to my project?
May
7
comment An internal error occurred during: "Updating Maven Project
nice, has worked for me everytime! :)
May
6
comment C++ "undefined reference to" error
or at least just type this->name = name
May
6
answered C++ "undefined reference to" error
May
6
comment C++ "undefined reference to" error
"First of all don't panic" hehe
Apr
27
revised Fastest algorithm to check if a number is pandigital?
deleted 258 characters in body
Apr
26
answered Best way to represent a fraction in Java?
Apr
24
comment How to find if a given number is a composite number
"Composite means that the number is not a prime number" - Not necessarily. 0 and 1 are not prime, but nor are they composite.
Apr
23
revised Fastest algorithm to check if a number is pandigital?
added 667 characters in body
Apr
23
revised Fastest algorithm to check if a number is pandigital?
added 667 characters in body
Apr
23
answered Fastest algorithm to check if a number is pandigital?
Apr
22
comment Any neat way to limit significant figures with BigDecimal
@A.H. Ah, I see what you meant.
Apr
20
comment Any neat way to limit significant figures with BigDecimal
@A.H. you haven't had a need until you try to divide 1/3 and have an exception thrown as it repeats forever. As just happened with me :) Though that default behavior makes sense as it's supposed to be infinite precision.
Apr
18
awarded Famous Question
Apr
14
comment Don't change link color when a link is clicked
for me this was the best way to do it, otherwise, if you do it as mentioned in scunliffe's answer, ANY other a tags that you want to style the color of you'll have to override for each :link, :visited, etc. quite a pain
Apr
9
comment Antlr hidden channel whitespace problem
This answer just made so many things click in my head. thanks
Apr
8
comment Help installing static binary for wkhtmltopdf
worked for me. thanks!
1 2 3 4 5