to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
The company picnic is an event held every summer by thousands of employers to show their appreciation of their employees. And what better way to build team spirit than by assembling the company's employees together for several hours at a remote outdoor location on the hottest day of the year for the sake of feeding them inexpensive hot dogs, hamburgers and potato chips?
Did we mention that this celebration is almost always scheduled on a day the employees would normally be off-work?
So there has to be a powerful motivating factor for so many employees to attend the company picnic every year. We don't really have any evidence to support this, but we personally believe that powerful motivating factor is "free beer."
But that leads to an ethical dilemma. Since you as an employee are going to be observed in this activity by both your bosses and your co-workers, it might not be a good idea to have as much beer as you can drink, even if it is "free." After all, you might end up saying or doing things that will come back to haunt you in more ways than we can count.
So how many beers should you have at the company picnic?
The good news is that Geek Logik author Garth Sundem has already balanced the important factors that can affect your decision of when to say when in a mathematical equation. Our tool below puts it all together for you and finds where you should draw the line.
Garth Sundem explains the dynamics of the math behind this tool:
The most important factor is how many drinks the boss has - if he is doing tequila shooters, this releases many of the constraints you might otherwise feel. Additionally, if you don't have to be alert tomorrow or if you don't like the job much anyway, you might consider tying one on.
The complex variable in this equation is your current standing in the company - to exceed your recommended daily drink allowance, you need either very strong standing (because your reputation can handle it) or very low standing (because at that point, who cares?), with those in the middle of the spectrum maintaining sobriety.
Keep in mind, the number you get from this equation is only a suggested maximum, and, like the speed limit, you are not compelled to actually meet this maximum. And speaking of driving - this equation assumes that someone sober is driving you home.
Labels: food, geek logik, tool
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.