topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 12:45 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ath [ switch to compact view ]

Pages: prev1 ... 3 4 5 6 7 [8] 9 10 11 12 13 ... 145next
176
Some of the smiley buttons of the Quick Reply editor have http url's, while most of the other resources are on https url's. The current browser generations have deemed all http links to be "Not Secure", FWIW.

177
Hi, Great ...
 How do i add command line etc ? What do i do exactly ? Thanks

Well, according to this guide, it's not possible to start the Photo Viewer directly providing a filename (see step 4 in chapter 2: "Open the Photo Viewer With the Command Prompt"), but if you have configured Windows Photo Viewer as your default program for the image format you have chosen in SC (usually .png), you just enable the checkbox mouser showed above, and add %file% on its own in a blank line of the edit box. Works like a charm here.


Btw, it's not needed to draw attention to a post by writing it all in bold, that's against common internet etiquette, as it sounds like shouting...

178
And what is stopping you from using Direct Access DOS? It can be found here

You'll need 7-zip to extract the floppy images inside the 7z files. I didn't try to install though, too far past it's sell-by date for me (it was re-packaged in 2010, but the installer files are dated 1993 :o)

179
It would help if you could describe what specific features of Direct Access appeal the most to you, and what other alternatives you have tried.

As you say, there are many programs that try to solve the display of a menu of applications, so there are probably some features that you dislike, or you would have picked one of the existing offerings already.
F.e., have you tried LaunchBar Commander, as provided in the Software section of this site?

180
General Software Discussion / Re: Custom Screenshot/OCR software
« on: June 20, 2020, 08:56 AM »
That kind of software already exists, as is to be expected: http://capture2text.sourceforge.net/

And there is of course Screenshot Captor that allows you to automate the process, but you'll need to add some OCR software (free or paid, it should support command-line conversion, but most do) to your system, and configure it in SC to run after taking a screenshot.

Output format(s) is heavily dependent on what the OCR software supports.

182
That first regex that I put in works on that phrase just fine.
I fully agree, but as the OP has trouble reading (or understanding?) replies to his questions, I sort of tried to blow him off his socks, as all previous replies probably were too 'easy' :huh:

I didn't include the space in the regex
Well, there has to be some separator between any content and the e-mail address, and that's most likely a space.

183
OK so what is the regex to capture the piece of text that starts with space and ends with the end of the line and can contain any character?

That would look like this:
.*\s+(\S+)$
What this does is:
.* : Any character
\s+ : white-space, 1 or more consecutive
(  : start group
\S+  : not white-space, 1 or more consecutive
)  : end group
$  : end of line marker

You will have to get the group 1 value for your result, input like this:
a piece of text at the end of the line
will give you the word 'line' as a result

If you are still searching for your original request, I took the first regex from https://emailregex.com, dropped it in the https://regex101.com regex tester, fixed the issues it reported (escape a few slashes because of the PCRE regex engine), and wrapped it with the construction I just showed here, and came up with this:
.*\s+((?:[a-z0-9!#$%&'*+\/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+\/=?^_`{|}~-]+)*|"(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21\x23-\x5b\x5d-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])*")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?|[a-z0-9-]*[a-z0-9]:(?:[\x01-\x08\x0b\x0c\x0e-\x1f\x21-\x5a\x53-\x7f]|\\[\x01-\x09\x0b\x0c\x0e-\x7f])+)\]))$
If you feed that this text:
test for email address with plain text prefix test@email.com
The only group that's there produces '[email protected]' as a result.

Did I complete your assignment with this? ;)

184
RAM usage is pretty bad, yes, but CPU not so much. Right now the CPU is at 10%, and even when it's a bit higher I can live with that.
I've got other stuff running besides my browsers, and I want max available of my CPU and memory to go there, the browser is only a view on my working environment, not 'the only thing in the world' ;D

185
First thing I'd do is switch to Firefox, when having that many tabs open in a browser, Chrome isn't really good at that, consuming lots of memory and CPU when the tab-count goes up. I'm running one of my Firefox instances with 300 tabs, without trouble, but I do turn off that computer at the end of my workday.

I try to never touch the pagefile size, at least not since the Windows 2000 days, back in the Windows NT 4.0 days it seemed to make sense to tune it, but after that it usually got worst whatever way I tuned it away from the Windows optimal/automatic settings. Theoretically, Windows running on a 16 GB system should be able to do without any pagefile, but I've found that Windows can get really instable that way, so that's IMHO a good reason not to touch it.

186
General Software Discussion / Re: Chrome tab height bug?
« on: June 07, 2020, 06:41 AM »
The issue still sometimes shows up here. I'm really surprised that this thread didn't get a single reply. Am I the only one seeing this? :)
Well, I initially read your post but didn't recognize the issue, Chrome is only my third browser (Firefox GA and Firefox DEV are my 2 main browsers... browser-based application development and testing on the same domain but different accounts => 2 browsers is the easiest solution).
And on top of that, even if it happened, I probably wouldn't have noticed... :-[

187
Why are you trying to use something you don't know how to construct (you are not even checking for the mandatory @ and .  >:(), if there are several working examples and links in posts above yours? Please use the advice that's given, for free, by ppl that actually know what they are talking about.

188
Living Room / Re: 3D Printing - General Discussion
« on: May 28, 2020, 02:21 PM »
I've been looking at 3D printers lately too, and I've been attracted by the to-be-released Creality cr-6-se (kickstarter link) 3D printer. It seems to be an improved successor to their quite popular Creality Ender-3 model.

Advantage of the Sovol SV01 model linked above is it's slightly larger printing range, but having to add the 'silent steppers' upgrade to the Sovol makes the Creality model quite attractive to me.

Now only to convince myself I really, really, need it...  ;D ;D ;D

189
Where is that valve used?
How often per day/hour/minute (or whatever scale seems appropriate) is the valve opened/shut?

190
UrlSnooper / Re: url snooper2
« on: May 02, 2020, 07:56 AM »
Is your Antivirus killing the process?

191
Well, I've been using DC from https for a couple of years (ever since it was made available) now, and I haven't seen a 'mixed content' messages in a long time, other then some members' Forum profile 'Signature' setting where they link to images/sites using http url's

192
N.A.N.Y. 2020 / Re: NANY 2020 Mug-shots
« on: May 01, 2020, 05:09 AM »
It happens every year...  ;D
Well, I get the impression that CafePress is a lot less reliable than it was a few years ago... dunno what happened there, but it doesn't leave a good impression :o

193
DC Gamer Club / Re: From within GTA to Excel
« on: April 20, 2020, 01:27 PM »
You can instantiate an Excel COM object, and manipulate it completely from there, so I think you'll manage that fine. Lots of resources to be found in 'da google' when you get stuck ;)

194
(and so on): Will be added from time to time.

Please add extra stuff as a new reply in this thread as users won't get notification of changes to existing posts...

195
MicrosoftHTML 16.16299
so I think I'm using a Chromium based Edge

https://en.wikipedia.org/wiki/EdgeHTML says: "16.16299 This is the stable channel release of EdgeHTML 16 part of the 2017 Fall Creators Update."

So that's definitely not a Chrome based Edge browser...

196
General Software Discussion / Re: The best uninstaller
« on: February 21, 2020, 05:27 AM »
Have you done any research (Tha Google?) before asking your question here?

Moreover, what are your current objects of interest?

197
N.A.N.Y. 2020 / NANY 2020 Mug-shots
« on: February 11, 2020, 01:25 PM »
Again, it seems like I'm the first to kick-off a thread with NANY-2020 mug-shots.

Please add yours (or other rewards received) too :up:

20200211_203258.jpg

I got both the regular and the alternative design again, but in the smallest available size (11 oz.), so they're actually usable under European coffee machines ;D

198
I'm trying to help solve issues/questions, because that is what I like to do, but with your questions/issues the hardest part is not finding the solution, but to get you to write down only the facts that are involved in the issue, and the exact result you want to achieve. Often you are adding a lot of words that have nothing to do with the issue, making it nearly impossible to help.



I'll retry to get the facts clear, please give consise answers to these questions:

  • What is the input? Currently I suspect there is an Excel file with several sheets
    • Do all sheets have the same columns/data?
    • Can you provide a sample file?
  • What is the output you need?
    • All sheets combined into a single sheet in a new file?
    • All sheets combined into a new sheet in the current file?
    • All sheets combined into the first sheet in the current file?
      • All sheets should remain in the file?
      • All sheets from sheet 2 should be deleted?

199
Coding Snacks / Re: copy paste utility for excel
« on: February 09, 2020, 12:10 PM »
This thread should be closed by a moderator, the exact same question by the same OP is already in another thread.

200
@Contro:
Ok, I'll ask the 'big' question once, and please don't repeat the confusing flurry mesh of info you gave above: What goes into this black box, and what is the expected output? (IOW, what is it to be used for)
you are totally right Ath.
That's the point.
I have tried to explain to Shades. Perhaps you may accomplish there.
 :P
Well, all that you have done is what I explicitly asked not to do: You've added a mishmash of unrelated and useless words that say absolutely nothing about the issue you are trying to resolve. And on top of that you even used 3 posts to do that... >:(
To add insult to injury, you talk about using ahk to do something for you because Excel is 'too big' for you (to handle?).
What kind of help are you expecting?

Pages: prev1 ... 3 4 5 6 7 [8] 9 10 11 12 13 ... 145next