topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday June 20, 2025, 12:21 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

Recent Posts

Pages: prev1 ... 5 6 7 8 9 [10] 11 12 13 14 15 ... 23next
226
Wow!  Outstanding thinking, KodeZwerg.

Now, how to go about doing THAT?

Perhaps copy to XYZ_Biggest....
227
Finished Programs / DONE: In sub-folders, delete all files except the largest
« Last post by nkormanik on August 14, 2018, 12:23 AM »
Given a folder, XYZ.  Look in sub-folders.  If more than one file exists within any one sub-folder, delete all except the largest file present.

Issue has arisen from capturing streaming audio 'radio stations' around the Internet.

One folder has 22 different copies of Queen's Radio Ga Ga.  Another, 20 copies of Madona's Like A Prayer. 18 MJ's Billie Jean.  And on and on.

Need a way to pare out the littler ones, I suppose.  Not the very best solution, because there is often announcer voice at the beginning of the longer items -- that's actually why they are longer.  But, keeping the longest/biggest seems the best bet I can think of.

Question is, how does one do this?

Hundreds of sub-folders, by the way.  So need an auto way.

Thanks!

Nicholas Kormanik
228
N.A.N.Y. 2010 / Re: NANY 2010 Release: ClipTrap
« Last post by nkormanik on July 22, 2018, 05:11 AM »
Two "enhancement" requests:

1.  Allow the window to go a little narrower than presently allowed.

2.  Allow user to select colors of font and background.

Thanks, Skwire!

Nicholas Kormanik
229
Post New Requests Here / Re: Programming Language Question
« Last post by nkormanik on April 26, 2018, 11:48 PM »
Some above have said, "Pick the best language for a particular job."

Well, let's assume one instead decides to start studying C#, the current top-ranked programming language in the world.

Can C# be used in place of AutoHotkey to make more or less the same programs that Skwire puts out?

What limitations does C# have, that will frustrate a new programmer?

(assume Windows environment)

230
Post New Requests Here / Re: Programming Language Question
« Last post by nkormanik on April 18, 2018, 06:30 PM »
Well, let's assume one wants to simply get the job done as expeditiously and efficiently as possible, with the best today's programming languages can offer.

Would be great if there were one universal programming language that could pretty much do all things.
231
Post New Requests Here / Re: Programming Language Question
« Last post by nkormanik on April 17, 2018, 07:15 PM »
Thanks for the insights, folks.

In my case, I work alone, and come across challenges trying to accomplish this or that.  I search the Internet to see if someone else has solved the conundrum, or I visit Donationcoder.com and spell out the objective, which is generally met with a mini-program solution, surprisingly quickly.

But I feel I should be solving these myself.

Sort of raises a question, though:  Seems zillions of small programs out there, more all the time, to accomplish nearly anything.  Does one really have to learn to do it oneself?

232
Post New Requests Here / Programming Language Question
« Last post by nkormanik on April 16, 2018, 03:49 AM »
Often asked, of course.  Just wondering what Skwire uses in addition to Auto Hotkey.  Do one of the big languages stand out?

Recently watched a video where a programmer said, "Today all the languages can achieve nearly anything.  No one is inherently better than another."

Thanks,
Nicholas Kormanik
233
Finished Programs / Re: In Single Filename Change Spaces To Underscores
« Last post by nkormanik on April 01, 2018, 05:02 AM »
Wow, 4wd, no idea what you're doing there.  But it works!

And in such short time after my asking.

I placed your batch file into a special reserved location.  Created a shortcut to that batch file, and put it into my SendTo folder.  Then, selecting a file, right-click to bring up context menu, SendTo your batch file....  Presto.  Spaces changed to underscore, right where it sits.

Terrific job, 4wd.  Thanks a million!

Nicholas

P.S. -- Why this request to begin with?  A finicky program that won't accept being 'sent' a file if there are spaces in the filename, or even in the path.  Go figure.  But good now.

234
Finished Programs / DONE: In Single Filename Change Spaces To Underscores
« Last post by nkormanik on April 01, 2018, 02:42 AM »
Looking for a tiny program that can be used in a batch file as follows:

"(path\)ChangeSpace2Underscore.exe" "%1"

The original file will then have any spaces in name converted to underscores.  File will remain in same initial subdirectory.

Any help appreciated.

Nicholas Kormanik

235
Post New Requests Here / Re: Super Simple "Alarm Clock"
« Last post by nkormanik on November 03, 2017, 02:17 AM »
Wow, skrommel, exactly as requested.  Perfect.  Best, quickest alarm I've seen.  Totally intuitive.  Wonderful job.

Thank you so much!

Skwire, another one done.
236
Post New Requests Here / Super Simple "Alarm Clock"
« Last post by nkormanik on October 23, 2017, 12:48 AM »
Surprisingly coming up short.  Seems inexplicable, huh.

Suppose your friend writes you, "Call me at 2pm."

Let's say the time is now 11am.

For a timer I really like Skwire-suggested SnapTimer.  I use it all the time for this and that.  If I decide to use SnapTimer, I subtract, 2pm minus 11am.  Put 3 hours into the countdown timer.

Let's suppose that I get around to loading SnapTimer ten minutes later than 11am.  So..., 2pm minus..., uh, 11:10, let's see, that would be 2 hours and 50 minutes.  Oops, another minute has gone by, so, 2 hours, 49 minutes.  Countdown away.

In the present case, it would be better if I could directly input 2pm.  At 2pm some indicator comes up on screen.  Presto.

That would call for a very simple ALARM CLOCK.

Lots of alarm clocks out there.  And they are loaded with bells and whistles to the hilt.  Very unfriendly, all.

What would seem the easiest most efficient way of doing what needs to be done?  Double-click icon.  2pm.  Okay.  Done.

Thanks folks!

Nicholas Kormanik

237
Finished Programs / Re: FINISHED: Speed It Up, or Slow It Down
« Last post by nkormanik on September 05, 2017, 05:41 PM »
Terrific, skrommel.  Works better than I was hoping for.

One change request, though.  Switch the (+) and (-) keys, so that (+) speeds up, and (-) slows down.

How does user get completely out?

Interestingly one can pause simply by clicking on the desktop.  And resume by clicking on the program being read, picking right up again.

We seem to have a definite winner here.

Why in the world hasn't this been done before.....

Well, now it is.

Thanks very much!
238
Finished Programs / FINISHED: Speed It Up, or Slow It Down
« Last post by nkormanik on September 03, 2017, 04:20 AM »
Background: 

I like FBReader for reading .epubs.  Terrific program.  Except for one major omission.  For many years I've asked the developers to incorporate an auto-page-advance feature.  But no reply.

One has to manually hit page-down to go to the next page.

I can program a basic macro program to hit Page Down, repeatedly, every so many seconds -- fixed speed.  Not a big deal.

But..., there's likely a better way.

Challenge and Request:

Ideally.  Program the keypad (+) and (-) keys to increase or decrease the speed of hitting the Page Down key.  Perhaps at 5% increments or whatever.

In other words, user brings up FBReader, and some .epub (but probably would work with any such reader or word processing program, or even an image viewer).  Start auto-page-advance by hitting the keypad (+) key.  Suppose the initial default is 30 seconds per page.  If that's too slow, hit the (+) key again, and the speed to next page-turn is faster.  Hit again, and faster still.

If the 30-seconds per page is too fast, hit the keypad (-) key.  And the page-turn is then made slower.  Hit again, slower still.

Whaddya think?  Doable?

Thanks much!

Nicholas Kormanik

239
Post New Requests Here / Re: Separate Out STOCK Symbols From Large Text File
« Last post by nkormanik on August 27, 2017, 05:38 PM »
Beautiful!  Works exactly as I was hoping!

Hope others out there might find and use this as well.

I'm renaming my personal copy: Skwire's Stock Symbols Only.

Thanks a million, Skwire.
240
Post New Requests Here / Re: Separate Out STOCK Symbols From Large Text File
« Last post by nkormanik on August 27, 2017, 09:09 AM »
Same error.  Something is apparently wrong with my system.  Bummer.
241
Post New Requests Here / Re: Separate Out STOCK Symbols From Large Text File
« Last post by nkormanik on August 27, 2017, 04:13 AM »
I placed your sso.exe and a text file, test.txt, into C:\2 and executed, dragging test.txt onto the open box appearing.  Named output file symbols.txt:

Error!
There was a problem saving the output file.  Perhaps it's open in another application.

I tried a number of other attempts, with same error message.
242
Post New Requests Here / Re: Separate Out STOCK Symbols From Large Text File
« Last post by nkormanik on August 27, 2017, 02:24 AM »
Wow.  Ohhh my goodness.  How'd you do that??!!

Exactly!
243
Post New Requests Here / Re: Separate Out STOCK Symbols From Large Text File
« Last post by nkormanik on August 27, 2017, 02:18 AM »
If someone here wants to actually create a program to do the above, perhaps it might be called:  Stock Symbols Only.

(Skwire's Stock Symbols Only??)

I think what I am asking for can be accomplished with RegEx, but not sure.

A little Windows program, even a command-line program, asking for the text file input, and spitting out results to a separate file would be perfect.  Prefer symbols to be one per line, but not necessary, and no need to sort.

244
Post New Requests Here / Re: Separate Out STOCK Symbols From Large Text File
« Last post by nkormanik on August 27, 2017, 02:10 AM »
Here is an example of part of such a text file.  I am not expecting perfection, mind you.  Some further editing will likely be required.  Again, let's assume that NOTHING other than caps will be allowed, so excluding parentheses, colons, commas, numbers, etc.:

(FWONA), Facebook (FB), Universal Display (OLED), Apple (AAPL), SBA Communications (SBAC), and Abiomed (ABMD

The daily volume for an average stock on the S&P 500 is 4 million shares, while the median is slightly more than 2 million. Bank of America Corp’s BAC, -0.29% average daily volume is about 87 million shares, followed by Apple Inc’s AAPL, +0.37% at roughly 54 million. By comparison less than 300,000 shares of Dun & Bradstreet Corp. DNB, +0.28%  changed hands in the average day.
Other standouts include energy, airline and biotechnology stocks - small and large. Since the start of the year, on average, about 20 million shares of Chesapeake Energy CHK, -1.81% changed hands daily, (The stock lost more than half its value since the start of the year.) Halliburton Co. HAL, +0.57% Exxon Mobil XOM, +0.51% Transocean Ltd. RIG, +3.51% Delta Air Lines DAL, +3.25% American Airlines Group AAL, +5.43% General Motors GM, +0.23% and Ford Motors F, +1.03% saw people churn their stocks.

Symbol Company Last Sale* Change Net / % Share Volume
AAPL
Apple Inc. Apple Inc. $ 159.86 0.59 ? 0.37% 24,783,937
QQQ
PowerShares QQQ Trust, Series 1 $ 141.97 0.30 ? 0.21% 24,236,348
TVIX
VelocityShares Daily 2x VIX Short-Term ETN $ 16.90 1 ? 5.59% 22,703,370
CSCO
Cisco Systems, Inc. Cisco Systems, Inc. $ 31.44 0.20 ? 0.64% 18,206,334
JD
JD.com, Inc. JD.com, Inc. $ 40.87 1.20 ? 2.85% 15,610,100
MOMO
Momo Inc. $ 35.59 2.39 ? 6.29% 15,112,039
BRCD


245
Post New Requests Here / Separate Out STOCK Symbols From Large Text File
« Last post by nkormanik on August 27, 2017, 02:01 AM »
Assume:  Stock symbols are composed of CAPITAL LETTERS.

What might be an efficient way of extracting out all stock symbols from a large text file, with stock symbols appearing here and there throughout?

Thanks much!

Nicholas Kormanik

246
Finished Programs / Re: DONE: Basic Pop-Up Notice/Reminder Window
« Last post by nkormanik on July 09, 2016, 01:50 AM »
Super work, Chris.  Thanks a million.
247
Finished Programs / Re: DONE: Basic Pop-Up Notice/Reminder Window
« Last post by nkormanik on July 08, 2016, 02:37 AM »
A couple more thoughts, if you want 'em, Chris...

-- No need for topmost 'menu bar.'  Redundant, if user includes 'Okay' box to close.  Saves some screen space.  Perhaps give user option to disable.  Keep text as close to top of total box as possible.

-- Would 'auto-size' be possible, depending on the size of text in main window?  Or maybe allow adjusting size of the window manually, with mouse drag?

-- If it ain't in the .ini file..., do not include by default.  Such as the big blue icon.  (How does one get rid of that??)

248
Post New Requests Here / Tiny Barebones Editor Needed
« Last post by nkormanik on July 07, 2016, 07:41 PM »
I want to place a small editable word box on screen on top of various graphs (off to the side), the small box will say what the graph is, maybe a little note.  Then I'll take a snapshot of the screen (using Screenshot Captor).

I'd prefer controlling font size, perhaps color.  There should be word-wrap.  No menu.  Default options can be kept in an .ini file.  Word box should be movable, and resizable.

In effect, a super barebones text editor.  Sans menu.

Such might already exist somewhere out there in cyberland.  I did search, though, and failed to find one.

Your thoughts greatly appreciated.

Nicholas Kormanik

249
Finished Programs / Re: DONE: Basic Pop-Up Notice/Reminder Window
« Last post by nkormanik on June 08, 2016, 03:55 PM »
Fantastic!  Hope others out there find and can use this little gem.
250
Finished Programs / Re: DONE: Basic Pop-Up Notice/Reminder Window
« Last post by nkormanik on June 07, 2016, 06:55 PM »
Chris, another idea would be to include a "count-up" timer, as opposed to displaying the current time.

I didn't think of that because I figured showing current time would be easiest.

Count-up from time of MessagePop execution seems a great idea.

Thanks!
Pages: prev1 ... 5 6 7 8 9 [10] 11 12 13 14 15 ... 23next