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
[global] | |
use sendfile = yes | |
allow insecure wide links = yes | |
min protocol = SMB2 | |
vfs objects = catia fruit streams_xattr | |
fruit:aapl = yes | |
fruit:nfs_aces = no | |
fruit:model = Xserve | |
fruit:resource = stream | |
fruit:metadata = stream |
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
vmware: | |
- | |
name: 'VMware NSX for vSphere' | |
serial: null | |
url: | |
- 'http://software.onthehub.com/shared/publisher/VMware/VMware-NSX-Manager-6.2.0-2986609.ova' | |
- | |
name: 'VMware vRealize Suite 7 Enterprise' | |
serial: null | |
url: |
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
// https://key-drop.com/case-battle/list | |
// open browser console and run this | |
const targets = ['x1']; | |
(async () => { | |
while (true) { | |
await new Promise(r => setTimeout(r, 100)); | |
try { | |
const casePrices = [...document.querySelectorAll('div.w-fit')].splice(0, 5).map(e => e.textContent); | |
const targetIndex = casePrices.findIndex(price => targets.includes(price)); |
OlderNewer