Topic: "distance"
kootenpv/whereami
Uses WiFi signals :signal_strength: and machine learning to predict where you are
Language: Python - Size: 64.5 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 5,129 - Forks: 253
manuelbieh/geolib
Zero dependency library to provide some basic geo functions
Language: JavaScript - Size: 1.59 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 4,267 - Forks: 339
life4/textdistance
📐 Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.
Language: Python - Size: 452 KB - Last synced at: 2 days ago - Pushed at: 9 months ago - Stars: 3,509 - Forks: 255
gkjohnson/three-mesh-bvh
A BVH implementation to speed up raycasting and enable spatial queries against three.js meshes.
Language: JavaScript - Size: 151 MB - Last synced at: 4 days ago - Pushed at: 8 days ago - Stars: 3,154 - Forks: 300
tdebatty/java-string-similarity
Implementation of various string similarity and distance algorithms: Levenshtein, Jaro-winkler, n-Gram, Q-Gram, Jaccard index, Longest Common Subsequence edit distance, cosine similarity ...
Language: Java - Size: 729 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 2,726 - Forks: 417
seperman/deepdiff
DeepDiff: Deep Difference and search of any Python object/data. DeepHash: Hash of any object based on its contents. Delta: Use deltas to reconstruct objects by adding deltas together.
Language: Python - Size: 2.73 MB - Last synced at: 30 days ago - Pushed at: 3 months ago - Stars: 2,433 - Forks: 254
yongzhuo/nlp_xiaojiang
自然语言处理(nlp),小姜机器人(闲聊检索式chatbot),BERT句向量-相似度(Sentence Similarity),XLNET句向量-相似度(text xlnet embedding),文本分类(Text classification), 实体提取(ner,bert+bilstm+crf),数据增强(text augment, data enhance),同义句同义词生成,句子主干提取(mainpart),中文汉语短文本相似度,文本特征工程,keras-http-service调用
Language: Python - Size: 23.4 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 1,534 - Forks: 392
pollen-robotics/dtw
DTW (Dynamic Time Warping) python module
Language: Python - Size: 191 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 1,217 - Forks: 236
chrisveness/geodesy
Libraries of geodesy functions implemented in JavaScript
Language: JavaScript - Size: 600 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1,209 - Forks: 207
rapidsai/raft
RAFT contains fundamental widely-used algorithms and primitives for machine learning and information retrieval. The algorithms are CUDA-accelerated and form building blocks for more easily writing high performance applications.
Language: Cuda - Size: 17.4 MB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 968 - Forks: 221
onury/geolocator
A utility for getting geo-location information via HTML5 and IP look-ups, geocoding, address look-ups, distance and durations, timezone information and more...
Language: JavaScript - Size: 4.19 MB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 646 - Forks: 106
rapidsai/cuvs
cuVS - a library for vector search and clustering on the GPU
Language: Cuda - Size: 13.6 MB - Last synced at: about 18 hours ago - Pushed at: about 22 hours ago - Stars: 608 - Forks: 150
atiksoftware/pubg_mobile_memory_hacking_examples
Pubg Mobile Emulator Gameloop Memory Hacking C++ code examples. Ex: Name, Coord, Bones, Weapons, Items, Box, Drop etc.
Language: C++ - Size: 13.1 MB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 518 - Forks: 161
feature23/StringSimilarity.NET
A .NET port of java-string-similarity
Language: C# - Size: 566 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 504 - Forks: 72
wmayner/pyemd
Fast EMD for Python: a wrapper for Pele and Werman's C++ implementation of the Earth Mover's Distance metric
Language: C++ - Size: 422 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 489 - Forks: 65
rockymadden/stringmetric 📦
:dart: String metrics and phonetic algorithms for Scala (e.g. Dice/Sorensen, Hamming, Jaccard, Jaro, Jaro-Winkler, Levenshtein, Metaphone, N-Gram, NYSIIS, Overlap, Ratcliff/Obershelp, Refined NYSIIS, Refined Soundex, Soundex, Weighted Levenshtein).
Language: Scala - Size: 2.07 MB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 485 - Forks: 81
pub-calculator-io/distance-calculator
Free WordPress Plugin: These calculators find the distance between two points on a 2D plane, in a 3D space, as well as along the surface of the Earth with Lambert’s formulas. www.calculator.io/distance-calculator/
Language: JavaScript - Size: 3.14 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 482 - Forks: 0
JuliaStats/Distances.jl
A Julia package for evaluating distances (metrics) between vectors.
Language: Julia - Size: 349 KB - Last synced at: 10 days ago - Pushed at: 9 months ago - Stars: 467 - Forks: 98
mapbox/cheap-ruler
Fast approximations for common geodesic measurements 🌐
Language: JavaScript - Size: 176 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 423 - Forks: 35
mapado/haversine
Calculate the distance between 2 points on Earth
Language: Python - Size: 178 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 360 - Forks: 65
LearnTechWithUs/Stereo-Vision
This program has been developed as part of a project at the University of Karlsruhe in Germany. The final purpose of the algorithm is to measure the distance to an object by combining two webcams and use them as a Stereo Camera.
Language: Python - Size: 2.07 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 304 - Forks: 106
life4/textdistance.rs
🦀📏 Rust library to compare strings (or any sequences). 25+ algorithms, pure Rust, common interface, Unicode support.
Language: Rust - Size: 271 KB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 295 - Forks: 11
cjekel/similarity_measures
Quantify the difference between two arbitrary curves in space
Language: Jupyter Notebook - Size: 1.8 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 260 - Forks: 42
evermeer/EVFaceTracker
Calculate the distance and angle of your device with regards to your face
Language: Objective-C - Size: 3.23 MB - Last synced at: 29 days ago - Pushed at: over 6 years ago - Stars: 259 - Forks: 39
jsor/geokit
Geo-Toolkit for PHP.
Language: PHP - Size: 388 KB - Last synced at: 8 months ago - Pushed at: almost 4 years ago - Stars: 250 - Forks: 28
xrash/smetrics
String metrics library written in Go.
Language: Go - Size: 1.73 MB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 233 - Forks: 30
JamesLMilner/cheap-ruler-go
📏 cheapruler in Go: fast geodesic measurements
Language: Go - Size: 15.6 KB - Last synced at: 10 days ago - Pushed at: about 6 years ago - Stars: 209 - Forks: 8
shixinzhang/DistanceMeasure
📷 An android demo which can measure the distance from user to something while taking photos ( Android 拍照测距 )
Language: Java - Size: 1.69 MB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 195 - Forks: 50
jftuga/geodist
Golang package to compute the distance between two geographic latitude, longitude coordinates
Language: Go - Size: 8.79 KB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 188 - Forks: 16
InteractiveComputerGraphics/TriangleMeshDistance
Header only, single file, simple and efficient C++11 library to compute the signed distance function (SDF) to a triangle mesh
Language: C++ - Size: 1.06 MB - Last synced at: 28 days ago - Pushed at: about 1 month ago - Stars: 176 - Forks: 20
14790897/MapDistancePro
同时计算多个地址和当前位置的距离并标注
Language: TypeScript - Size: 385 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 157 - Forks: 17
mackysoft/Vision
UnityEngine.CullingGroup API for everyone.
Language: C# - Size: 978 KB - Last synced at: 8 months ago - Pushed at: over 3 years ago - Stars: 153 - Forks: 10
p0dalirius/GeoWordlists
GeoWordlists is a tool to generate wordlists of passwords containing cities at a defined distance around the client city.
Language: Python - Size: 67.5 MB - Last synced at: 8 months ago - Pushed at: 11 months ago - Stars: 148 - Forks: 12
alexpechkarev/geometry-library
PHP Geometry Library provides utility functions for the computation of geometric data on the surface of the Earth. Code ported from Google Maps Android API.
Language: PHP - Size: 88.9 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 140 - Forks: 34
madurapa/sri-lanka-provinces-districts-cities
Download Sri Lanka Provinces Districts Cities Postal Codes Database
Size: 779 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 139 - Forks: 108
bbalet/stopwords
Removes most frequent words (stop words) from a text content. Based on a Curated list of language statistics.
Language: Go - Size: 89.8 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 137 - Forks: 25
UrbanAnalyst/dodgr
Distances on Directed Graphs in R
Language: C++ - Size: 13.7 MB - Last synced at: 28 days ago - Pushed at: 3 months ago - Stars: 133 - Forks: 19
qmathe/DistancePicker
Custom UIKit control to select a distance with a pan gesture, written in Swift
Language: Swift - Size: 58.6 KB - Last synced at: 11 days ago - Pushed at: over 6 years ago - Stars: 119 - Forks: 18
vlarmet/cppRouting
Algorithms for Routing and Solving the Traffic Assignment Problem
Language: C++ - Size: 24.2 MB - Last synced at: 28 days ago - Pushed at: about 1 month ago - Stars: 118 - Forks: 10
interactiveaudiolab/ppgs
High-Fidelity Neural Phonetic Posteriorgrams
Language: Python - Size: 98.6 MB - Last synced at: 4 months ago - Pushed at: 11 months ago - Stars: 115 - Forks: 8
grumlimited/geocalc
Helper classes to calculate Earth distances, bearing, etc.
Language: Java - Size: 129 KB - Last synced at: 5 months ago - Pushed at: about 5 years ago - Stars: 110 - Forks: 39
genthalili/searoute-py
A python package to calculate the shortest sea route between two points on Earth.
Language: Python - Size: 4.22 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 104 - Forks: 20
slawek87/geolocation-python
Geolocation is a straightforward Google Maps API designed for Python users. With this app, you can easily access location-based information such as country, city, street, reverse geocode, street number, latitude, longitude, and travel distance and time for a range of origins and destinations.
Language: Python - Size: 376 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 103 - Forks: 45
ROBOTIS-GIT/hls_lfcd_lds_driver
ROS package for HLDS HLS-LFCD LDS driver
Language: C++ - Size: 135 KB - Last synced at: 6 months ago - Pushed at: 7 months ago - Stars: 98 - Forks: 76
atulkunal999/pubg_mobile_memory_hacking 📦
Pubg Mobile Emulator Gameloop Memory Hacking C++ Source Code. Ex: Name, Cords, Bones, Weapons, Items, Box, Drop, Aimbot etc.
Language: C++ - Size: 5.94 MB - Last synced at: 10 months ago - Pushed at: over 4 years ago - Stars: 92 - Forks: 47
brandonxiang/geojson-python-utils
Python helper functions for manipulating GeoJSON
Language: Python - Size: 297 KB - Last synced at: 2 months ago - Pushed at: over 9 years ago - Stars: 89 - Forks: 18
alaudet/hcsr04sensor
Python module for measuring distance and depth (metric or imperial) with a Raspberry Pi and HC-SR04 sensor
Language: Python - Size: 235 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 84 - Forks: 32
Polochon-street/bliss
Bliss music library that can compute distance between songs
Language: C - Size: 26.6 MB - Last synced at: 9 months ago - Pushed at: almost 3 years ago - Stars: 82 - Forks: 5
words/similarity
How similar are these two strings?
Language: JavaScript - Size: 21.5 KB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 78 - Forks: 6
words/levenshtein-edit-distance
Levenshtein edit distance
Language: JavaScript - Size: 112 KB - Last synced at: 7 days ago - Pushed at: about 3 years ago - Stars: 72 - Forks: 2
birgire/geo-query
WordPress plugin: Geo Query - Modify the WP_Query/WP_User_Query to support the geo_query parameter. Uses the Haversine SQL implementation by Ollie Jones. With a Rest API example and support for an existing custom table .
Language: PHP - Size: 103 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 68 - Forks: 13
smilealvin92/Distance_Measurement
双目测距,double camera distance measurement,机器视觉,立体视觉,立体相机
Language: Python - Size: 46.9 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 67 - Forks: 18
adamlilith/fasterRaster
Faster raster processing in R using GRASS GIS
Language: R - Size: 94.7 MB - Last synced at: 28 days ago - Pushed at: about 1 month ago - Stars: 66 - Forks: 8
Thor77/Blueproximity
Run a command once a bluetooth device is in/out of a range
Language: Python - Size: 1.1 MB - Last synced at: 5 months ago - Pushed at: over 6 years ago - Stars: 66 - Forks: 16
Placekey/placekey-py
Language: Python - Size: 2.97 MB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 62 - Forks: 9
lexmag/simetric
String similarity metrics for Elixir
Language: Elixir - Size: 11.7 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 62 - Forks: 7
dexyk/stringosim
String similarity functions, String distance's, Jaccard, Levenshtein, Hamming, Jaro-Winkler, Q-grams, N-grams, LCS - Longest Common Subsequence, Cosine similarity...
Language: Go - Size: 16.6 KB - Last synced at: 9 months ago - Pushed at: over 8 years ago - Stars: 61 - Forks: 8
Rabbitzzc/js-string-comparison
🤠A library implementing different string similarity using JavaScript.
Language: TypeScript - Size: 283 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 57 - Forks: 5
tdjastrzebski/Vincenty-Excel
Thaddeus Vincenty's Direct and Inverse formulae for geodesic calculations in Excel (distance, azimuth, latitude, longitude).
Language: VBA - Size: 15.4 MB - Last synced at: 5 months ago - Pushed at: almost 3 years ago - Stars: 57 - Forks: 6
stefantaubert/mel-cepstral-distance
A Python library for computing the Mel-Cepstral Distance (Mel-Cepstral Distortion, MCD) between two inputs. This implementation is based on the method proposed by Robert F. Kubichek in "Mel-Cepstral Distance Measure for Objective Speech Quality Assessment".
Language: Python - Size: 62.7 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 56 - Forks: 10
wingkwong/geodesy
A Dart library for geodesic and trigonometric calculations working with points and paths
Language: Dart - Size: 114 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 52 - Forks: 10
adamlilith/enmSdm 📦
Faster, better, smarter ecological niche modeling and species distribution modeling
Language: R - Size: 502 MB - Last synced at: 6 months ago - Pushed at: about 3 years ago - Stars: 51 - Forks: 20
dillondaudert/NearestNeighborDescent.jl
Efficient approximate k-nearest neighbors graph construction and search in Julia
Language: Julia - Size: 403 KB - Last synced at: 6 days ago - Pushed at: 9 days ago - Stars: 47 - Forks: 7
vahancho/erkir
Երկիր (Erkir) - a C++ library for geodesic and trigonometric calculations
Language: C++ - Size: 137 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 46 - Forks: 16
nelsonwenner/shape-similarity
:chart_with_upwards_trend: The package allows you to check the similarity between two shapes/curves, using Frechet distance together with Procrustes analysis.
Language: Python - Size: 43.9 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 46 - Forks: 9
lucasepe/lib_mysqludf_haversine 📦
MySQL UDF to compute the Haversine formula
Language: C - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: almost 9 years ago - Stars: 46 - Forks: 8
Intsights/fastzy
Python library for fast fuzzy search over a big file written in Rust
Language: Rust - Size: 238 KB - Last synced at: 6 months ago - Pushed at: 10 months ago - Stars: 45 - Forks: 5
njtierney/maxcovr
Tools in R to make it easier to solve the Maximal Coverage Location Problem
Language: R - Size: 11.2 MB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 43 - Forks: 12
gtonkinhill/pairsnp
A set of scripts for calculating pairwise SNP distance
Size: 1.99 MB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 43 - Forks: 7
axkuechler/laravel-geoly
Perform fast and efficient radius searches on your Laravel Eloquent models.
Language: PHP - Size: 14.6 KB - Last synced at: 4 days ago - Pushed at: over 4 years ago - Stars: 42 - Forks: 2
allebb/distical
A PHP library for calculating distance between two or more latitude/longitude coordinates.
Language: PHP - Size: 106 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 40 - Forks: 7
mmkamani7/SkeletonMatching
This repository implements skeleton matching algorithm.
Language: Python - Size: 384 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 40 - Forks: 4
MohammedRashad/FPGA-Speech-Recognition
Expiremental Speech Recognition System using VHDL & MATLAB.
Language: VHDL - Size: 37.1 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 38 - Forks: 18
sofianedjerbi/BestViewDistance 📦
A view distance plugin for Paper. Created to boost ping/tps and view distance.
Language: Java - Size: 312 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 37 - Forks: 8
words/similar-english-words
Give me a word and I’ll give you an array of words that differ by a single letter.
Language: JavaScript - Size: 4.7 MB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 37 - Forks: 7
mapbox/cheap-ruler-cpp
Fast approximations for common geodesic measurements
Language: C++ - Size: 65.4 KB - Last synced at: 9 months ago - Pushed at: over 5 years ago - Stars: 36 - Forks: 14
coronanet/go-coronanet
Go implementation of the Corona Network
Language: Go - Size: 1.18 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 36 - Forks: 6
jeroendesloovere/distance
This Distance PHP class can calculate the distance between two latitude/longitude locations using Math functions in PHP. No external API's are called.
Language: PHP - Size: 23.4 KB - Last synced at: 5 months ago - Pushed at: almost 3 years ago - Stars: 35 - Forks: 6
Seeed-Studio/Seeed_Arduino_UltrasonicRanger
This library provides a code to measure the distance to obstacles in front and prints the distance value to the serial terminal or LCD.
Language: C++ - Size: 30.3 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 33 - Forks: 19
jczic/BLEAdvReader
A BLE tool library to decode some advertising data in object mode (used on ESP32 and Pycom modules)
Language: Python - Size: 43.9 KB - Last synced at: 5 months ago - Pushed at: about 3 years ago - Stars: 33 - Forks: 5
gistrec/cpp-geometry-library
CPP Geometry Library provides utility functions for the computation of geometric data on the surface of the Earth.
Language: C++ - Size: 60.5 KB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 33 - Forks: 0
smyrman/units
Go library that makes it easy to work with physical types, e.g. distances, velocities and angles.
Language: Go - Size: 47.9 KB - Last synced at: 4 months ago - Pushed at: about 3 years ago - Stars: 32 - Forks: 3
Indoqa/solr-spatial-clustering
A Distance-based Solr spatial clustering plugin
Language: Java - Size: 592 KB - Last synced at: 5 months ago - Pushed at: about 2 years ago - Stars: 30 - Forks: 8
CameraForensics/elasticsearch-plugins
Some native scoring script plugins for elasticsearch
Language: Java - Size: 107 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 30 - Forks: 2
Marco-Congedo/PosDefManifold.jl
A Julia package for manipulating data in the Riemannian manifold of positive definite matrices
Language: Julia - Size: 3.13 MB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 28 - Forks: 5
terkelg/cursor-travel
📏 Measure how far your cursor travels.
Language: Swift - Size: 6.41 MB - Last synced at: 8 months ago - Pushed at: over 5 years ago - Stars: 28 - Forks: 0
jtejido/geodesy-php
Geodesy PHP - Port of some known geodesic/math functions for getting distance from a known point A to a known point B given their coordinates. It also supports conversion between units of length, Polar position to Cartesian coordinates, and different Reference Datums.
Language: PHP - Size: 199 KB - Last synced at: 22 days ago - Pushed at: about 6 years ago - Stars: 28 - Forks: 5
RishavDugar/Artificial-Intelligence
Electric Vehicle Routing Problem
Language: Python - Size: 81.1 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 27 - Forks: 3
FarzadForuozanfar/Speech-Recognition
I recorded 10 voices with the same words from myself and compared them with another 10 words from another person. I was able to find a threshold level that acknowledges and recognizes my own voice.
Language: Jupyter Notebook - Size: 7.48 MB - Last synced at: 9 months ago - Pushed at: over 3 years ago - Stars: 26 - Forks: 0
Tintef/linetef
Chrome extension to quickly add guide lines on the screen.
Language: Vue - Size: 1.68 MB - Last synced at: almost 3 years ago - Pushed at: over 4 years ago - Stars: 26 - Forks: 2
mbhall88/psdm
Compute a pairwise SNP distance matrix from one or two alignment(s)
Language: Rust - Size: 380 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 25 - Forks: 1
UnixJunkie/bisec-tree
Bisector tree implementation in OCaml
Language: OCaml - Size: 616 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 25 - Forks: 0
DaniilSydorenko/haversine-geolocation
Get distances between two points or get closest position to current point. Based on the Haversine Formula
Language: TypeScript - Size: 940 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 25 - Forks: 2
12345k/Multi-Face-Comparison
This repo is meant for backend API for face comparision and computer vision. It is built on python flask framework
Language: Python - Size: 475 KB - Last synced at: 9 months ago - Pushed at: over 5 years ago - Stars: 25 - Forks: 16
winkjs/wink-distance
Distance/Similarity functions for Bag of Words, Strings, Vectors and more.
Language: JavaScript - Size: 1.88 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 24 - Forks: 5
DevashishPrasad/Angle-Distance
Finding distance of a objects from a reference object or origin and their angle with respect to x-axis
Language: Python - Size: 974 KB - Last synced at: 9 months ago - Pushed at: over 6 years ago - Stars: 24 - Forks: 2
jftuga/ipinfo
Return IP address info including geographic location and distance when given IP address, email address, host name or URL
Language: Go - Size: 62.5 KB - Last synced at: 7 months ago - Pushed at: 9 months ago - Stars: 23 - Forks: 2
pub-calculator-io/feet-and-inches-calculator
Free WordPress Plugin: A feet and inches calculator helps with math problems. Add feet and inches, subtract, multiply, or divide them with ease. www.calculator.io/feet-and-inches-calculator/
Language: JavaScript - Size: 4.55 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 23 - Forks: 1
bast/polygons
Fast points-in-polygon test and distances to polygons.
Language: Rust - Size: 1.18 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 22 - Forks: 4
wiseaidev/pydist2
A python library for computing distances.
Language: Python - Size: 82 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 22 - Forks: 5