webdiff
Two-column web-based git difftool (by danvk)
TextDistance
📐 Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage. (by life4)
webdiff | TextDistance | |
---|---|---|
1 | 6 | |
271 | 3,432 | |
- | 0.9% | |
7.8 | 5.6 | |
about 2 months ago | 4 months ago | |
TypeScript | Python | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
webdiff
Posts with mentions or reviews of webdiff.
We have used some of these posts to build our list of alternatives
and similar projects.
-
How can I serve NPM packages using Flask?
I have a small Flask app which currently sources jQuery and highlight.js from external servers. I'd like to make these local dependencies which I pull in via NPM.
TextDistance
Posts with mentions or reviews of TextDistance.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-10.
- textdistance: Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.
-
Near duplicate image detection
Now let's compare the hash to all the image hashes using Levenshtein distance. We'll use the textdistance library for that.
- life4/textdistance: Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.
- Textdistance: Compute distance between sequences with 30 algorithms