topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday July 2, 2025, 10:59 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 ... 10 11 12 13 14 [15] 16 17 18 19 20 ... 146next
351
Skwire Empire / Re: 1.7.5 Not Working
« on: December 25, 2018, 09:16 AM »
You have added a location in the settings?
And I assume you didn't 'install' it in a Program Files' or other protected directory? It has to be able to write to its .ini file in the current directory.

352
It is not a problem you withdraw your request, but I'm a bit disappointed you have removed all text, so nobody can pick it up later or give helpful suggestions :huh:

353
Can't your browser' password manager fill that in for you? With Firefox, or a derivate, you get that option for free...

354
VStudio I do not own
You can download and install the free (as in 'free software') VS 2017 Community Edition from here so you can start experimenting. Knowing Delphi it isn't that hard, the basic (some pun intended) principles are quite the same. Do select C# as the initial development configuration.
Software you create yourself with it can be distributed freely.

355
N.A.N.Y. 2019 / Re: NANY 2019 - StringSimilarity - Release
« on: November 24, 2018, 08:15 AM »
StringSimilarity has been updated to 1.3.0, adding the ability to load text from txt files (*.txt or *.*), no file-content check!

Also, the download has been moved to my DCMembers space, link available from the first post, above.



Is a export things to dll planned?
Haven't decided on this request yet, as it's quite a bit of work for such a small feature-set :huh:
What would you want to use it for? Or would a command-line enabled version (with somewhat formatted output) suffice?

356
Android Apps / Re: Mouser Android Apps Updated 11/14/18
« on: November 15, 2018, 01:48 PM »
Correct. When tapping the widget, the slides open in the normal UI in the usual colors.

357
Creating an installer, f.e. using InnoSetup, that doesn't actually install anything, could provide you with that.

Btw, when(/how) should this AUP be shown?

358
Android Apps / Re: Mouser Android Apps Updated 11/14/18
« on: November 15, 2018, 01:22 AM »
I just want to make sure you aren't saying I broke something in the PBOL widget or changed its default color.
Well, the default color did change to dark (black), where it was something greyish before (don't recall the exact color though), and also the progress bars are now green where they used to be blue (AFAIR) :-[, now that you mention you might have broken something...

359
Android Apps / Re: Mouser Android Apps Updated 11/14/18
« on: November 14, 2018, 01:20 PM »
Well, the setting to override the 'default' font color doesn't seem to be applied. The setting itself does stick though.

360
Android Apps / Re: Mouser Android Apps Updated 11/14/18
« on: November 14, 2018, 01:12 PM »
How can I change the font-color of the widgets?
For PBOL it changed to smt rather dark, so now it's barely readable on my darkish-blue background image. Can't find that option in the settings...

361
N.A.N.Y. 2019 / Re: NANY 2019 - Windows App - Process Watcher
« on: November 13, 2018, 12:37 AM »
The file format I will use is not decided yet, so I advise no one spend any time coding anything yet..
was waiting until he decided what that format might be in order to test.
And that is why I'm waiting too... :) :up:

Or put up a request to convert file.
The only reason to convert a logfile is just before putting it into something like LogStash, syslog, or another log agregator. Converting just for display is a last resort only, so no, I shouldn't need (to write) me a converter ;)

362
N.A.N.Y. 2019 / Re: NANY 2019 - Windows App - Process Watcher
« on: November 12, 2018, 02:01 PM »
Hm, though LogFusion looks like a fine log viewer, I'm afraid it doesn't handle the json-like format that is currently output by ProcessWatcher. We'll have to wait for mouser to choose another format before LogFusion is useful in this context.

363
N.A.N.Y. 2019 / Re: NANY 2019 - Windows App - Process Watcher
« on: November 12, 2018, 06:47 AM »
I was planning a process lister,
which will show the process names, time etc.,
as they are loaded by the os,
in a small non-focus window.

I think this should be one of the tasks of a GUI on Process Watcher logs.
Maybe you could create that kind of a GUI? (I might start it, depending on available time and motivation)

Another GUI tool/task would be for filtering/searching the log-data, and that could even be the same tool, AFAICS.

364
N.A.N.Y. 2019 / Re: NANY 2019 - Windows App - Process Watcher
« on: November 11, 2018, 05:26 AM »
That sounds like a very solid path :Thmbsup:

365
Post New Requests Here / Re: IDEA: Calculate string-similarity
« on: November 11, 2018, 05:24 AM »
I have now released this for NANY 2019, over here

366
N.A.N.Y. 2019 / Re: NANY 2019 - StringSimilarity - Release
« on: November 11, 2018, 05:20 AM »
(Reserved for future use)

367
N.A.N.Y. 2019 / NANY 2019 - StringSimilarity - Release
« on: November 11, 2018, 05:19 AM »
NANY 2019 Entry Information

Application Name StringSimilarity
Version 1.3.0.0
Short Description Compare 2 strings/texts giving a distance/proximity score using several algorithms
Supported OSes Windows 7 or newer (.NET 4.5 or newer required)
Web Page StringSimilarity page
Download Location StringSimilarity page
System Requirements
  • Windows 7/8/10
  • .NET 4.5 or newer
Version History
  • 2018-11-24 1.3.0.0: Added Load from (txt) file feature.
  • 2018-11-11 1.2.0.0: NANY Release. Show all algorithm results in a grid
  • 2018-10-26 1.1.0.0: (not released) Added extra algorithms, restore screen size/position and settings.
  • 2018-10-24 1.0.0.0: Initial release
Author Link to Ath's Profile page


Description
As a response to a request by HelmutWe I searched and found an algorithm that seemed to match the request, and folded that into a C#/WinForms application.
After adding a few similar but different algorithms, also found on the internet, and re-shaping the UI a bit to handle larger texts and a results grid, the current incarnation is now available.

Used algorithms and sources:
AlgorithmSource
Jaro-WinklerRonnie Overby's Jaro-Winkler
Damerau-LevenshteinWicked Shimmy's Damerau Levenshtein
F23 Sorensen-dice coefficientFeature 23's StringSimilarity.NET library
F23 Cosine similarity(see above)
F23 Jaccard index(see above)
F23 Normalized Levenshtein(see above)

Features
Compare 2 strings/texts and calculate their similarity.

Planned Features
Allow to select 2 files and determine their similarity

Requested features
Make available as separate dll for use from other tools (undecided yet)

Screenshots
Initial screen:
StringSimilarity-1.2.0-initial.png

Comparing Similarity and Simelarity
StringSimilarity-1.2.0-similarity.png

Usage
Installation
- Unzip the file to it's own directory
- Run the exe
(A settings.xml file will be created when closing the application)

Using the Application
- Enter some texts to compare
- Select desired options
- Results are updated immediately when both strings are non-empty
- Results can be sorted by clicking a column title

Uninstallation
- Close the application
- Remove all files

Known Issues
To be reported by users, none so far...

368
N.A.N.Y. 2019 / Re: NANY 2019 - Windows App - Process Watcher
« on: November 11, 2018, 04:24 AM »
Well, about that file-format: I was going to ask you to use real JSON, as the current content isn't quite readable using standard tools/libraries, but also seeing your remark about compact/heaps of data, I'd suggest to switch to CSV, as that's usually the most compact and usable for non-complex data like this (unless you want to put the performance/usage data inside the JSON object ofcourse...).

Continuing on the subject of including performance/usage data: Using (structured) JSON storage would require you to rewrite the entire file when updating a single performance item, so the policy of 'only appending' isn't going to work.
I've suggested (reply #3) to create a file-per-exe for the performance/usage data, and when using CSV that would be a feasible and fast solution, including append-only. It will generate a lot of files though, so a configurable log directory would be nice to have.

I might even be tempted into creating a GUI for this data, but you'd have to have the storage format finalized first.

370
N.A.N.Y. 2019 / Re: NANY 2019 - Windows App - Process Watcher
« on: November 07, 2018, 06:37 AM »
Ha, sounds interesting.
Most difficult part would be to organize the logging in such way that it actually makes sense when looking at it, without being overwhelmed with 'all that data' :o
Maybe the memory/cpu use-log should be separated, possibly a logfile per exe (path+filename, possibly reversed, and : and \ replaced by another character?) and include the pid inside the logfile to be able to filter on. (Hint: the LogStash family of products, no ties)

371
Your request is very generic, could you add more details, like the application involved, a screenshot, and, also interesting, the motivation for removing it?

372
Post New Requests Here / Re: IDEA: Drag Drop renamer
« on: November 05, 2018, 01:33 PM »
You could try to disable your antivirus... that is usually adding a lot of unpredictability to Windows' responsetimes. :o

373
A second update after 7 years of silence on the WinSendKeys (releases) front:

Changes:
  • Added -i <delay> and initialdelay ini-setting for inserting a milliseconds delay before sending anything to the window
  • Added -s <delay> and senddelay ini-setting for changing the default 5 msec delay between sending each character
  • Added -sd <delay> and senddowndelay ini-setting for changing the default 5 msec key-down delay for each character/key sent

Get it from the first post in this thread.

374
After 7 years of silence on the WinSendKeys (releases) front, there now is an update:

Changes:
  • If the window (-w argument or from ini file) is not found, the ERRORLEVEL is set to 1 (by user request)
  • Re-compiled with the latest AutoIt3 compiler (v3.3.14.5), so it is up to par with all those modern OS versions :P

Get it from the first post in this thread.

I also updated the defunct links to the old DCMembers site, I should probably have updated a year ago... :-[

375
Post New Requests Here / Re: IDEA: Calculate string-similarity
« on: October 25, 2018, 05:43 AM »
two bigger text boxes where i can enter/paste multiple lines of text
add option to check two files
I'll put that on the TODO list for the NANY release.

Also I'll check the source licenses, and at least link to them, later.

Pages: prev1 ... 10 11 12 13 14 [15] 16 17 18 19 20 ... 146next