https://itunes.apple.com/de/app/macos-sierra/id1127487414?l=en&mt=12
Link: canonical Link: amphtml Close Ad Link: http://www.macworld.com * Subscribe ▲ Learn more about Macworld's Digital Edition Macworld Magazine Cover
| { | |
| "editor.suggestSelection": "first", | |
| "remote.SSH.remotePlatform": { | |
| "165.227.100.91": "linux", | |
| "192.168.15.18": "linux", | |
| "seminovos-kentaro": "linux", | |
| "142.93.108.210": "linux", | |
| "servidor-home": "linux", | |
| "sotreq-novosite-rails": "linux", | |
| "sotreq-novosite-vue": "linux", |
| <!-- | |
| Replace existing standard gtag.js tracking-code with this | |
| snippet in order to store the Client ID in localStorage and use this ID when present | |
| converted for direct code implementation from Simo Ahava´s solution for GTM; see | |
| https://www.simoahava.com/analytics/use-localstorage-client-id-persistence-google-analytics/ | |
| for details | |
| Client IDs will survive deletion of cookies by user or ITP 2.1 |
https://itunes.apple.com/de/app/macos-sierra/id1127487414?l=en&mt=12
Link: canonical Link: amphtml Close Ad Link: http://www.macworld.com * Subscribe ▲ Learn more about Macworld's Digital Edition Macworld Magazine Cover
| // Replace letters | |
| @function str-replace($string, $search, $replace: '') { | |
| $index: str-index($string, $search); | |
| @if $index { | |
| @return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace); | |
| } | |
| @return $string; | |
| } |