:: Check for updates
%windir%\system32\usoclient ScanInstallWait
:: Set Powermode
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Select2 jQuery plugin standalone material design theme by djibe | |
* | |
*/ | |
.select2-container { | |
display: block; | |
margin: 0; | |
min-width: 200px; | |
position: relative; } | |
.select2-container *:focus { | |
outline: 0; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{ $htmlTable := .Inner | markdownify }} | |
{{ $old := "<table>" }} | |
{{ $new := "" }} | |
{{ $title := .Get "title" }} | |
{{ $extraClass := .Get "class" }} | |
{{ $id := "" }} | |
{{ with .Get "id" }} | |
{{ $id = . }} | |
{{ else }} | |
{{ $id = delimit (shuffle (seq 1 9)) "" }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`FidelityFX_CLI.exe -Scale 4x 4x -Mode CAS -Sharpness 0.3 -FP16 input.jpg output.jpg` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Microsoft Bing | |
<https://blogs.bing.com/webmaster/december-2020/Website-Migration-with-Bing> | |
Site Move tool Has vanished, GuavaRank promotes: | |
- Complete the change of address steps in Google Search Console | |
- Add and verify the new domain in Bing |
// Requires Node 18+, plays witk PokeApi GraphQL beta
import { createClient } from '@urql/core';
const client = createClient({
url: 'https://beta.pokeapi.co/graphql/v1beta'
});
const query = `
const fs = require('fs');
const path = require('path');
const directoryPath = path.join(__dirname, './content/recommandations');
const exportPath = path.join(__dirname, './data/application');
// Create the folder directory if it doesn't exist
if (!fs.existsSync(exportPath)) {
fs.mkdirSync(exportPath);
OlderNewer