Showing 17 open source projects for "pointer"

View related business solutions
  • 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
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 1
    STLplus C++ library collection

    STLplus C++ library collection

    C++ Library collection

    Containers to extend STL: graph, tree, matrix, smart-pointer. Persistence (serialisation) of C++ data structures. Portability: subprocesses, TCP, file system. Reusable subsystems: library manager, message handler. Portable between OSs and compilers. Documentation is included in the download and is also available on the STLplus website http://stlplus.sourceforge.net. The headers are intended to be readable, so look at them too for usage information on each function and class.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2

    ccgsl

    Use Gnu Scientific Library as if it were writtem in C++.

    The ccgsl provides simple C++ wrappers for the GNU Scientific Library. It uses Java-like shared-pointer classes in place of structs to avoid direct memory allocation/freeing and to work better with the STL. It lets you construct functions for optimisation, root-finding and the like from C++ member functions, making it easier to integrate with existing C++ code. It also provides C++ exceptions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    LPub3D

    LPub3D

    LDraw™ editor for LEGO® style digital building instructions.

    LPub3D is an Open Source WYSIWYG editing application for creating LEGO® style digital building instructions. LPub3D is developed and maintained by Trevor SANDY. It uses the LDraw™ parts library, the most comprehensive library of digital Open Source LEGO® bricks available (www.ldraw.org/ ) and reads the LDraw LDR and MPD model file formats. LPub3D is available for free under the GNU Public License v3 and runs on Windows, Linux and macOS Operating Systems. LPub3D is also...
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 4

    key_color_image

    Command line app for creating a particular color scale to images

    ...If you do not know the color code, you can pass a color: -color input and the application will let you move the mouse on the screen, and when you press return, the color of the mouse pointer will be picked. (This does not work properly in certain environments, but you can always move the mouse over your color before launching the application).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ingest Package Label Data Using OCR Software Icon
    Ingest Package Label Data Using OCR Software

    PackageX OCR API converts any smartphone into a powerful universal label scanner that reads every bit of text on the label, including barcodes and QR

    Our state-of-the-art OCR technology uses robust deep learning models and proprietary algorithms to extract information from package labels.
    Learn More
  • 5
    The Simplest Manual Counter

    The Simplest Manual Counter

    Manual counter with the keyboard or the mouse on images

    ...After associating a key to each item, or a predefined graphical symbol for images, pressing the key or clicking on the image increments its associated counter, and displays (for the images) the symbol at the mouse's pointer location. Such a project is so simple a child could use it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Lens effect JPanel Java

    Lens effect in a JPanel Java library

    Example of use of the library which makes a lens effect over a Java JPanel
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    OzAPI Tcl/Tk

    GUI and drawing for Fortran and 'C' programs

    OzAPI is source code that enables user interfaces to be developed and graphics output to be designed for FORTRAN and 'C' programs using Tcl/Tk libraries. An example fortran program is supplied which you would normally use as a starting point for your application. The GUI is usually menu driven, and there are various dialogs that can be used. Graphics are based on the GKS graphics standard for drawing text, lines polygons etc Code extracted from the OzGIS mapping system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ECS:Python

    ECS:Python

    Light-weight C++ library for embedding Python into C++

    ...ECS:Python requires a Python distribution to be installed on your system. Python can be downloaded from: www.python.org/download What's new in v3.0: * Fixed x64 pointer types. * Added CI and unit tests. * Cleaned up project structure and code formatting. * Switch to C++11 std::mutex.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    gatelib

    gatelib

    A multiplatform library to program in C++ like in an hi-level language

    Downloads: 0 This Week
    Last Update:
    See Project
  • Sevocity EHR Icon
    Sevocity EHR

    Tailor-made for all-sized medical practices.

    Sevocity EHR is a cloud-based ONC and Stage 2 certified electronic health record (EHR) solution. Tailor-made for small and midsized medical practices, Sevocity EHR enables users to streamline their clinical operations, manage practice management workflows, and write and share medical prescriptions electronically. Key features include query by clinical data, real-time MU dashboard, reminder call scheduling, billing service, electronic medical bills, patient portal, communication management, compliance and record management, and more.
    Learn More
  • 10
    eviacam

    eviacam

    webcam based mouse emulator

    Mouse replacement software that moves the pointer as you move your head. It works on standard PCs equipped with a web camera. No additional hardware is required. Based on the award winning Facial Mouse software. For Linux and Windows systems.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11

    cds

    Concurrent Data Structure library

    CDS (Concurrent Data Structures) is a C++ template library of lock-free and fine-grained lock-based algorithms. It contains a collection of concurrent data structures: queues, stacks, sets, maps, etc, and safe memory reclamation schema for concurrent containers - Hazard Pointer and user-space RCU. See doxygen doc http://libcds.sourceforge.net/doc/cds-api/index.html. The source code repo for libcds 2.x has been moved to https://github.com/khizmax/libcds
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12

    LibWebsiteSnapshot-qt

    A Qt library for taking website snapshots

    The library provides functions that can create a snapshot of a webpage and return a QImage pointer to it. It supports: (1) Setting screen dimensions (or, in other words, the minimum width & height for a webpage) (2) Setting a timeout. If the timeout passes, then the image is not saved. (3) Simple or complex authentication into websites. After the log-in process you are able to set another (final) URL, where you want to navigate and take a snapshot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    type_pool

    Pool of Ts.

    A resource pool concept implemented in C++11. Pool is tied to a single type. Instances of a type can be retrieved as raw pointer, shared_ptr or unique_ptr. Resource management is move-enabled. Pre-allocation of instances is possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mando - Low cost interactive whiteboard

    Mando - Low cost interactive whiteboard

    Low cost interactive whiteboard for GNU/Linux

    Mando is a human computer interface using a camera and a projector. The camera is calibrated against a projection area to determine the position of physical pointer(pen, LED, laser pointer light...) which is then used to virtually move X11 pointer. Packages for Ubuntu may be found here: https://launchpad.net/~shoden/+archive/mando
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    Gametable

    Multi-user whiteboard emphasizing simplicity.

    ...It is designed primarily to provide an online tabletop interface. Draw directly, or place images, that all connected users can see and manipulate. RNG/dice functions supported, infinite table size, a few Z-order layers, pointer tools visible to everyone connected, stand along host server, and basic tagging and drawing tools. It specializes in simplicity, virtually no learning curve, and ease of use. Shared image files auto-propagate to other users (and only images, no other file type will propagate), which allow them to use a local cache to view shared spaces.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Gromit-MPX
    Gromit-MPX is a multi-pointer GTK3 port of the original Gromit desktop annotation tool. It enables graphical annotations with several pointers at once and is A LOT faster than its predecessor since it uses the XCOMPOSITE extension where available.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    C++ (ISO partial specialization required) Functor Templates. Automatically convert functions and objects to functors, forces functions to take on characteristics of other prototypes, automatically distinguishes between pointer, object, reference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next