Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

advertising

related pastes to tag 'library'

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