javascript:( function(){
var arr = [], l = document.getElementsByTagName('source');
for(var i=0; i<l.length; i) { arr.push(l[i].src); }
alert(arr);
} )();
reg query "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize" /v SystemUsesLightTheme |
Select-Object -first 3 |
Select-Object -last 1 |
%{
if($_ -match "0x1"){
New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name SystemUsesLightTheme -Value 0 -Type Dword -Force;
New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0 -Type Dword -Force
}
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
"for cursor syncing to work set MASTERTXT + ALTTXT in sys env var | |
"COLOR THEME | |
"source path\to\file | |
"put theme.vim file in \nvim\share\nvim\runtime\colors | |
:set termguicolors | |
:colorscheme github | |
:set background=light | |
"SET DIR |
- run this in terminal of virtual bigSur but change bs (blocksize in bits) and count (anzahl der zu schreibenden blöcke) to specify the amount of free space you want to Release
dd if=/dev/zero of=file.of.zeros bs=67108864 count=1250
- shutdown the vm
- run this in comand promt
VBoxManage modifymedium --compact "path\to\bigSur.vdi"
(4. optional leave files.of.zero to prevent bigsur to reclaim the space)
This comment was very helpful for me.
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
/* | |
# Tabs expand when leaved | |
*/ | |
/*uncomment to expand tabs when leaved | |
:root { | |
--Tabs-transition-time: 0.1s; | |
--Tabs-transition-delay: 0s; | |
} |
use pylips to get authentiaction credentials
ACHTUNG escape json for win and linux is diferent
LAMPE 4 für dazwischen; 5 für vorn; 6 für hint; 7 für anlage
GRUPPE 0 für lampen&anlage; 3 für lampen
BRIDGE-INTERNAL_IP 192.168.xxx.xx über hue seite/ router/ googel halt
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
import subprocess | |
#import privates variable | |
import sys | |
import os | |
sys.path.append(os.path.join(os.getenv('privates'))) | |
import privates | |
def test(): | |
global branch |
OlderNewer