I hereby claim:
- I am couleurm on github.
- I am couleur (https://keybase.io/couleur) on keybase.
- I have a public key ASD_gR0Jx63f_NlTfPNLXxgPEzCaWmsH9CMud3GgD8M5Cwo
To claim this, I am signing this object:
S = obslua | |
samples = 360 / 60 | |
local function skip_tick_render(ctx) | |
local target = S.obs_filter_get_target(ctx.source) | |
local width, height; | |
if target == nil then width = 0; height = 0; else | |
width = S.obs_source_get_base_width(target) | |
height = S.obs_source_get_base_height(target) |
Set-Location $PSScriptRoot | |
[void][Reflection.Assembly]::LoadWithPartialName('Microsoft.VisualBasic') | |
$folder = [Microsoft.VisualBasic.Interaction]::InputBox('Titre du dossier', 'Mettez le nom du dossier a creer:') | |
if ((Test-Path $folder)){ | |
Write-Warning "Le dossier existe déjà" | |
pause |
<# : & cls & @echo off & (for %%I in ("%~f0";%*) do @echo(%%~I) | powershell -nop -c "$argv = $input | ?{$_}; iex (${%~f0} | out-string)" & exit #>;Clear-Host | |
Write-Output 'Hi PowerShell!' |
$defaults = @' | |
- blur | |
blur: true | |
blur amount: 1.27 | |
blur output fps: 60 | |
blur weighting: equal | |
- interpolation | |
interpolate: true | |
interpolated fps: 960 |
mode con cols=50 lines=3 | |
Write-Host "Downloading LCL.." | |
$source = "https://github.com/Aetopia/Lunar-Client-Lite-Launcher/releases/latest/download/LCL.exe" | |
$destination = "$env:localappdata\Microsoft\WindowsApps\LCL.exe" | |
$webClient = [System.Net.WebClient]::new() | |
$webClient.DownloadFile($source, $destination) | |
cls;Write-Host "Downloading done!" | |
Unblock-File $destination | |
Start-Process $destination | |
exit |
I hereby claim:
To claim this, I am signing this object: