Version 3, 29 June 2007
Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
Version 3, 29 June 2007
Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
| <script language=javascript type='text/javascript'> | |
| function checkAll(chkname) | |
| { | |
| if(this.checked) { | |
| alert(chkname); | |
| } | |
| } | |
| </script> | |
| Copyright (c) 2011 Jed Schmidt, http://jed.is | |
| Permission is hereby granted, free of charge, to any person obtaining | |
| a copy of this software and associated documentation files (the | |
| "Software"), to deal in the Software without restriction, including | |
| without limitation the rights to use, copy, modify, merge, publish, | |
| distribute, sublicense, and/or sell copies of the Software, and to | |
| permit persons to whom the Software is furnished to do so, subject to | |
| the following conditions: | |
| Copyright (c) 2011 YOUR_NAME_HERE, YOUR_URL_HERE | |
| Permission is hereby granted, free of charge, to any person obtaining | |
| a copy of this software and associated documentation files (the | |
| "Software"), to deal in the Software without restriction, including | |
| without limitation the rights to use, copy, modify, merge, publish, | |
| distribute, sublicense, and/or sell copies of the Software, and to | |
| permit persons to whom the Software is furnished to do so, subject to | |
| the following conditions: | |
| /** | |
| * -------------------------------------------------------------------- | |
| * jQuery-Plugin "pngFix" | |
| * Version: 1.2, 09.03.2009 | |
| * by Andreas Eberhard, [email protected] | |
| * http://jquery.andreaseberhard.de/ | |
| * | |
| * Copyright (c) 2007 Andreas Eberhard | |
| * Licensed under GPL (http://www.opensource.org/licenses/gpl-license.php) | |
| * |
| // 1: how could you rewrite the following to make it shorter? | |
| if (foo) { | |
| bar.doSomething(el); | |
| } else { | |
| bar.doSomethingElse(el); | |
| } | |
| /* | |
| * Copyright (c) 2010 Tobias Schneider | |
| * This script is freely distributable under the terms of the MIT license. | |
| */ | |
| (function(){ | |
| var UPC_SET = { | |
| "3211": '0', | |
| "2221": '1', | |
| "2122": '2', |