topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday May 16, 2024, 7:56 am
  • 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: [1] 2 3 4 5 6 ... 10next
1
I see Vic is on the task, but I think what you're asking for is usually called fuzzy string matching.  Try a Web search, there seems plenty of Python work on it, and take a look at Comparing Strings Is Easy With FuzzyWuzzy.

thanks, i didnt know what it was called.

this stackoverflow post has some info about scoring fuzzy matches, and the output kinda sounds exactly what i was describing, although i dont know how useful that output would be until using it. and i wouldnt want the match percentage to be output in a new list anyhow.
https://stackoverflo...h-very-similar-names

Output:

print(results)
           sample_name             actual_name  score
0             jtsports           JT Sports LLC   79.0
1          tombaseball       Tom Baseball Inc.   81.0
2      context express     Context Express LLC   95.0
3            zb sicily           ZB Sicily LLC   95.0
4   lightening express  Lightening Express LLC   95.0
5           fire roads       Fire Road Express   86.0
6                  NaN             Earth Treks    NaN
7                  NaN           TS Sports LLC    NaN
8                  NaN        MM Baseball Inc.    NaN
9                  NaN     Contact Express LLC    NaN
10                 NaN           AB Sicily LLC    NaN
11                 NaN    Lightening Roads LLC    NaN

- First, the MovieList for direct movie comparison.
-paradisusvic (May 15, 2024, 07:38 PM)
this already exists i think. its just uniq -d

for example, with the lists i provided:

C:\>cat list* | sort | uniq -d
The.Last.Married.Couple.In.America.1980.720p.BluRay.x264.AAC-[YTS.MX].mp4
The.Osterman.Weekend.1983.720p.BluRay.x264.YIFY.mp4
The.Wild.Life.1984.720p.BluRay.x264.AAC-[YTS.MX].mp4

C:\>uniq --version
uniq (textutils) 2.1
C:\>cat --version
cat (GNU textutils) 2.0

but that wouldnt tell me which list has the duplicate because i had to concatenate the files.
all i really need is a fuzzy uniq for comparing two lists...

and if i google fuzzy uniq theres 'funiq'

https://github.com/mjfisheruk/funiq

Funiq (fuzzy uniq) is a command line tool for performing fuzzy string matching against lists of words.

and the examples it is using to compare? movie titles! hahaha :finger pointing at brain.meme:

but the ability to exclude words and characters would make for better matches. i see some fuzzy matching toolkits use scrubbers to scrub the inputs first.

- Second, Fuzzy-matching for adding more/partial results.
Tokens + ignore list of words :Thmbsup:

fuzzy matching looks difficult :D
2
New icon ... just because I could. (Both were "designed" by me.) The Windows package already comes with the new icon. Enjoy.
3
I see Vic is on the task, but I think what you're asking for is usually called fuzzy string matching.

Hello RJ, spot on! This is being tackled in two steps/releases:

- First, the MovieList for direct movie comparison.

- Second, Fuzzy-matching for adding more/partial results.

Tokens + ignore list of words :Thmbsup:
4
i have a list of filenames, and my friend has a list of filenames. we are trying to organize and sort and compare our lists of filenames. but the two lists are too different for most string comparing tools.

I see Vic is on the task, but I think what you're asking for is usually called fuzzy string matching.  Try a Web search, there seems plenty of Python work on it, and take a look at Comparing Strings Is Easy With FuzzyWuzzy.
5
neat. hopefully i described it properly what i wanted :)
6
All right :)

I also noticed one other issue: I have this RAM drive program called OSFMount installed; and I drag and dropped its shortcut from my start menu to CRAP.

It requires admin rights to be ran, so Windows' User Account Control window usually pops up when starting it —and it did so indeed back when I was launching it from version 2.1.0 build 60 beta— however, in build 68 beta, CRAP only gives with an error message « L'opération demandée nécessite une élévation » (translated back to english: « The requested operation requires an elevation »). The UAC window does not appear and the program isn't ran.
-ConstanceJill (May 15, 2024, 01:17 AM)

Thanks! I changed one line of code back to the build 60 way (which is the only one that I changed that could have had an effect on it from my side)...so we shall see if it fixes it in the next one.

Also after much research the combo box non dropdown style should turn to the dark mode style of Win10+ and only on Win10+ along with of course when on either of the two dark themes.
screen_05152024_001.png
7
PublicDomainVic / Re: [dev] AnyHandler
« Last post by paradisusvic on May 15, 2024, 08:17 AM »
Here's the latest feature-complete ALPHA version:

Download: AnyHandler_v0-1-0-ALPHA-3.zip

GitHub tag: https://github.com/paradisusis/anyhandler/releases/tag/v0.1.0-alpha.3

AnyHandler-ALPHA-3.png

First official release comes after it is green-lighted by @ibay770's confirmation :Thmbsup:



Notes:

  • Activation needs the user to log off / restart.
  • App directory should not have spaces (e.g. C:\AnyHandler).
  • {src} = Source directory.
  • {dst} = Destination directory.

Both {src} and {dst} are used by the copy, move and rename handlers.

Delete handler only uses {src}.
8
N.A.N.Y. 2022 / Re: N.A.N.Y. 2022 - KeyLoop v0.1.0
« Last post by orlith on May 15, 2024, 07:44 AM »
Evrything ok ?

Yes, KeyLoop's repo is on the new account & final release is imminent :Thmbsup:

https://github.com/paradisusis/keyloop/

Thank you!
-paradisusvic (May 15, 2024, 07:02 AM)

Cool :)
Thx
9
N.A.N.Y. 2022 / Re: N.A.N.Y. 2022 - KeyLoop v0.1.0
« Last post by paradisusvic on May 15, 2024, 07:02 AM »
Evrything ok ?

Yes, KeyLoop's repo is on the new account & final release is imminent :Thmbsup:

https://github.com/paradisusis/keyloop/

Thank you!
10
N.A.N.Y. 2022 / Re: N.A.N.Y. 2022 - KeyLoop v0.1.0
« Last post by orlith on May 15, 2024, 06:29 AM »
Ping ping ;)

Evrything ok ?

Thx
Pages: [1] 2 3 4 5 6 ... 10next