Showing 187 open source projects for "pointer"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    jsondata

    jsondata

    Modular JSON by trees and branches, pointers and patches

    ...Provides modular data components. - JSONDataSerializer - Core for RFC7159 based data persistence. Provides modular data serialization. - JSONPointer - RFC6901 for addressing by pointer paths. Provides pointer arithmetics. - JSON Relative Pointer - draft-handrews-relative-json-pointer/2018, contained in JSONPointer. - JSONPatch - RFC6902 for modification by patch lists. Provides the assembly of modular patch entries and the serialization of resulting patch lists. - JSONDiff - Diff utility for JSON data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    OutcropVR

    OutcropVR

    See geologic outcrops in virtual reality

    ...The other aspect is the "game" mode tools. You can fly around your favorite outcrops and see unique angles that are impossible or difficult to get in real life. With the laser pointer tool, you can create lines and planes that then display the trend/plunge or strike/dip. Use the Unity menu to select Tools/Localize Photogrammetry Model from UTM. This function takes in a photogrammetry .obj file that is in UTM coordinates and converts it into smaller numbers so that Unity can work with it. If a texture file is supplied as well, it will be mapped onto the object.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    bugst

    Do you want to implement your new program analysis quicky? Use bugst!

    ... * symtex - Program analysis called Symbolic Execution * cosymtex - Program analysis called Compact Symbolic Execution * segy - Symbolic Memory with pointers and pointer arithmetic * llvm2celllvm - Translates LLVM to constant-expressions-less LLVM. * celllvm2lonka - Translates constant-expressions-less LLVM into Lonka. * C benchmarks - A set of small C programs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    test-tlb

    test-tlb

    Stupid memory latency and TLB tester

    ...By timing tight loops and varying parameters, the program reveals step-changes in latency that map to cache lines, page sizes, and TLB coverage. It is intentionally minimal so you can modify page sizes, strides, or pointer-chasing strategies to run experiments on different machines and kernels. The code is useful for teaching, hardware bring-up, or validating assumptions about huge pages and NUMA placement. Rather than providing a plotting framework, it prints timings that you can collect and graph with external tools to visualize cache/TLB boundaries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Mini Clicker

    Mini Clicker

    Simple yet effective portable auto clicker.

    A very simple, practical clicker. Imitates mouse clicks to where your mouse pointer is. Auto clicks repeatedly using given time interval between clicks. It's portable. Consists of only one file! An autohotkey ahk script file or its compiled exe.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    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: 11 This Week
    Last Update:
    See Project
  • 7

    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
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Portable smart pointer for C++11 with mark and sweep garbage collector. Both single-threaded and multi-threaded applications are supported
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Corrode

    Corrode

    C to Rust translator

    Corrode is an experimental translator that converts C code into Rust, intended to help migrate existing C codebases toward safer Rust idioms. It parses C, maps C types and constructs into Rust equivalents, and generates code that compiles under rustc, introducing unsafe only when necessary. The tool seeks to produce readable Rust that a developer can then refine by hand, rather than a perfect one-to-one mechanical translation. It handles common C features such as pointers, structs, enums,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10

    Fondement Michtam

    Few useful tools that will be liberally used in all my projects.

    This package includes all little macros and utility primitives that my projects use as architectural fundation. This include: Genericity: 1 simple macros for translating a pointer to a field to a pointer to it's structure. 2 simple macros for Object inclusion in C. Memory management: My projects try to manage memory with a strict stack discipline (when possible). There are 2 main stacks, only one of which is widely used. It is also possible to push a stack on a stack, so this is really more a tree than a stack discipline. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    vision2

    vision2

    Binocular vision examination using shutter glasses

    Vision2 serves as tool for ophthalmologists and other vision testing professionals. It's useful for a variety of ophthalmology testing applications related to stereo vision. It implements many of classical tests but also new types of vectographic and random dot exams. Program was created as part of diploma thesis in Wroclaw University of Technology in Poland.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    mds-utils

    General purpose utilities for C++ and Python developers

    ...At present it contains: 1. a tool for detecting machine endianity. 2. utilities for the Boost uBLAS library. Amongst them, some type traits for detecting different uBLAS matrix types. 3. some useful classes that allow to treat the old C FILE pointer as a C++ stream. 4. C++ wrappers of the main Python objects, independent of those in Boost Python. Wrappers are provided also for NumPy arrays. 5. C++ classes that help on treating Python file objects as C++ streams. 6. a review and refactor of the indexing support in Python extensions. Now access in write mode is supported too. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ZooMove

    ZooMove

    Enlarges the image with the mouse hover and move

    It's a plugin developed with jQuery, that allows to dynamically zoom images with mouseover, and view details with mouse move. Enlarges the image with the mouse hover and move.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Real Life Engine PAK editor

    Modding tool for translating Prototype Real Life based VN games

    The following tool is an archive tool for the fileformat PAK used by Real Life engine for the converted editions of games like: Little Busters converted edition! It can compress/decompress GIM,CZ1,CZ2 files, edit the dialog and other texts from the Prototype game: Little Busters! CE!. It will not work with all Prototype games, Kanon being an example, but it may do so in the future.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15

    LUKE

    LUKE is a static analysis tool for detecting null pointer dereference

    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Free Website Builder Script

    Responsive Multisite CMS - Free Website Builder wordpress plugin

    Free Website Builder Script is an open source website builder script allowing the administrator to create, run and manage multiple websites through one single multisite CMS.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    TinyDoodle

    Simplistic sketching program for J2ME platform

    TinyDoodle is a simplistic sketching program for J2ME (MIDP 2.0) mobile devices, geared for low resolution screen. Supported file format is Wireless Bitmap (WBMP). While it works best on touch-enabled devices with pointer dragging support, older devices with no pointer dragging or no touchscreen at all can also draw on it too. It is intended to be only a sketchpad; it can draw in black and white, with three pencil size selection, on a fixed canvas size.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    libhoratio

    libhoratio

    Memory management library

    Horatio is designed to be used as an alternative to memory tracking tools such as CodeGuard, MemorySleuth or valgrind, however, as it cannot detect memory over-runs on pointer accesses. It can be used to detect failures to release memory (as long as it's allocated by us) and attempts to release memory which we do not own. It has an automatic garbage collection feature to free up all un-freed memory too. It should be used by the entire program to be most effective, it can provide statistics on memory usage and record this to a database back-end. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Clue is an experimental C compiler that generates code for high-level dynamic languages such as Lua, Javascript, Perl5 and Common Lisp, as well as non-dynamic languages like C and Java. It supports the complete ANSI standard, including pointer arithmetic
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    TGuitar

    TGuitar

    program-organizer

    ...The idea of ​​application - to motivate beginner guitarist the desire to learn play the guitar every day, with considering the time for warm up, new lessons and playing for fun, and also taking into account regularity of employment. The program includes a minimum set of tools - simple metronome, tuner and music notation pointer. Built-in organizer helps you organize materials for training which you use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    shared_from_this() in Constructor

    shared_from_this() in Constructor

    Drop-in replacement for std::shared_ptr + std::enable_shared_from_this

    ...The boost library does that too, but it does not allow shared_ptrs to be made inside the destructor and it doesn't provide a release() method to gain ownership of the contained pointer. Big downside is however, that it's not (yet) made thread-safe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Assisted Interface

    A Qt5 framework for helping handicapped computer users

    Assisted Interface (AIF) is a Qt5/C++ framework for providing computer interfaces to users who may have very limited body control, perhaps only able to use eye gaze to move a mouse pointer. AIF is mainly a matrix of buttons that either are spoken words or action functions. Typical AIF applications are in assisting with communication and operating equipment such as TVs and Hi Fis by IR remote control. AIF can be applied to kiosk type applications. AIF runs on Linux PC, Raspberry Pi and Microsoft Windows.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Cello

    Cello

    Higher level programming in C

    ...I made Cello as a fun experiment to see what C looks like hacked to its limits. As well as being a powerful library and toolkit, it should be interesting to those who want to explore what is possible in C. I recommend reading A Fat Pointer Library to get an overview of how Cello works.You can also peek at the source code, which I'm told is fairly readable, or ask me any questions you like via e-mail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Simple Dynamic Strings

    Simple Dynamic Strings

    Simple Dynamic Strings library for C

    ...The library was originally used internally in Redis, but pulled out as a standalone project to allow any C project to benefit from its features. SDS strings maintain metadata (length, allocation size) just before the pointer returned to the user, while still being compatible with standard C string APIs (null-terminated). They enable common operations like concatenation, formatted append, efficient growth and trimming, and safe binary data handling. The design emphasises simplicity, compatibility, performance and minimal overhead: you still get a C-style char * string pointer, but you also get length tracking, safe memory management, and higher-level string operations. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Squadra

    Squadra

    A set-square on your screen!

    News: Squadra can constrain the mouse pointer! A set-square that is displayed on top of any other program and provides a visual reference for drawing perpendicular lines, measuring angles and so on... See the screenshots for some examples of usage. IT: Novità: Squadra può vincolare il puntatore del mouse! Una squadra (da disegno) visibile sopra ogni altro programma che fornisce un riferimento visivo per disegnare linee perpendicolari, misurare angoli, ecc...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB