Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/15/2022 in all areas

  1. Mathwiz wrote: >I second that motion. The change log is usually quite long and very technical; > hard to understand even for those of us who dabble in programming. > Putting it in a spoiler tag would let us refer to it if need be but save our scroll wheels if not... No, please not SPOILER! That tends to be hidden completely for old browsers, and not sure if also hindering page-search or archiving. Perhaps something else - "code"? But that increases the size yet more, using ultrawide Courier-fonts. Another...? (That said, I'd be surprised if RT changes anything at all only for reading convenience) But being a selfhelper, couldn't resist playing a bit now ;-) Tweak-1: This CSS filters all comments written by RT, then limits all single P-elements to a max height and if too long, shows a scrollbar: body.ipsApp article.ipsComment div[data-quotedata*='roytam1'] div.cPost_contentWrap p{ max-height: 400px !important; overflow-y: auto !important; } CSS-variations for example: remove author-requirement, or limit complete-comment height instead of single P-elements Tweak-2: This JAVASCRIPT (bookmarklet?) filters all comments written by RT, but (unlike above) takes the complete comment text. Then checks if the TEXT "- Bug " is contained more often than 8x. Only THOSE comments get limited with a scrollbar: var c="body.ipsApp article.ipsComment div[data-quotedata*='roytam1']"; var j, el, lg0, lg2, x, LIST=document.querySelectorAll(c); for (j=0; j < LIST.length; j++){ el=LIST[ j].querySelector("div[data-role='commentContent']"); lg0=el.textContent.length; lg2=el.textContent.replace(/- Bug /gi, '').length; x =(lg0 - lg2)/6; if (x > 8) { el.style.maxHeight='400px'; void(el.style.overflow='auto'); /* just for TESTING! Remove line: */ void(el.style.backgroundColor='yellow'); }} JS-variations: remove author requirement, choose another max-height, choose another TEXT, choose another hits-limit .
    1 point
  2. Thank you for popping into the café and thank you for the reply - I'll be sure to reply at another time when I can better answer your posting. Overall not too bad today and I did get outside for a short walk in the sun (no people) and I enjoyed it (the trees, the birds) ... important as they (unlike people) never let us down. Enjoy your weekend everyone :)
    1 point
  3. Hi Jarsin. ROSE SWE's heuristic based virus scanner (rhbvs_v5-20.zip, ~4MB) works in DOS and was last updated in 2021. You may want to give that a go, from DOS of course. It can also be run from a DOS prompt (COMMAND.COM window) during a Windows 98 graphic session. Not sure about FreeDOS compatability. http://rose-swe.bplaced.net/dl/ The program provides English output although most documentation is German. Running 'rHBVS.EXE' provides English usage information. Example output below. C:\WINDOWS\temp\rhbvs_v5-20>rHBVS.EXE c:\windows\temp ----=[ ROSE SWE's heuristic based virus scanner - Version 5.20-3.935 ]=------- (c) 1989-2021 by ROSE SWE, Dipl.-Ing. Ralph Roth - http://rose.rult.at ----=[ Quick scan of the system and memory for viruses ]=--------------------- MBR - HDD 0 (512) ....................... -- OK! -- Interrupt 13h (DOS) ..................... -- OK! -- Interrupt 13h (Orig) .................... -- OK! -- Interrupt 21h (DOS) ..................... -- OK! -- Interrupt 40h (DOS) ..................... -- OK! -- Memory (Low-System) ..................... -- OK! -- Memory (640 KB) ......................... -- OK! -- Memory (HMA) ............................ -- OK! -- HDD-IRQ 76h ............................. -- OK! -- Path Companion Test ..................... -- OK! -- Live Bait Test .......................... -- OK! -- Windows Trojans ......................... -- OK! -- Stealth Live Bait Test .................. -- OK! -- Win32 Bait Test ......................... -- OK! -- ----=[ ROSE SWE's heuristic based virus scanner - Version 5.20-3.935 ]=------- (c) 1989-2021 by ROSE SWE, Dipl.-Ing. Ralph Roth - http://rose.rult.at <> File & hybrid viruses = 35.906 <> Signatures from = 14.01.2021 <> Trojans/Malware/Jokes = 5.282 <> Scan engines used = 377 <> mIRC/pIRC worms, BAT = 2.942 <> Free memory = 115.304 <> VBS/HTML/JS/WSH/CSC = 8.576 <> Command line: c:\windows\temp -TROJ ----=[ C:\WINDOWS\TEMP (HDD drive) ]=-------------------------------------- <> Scan started at 17.02.2021 - 18:10:46 for (Executable, scripts, web-related) ----=[ Statistics ]=---------------------------------------------------------- <> Files found .............................. 123 40 MB <> Files scanned ............................ 29 <> Suspicious files ......................... 0 (0.0%) <> Files cleaned/killed ..................... 0 (0.0%) <> Total file access/chdir errors ........... 0 <> Total scanning time ...................... 2 seconds ----=[ Scanning finished! Have a virus free time! ]=--------------------------
    1 point
×
×
  • Create New...