All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Edgar BV Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:01, 30 October 2024 Red talk contribs created page File:Diagram SEM KA-50III.ini.jpg
- 14:01, 30 October 2024 Red talk contribs uploaded File:Diagram SEM KA-50III.ini.jpg
- 07:54, 20 October 2024 Red talk contribs created page Galaxy Watch (Created page with "== Transferring MP3s to the watch from the PC == You need AnExplorer to transfer the files from the PC to a website using the upload button. Then you need MyWear File Explorer to select them all from the AnExplorer upload directory and move them to the Music directory Then you need to reboot the watch for the music indexing to start. Or you can use adb over wifi adb push /path to music/ /sdcard/Music adb shell "find /storage/emulated/0/ -exec am broadcast \ -a...") Tag: Visual edit
- 11:50, 24 September 2024 Red talk contribs created page File:DP7-S-6xx Product manual EN V1-1 2TMD041700D0025 ABB.pdf (Manual for 7" touch display DP7-S-611)
- 11:50, 24 September 2024 Red talk contribs uploaded File:DP7-S-6xx Product manual EN V1-1 2TMD041700D0025 ABB.pdf (Manual for 7" touch display DP7-S-611)
- 05:32, 13 June 2024 Red talk contribs created page Displays, Monitors and TVs (Created page with "monitor resolution goes low when turned off") Tag: Visual edit
- 08:49, 13 April 2024 Red talk contribs created page Right Click Causes Windows File Explorer to Crash (Created page with "Press Windows key+R to open Run then type: regedit Press Enter to open Registry Editor Navigate to this path Computer\HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers Expand ContextMenuHandlers folder Delete all the sub folders except "New" and "WorkFolders" Close Registry Editor then restart your computer using Clean Boot Perform a Clean Boot Determine if a background program or a software conflict is causing the issue. Press Wind...") Tag: Visual edit
- 19:19, 8 April 2024 Red talk contribs created page HEIC files (Created page with "Tried to open a picture I took off my iPhone (obviously I have it set to .heic for higher quality recording), and wouldn't you know, Windows wants me to install a plugin for $0.99. Wtf? So, here's how I got past Microsoft's debauchery: * First, I went to store.rg-adguard.net * Second, I found the ProductID online to input into the link template (the link you would need to copy into the search bar on the aforementioned website is <nowiki>https://apps.microsoft.com/store...") Tag: Visual edit
- 06:02, 17 March 2024 Red talk contribs created page Add programs to Startup when not in the startup menu (Created page with "1. Open the '''Start''' menu and look for the app you want to run automatically at startup. 2. Right-click the app and then select '''Open file location'''. ('''Note''': If there isn't an option for Open file location, it means the app cannot be set to run automatically at startup.) 3. Right-click the app to create a shortcut. 4. Press the '''Windows logo key + R''', then type '''shell:startup''', then select '''OK''' to open the '''Startup''' folder.") Tag: Visual edit
- 08:03, 16 February 2024 Red talk contribs created page Disk X has been surprise removed (Created page with "Windows Event Viewer shows Event 157, disk <pre> - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System> <Provider Name="disk" /> <EventID Qualifiers="32772">157</EventID> <Version>0</Version> <Level>3</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2024-02-15T14:22:27.6716575Z" /> <EventRecordID>188801</EventRecordID> <Correlation /> <Execution ProcessID="...")
- 20:12, 8 January 2024 Red talk contribs created page DaVinci Resolve (Created page with "= Views = The views are on the bottom bar in the middle and are Media, Cut, Edit, Fusion, Color, Fairlight and Deliver = Timelapse = To create a timelapse, basically you rename all your images so they are in order and then you drag them into the media pool (button underneath the menu bar) You select them all, right click them and then choose "create new timeline with selected clips". This can be done in the Cut or Edit views. == Changing the speed / length of the clip...")
- 10:08, 1 December 2023 Red talk contribs created page Optical Character Recognition (Created page with "In order to extract text from images, PDFs, etc there are several options available to you = Scanning OCR = So you want to be able to scan a document and save it as a text searchable PDF? Some printer drivers (Epson) come with that capability installed but some don't. == HP == In HP Scan software (6970) (HP Officejet Pro app windows 10) in Print, Scan & Fax go to Scan submenu. Under Scan a Document or photo edit Save as PDF and change Destination File Type from PDF t...") Tag: Visual edit: Switched
- 20:23, 20 November 2023 Red talk contribs created page File:Tracking cubes for vr.webp
- 20:23, 20 November 2023 Red talk contribs uploaded File:Tracking cubes for vr.webp
- 20:22, 20 November 2023 Red talk contribs created page File:Tracking cubes outside vr.webp
- 20:22, 20 November 2023 Red talk contribs uploaded File:Tracking cubes outside vr.webp
- 09:18, 20 November 2023 Red talk contribs created page Sending Keyboard Keystrokes (Created page with "https://ui.vision/rpa/docs/xtype { "Command": "XType", "Target": "${KEY_CTRL+KEY_F} ${LocatieNaamVar} ${KEY_ENTER}", "Value": "", "Description": "" }")
- 09:17, 20 November 2023 Red talk contribs created page Storing and writing a variable (Created page with "This opens up a prompt { "Command": "prompt", "Target": "Welke Locatie?", "Value": "LocatieNaamVar", "Description": "" }, And to write it elsewhere { "Command": "XType", "Target": "${KEY_CTRL+KEY_F} ${LocatieNaamVar} ${KEY_ENTER}", "Value": "", "Description": "" } or { "Command": "editContent", "Target": "xpath=//*[contains(@id, 'edit-field-page-content-0-subform-field-body-wrapper--')]/...")
- 09:16, 20 November 2023 Red talk contribs created page How to click buttons with changing IDs (partial ID match) (Created page with "https://ui.vision/rpa/docs/selenium-ide/click#changingid using an xpath you can find partial content, eg if there is a random string at the end --Ws63SSw using contains In some ckeditor fields, you may need to XClick the field first and only then do the editContent on { "Command": "XClick", "Target": "xpath=//*[contains(@id, 'edit-field-page-content-0-subform-field-body-wrapper--')]", "Value": "", "Description": "klik editveld" }, {...")
- 09:13, 20 November 2023 Red talk contribs created page Using an OCR locator (Created page with "There is a maximum of 100 clicks per day for free, and it's considerably slower than using an XPath selector https://ui.vision/rpa/docs/xclick#ocr { "Command": "XClick", "Target": "ocr=Tekst toevoegen", "Value": "", "Description": "" },")
- 09:10, 20 November 2023 Red talk contribs created page Selenium commands list (Created page with "https://ui.vision/rpa/docs/selenium-ide#prompt")
- 09:10, 20 November 2023 Red talk contribs created page Scraping data from a website (Created page with "https://ui.vision/rpa/docs/selenium-ide/web-scraping")
- 04:21, 12 October 2023 Red talk contribs created page File:Curve 2023-10-12 072005.png
- 04:21, 12 October 2023 Red talk contribs uploaded File:Curve 2023-10-12 072005.png
- 19:24, 11 October 2023 Red talk contribs created page File:Different curves.jpg
- 19:24, 11 October 2023 Red talk contribs uploaded File:Different curves.jpg
- 19:23, 11 October 2023 Red talk contribs created page File:Response curve.jpg
- 19:23, 11 October 2023 Red talk contribs uploaded File:Response curve.jpg
- 19:22, 11 October 2023 Red talk contribs created page File:Find axis names.jpg.jpg
- 19:22, 11 October 2023 Red talk contribs uploaded File:Find axis names.jpg.jpg