https://reference.dashif.org/dash.js/latest/samples/drm/widevine.html
https://bitmovin.com/demos/drm
https://harmonicinc-com.github.io/shaka-player/latest/demo/
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell] | |
"FolderType"="NotSpecified" |
Unity version | * | Gradle version | Android Gradle Plug-in version |
---|---|---|---|
2023.2 | Admob | 7.6 | 7.3.1 |
2022.3 | Admob | 7.2 | 7.1.2 Or 7.1.3 |
Emoji | Purpose | MD Markup | Prefix |
---|---|---|---|
📄 | Generic message | :page_facing_up: |
|
📐 | Improve the format / structure of the code / files | :triangular_ruler: |
[IMPROVE]: |
⚡ | Improve performance | :zap: |
[IMPROVE]: |
🚀 | Improve something (anything) | :rocket: |
[IMPROVE]: |
📝 | Write docs | :memo: |
[PROD]: |
💡 | New idea |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | 🎉 :tada: |
Version tag | 🔖 :bookmark: |
New feature | ✨ :sparkles: |
Bugfix | 🐛 :bug: |
/** | |
* Takes an array of values and returns a function that can be used to | |
* carry out the binary search on those values. The returned function | |
* takes one argument to indicate which direction the desired value may | |
* be found (send a negative number to look further back, a positive | |
* number to look further ahead or a `0` to return the same value as | |
* before). It doesn't matter what value you pass the first time you | |
* call the returned function. | |
* @template T | |
* @param {T[]} values |
import { Injectable } from '@angular/core' | |
import { | |
Cordova, | |
CordovaProperty, | |
IonicNativePlugin, | |
Plugin | |
} from '@ionic-native/core' | |
import { Observable } from 'rxjs/Observable' | |
import { Platform } from 'ionic-angular' |
window._ = require('lodash'); | |
/** | |
* We'll load jQuery and the Bootstrap jQuery plugin which provides support | |
* for JavaScript based Bootstrap features such as modals and tabs. This | |
* code may be modified to fit the specific needs of your application. | |
*/ | |
// try { | |
// window.$ = window.jQuery = require('jquery'); |