Jump to content

argumentum

MVPs
  • Posts

    6,271
  • Joined

  • Days Won

    228

argumentum last won the day on September 17

argumentum had the most liked content!

7 Followers

About argumentum

Profile Information

  • Member Title
    ✨Universalist ✨
  • Location
    I'm in your browser now =)
  • WWW
    https://www.youtube.com/watch?v=SjwX-zMRxO0&t=5s
  • Interests
    Relax

Recent Profile Visitors

17,334 profile views

argumentum's Achievements

  1. On my side I'll do something like this: because I rather GUI everything. ( untested slop for now ) Have to get me "ggerganov/llama.cpp" and become familiar with it. What is your local hardware setup ? I've got a 5060Ti on this PC and a Strix halo that has more memory, but is slower 😕
  2. ..have you tried anything locally ( your GPU ) ?
  3. Problem _WinAPI_ShellGetKnownFolderPath() has a bunch of GUIDs and I'd like to know what paths work/return something 🤔 Solution Get the table from MSDN and try each 🤷‍♂️ Do read the help file regarding $iFlags and $hToken.
  4. ..as is should be called text viewer, unless you add a simple "save" ( even without the save as )
  5. Can't share executables in the forum
  6. Maybe Send("!b") will click/select &Billing ?, get what you want to that way ? Also, when I code some ControlClick(), I first MouseMove() to see if the mouse cursor is actually there, because the blur in the picture shows that your monitor is using scaling, and if so, the coordinates are wrong. So..., multiply by the scale ( eg: 150% = * 1.5 ). So @ChuckZ, welcome to the forum, learn to use it ( the forum ), and be patient while you learn how to ...stuff
  7. Problem Want to download torrents sequentially by default, but there is no default that I can find in qBittorrent 😭 The reason for "the problem" ...that works against the swarm and spirit of the protocol. So it will never have a default sequential setting. Solution #1 If you must have it then register your own handler to do it via WebUI. Go to: Tools > Options > WebUI and enable it. Then compile and register the script below with your user, password and port. Solution #2 ( simpler but i didn't think of it before ) Go to Tools > Options > Downloads, then on Run external program, Run on torrent added: "C:\Utilities\qBittorrAddSeq.exe" "/I:%I" "/J:%J"
  8. Problem I use Dark reader and makes html copy/paste a mess for those not using it 🤷‍♂️ Solution Run this function to remove the background coloring making this background formatted clipboard: look better:
  9. @Banzaii: born May 26, 2024. 1st post: yesterday. Topic: advertising a company that does that 🤔 Note to self: avoid becoming a moderator
  10. Problem Have a bunch of RDP windows open and when they close ( some error ) I don't know from what PC it was from. Solution Keep this script running in the tray and it will find the name of the connection and place it in the MsgBox's error title. Add it to shell:startup to run on login.
  11. Problem I use SciTE portable but don't have the context menus as when properly installed Solution Add the registry entries to show a context menu for .au3 in SystemFileAssociations for the current user
  12. It's here in this thread. Don't go loosing your code again, ..you hear !
  13. ..where did I put that code I had... somewhere 🤷‍♂️
  14. A lightweight wrapper that registers as a custom web browser to open links, web shortcuts, and HTML files inside the target browser's private or incognito window. When set it as your default browser in Windows, any link clicked in external apps (Slack, Outlook, PDFs, etc.) or double-clicked HTML file is routed to "LyProxy Browser". The script grabs the input URL parameter and re-launches it via the configured browser in an isolated (Incognito / Private) session. By default the script targets Microsoft Edge. You can easily switch to Google Chrome or anything else before compiling. ProxyBrowser_v1.0.zip Compile before running. Why code this ? Because I don't like the idea of opening stuff in my default browser. Because am paranoid distrusting.
  15. A local lightweight Chrome Extension and desktop relay, designed to detect unread status changes in an installed "Google Chat Progressive Web App (PWA)", and forwards an HTTP notification to a local receiver ( the GoogleChatAlert.au3 script in the zip file ). The script it lives in the tray. It can hide the PWA window and it'll show it when something comes in. Double click the tray icon to show/hide the window. Right click for the context menu. Google Chat Unread Notifier_v1.1.zip Note: My total hands-on experience with this is about 1 to 2 hours. If you run into issues or have questions, post them. Wrote this because I never use google chat and needed to know that there's a new message even if am on an RDP session, and am usually on a VM or another.
×
×
  • Create New...