Showing 33 open source projects for "pointer"

View related business solutions
  • $300 in Free Credit for Your Google Cloud Projects Icon
    $300 in Free Credit for Your Google Cloud Projects

    Build, test, and explore on Google Cloud with $300 in free credit. No hidden charges. No surprise bills.

    Launch your next project with $300 in free Google Cloud credit—no hidden charges. Test, build, and deploy without risk. Use your credit across the Google Cloud platform to find what works best for your needs. After your credits are used, continue building with free monthly usage products. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • 1
    OpenGL Mathematics

    OpenGL Mathematics

    Highly Optimized Graphics Math (glm) for C

    ...(There will be unaligned versions later). cglm doesn't alloc any memory on heap. So it doesn't provide any allocator. You should alloc memory for out parameters too if you pass pointer of memory location.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    L2

    A BST, B-tree and trie data structures library.

    L2 is a data structures library. Featured are self balancing BSTs and self balancing BST backed sequences, in memory B-trees and B-tree backed sequences, pointer sets, radix and critical bit trees. A few articles about L2 data structures and more here: https://dsxxi.home.blog/
    Downloads: 0 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: 36 This Week
    Last Update:
    See Project
  • 4
    SimpleDCS
    SimpleDCS is a Distributed Control System made easy - fully configurable both on hardware and a software level. Experimental stage (alpha)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs up to 54% with BigQuery Icon
    Cut Data Warehouse Costs up to 54% with BigQuery

    Migrate from Snowflake, Databricks, or Redshift with free migration tools. Exabyte scale without the Exabyte price.

    BigQuery delivers up to 54% lower TCO than cloud alternatives. Migrate from legacy or competing warehouses using free BigQuery Migration Service with automated SQL translation. Get serverless scale with no infrastructure to manage, compressed storage, and flexible pricing—pay per query or commit for deeper discounts. New customers get $300 in free credit.
    Try BigQuery Free
  • 5
    warpd

    warpd

    A modal keyboard-driven virtual pointer

    A modal keyboard-driven interface for mouse manipulation.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6

    ringBufU

    Ring-Buffer library in C, includes support of multithreading

    A Ring-Buffer instance could be used with element types - char - long - long long - void* . Focus is on a hardened SW structure with buffer-instance-pointer check (not very fast but more secure). Some features are globally choosable on compile-time (e.g. switch multithread support off completely to have faster access). Note: User Interface is for Test and Tutor Code only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    pointer-tutorial

    A Tutorial on Pointers and Arrays in C

    This is Ted Jensen's Tutorial on Pointers and Arrays in C. Ted used to make it available on his netcom website but has recently been deleted, This here is to preserve what I consider the best tutorial on pointers in C out there. This tutorial is intended to introduce pointers to beginning programmers in the C programming language. Over several years of reading and contributing to various conferences on C including those on the FidoNet and UseNet, I have noted a large number of...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 8
    JPointerLock

    JPointerLock

    Pointer Lock for Java AWT/Swing

    ...Call PointerLock.setPointerLock(Window, boolean) on the AWT EDT when you want to lock or unlock the pointer. This library and the included native library loader are released under the Unlicense and come with absolutely no warranty. See https://unlicense.org/ for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    HackSys Extreme Vulnerable Driver

    HackSys Extreme Vulnerable Driver

    HackSys Extreme Vulnerable Driver (HEVD) - Windows & Linux

    The HackSys Extreme Vulnerable Driver (HEVD) is a Windows Kernel driver that is intentionally vulnerable. It has been developed for security researchers and enthusiasts to improve their skills in kernel-level exploitation. HEVD offers a range of vulnerabilities, from simple stack buffer overflows to more complex issues such as use-after-free, pool buffer overflows, and race conditions. This allows researchers to explore exploitation techniques for each implemented vulnerability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    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
  • 11
    gatelib

    gatelib

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

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

    bps

    A B-tree based associative array library.

    B-tree with a twist pointer set. The ordered set approaches the speed of the fastest unordered, hash table based sets, while using several times less memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14

    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
  • 15
    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
  • 16
    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
  • 17
    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
  • 18
    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: 1 This Week
    Last Update:
    See Project
  • 19
    YSignalSlot

    YSignalSlot

    Header only c++ signal slot mechanism implemantation

    .... - It uses meta programming methods for “static for loop” and “static if”. - Signals can be used nested. - Receivers can be “this” pointer. - It is free and LGPL licensed. - It uses C++11 features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    libcontc

    libcontc

    Container library in C.

    ...Performance These are designed to be general purpose, and reasonably efficient in most circumstances. Notes The biggest problem with these is type safety due to the use of pointer to void for type abstraction. This code is intentionally spartan. With the exception of a handful of assertions placed as an aid to debugging for the most common or fatal errors (underflow in pop operations, allocation failures), this library makes no attempt to protect itself. Please read 'algo' function documentation. Some of the functions have different behavior than the standard library equivalents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    GLEXT - Win32 OpenGL Extension API

    Win32 OpenGL Extension API

    GLEXT is a Win32 DLL with header and linker library, designed using Microsoft Visual Studio 2012. It implements all publicly available OPENGL extensions as static functions, that can be directly called without the danger of running into NULL pointer exceptions. It can be freely used and distributed or modified. And as source is also available, the API can be recompiled with other versions of Visual Studio. And source can also be recompiled with Other C/C++ API for different OSes, with modifications. THIS IS HOWEVER A WIN32 PROJECT AND SUPPORTS ATLEAST WINDOWS VISTA OS
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    A capsule tree is a general purpose, self-balancing tree data structure for large, ordered, data-sets. It is designed to provide the same characteristics as B-trees and B+trees, but built from the ground up for in-memory usage. In other words, there are no provisions for “slow” I/O cases. The original motivation for this tree was a better backend for memory managers. However, the end result was a new sub-category of trees. The implementation giving here is just one implementation of...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    movemouse

    Move mouse pointer between screens with the keyboard

    movemouse lets you 'memorize' several positions of the mouse pointer on however many screens you may have and then jump back to any of those positions using keyboard shortcuts. It will also optionally simulate a left mouse button 'click' after the move to raise the focus of the moved to location. Although it can be used on single monitor systems, the purpose of movemouse is to make it easy to jump between open windows on multiple monitor systems.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    After the building of a simple 3D scanner (a webcam and a laser pointer), this software makes it possible to use these elements, with first analyse a video sequence, and second create a cloud of 3D points from the parameters of the system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is a simple opaque code that represents function pointers, array of function pointers, recursion, trigraphs, digraphs, typedef of funtions with pointers, passing functions as parameter that returns pointer to function arrays and soon ....
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →