topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Monday November 10, 2025, 5:22 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 ... 20 21 22 23 24 [25] 26 27 28 29 30next
601
Post New Requests Here / Re: Idea: Task Manager "Lite"
« Last post by publicdomain on February 15, 2021, 08:01 PM »
Here's a standard GUI program based on this idea (using the same exclusion list):

For single-program termination: fire it up, kill a program, done :)

TaskKillerLite_v0.1.0.png



(Can also refresh list via File/New)

DCmembers download: https://www.dcmember...-killer-lite-v0-1-0/

GitHub sources: https://github.com/p...ain/task-killer-lite

Task Killer Lite thread: https://www.donation...ex.php?topic=51088.0

Cheers!
Vic
602
PublicDomainVic / Task Killer Lite thread
« Last post by publicdomain on February 15, 2021, 08:00 PM »
Task Killer Lite v0.1.0

List user programs for one-click termination.

TaskKillerLite_v0.1.0.png



Download @ DCmembers: https://www.dcmember...-killer-lite-v0-1-0/
603
PublicDomainVic / Re: AppFolderIcon thread
« Last post by publicdomain on February 15, 2021, 06:07 PM »
Do you want me to post them for fine-tuning purposes, or is this that can't really be adjusted anyway?

By all means post them! The idea is to have this program suit your needs/satisfy you in full! This way we also help others in need of the same functionality as well :)

Also, what does the Delete inis command do?  I'm guessing that windows would just rebuild them...  So that command probably puts them all back to their defaults?

You guessed right. Windows resets them all back to folder defaults.

[...]it intelligently determines which exe file is the most likely to contain the desired icon image[...]

There are three algos being used in succession:

- Levenshtein distance.
- Damerau-Levenshtein distance.
- Hamming distance.

(Source line)

We can do a new version with manual icon selection for the .exe names missed by the algorithms.

I'm thinking about a Graphical List with possible icons for single-click selection... Let's do this!
 :Thmbsup:
Vic
604
Any takers?   :P

Hello dear kunkel, thanks for your valuable interaction via PM.

AppFolderIcon v0.1.0 is complete:

AppFolderIcon_v0-1-0.png



DCmembers download: https://www.dcmember...ppfoldericon-v0-1-0/

Github source code: https://github.com/p...domain/appfoldericon

AppFolderIcon thread: https://www.donation...ex.php?topic=51087.0

Enjoy! :Thmbsup:

Vic
605
AppFolderIcon
Sets icon from .exe files on their containing folder.

download-button.png





Made for kunkel321 from donationcoder.com.

Original thread: IDEA: Pull icon from exe and put on the containing folder

Source code: AppFolderIcon @ GitHub

Targets Microsoft .NET framework v4.5 (Native to Windows 8+)

Notes:

v0.2.0
  • Instant application of changes.
  • New icon selection form.
  • Restore icon via API call.
  • Ratcliff/Obershelp as algorithm.
  • Works on top folders only.
Day #177, Week #25 @ June 26, 2021

v0.1.0:
  • Set folder icon for subdirectories.
  • Delete desktop.ini file recursively.
  • Always on top.
Day #45, Week #06 @ February 14, 2021

==========


RELEASE SPONSORS:
  • Jesse Reichler (A.K.A. Mouser from DonationCoder.com)
  • Kunkel321
  • Your name here? :)
You may support this project by expressing your excitement in the form of a Donation via DonationCredits, Paypal @ www.paypal.me/victorvls or by becoming a Patron @ www.patreon.com/publicdomain.

Thanks & keep on rocking!

==========

Enjoy more weekly releases on the 1st, 7th, 14th and 21st @ https://publicdomainweekly.com
606
Living Room / Re: Web service to let supporters vote rankings
« Last post by publicdomain on February 12, 2021, 11:55 PM »
the best way to let supporters help rank and choose items to do from a list where you are adding and removing items constantly... Ideas welcome..

List versioning!

When you pick users' top-voted item from your TO DO list, snapshot the whole list adding a version number for future reference.

This method can prove to be the most transparent over time :)
607
Any takers?   :P

I'm in! Chances are "AppFolderIcon" gets completed tomorrow / in a couple.

 :Thmbsup:

Vic
608
PublicDomainVic / Re: URLplayer thread
« Last post by publicdomain on February 02, 2021, 06:03 AM »
Copied and pasted a list of URLs into program okay.

Good! New code at work :)

Received the following error message:

Holy potatoes! What's your exact Windows version?

Got it running on Win7:



(May need to fall back to previous launch code for v0.3.0 with your drag & drop additions)
609
N.A.N.Y. 2021 / Re: N.A.N.Y. 2021 Entry: URLister
« Last post by publicdomain on February 02, 2021, 05:46 AM »
Just updated URLister to version 0.2.0 :)

Download: https://www.dcmember...oad/urlister-v0-2-0/
610
PublicDomainVic / Re: URLplayer thread
« Last post by publicdomain on February 01, 2021, 10:14 PM »
URLister v0.2.0:

urlister_v0-2-0.png

Download page: https://www.dcmember...oad/urlister-v0-2-0/
611
PublicDomainVic / Re: URLplayer thread
« Last post by publicdomain on January 24, 2021, 09:59 AM »
Great, Vic.  Glad you are still game.

Always happy to assist! :)

If unloading browser is accepted, URLplayer may be usable presently

Sweet! Browser closing is programmed (Source: MainForm.cs).

I'm adding some more code to publish new release (save settings, open/import URL file, always on top).

except for needing a much, much larger list allowance.

Default MaxLength limit is addressed now.

If I am orchestrating the whole works on my system, I can tell my macro program (presently MacroExpress) to unload the browser -- after, say, two minutes (to download a .pdf file).  After browser is unloaded, go back to URLplayer, and load the next URL in the list.  Which will fire up the browser again, and go to the subsequent page (or download the next pdf in line).

So, what we would have is a nice 'semi-automatic', with a really long clip.

Hope we can make things easier on your end.

Thanks for working along Nick! It helps improve our software which in turn helps other fellows around :Thmbsup:

Vic
612
PublicDomainVic / Re: URLplayer thread
« Last post by publicdomain on January 15, 2021, 07:48 AM »
My pleasure! :)

it would be necessary to have the option of just a single tab being repeatedly used.

Just checking... would closing & re-launching browser with new URL suffice?

There's a bit more of a delay yet it's certain to use only one tab to save memory.

Cheers!
613
PublicDomainVic / Re: URLplayer thread
« Last post by publicdomain on January 13, 2021, 01:58 PM »
Hi there Nick! Got your suggestions and all of them are doable (We're tackling them one by one in code).

BTW I believe the PDF download part is perfect for our upcoming "pdGet" downloader project; a web macro input module fits your requirement perfectly since button clicking is performed via direct/internal browser automation.

Chances are both URLplayer and pdGet move from alphas to first public betas in the next few releases (I'm free enough this month).

Do monitor this thread! You're the very first tester :)
:Thmbsup:
Vic
614
N.A.N.Y. 2021 / Re: NANY 2021 Wrap Up
« Last post by publicdomain on January 11, 2021, 06:09 AM »
Thanks for keeping N.A.N.Y up dear Jesse & DC Crew! :-*

How wonderful to be part of an event celebrating free software for the world.

Keep it up! You guys ROCK!
:Thmbsup:
Vic
615
reimplementation (plural reimplementations)
The act of implementing again.
-Wiktionary

Hi guys! The idea here is bringing a new life to FUNCTIONALITY present in abandoned (or plain old) software.

This isn't about cloning a program carbon-copy, but reimplementing its functionality afresh!

Furthermore, it can be extended beyond what the original program allowed, accounting for modern times. A much-welcome refreshment for many users!



Programmers abandon functional programs all the time. Let's give those programs' functionality a second chance here at DC :)



Some benefits:

  • Creative Commons Zero v1.0 Universal: It is reimplemented using a truly-permissive open-source license with the source code and rights gifted to the public domain entirely (regained software freedom) hence continuity is reassured due to the new licensing.
  • Extending functionality: If you ever wanted a program to make something new yet it was abandoned, then this one's truly for you :)

Feel free to submit!

I'm always willing to help a fellow!
 :Thmbsup:
Vic
616
N.A.N.Y. 2021 / Re: N.A.N.Y. 2021 Entry: URLister
« Last post by publicdomain on January 06, 2021, 10:57 PM »
@nkormanik

Roger that. Actually, I began working on URLplayer and only launched this basic version as a one-off for N.A.N.Y.

Let's discuss development on the URLplayer thread.

Cheers & many thanks for the interaction!
 :Thmbsup:
Vic
617
N.A.N.Y. 2021 / Re: N.A.N.Y. 2021 Entry: URLister
« Last post by publicdomain on January 06, 2021, 10:47 PM »
I have tried with two and only open one twice.

Please try next button (>>)! (Interface may be a bit confusing right now; feel free to consider this as a preliminary version to the complete URLplayer :) )
618
PublicDomainVic / URLplayer thread
« Last post by publicdomain on January 06, 2021, 10:39 PM »
URLplayer.
Browse link lists, one website at a time.

Original threadDONE: Have list of URLs, and, in Chrome, manually load one, then next, etc.
Source codehttps://github.com/p...blicdomain/urlplayer
2021-02-01 version0.2.0
Imageurlister_v0-2-0.png
Made fornkormanik

Download: https://www.dcmember...oad/urlister-v0-2-0/



Well, URLister is needed, and will be greatly appreciated.

Requests:

-- Allow copy/paste to get list of URLs entered.
-- Allow drag-into-window to get list of URLs entered.
-- Allow drag-to-program-icon (on desktop), and SendTo, to get list of URLs entered.
-- Allow option to open each URL into separate tabs, OR into just the first tab, overwriting what was there.
-- Allow program window option to STAY ON TOP of other windows (i.e, browsers)

That would be a good start.

Thanks for keeping this alive!

Nicholas Kormanik
619
N.A.N.Y. 2021 / Re: Welcome to NANY 2021
« Last post by publicdomain on January 04, 2021, 05:19 PM »
I would write tools even without anyone taking notice!

That's the purest spirit! 1000% congrats for it!! :) In my view, you can help the world improve/thrive while having a form of abundance coming along with it.

Acting on your passion can be something that supports you!

And I'm not only talking about the idea of money! You can get abundance in the form a trade. a gift. something positive happening in synchronicity thanks to you helping others (that wouldn't have happened otherwise), and expanding your creativity/imagination to make you more productive in other areas of your life.

Super-valuable: Interacting with a new friend or friends who fill(s) your soul is a form abundance to me as well :Thmbsup:

There are So many forms of blessings!
 :-*
Vic
620
N.A.N.Y. 2021 / Re: Welcome to NANY 2021
« Last post by publicdomain on January 03, 2021, 08:51 PM »
Congratulations to everyone who participate in NANY 2021  :Thmbsup:

Second participation here & loving it! :-*

Keep up the good work dear Jesse :Thmbsup:

Viva DC!
Vic
621
N.A.N.Y. 2021 / Re: N.A.N.Y. 2021 Entry: URLister
« Last post by publicdomain on January 02, 2021, 09:44 AM »
Sorry, I should have thanked publicdomain for this (I see it was designed at nkormanik's behest). Apologies!

Hi! time to thank GOD, the UNIVERSE or any Divine force you believe in! :-* (I'm just the channel for these technologies!!!)

This is actually the precursor for a more-complete URLplayer release :Thmbsup:

Cheers & MANY thanks for using it.
Vic
622
Living Room / Re: How can I extract all the links from all tabs?
« Last post by publicdomain on January 02, 2021, 06:15 AM »
Forgive my ignorance, but now that Edge is Chrome-based, how is it any easier to target than any of the other multitude of Chrome-based browsers?

Thanks for following your curiosity! The answer is: Legacy support.

A couple decades ago, you simply used SHDocVw to connect to a running instance of Internet Explorer and didn't really mind about the tiny portion of non-IE users (90's dial-up user here).

Now I do cross-platform and care very much about other browsers (currently on Linux myself}.

...Perhaps I should have said: easier to me, as I have oldie code to target IE & extract links :)

BTW I'm loving the challenge(s) and interaction guys, it means a lot to me. I'm truly grateful for this.

Cheers!
 :Thmbsup:
Vic
623
N.A.N.Y. 2021 / N.A.N.Y. 2021 Entry: URLister
« Last post by publicdomain on January 02, 2021, 06:01 AM »
NANY 2021 Entry Information

Application NameURLister
Short DescriptionBrowse link lists, one website at a time.
Versionv0.2.0
Downloadhttps://www.dcmember...oad/urlister-v0-2-0/
Supported OSesWindows
System Requirements.NET Framework 4.5
AuthorPublicDomainVic

Description
Made for nkormanik in response to his request: DONE: Have list of URLs, and, in Chrome, manually load one, then next, etc.

Usage is simple: you enter a list of URLs in the text box, then hit the play button.

Image:
urlister_v0-2-0.png
624
Living Room / Re: How can I extract all the links from all tabs?
« Last post by publicdomain on December 31, 2020, 02:10 PM »
Hi! I'm taking this after my N.A.N.Y. 2021 submission :Thmbsup:

I can use Chrome or Firefox or other browser

Are you on Windows? If so, does Edge or IExplore suffice? (Easiest ones to target from C#).

Cheers!
Vic
625
PublicDomainVic / Dynamic IP Monitor v0.2.2
« Last post by publicdomain on December 07, 2020, 10:07 PM »
Gets IP address from domain name at regular intervals.

DynamicIpMonitor_v0.2.1.png

Download: https://www.dcmembers.com/publicdomainvic/download/dynamic-ip-monitor-v0-2-2/

Made for davcom.

Original thread: Show IP Address from domain name.



Enjoy more releases @ PublicDomainGift.com

Cheers!
Vic
Pages: prev1 ... 20 21 22 23 24 [25] 26 27 28 29 30next