miles

There are 41 repositories under miles topic.

  • rosasalberto/mil

    Multiple instance learning library for Python

    Language:Python581611
  • allebb/distical

    A PHP library for calculating distance between two or more latitude/longitude coordinates.

    Language:PHP35317
  • niltwill/capcom-mods

    Some mods for certain Capcom game titles, mostly the Ace Attorney game series.

    Language:Python12401
  • buddyeorl/zipcode-city-distance-api

    Simple,Free, Opensource API for all US Zip Codes and Cities, get the distance between Zip Codes or Cities, get relevant information such as coordinates, cities within Zip Codes, Zip Codes covered by cities, states etc, get all the Zip Codes within certain radius and more.

    Language:JavaScript7212
  • jordangantier/lat-lon-distance

    Three little php and JS snippets that do the same, calculate the distance between two points on earth in kilometers, miles and nautic miles.

    Language:JavaScript6101
  • Sora-yx/SADX-Better-Tails-AI

    Improve SADX's Tails AI

    Language:C++6421
  • trentspi/fuelCalculator

    Python Fuel Calculator Application

    Language:Python6232
  • Raffaello/sdl2-hyper-sonic-drivers

    '90s sound-cards hardware emulation and files processing.

    Language:C++521490
  • sambecker/km-mi

    Convert 🏃 distance and pace from kilometers to miles and back

    Language:TypeScript4201
  • dagerikhl/typescript-thursday

    TypeScript workshop

    Language:TypeScript3101
  • mattiaerre/pace-converter

    Universal running pace converter. Minutes per kilometer, Kilometers per hour, Minutes per mile, Miles per hour.

    Language:JavaScript3201
  • Sora-yx/SA2-Better-Miles

    Improve SA2 Tails physics and gameplay to make them similar to SA1.

    Language:C++3300
  • wbrickner/NanoGeoUtil.js

    Compute Euclidean and spherical distances. VERY FAST. TINY.

    Language:JavaScript3201
  • zenith-noble01/lastb

    the backend of mevick

    Language:JavaScript3100
  • zenith-noble01/SSAM-s

    School Security Attendance Management system

    Language:JavaScript3110
  • LFAI-LLM

    Quicksticks-oss/LFAI-LLM

    This GitHub repository hosts an innovative project featuring an LSTM-based embedding GPT-like neural network. This network is designed to fuse diverse data modalities such as images, audio, sensor inputs, and text, creating a holistic and human-like sentient AI system with the ability to comprehend and respond across multiple data formats.

    Language:Python2202
  • andydnguyen/legoApp

    Lego app using Node.js and Microservices

    Language:JavaScript120
  • AuditoryVO/AI-rmonizer

    Stellar spectra-driven unsupervised music composition system

    Language:Jupyter Notebook1100
  • dagerikhl/typescript-thursday-react-query

    TypeScript + ReactQuery workshop

    Language:TypeScript1101
  • jordangantier/gps-latlon

    gps-latlon is a small npm module that calculates the distance between two latitude and longitude coordinates in kilometers, meters, miles, yards, feet and nautical miles, from decimal degrees (GPS coordinates) using the Harvesine formula.

    Language:JavaScript1100
  • KOUISAmine/kilometers-to-miles

    Convert kilometers (km) to miles (mi) with ease.

    Language:HTML1101
  • KOUISAmine/miles-to-kilometers

    Convert miles (mi) to kilometers (km) with ease.

    Language:HTML110
  • KOUISAmine/unit-converter-tools

    A collection of the most popular and useful tools that help you easily convert day-to-day data.

  • LeraiOg/Kilometers-To-Miles-Converter

    This is my second github repo. This is a java program that uses the for loop to convert kilometres to miles.

    Language:HTML1100
  • mehmetkahya0/SwiftUnitConverter

    Miles to Kilometers app with SwiftUI

    Language:Swift120
  • rafaelrcamargo/myles

    Myles is a project focused on helping people to understand and do a better usage of them miles and credit points.

    Language:TypeScript1100
  • Aaron-Davis-43/Miles-Lite

    Enhance your WhatsApp chats with AI-generated, personalized replies. Install the Miles Chrome extension and let advanced technology mimic your tone and language seamlessly on your command.

    Language:JavaScript0100
  • AuditoryVO/Autoencoder2Sound

    Synthesizes musical notes and chords sonifying the ten-dimensional latent space of a sparse autoencoder that explores the spectra of the MILES stellar library. Data: SVO.

    Language:Jupyter Notebook0100
  • FrankLSilva/single-projects

    Just some little coding exercises or studies that i made along the way

    Language:Python0100
  • IXxJordan/Cpp-DistanceConversion

    Converts one distance into another [mm, cm, m, km || in, ft, yrd, mi]

    Language:C++0100
  • patriciaong977/AutoOdo

    A CPSC 362 Project that lets the user manually input work miles and calculates the total miles. Mobile application development in Android Studio.

    Language:Java0200
  • syntaxrob/Nuget-Conversions

    A Nuget package to perform various conversions between specific units. Available conversions types can be found in the readme

    Language:C#0100
  • bell-kevin/MilesPerGallonOfGas

    SDEV 2210 Project. Create a project that calculates miles per gallon for a given trip, and accumulates the miles and gallons to calculate an overall MPG for the vehicle. Create a class named MPG that includes private instance variables for miles, gallons, and mpg, which are doubles. Add class variables for totalMiles, totalGallons, and totalMPG, which are doubles, and numTrips, which is an integer. Create a constructor which accepts 2 double parameters, one for miles, one for gallons. Inside the constructor, set the instance variables for miles and gallons, and calculate the mpg. Add to the class variables for totalMiles and TotalGallons, and increment the number of trips. Create an instance method named displayCurrentMPG( ) which displays the MPG variable for a specific trip object. Create a class method named displayTotalMPG( ) which calculates and displays the overall MPG for all of the trip objects. The driver class will instantiate 4 trips, display the MPG for each trip, and display the overall MPG. For the sample session, use the following values: Trip1: miles = 320, gallons = 29 Trip2: miles = 325.8, gallons = 32.1 Trip3: miles = 412.5, gallons = 35 Trip4: miles = 345, gallons = 32.6 Note that these 4 trips test all the possible combinations of variable types – 2 integers, 2 doubles, 1 integer and 1 double, 1 double and 1 integer. It’s always good practice to test all possible situation. Once the program works as it should to match the sample session, run the project twice more, with different numbers for every trip, and take screenshots of the results.

    Language:Java00
  • hr21don/Conversion-Program

    A c program that converts the most popular units like days to weeks and more!

    Language:C20
  • portoduque/miles-to-kilometers-calculator

    This project is a converter in Python, using Graphical User Interface (GUI) and Tkinter module. The goal of this project is to convert miles to kilometers.

    Language:Python10
  • YJ-928/Python_Miles-To-Kilometer

    A Mile To KM Convertor, created using Python tkinter.

    Language:Python10