Showing 22 open source projects for "c# point of sale"

View related business solutions
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
  • 1
    Linux-based DIY DCC (Model Railroad Digital Command Control) The project has morphed somewhat from its starting point. There's now a LOT of hardware bits, designed in CadSoft Eagle (V7, not the AutoDesk versions) and low-level code for PIC and ARM embedded micros. The Linux kernel driver for the original hardware is still there but increasingly redundant.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    EQ Track

    EQ Track

    Collection of embedded softwares to control a telescope mount.

    EQ Track purpose is to provide amateur telescope makers (ATM) with electronic board schematics and embedded software to control their telescope mount via stepping motors. EQ Track comes in different "flavors" : - "Basic" controls the right ascension and declination motors of an equatorial mount. - "Go To" controls the motors of a mount in any orientation (ie. equatorial, altazimuth, alt-alt), to point and track equatorial coordinates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    ttf-gdos

    TTF-GDOS is an Atari GDOS replacement that uses true type fonts

    ...: - you can choose from a vast range of true type fonts - true type fonts are scalable so you can have almost any size font you want - true type fonts need much less disk storage than typical gem printer fonts, so even on a low spec machine you can use lots of fonts. Gem fonts and true type fonts complement each other perfectly - gem fonts are small and fast, while true type fonts are device and resolution independent so are scalable to any point size at any resolution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    compatible lite doom

    compatible lite doom

    Ms Dos port with slopes 3d floors true3d demo compatibility fast speed

    ... right: cdoom -file s4 -warp 1 save config fault sometimes, glitches in rendering slopes due to fixed point usage, line of sight bullets error on slopes,sprites in multi 3dfloors sometimes render wrong similar to duke nukem 3d quake heretic hexen vavoom zdoom gzdoom but not compatible,only doom2 doom run Thanks:id software for original doom code https://www.idsoftware.com MBF authors,Vladimir Arnost for muslib 1.80: http://www.fit.vutbr.cz/~arnost/welcome.html
    Downloads: 4 This Week
    Last Update:
    See Project
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 5
    VAP (Video Access Point)

    VAP (Video Access Point)

    The VAP is a wireless access point used to distribute audio/video stre

    The VAP is a wireless access point used to distribute audio/video streams for TV service within the house.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6

    xplgraph-cpmgsx-dxforth

    An replacement of DXForth's xplgraph.scr library for CP/M

    See Wiki for usage and more details. Originally, xplgraph.scr library for DXForth was written to work on DOS systems only enabling point-and-plot graphics on VGA-compatible graphics devices. DXForth port to the 8-bit CP/M operating system lacked similar capability. The aim of this project is to provide an replacement of the original xplgraph.scr library, exposing roughly the same API, enabling graphics in DXForth running under CP/M. This library is written using DXForth's inline assembly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Our project focuses the development of an operating system with a most simple implementation and structure. The goal is to provide a good starting point for beginners along with accompanying documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Advanced Onion Router
    ... and actions more accessible, local banlist for forbidden addresses, private identity isolation, a point-and-click process interceptor that can redirect connections from programs that don't support proxies, also giving them fake information about the local system and support for .onion addresses. Also, it can estimate AS paths for all circuits and prevent AS path intersections, it can restrict circuits to be built using only nodes from different countries, can change circuit lengths and more.
    Leader badge
    Downloads: 203 This Week
    Last Update:
    See Project
  • 9

    FFT for ARMv6

    Fixed point 16/32 integer FFT library for the Raspberry Pi and Android

    This library is being created as I have a need to do very fast FFTs on low end devices not supporting the NEON instruction set. The Raspberry Pi is an ideal candidate for developing in gcc before porting to JNI for low spec Android devices, hence it's inclusion. Fixed point 16/32 integer FFT library suitable for the Raspberry Pi and Android devices. Includes test stubs for gcc on the Raspberry Pi and a Basic4Android wrapper from JNI. It includes hand optimised ARMv6 assembler...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Case Management Software for Nonprofits Icon
    Case Management Software for Nonprofits

    CharityTracker offers easy-to-use case management software for nonprofits, helping them track assistance, measure outcomes, and generate reports.

    A case management CRM that focuses on your clients, to measure real-world impact, not just data. Your Day Just Got Shorter - We know you’re busy and don’t have time for complicated software – We’ve changed that! Even your staff will enjoy using the system – No more headaches and missing data from reports so you can use your valuable time to serve more people. CharityTracker is a cloud-based, HIPAA compliant software that’s easy to use for nonprofits of all sizes. With no setup fees, hidden fees, or contracts, you can cancel anytime! Our time saving solution provides a secure way to streamline how you manage cases, record case notes & assistance, create reports, collaborate, set goals, measure outcomes, make referrals & prove your impact with change-over-time reports for your funders. We're at work in 2,200 communities! Book a free demo. Pricing starts at just $20/mo. user
  • 10

    Open Utlity

    Open Utlity is series of unix utlity just like gnu for linux / windows

    Open Utility is series of Unix utility which is currently in development.currently it has a c compiler which is based on early unix c compiler.later versions like v1 or later has in build assambler and linker.it can be used in place of gcc it is good alternative of gnu c compiler
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    Free Vector Math Library

    C math functions vectorized for x86_64

    The goal is to provide SSE (and eventually AVX) vectorized forms of C math functions. These function calls are the basis of floating point math, and currently prevent gcc from auto-vectorizing most numeric code. I want to fix that by providing vectorized versions. Presently, the library provides vectorized forms for double precision for about half of the standard C math functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Etherboot is Open Source code for creating boot ROMs for network booting x86 platforms. It is also a coordination point for information about free software related to network booting. This is an auxiliary site for http://sourceforge.net/projects/etherboot
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Post Memory Corruption Memory Analysis

    PMCMA - Post Memory Corruption Memory Analysis

    Pmcma is a tool aimed at automating the most time consuming taskes of exploitation. It for instance determine why an application is triggering a segmentention fault, evaluate if the faulting instruction can be used to write to memory or execute arbitrary code, and list all the function pointers potentially called from a given point in time by an application. Pmcma is a totally new kind of debugger, which allows for easy experimentation with a process in memory by forcing it to fork...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Hardware and firmware for a DSP based digital audio MP3 player with USB pen drive funtionality, using a 16-bit fixed point Texas Instruments TMS320 C55x DSP and CompactFlash card. This is an open source and open hardware MP3 player project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Digital Signal Processing Block Diagram Compiler - user extendable to all DSP's, but presently supports only the TI C2000 family. Rich support for fixed point arithmetic, both saturated and unsaturated. Block diagram entry is via TinyCAD (included).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MVDSV (MultiView Demo Server) - most popular QuakeWorld Server in the world with it's ability to record every player's point of view in a server side demo. Includes: mvdsv, qwdtools (demo tools), qwdplayer (client - removed, use http://ezquake.sf.net).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Floating point library for PIC micro controllers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Agnix is an educational, network operating system kernel. It is ideal starting point to learn about operating systems. The main goal of the project is to provide a network kernel fully compatible with the Linux Kernel in the system call layer
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    This project provides performance optimized library functions for IBM PowerPC 4xx embedded processors. The libraries cover floating-point emulation and common C library string and memory functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MEDDAC is the seeding point for designing a new approach to Operating System design itself. It is an Open Source project with roots in mainframe design and development the author began in 1979. Monitor Editor Disassembler Decompiler Assembler Compiler
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A JPEG decoder written entirely in assembly with SSE and SSE2 optimizations. Uses floating point internally for maximum precision.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Tomato is an experimental Java application development environment which aims to replace text-based Java programming with a point-and-click visual programming language. The prototype works sufficiently to help develop parts of itself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next