uberdragon


Member since 01/20/2010

Name: Uber Dragon

uberdragon

Location: Nawlins

4 snippets

1927 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

uberdragon's Recent Snippets



« Prev 1 Next »
A very concise ruby on rails helper method that converts seconds into human readable format. It will not display any time periods that have 0 (ie: 1 hour 13 seconds - skipping minutes as there were none) Due to complexity, months were not factored...
0 1361 posted 9 years ago by uberdragon
A quick function that makes it easy to convert an integer into a number string with commas inserted.
0 626 posted 10 years ago by uberdragon
Usage: var a = ['a','a','a']; var b = a.AllValuesSame(): //true var a ['1','1','2']; var b = a.AllValuesSame(); //false
0 2014 posted 10 years ago by uberdragon
This will calculate the ticks for google charts so that you can have a chart with a defined height, and still represent large data ranges with out all the vertical information getting bunched up together.
0 563 posted 10 years ago by uberdragon
« Prev 1 Next »