mpg
There are 39 repositories under mpg topic.
WeTransfer/format_parser
file metadata parsing, done cheap
terjeio/GRBL_MPG_DRO_BoosterPack
Tiva C BoosterPack for GRBL MPG/DRO
axel3rd/mpg-coach-bot
MPG (Mon Petit Gazon) coach bot, to automate and optimize weekly actions
tvago1972/MPGuino
MPGuino is a great Arduino/AVR based fuel trip computer that calculates mileage by directly reading fuel injector pulses and vehicle speed pulses. Great for pre-OBDII cars, and more accurate than OBDII-based trip computers.
trentspi/fuelCalculator
Python Fuel Calculator Application
victordibia/soundplayer
Node.js wrapper for afplay(mac), aplay, mpg123, mpg321 audio players. Will run on mac and linux distros (including raspberry pi)
moonglow/openxhc
Open-source implementation of XHC HB03 HB04 CNC MPG devices
Behel/mpg-scrapper
Scrapper résultats Mon Petit Gazon en Python
gbowne1/XOpenPlayer
This is XOpenPlayer, a X11 cross platform multimedia player
mateusz-szafraniec/Komputer-pokladowy
Arduino-based car trip computer
Mephistopheles-0/Motor-Trend-Data-Regression-Analysis
exploring the relationship between a set of variables and miles per gallon (MPG) (outcome)
nverges/ComputeYourCommute
Compute information about your daily commute!
raphaelberly/mercatool
A tool to scrape MPG (a soccer fantasy league) website and collect raw player data.
4rostyPs/MPG-visualisation-using-seaborn
Using seaborn to analyse mpg dataset
axel3rd/mpg-grandslam-populator
Routines to populate MPG GrandSlam database
GAsplund/esp32-trip-meter
A system for tracking trip data on an ESP32
gopalchand/rotopy
Combine PNG or JPEG files in a folder into a movie file. Useful for comparing Stable Diffusion image2images.
heyfoz/cpp-vehicle-fleet-txt-file-reader
The Vehicle Fleet Text File Reader Program (C++) uses a loop to read a file named FleetInput.txt, which holds vehicle ID, miles, and gallons space delimited on each row. Then, the program calculates the fleet average and individual average miles per gallon (MPG), displaying the results in the console are tabular output.
LwRed/Xojo-HandbrakeGui
Gui made with Xojo for HandbrakeCLI (Command Line) - Encodage de Videos par lots // XOJO 2017+ requis
sean-smith/gecko
Tracking your Uber usage 🦎
thomastrg/Fifa-22
Cet outil vous permet de trouver des footballers en fonction de vos critères
Brotherscodes/MechaCar_Statistical_Analysis
A statistical analysis of vehicle production using R
ethanfuerst/mpg-dashboard
analyzing my mpg data using Dash and Plotly Dashboard
mxvish/bgm-player
GUI bgm player in python
NakerTheFirst/Fuel-efficiency-prediction
Comparison of fuel efficiency prediction models using different linear regression types. Based on Mileage Per Gallon (MPG) dataset.
npantfoerder/mechaCar-statistical-analysis
Using R to design a linear model that predicts mpg and perform t-tests on suspension coils
SenpaiSimon/vhs-mp4-python-ffmpeg
Script to convert, compress and enhance your movies from a common DVD Grabber!
VenkataSowjanyaKoka/AutoMPG-Prediction
Linear Regression in PySpark
bbruno5/mpg123-rg350
Library mpg123 for RG-350
bell-kevin/MilesPerGallonGUI
Miles Per Gallon GUI. You have previously written a project for a Miles Per Gallon calculator. Here, you will create a GUI to do that same work. The calculator needs 2 text fields, where the user will enter the miles and the gallons. It needs another text field for displaying the result – make this text field uneditable. It needs labels to identify which text field is for miles and which is for gallons. It needs a button to do the calculations, which should test if there is numeric data in the miles and gallons text fields. Add color for the content pane’s background, and a different color for the calculate button.
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.
bell-kevin/MPGCalculatorProject
SDEV 1060 Project. This project calculates miles per gallon (MPG) for a single trip, and for all trips entered. There is a class for MPG for a single trip, with instance variables for miles, gallons, and MPG for that trip. In addition, there are class (static) variables for total miles, total gallons, total MPG, and number of trips. In the main class, several trips are created and the values are displayed. At the end, the total MPG (total miles / total gallons) is displayed.
fochoao/twolame
DLL and LIB Files for encoding to Twolame (MPEG Layer 2). Version 0.4.0 compiled by Fernando Ochoa Olivares.
niyazed/MalaysianPayGap
MalaysianPayGap LLM using LocalGPT
pedogski/regression
regression course project
sachink1729/Regression-Algorithms
This is my college practice work, where i try to learn and cover all the regression algorithms (preferably in python)