advertising
related pastes to tag 'library'
- 2108072 - class::mp3Data: php mp3 library class music id3 id3v2
-
- <?php
- if (!class_exists("getID3") && file_exists(dirname(__FILE__)."/getid3/getid3.php")) { require_once(dirname(__FILE__)."/getid3/getid3.php"); }
- // Requires getid3 - http://getid3.sourceforge.net/
- // Allows retrieval of MP3 ID3 information, including Album Artwork via this simple interface.
- // Sorry its not documented.
- // @version 0.2
- class mp3Data
- 2099575 - class::mp3Data: php mp3 library class music id3 id3v2
-
- <?php
- if (!class_exists("getID3") && file_exists(dirname(__FILE__)."/getid3/getid3.php")) { require_once(dirname(__FILE__)."/getid3/getid3.php"); }
- // Requires getid3 - http://getid3.sourceforge.net/
- // Allows retrieval of MP3 ID3 information, including Album Artwork via this simple interface.
- // Sorry its not documented.
- // @version 0.2
- class mp3Data
- 1562826 - class::mp3Data: php mp3 library class music id3 id3v2
-
- <?php
- if (!class_exists("getID3") && file_exists(dirname(__FILE__)."/getid3/getid3.php")) { require_once(dirname(__FILE__)."/getid3/getid3.php"); }
- // Requires getid3 - http://getid3.sourceforge.net/
- // Allows retrieval of MP3 ID3 information, including Album Artwork via this simple interface.
- // Sorry its not documented.
- // @version 0.2
- class mp3Data
- 1316412 - JSCore: free javascript source library web open
-
- (function(){
- /**
- * @alias JSCore
- * JavaScript Core Utility Functions
- */
- var JSCore = window.JSCore = (JSCore || {});
- 1316103 - JSCore: free javascript source library web open
-
- (function(){
- /**
- * @alias JSCore
- * JavaScript Core Utility Functions
- */
- var JSCore = window.JSCore = (JSCore || {});
- 795617 - tile engine OSL: library old psp school engine tile
-
- #include <oslib/oslib.h>
- #include "handler.h"
- #define SCREEN_WIDTH 480
- #define SCREEN_HEIGHT 272
- 762094 - XBMC Video Library MasterLock pr: library video xbmc masterlock
-
- 03:55:55 M:635686912 NOTICE: -----------------------------------------------------------------------
- 03:55:55 M:635662336 NOTICE: Starting XBoxMediaCenter. Built on Nov 4 2007
- 03:55:55 M:635662336 NOTICE: Q is mapped to: C:\Documents and Settings\Admin\My Documents\XBMC-test
- 03:55:55 M:635662336 NOTICE: The executeable running is: C:\Documents and Settings\Admin\My Documents\XBMC-test\XBMC_PC.exe
- 03:55:55 M:635662336 NOTICE: Log File is located: Q:\xbmc.log
- 03:55:55 M:635658240 NOTICE: -----------------------------------------------------------------------
- 03:55:55 M:635465728 NOTICE: Setup DirectX
- 03:55:55 M:635105280 NOTICE: load settings...
- 602710 - Ada.Containers.Prime_Numbers: ada standard package library
-
- package Ada.Containers.Prime_Numbers is
- pragma Pure;
- type Primes_Type is array (Positive range <>) of Hash_Type;
- Primes : constant Primes_Type :=
- (53, 97, 193, 389, 769,
- 1543, 3079, 6151, 12289, 24593,