- VLC Version 2.2.4 Weatherwax (Intel 64bit) on OS X 10.9
ts error: libdvbpsi error (PSI decoder): TS duplicate (received 0, expected 1) for PID 0
ts error: libdvbpsi error (PSI decoder): TS duplicate (received 0, expected 1) for PID 4095
| # Description: Boxstarter Script | |
| # Author: David Peter Hansen | |
| # Based on Boxstarter script by Jess Frazelle | |
| # Last Updated: 2017-11-10 | |
| # | |
| # Install boxstarter: | |
| # . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force | |
| # | |
| # You might need to set: Set-ExecutionPolicy RemoteSigned | |
| # |
| #!/data/data/com.termux/files/usr/bin/bash | |
| # | |
| # This is a termux-url-opener script to do diffrent tasks on my Android phone | |
| # | |
| # | |
| # | |
| # How to use this script | |
| ############################# | |
| # | |
| # Install git |
ts error: libdvbpsi error (PSI decoder): TS duplicate (received 0, expected 1) for PID 0
ts error: libdvbpsi error (PSI decoder): TS duplicate (received 0, expected 1) for PID 4095
| ;; Jon Dolan ;; | |
| ;; V1.0 - March 5th, 2017 ;; | |
| ;; Windows emulator for Yakuake/Guake written in AHK (https://autohotkey.com) ;; | |
| ;; Provies drop down capabilities to whatever Windows terminal program you please ;; | |
| ;; By default, this script uses Bitvise xterm with the hotkey F12 ;; | |
| ;; But it is configurable by changing the global variables below ;; | |
| ;; To compile this script after changing it to your liking: ;; |
npm install -g npm
# Downgrade to a specific version
npm install -g npm@6
| javascript:(function(){'use strict';var _temporalUndefined={};function _temporalAssertDefined(val,name,undef){if(val===undef){throw new ReferenceError(name+' is not defined - temporal dead zone');}return true;}(function(){'use strict';var els=_temporalUndefined;var allCustomElements=_temporalUndefined;var polymerRegisteredElements=_temporalUndefined;var diff=_temporalUndefined;function isCustomEl(el){return el.localName.indexOf('-')!=-1||el.getAttribute('is');}els=[].slice.call(document.querySelectorAll('html /deep/ *')).filter(function(el){return isCustomEl(el);}).map(function(el){return el.getAttribute('is')||el.localName;});allCustomElements=new Set(_temporalAssertDefined(els,'els',_temporalUndefined)&&els);polymerRegisteredElements=Polymer.telemetry.registrations.map(function(el){return el.is;}).filter(function(name){var blacklist=_temporalUndefined;blacklist=['dom-template','array-selector','custom-style'];return(_temporalAssertDefined(blacklist,'blacklist',_temporalUndefined)&&blacklist).indexOf(name)== |
All of the below properties or methods, when requested/called in JavaScript, will trigger the browser to synchronously calculate the style and layout*. This is also called reflow or layout thrashing, and is common performance bottleneck.
Generally, all APIs that synchronously provide layout metrics will trigger forced reflow / layout. Read on for additional cases and details.
elem.offsetLeft, elem.offsetTop, elem.offsetWidth, elem.offsetHeight, elem.offsetParent| // ###################################################################### | |
| // ## | |
| // text-shadow() ## | |
| // ================================================================= ## | |
| // URL: http://compass-style.org/reference/compass/css3/text-shadow/ ## | |
| // ## | |
| // USAGE: ## | |
| // ----------------------------------------------------------------- ## | |
| // @include text-shadow(1px 1px 2px #333333); ## | |
| // ## |