time.google.com
time1.google.com
time2.google.com
time3.google.com
# Version 3.0 | |
# 03/08/2025 | |
############################################################################################################################################### | |
# Player GUI Options | |
############################################################################################################################################### | |
# Adjust all as needed. |
const multiplyMatrices = (A, B) => { | |
return [ | |
A[0]*B[0] + A[1]*B[1] + A[2]*B[2], | |
A[3]*B[0] + A[4]*B[1] + A[5]*B[2], | |
A[6]*B[0] + A[7]*B[1] + A[8]*B[2] | |
]; | |
} | |
const oklch2oklab = ([l, c, h]) => [ | |
l, |
// Copyright (c) 2015-2021, bacondither | |
// All rights reserved. | |
// | |
// Redistribution and use in source and binary forms, with or without | |
// modification, are permitted provided that the following conditions | |
// are met: | |
// 1. Redistributions of source code must retain the above copyright | |
// notice, this list of conditions and the following disclaimer | |
// in this position and unchanged. | |
// 2. Redistributions in binary form must reproduce the above copyright |
// Copyright (c) 2021 Advanced Micro Devices, Inc. All rights reserved. | |
// | |
// Permission is hereby granted, free of charge, to any person obtaining a copy | |
// of this software and associated documentation files (the "Software"), to deal | |
// in the Software without restriction, including without limitation the rights | |
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
// copies of the Software, and to permit persons to whom the Software is | |
// furnished to do so, subject to the following conditions: | |
// | |
// The above copyright notice and this permission notice shall be included in |
49578113 | lucknau | |
---|---|---|
2900836041 | lolxkeyscore | |
1140699248 | JohnJonrwn | |
1471976627538214912 | smug_ghoul | |
1090746712988229632 | machiavellian47 | |
1250591303500476416 | FatThesoldier | |
3004333383 | brockreiss | |
1470524460461694976 | eniworef | |
178935753 | thekarate | |
1109262833387257857 | end_history |
=== [gen1ou] marcoasd 2014 === | |
Gengar | |
- Hypnosis | |
- Thunderbolt | |
- Night Shade | |
- Explosion | |
Chansey | |
- Ice Beam |
# vim: syntax=config | |
########### | |
# General # | |
########### | |
priority=high | |
input-ipc-server=/tmp/mpvsocket # listen for IPC on this socket | |
load-stats-overlay=yes # use local stats.lua |
.tab-background { | |
border-radius: 6px 6px 0 0 !important; | |
margin-block: 0 !important; | |
outline: none !important; | |
} | |
.tab-background:is([selected], [multiselected]) { | |
box-shadow: none !important; | |
} |
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\BackgroundAccessApplications\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy] | |
"Disabled"=dword:00000001 | |
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager] | |
"SubscribedContent-338388Enabled"=dword:00000000 | |