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
package com.example.api.extension; | |
import android.app.Fragment; | |
import android.content.Context; | |
import android.content.pm.PackageManager.NameNotFoundException; | |
import android.os.Bundle; | |
import android.text.TextUtils; | |
import android.view.LayoutInflater; | |
import android.view.View; | |
import android.view.ViewGroup; |
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
#!/bin/sh | |
# | |
# Startup script for Sybase ASE | |
# | |
# description: Sybase Adaptive Server Enterprise | |
# is a SQL database server. | |
# processname: dataserver | |
SYBASE=/opt/sybase |
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
/** | |
* jPlayerSkin - Class to handle with jplayer initialization and skin behavior | |
* | |
* @author BlackNRoll | |
* @update J.Romero | |
* @version 1.2 (Unofficial) | |
* @uses jQuery 1.4.2 | |
* @uses jScrollPane | |
* @param array myPlayList = Array of json objects. Ex.: var myPlayList = [ {artist:"",name:"",mp3:"",cover:""} ]; | |
* @param string container = The id of the container where the player will be build |
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
/** | |
* jPlayerSkin - Class to handle with jplayer initialization and skin behavior | |
* | |
* @author BlackNRoll | |
* @update J.Romero | |
* @version 1.2 (Unofficial) | |
* @uses jQuery 1.4.2 | |
* @uses jScrollPane | |
* @param array myPlayList = Array of json objects. Ex.: var myPlayList = [ {artist:"",name:"",mp3:"",cover:""} ]; | |
* @param string container = The id of the container where the player will be build |
NewerOlder