▫️ Bundeszentrale für politische Bildung https://www.bpb.de/
▫️ Transcript - Verlag https://www.transcript-verlag.de/
▫️ Deutsche Gesellschaft für Soziologie https://soziologie.de/aktuell
▫️ Bundeszentrale für politische Bildung https://www.bpb.de/
▫️ Transcript - Verlag https://www.transcript-verlag.de/
▫️ Deutsche Gesellschaft für Soziologie https://soziologie.de/aktuell
| Param( | |
| [Parameter(Mandatory=$True)] | |
| [string]$Path, | |
| [string]$Quality = "36", | |
| [string]$Preset = "p4", | |
| [string]$Tune = "hq", | |
| [string]$Format = "webm", | |
| [bool]$CopyAudio = $False, | |
| [switch]$Keep | |
| ) |
| Param( | |
| [Parameter(Mandatory=$True)] | |
| [string]$Original, | |
| [Parameter(Mandatory=$True)] | |
| [string]$Compare | |
| ) | |
| $OriginalSize = (Get-ChildItem $Original | Measure-Object Length -Sum).sum / 1Gb | |
| $CompareSize = (Get-ChildItem $Compare | Measure-Object Length -Sum).sum / 1Gb | |
| [string]$Difference |
| // paste this in your browser's console | |
| // hide | |
| document.querySelector(".webPlayerSDKUiContainer").style.opacity = 0 | |
| // show again | |
| document.querySelector(".webPlayerSDKUiContainer").style.opacity = 1 |
| Windows Registry Editor Version 5.00 | |
| [HKEY_CLASSES_ROOT\Directory\Background\shell\WindowsTerminal] | |
| @="Windows Terminal Here" | |
| "Icon"="%USERPROFILE%\\terminal\\wt_32.ico" | |
| [HKEY_CLASSES_ROOT\Directory\Background\shell\WindowsTerminal\command] | |
| @="wt.exe -d \"%V\"" | |
| fetch("https://siastats.info/dbs/skynet_current.json") | |
| .then((r) => r.json()) | |
| .then((portals) => { | |
| portals.forEach((portal) => { | |
| const link = `${portal.link}/${skylink}`; | |
| fetch(link, { method: "HEAD" }).then((resp) => { | |
| if (resp.ok) location = link; | |
| }); | |
| }); | |
| }); |
| module.exports = api => { | |
| api.describeTask({ | |
| match: /vue-cli-service build && node deploy_skynet.js/, | |
| description: "Build the project and upload it to skynet", | |
| link: "https://github.com/Delivator/vue-cli-plugin-skynet" | |
| }) | |
| api.describeTask({ | |
| match: /node deploy_skynet.js/, | |
| description: "Upload to skynet (without building)", |
| { ttl: 10800, type: ‘NS’, host: ‘ns1’, value: ‘44.231.6.183’ } |
| <template> | |
| <v-container> | |
| <v-row class="text-center"> | |
| <v-col cols="12"> | |
| <v-img | |
| :src="require('../assets/logo.svg')" | |
| class="my-3" | |
| contain | |
| height="200" | |
| /> |