vending-machine

There are 153 repositories under vending-machine topic.

  • Vending-machine

    Design of a Vending Machine using SystemVerilog

    Language:SystemVerilog
  • simulador-maquina-de-vendas

    Development of a project for the Automaton discipline

    Language:Python
  • Razorpay-Dynamic-QR-HMI-POS

    A C++ project that generates dynamic QR codes using the Razorpay API for Indian UPI payments

    Language:C++
  • c-vending-machine

    A simple vending machine with a terminal GUI built on C.

    Language:C
  • Venda

    Track any machine with a mobile android app.

    Language:Kotlin
  • Vending-Machine

    A project on Developing UPI enabled Vending Machine using Raspberry Pi Pico W Microcontroller. - By Team Byte Burst

    Language:Python
  • TetraStack-with-ICE_CREAM-vending-machine

    A console-based application that allows players to play the TetraStack game and earn discounts while making vending machine purchases. The limited discount will apply according to the game score.

    Language:C++
  • vhdl_fsm

    A team-project about a fem vending-machine I had in 2nd year of uni

    Language:VHDL
  • vending_machine_api

    This project was made to simulate on how vending machine works. Allowing users with a “seller” role to add, update or remove products, while users with a “buyer” role can deposit coins into the machine and make purchases.. Frontend is made with React (JavaScript) and backend is made with Nodejs, Express and MongoDB

    Language:JavaScript
  • can-dispenser-esp32

    smart can dispenser IoT project

    Language:C++
  • Vending-Machine-Simulator

    text and GUI version of a simple vending machine simulator

  • Hello-kivy

    Desktop application with Kivy

    Language:Python
  • Vending-Webpage

    A 1 page website with only pure html and inline css about Japanese vending machines.

    Language:HTML
  • Pharmacy_Vending_Machine

    Design a pharmacy vending machine using Finite State Machines.

    Language:Python
  • OpenColibri

    Control board for the Necta Colibri vending machine.

    Language:C
  • VendingMachine

    This is a simple vending machine simulator written in Go

    Language:Go
  • VendingMachine

    Functional Vending Machine Application using backend Java technology (Tech Elevator School - Mod 1 pair project)

    Language:Java
  • bigraphs-by-examples.vendingmachine-webservice

    Object-oriented Bigraphs

    Language:Java
  • manager-vending-machine

    Our project is a vending system managed by a Grpc server written in Golang. It offers easy setup and maintenance, fast and reliable communication, and efficient management of vending operations.

    Language:Go
  • exchange-currency-template

    👨‍💻 Ready-made Solidity smart contract for exchanging ERC20 for USDC and Matic.

    Language:Solidity
  • Automat

    HCI project featuring an app for snack vending machines

    Language:Java
  • low_level_design

    Implementation of several LLD using Typescript

    Language:TypeScript
  • CS4013-VendingMachine

    A vending machine simulator

    Language:Java
  • vending-machine

    An interactive vending machine simulation built with React that offers a fun user experience and the ability to purchase items using virtual coins.

    Language:JavaScript
  • Obaid2

    This repository has all of my exercises and assessments of Python programming language that I have done for this semester.

    Language:Jupyter Notebook
  • vendingMachineInventory

    In Competency Exercises, you demonstrate your skill and ability to use the programming principles you've learned in the current and previous modules. You must complete this assignment by yourself, much like a module exam. You can ask instructors for clarification about the project -- you can not ask instructors or other students for help with logic or coding. If you are struggling with the project, you can look at previous assignments where you did similar work, and you can review the pertinent sections in the book. These are the skills you practiced in this module and will now demonstrate: Classes Instantiating objects Constructors Class methods Module 3 Competency Exercise: Vending Machine Inventory In this exercise, you work with the inventory for the beverage vending machine in the Barlow building. Create a class for the inventory in the vending machine. Each inventory item has a name, a price, and a quantity. The class needs a constructor to instantiate each inventory item, a method to display the item with its price and quantity, and a method for receiving new stock which will add to the quantity for that inventory item. Make sure that all money values display correctly, with a dollar sign and 2 decimal places. In the driver class, instantiate 3 inventory items with a price and quantity, then display that starting inventory for all items. For each of those items, ask the user how many are being delivered, and display the value of that quantity of that item, the cost for that delivery. After deliveries for all 3 items, display the inventory for all items. You may choose the items, price, and quantity. If you prefer, you can work with the vending machine for candy and snacks instead of beverages. Run your project and take a screenshot. Remember the style rules that apply to all projects throughout this course. Even if not specifically mentioned in the assignments, you are responsible for the following: Use descriptive names for all variables Add comments describing the use or meaning of variables Do NOT include literal values in any calculations, always use variables Always include a header in the output with a descriptive title and your name If asking for input, make sure the user types on the same line as the question Where sample sessions are provided, output from your project must match it Note that you must use correct formatting in the code -- appropriate indentation is most important. You can use Shift-Alt-F to have NetBeans automatically format the code correctly. If the formatting is incorrect, it will be returned to you for changes with a grade of zero. Submission: specified screenshots and root folder for the project

    Language:Java
  • Vend-Sensor

    Vend sensor PCB and Software for Vending Machines

    Language:C
  • VendingMachine

    Algoritmo que simula o funcionamento de uma máquina automática de alimentos no ambiente do terminal do C++.

    Language:C++
  • mini_Vending_machine

    Mini project for year 1 C language

    Language:C
  • vendingmachine

    Vending Machine

    Language:C#
  • Vending-machine

    Vending machine code. Both Python and C languages

    Language:Python
  • Web3-Vending-Machine

    Web3 vending machine dapp, made using NextJs, Tailwind css, Solidity, Truffle and Infura.io

    Language:JavaScript
  • vending-machine-rest

    RESTful API system for a vending machine.

    Language:JavaScript
  • javascript-vendingmachine

    [Vanilla JS] 자판기 프로그램

    Language:JavaScript
  • SimpleVendingMachine

    Simple vending machine for buy drinks,check stock,and restock

    Language:Python