Skip to content

Instantly share code, notes, and snippets.

View miku-orb's full-sized avatar

Michał miku-orb

  • Europe 🇪🇺
  • 05:36 (UTC +01:00)
View GitHub Profile
@miku-orb
miku-orb / !virtua_add_library_symbol.js
Last active October 25, 2023 06:27
Batch-add your library symbol to selected bibliographic records in Virtua VTLS system (more reliable than AutoIt scripts and whatever)
// Created with the following Virtua system versions (by reverse engineering the network protocol):
// Server: 16.1.SP3.HF8(163939d)-189
// Client: 16.1.SP3.HF3(16.1.SP3-8-gbdfe5ec)-189
const VIRTUA_HOST = "0.0.0.0";
const VIRTUA_PORT = 1234;
const VIRTUA_USERNAME = "";
const VIRTUA_PASSWORD = "";
@miku-orb
miku-orb / virtua_add_symbol.au3
Last active December 4, 2024 20:42
Ta metoda to była tragedia!
#include <WindowsConstants.au3>
#include "SendMessage.au3"
#include <GuiMenu.au3>
$File = "kontrolne_do_dopisania.txt"
$h = FileOpen($File, 0)
while 1
$NextLine = FileReadLine($h)
if @error Then