Showing 19 open source projects for "bar code reader"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Open Source Cartridge Reader

    Open Source Cartridge Reader

    A shield for the Arduino Mega that can back up video game cartridges

    This project represents a community-driven effort to provide an easy-to-build and easy-to-modify cartridge dumper. Completely stand-alone, does not need a PC to operate (unless for updating firmware). Easy to modify open-source code, write your own extensions and share them with others. Portable thanks to a battery. Modular design using mostly off-the-shelf components. Reads NES, Famicom and Family Basic cartridges including save. Supports Mapper 30/NESmaker and flashes INL NM30 boards....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    OpenClinic GA

    OpenClinic GA

    Open Source Integrated Hospital Information Management System

    OpenClinic GA is an open source integrated hospital information management system covering management of administrative, financial, clinical, lab, x-ray, pharmacy, meals distribution and other data. Extensive statistical and reporting capabilities. OpenClinic GA and OpenClinic GMAO are owned by Frank Verbeke, MD, PhD at Post-Factum BV (https://www.post-factum.be)
    Leader badge
    Downloads: 198 This Week
    Last Update:
    See Project
  • 3
    garysfm

    garysfm

    An advanced file manager with qss themes and iso and folder previews

    garysfm which stands for Gary's File Manager is a file manager with some advanced features. Those features include bulk renaming and folder image previews. I has rather advanced search functions, tab browsing with persistence between launches. It remembers your folder sorting and view options in icon view. It also remembers your active tabs between sessions. It has progress dialog while doing large operations like copying large files, and folders with many files. python version works on...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    eCxx

    eCxx

    A C++ library for AVR and NodeMCU

    NOTE: This project is marked with 'Status: Abandoned' on SourceForge because not enough time can be dedicated to this project. However it may still get sporadic commits to the repository. eCxx is a library for AVR and NodeMCU tailored for micro LED displays and lighting effects. eCxx is utilizing Makefile build system. Java and Python based applications/tools are also included to ease the development and debugging process using the host PC. On one side, eCxx supports the original...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ship AI Apps Faster with Vertex AI Icon
    Ship AI Apps Faster with Vertex AI

    Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.

    Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
    Try Vertex AI Free
  • 5
    Macast

    Macast

    A cross-platform application using mpv as DLNA Media Renderer

    A menu bar application using mpv as DLNA Media Renderer. You can push videos, pictures or music from your mobile phone to your computer. After opening this app, a small icon will appear in the menubar/taskbar/desktop panel, then you can push your media files from a local DLNA client to your computer.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    progrep

    progrep

    Utility to show live progress, status & stats for running simulations

    progrep is a command-line tool (Linux) to show live progress report, status & stats of a running simulation or compute job that executes a given number of iterations. It shows % completed, time remaining, time elapsed, number of threads, MPI_Rank(if any), CPU usage & speed (FPS). The FPS measures may be used in benchmarking, e.g. while optimizing HPC algorithms for performance. progrep supports both single-threaded and parallel (multicore/multinode - e.g. OpenMP/MPI) jobs. progrep can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Bookmark manager

    Bookmark manager

    Bookmark manager web application

    Web Page Application: https://shemeshg.github.io/desktop-search/ Github: https://github.com/shemeshg/desktop-search-code * Dropbox sync is performed manually (from admin screen) and not on interval.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    RetroPC-SIM

    RetroPC-SIM

    RetroPC-SIM is an Arduino project to help to understand how pc works

    RetroPC-SIM is an opensource project, to help to understand how pc works, manage memory and registries, how it represent the numbers and negative numbers, saving results, activating flags, and all it interacting with the simulator only with binary input, also you can connect a perdorated cards reader to input the instructions code from it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    File Control

    Network file copying/moving/deleting

    This HTA grew out of a client's requirement to quickly push out configuration files, mainly INIs and XMLs, to either individual PCs or groups of PCs without the nuisance of creating packages for them and using a deployment mechanism like SCCM. I added the ability to manipulate folders as well, since the additional code to do that was minimal The script uses a status bar "control" which is part of HTALite.HTC. It's included in the ZIP but the latest version should be available here but it can be stripped out easily if you don't like it. It also uses the 'overLib' scripts to display tooltips. This is also included in the ZIP and again, the latest version is available here and again, can be removed but not quite so easily. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL on Google Cloud Icon
    99.99% Uptime for MySQL and PostgreSQL on Google Cloud

    Enterprise Plus edition delivers sub-second maintenance downtime and 2x read/write performance. Built for critical apps.

    Cloud SQL Enterprise Plus gives you a 99.99% availability SLA with near-zero downtime maintenance—typically under 10 seconds. Get 2x better read/write performance, intelligent data caching, and 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server with built-in vector search for gen AI apps. New customers get $300 in free credit.
    Try Cloud SQL Free
  • 10

    XTVFS Reader

    C++ classes and application to read XTVFS and FAT32 file system images

    C++ classes and sample Qt application to read XTVFS and FAT32 file system images. The XTV file system is used on PVR, e.g. Sky+, to store recorded programmes. The class library can be used to copy unencrypted (i.e. free-to-air) programmes from a disk image. I wanted to extract a recorded program and I was not able to find an open-source tool that could, or even a programming library for accessing xtvfs, so I wrote one. I am calling this alpha as I only wrote it for myself and while it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    x9wm linux

    x9wm linux

    x9wm Linux - 32/64bit Intel Debian Stable w/ x9wm

    x9wm Linux - 32/64 Debian 7.2 "Wheezy" Stable with Google-Chrome / FireFox / Gnome-Commander / FireFox / Gedit / x9wm window manager / Gnome Display Manager 3 / MetaCity / ... more Integrated distraction free interface with simple / single click / sweep drag paradigm. Easy to customize menu / 1-click to any thing Instant always available system monitor top-bar Dec 04 2013 - update 1.02 1 New Desktop Wallpaper 2 Conky Top bar updated / Bottom bar space - for menu expansion in 1.03 3 New menu feature for window (max) maximize to save reshape for full-screen windows in any screen dimension 4 Code stub preped for automation and bottom menu control bar 5 Integrated into x9wm linux version "celestial" 1.2 Debian Wheezy w/ gnome-commander integrated 6 Gnome-Commander integrated and remote filesystems and WIndows SMB / CIFS partitions integrated 7 Gnome GEDIT now default text editor 8 qcalculate replaced xcalc as a much more fully features general purpose calculator / equation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Ripper Rom

    I9305 Custom Rom

    Ripper Rom for the I9305
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    C lang code (avr-libc) for door opener with Atmel AVR microcontroler with ID-2 RFID reader.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    broodROM Business Edition

    The most powerful i9001 rom for business environments.

    This rom is for Samsung Galaxy S Plus (i9001) only, it's the little brother of broodROM, but runs on stock kernel / theme, This rom allows all possible business related actions (such as using the car charging cradle). but don't make this stock look fool you, it has great performance, additional mods, tweaks and apps, also the gps works very good (adjust the gps.conf file to your country using my GPS Configuration tool). So are you interested in a stable bug-free rom which is capable for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    zfind

    zfind

    zfind is a fast file search utility/API for searching within archives

    Many times, developers (or even, normal users) run into an issue of searching for a resource that is inside a zip. Worse, that resource is inside a zip which is itself inside ANOTHER zip (i.e. nested archive). Possibly you need to verify whether a particular resource is present in an ear or you want to know part of a file name but don't know which zip/jar on your hard disk contains that class file. zfind solves this problem. zfind is very fast and it works on most common...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Folder Bookmarks
    Folder bookmarks allows you to quickly open a file or folder you use on a regular basis. No need to navigate large folder directories, just double-click the bookmark to open it! Will run on any operating system with .NET Framework 4.0+ installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Management of the FiberParty assistants. It controls who enters and who exit from the lan-party. It store the name, number, photo, and a bar-code of the user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The CMS-Bandits is a set of php scripts, with online html editor, calendar, search engine, rss reader, revision log, personal nickpage, comment system, webcrawler and even more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    reader helper is tool for help you read long text on your website press reader helper button for use this tool insert this code between <body> and </body> and insert button code in any place you want in your website
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB