This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function ($) { | |
| /* Twitter Bootstrap Message Helper | |
| ** Usage: Just select an element with `alert` class and then pass this object for options. | |
| ** Example: $("#messagebox").message({text: "Hello world!", type: "error"}); | |
| ** Author: Afshin Mehrabani <[email protected]> | |
| ** Date: Monday, 08 October 2012 | |
| */ | |
| $.fn.message = function(options) { | |
| //remove all previous bootstrap alert box classes | |
| this[0].className = this[0].className.replace(/alert-(success|error|warning|info)/g , ''); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //returns an assoc array with bitRate (kbps) and sampleRate (hz) | |
| function getMP3BitRateSampleRate($filename) | |
| { | |
| if (!file_exists($filename)) { | |
| return false; | |
| } | |
| $bitRates = array( | |
| array(0,0,0,0,0), | |
| array(32,32,32,32,8), |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mr Marathi | |
| bs Bosnian | |
| ee_TG Ewe (Togo) | |
| ms Malay | |
| kam_KE Kamba (Kenya) | |
| mt Maltese | |
| ha Hausa | |
| es_HN Spanish (Honduras) | |
| ml_IN Malayalam (India) | |
| ro_MD Romanian (Moldova) |
NewerOlder