Håll linserna rengjorda. Undvik fingeravtryck. Putsduk och rengöringsvätska finns hos alla optiker.
74 GB free space gives you ~100 minutes of video. Meaning you can get about 160 minutes of video onto an empty 128GB card.
| www.youtube.com##[is-watch-page] #page-manager:style(margin-top:0px !important) | |
| www.youtube.com###container.ytd-masthead:style(height:32px !important) | |
| www.youtube.com###search:style(line-height:16px !important) | |
| www.youtube.com##ytd-watch-flexy[theater] #player-theater-container:style(max-height:calc(100vh - 40px) !important) | |
| www.youtube.com##ytd-watch-flexy[theater] #player-theater-container:style(margin-top:32px !important) | |
| www.youtube.com##ytd-watch-flexy[fullscreen] #player-theater-container:style(max-height:100vh !important) | |
| www.youtube.com##ytd-watch-flexy[fullscreen] #player-theater-container:style(margin-top:0px !important) |
| #include <stdio.h> | |
| #include <unistd.h> | |
| #include "malloc.h" | |
| #define err(X,Y) (_err((X),(Y),(__LINE__))) | |
| void ___msg(){} |
| cd ~/Downloads | |
| # prereq: download https://www.nexusmods.com/eldenring/mods/428?tab=files | |
| # as Elden Ring Randomizer-428-v0-5-4b-1666703960.zip | |
| # prereq: download https://www.nexusmods.com/eldenring/mods/117?tab=files | |
| # as EldenModLoader-117-3-2-1662569069.zip | |
| INSTALLDIR="/home/deck/.local/share/Steam/steamapps/common/ELDEN RING" |
| # ahnk: t | |
| # scarab: s | |
| # horus: r | |
| param($key) | |
| function makeAlpha | |
| { | |
| param ($key) | |
| $arr=0..25 | %{ [char]($_+65) } | |
| $arrNotInKey = $arr | ?{ $key.indexof($_) -eq -1 } | |
| $cleanKey = @() |
| javascript: | |
| (function(){ | |
| var s = document.createElement("style"); | |
| var css = [ | |
| ".nocandidate{background:#ddd !important}", | |
| ".container { position:static }", | |
| ".site-title {position:absolute}", | |
| ".sidebar {display:none}", | |
| ".mobile-items {", | |
| "display:flex !important;", |
| -- SendMidi | |
| s = require 'sequins' | |
| m = midi.connect() | |
| m.event = function(data) | |
| local d = midi.to_msg(data) | |
| print("ch:" .. d.ch .. " cc:" .. d.cc .. " val:" .. d.val) | |
| end |