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
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.
xlayout is a terminal based utility to get and set information about X11 windows and the pointer. Its designed to be easily integrated into bash shell scripts and takes advantage of the X11 protocol to allow it to access remote X11 desktops.
A C++ RAII ( Resource Allocation Is Initialization ) implementation of an automatic pointer/reference. Pointable/Referenced objects are handled in a manner similar to Python. Strives to have the simplest syntax possible.
You can play with enJoypad any game without joystick support, new features like move the mouse pointer, key auto-repeat, Qt4 GUI design and easy script interpreter.
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.
Interactive Nullness Annotation Propagation Application - assists a developer with adding nullness annotations (i.e. JML) to Java source code. This makes it easier to use a checker like ESC/Java for statically identifying potential null pointer bugs.
This project provides an application that uses the joystick to control the mouse pointer. It also contains dlls that will help you to control the pointer using any other pointing device. It also provides an easy way to interact with the joystick.
Portable PRECISE tracing collector for C++ (as oposed to popular Hans Boehm CONSERVATIVE collector). It should not mess other data with collected pointers ! And thats a feat! Smieciuch defines smart pointer classes which behave like normal C/C++ pointers
Did you ever watch a Presentation and couldn't see where the presentator is pointing with his coursor? This Tool is aiming to give an handy tool to let you see clearly where he is pointing, or better, let the people see where you are pointing!
Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.
Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
Smart pointer (smart_ptr) policy class that is exchangeable and lockable with easy to use policy interface that allows for different ownership policies, reference policies, lock policies, allocation policies, and much more…
CSpe is a library allowing partial function application in C
(kindof like closures in ML languages) :
From a function to be specialized and some of its arguments,
it dynamically generates a new function pointer, which can then be called
transparently
jppa is a pointer and purity analysis tool for Java programs. Mainly a purity analysis tool: given a full Java program, it detects pure JML-style methods, i.e., methods that do not mutate existing objects (they may mutate new ones).
JDBMaker is a general purpose database manager written in Java.
It creates the database structure starting from the java beans with a very rigid mapping from the bean to tables.
JDBMaker replies the pointer logic into the database structure.
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.
This package adds full, fine-grained array bounds and pointer checking to GCC (C only). The level of checking is similar to, and in some respects exceeds, that of languages like Pascal and Modula-2.
PicMouse is a Windows Delphi "dwell-clicker" program; mouse clicks are performed automatically wherever the mouse pointer comes to rest, allowing Left, Right and Double-click, and drag/drop. For disabled people who use a headmouse, joystick or rollerball.
'Sleepy' is a non-invasive profiler for the Windows platform that allows statistical profiling of applications through sampling the instruction pointer register. Sleepy presents results in a GUI built with wxWindows.
MouseLoupe - a novel accessibility tool for people with low vision. It's a kind of magnifying glass combined with the mouse pointer which allows an easy and pleasant web navigation. The main goal of the project is social inclusion by digital inclusion.
ptr.h is a c++ smart pointer template which uses semaphores to for
non-blocking thread safe reference counted memory management.
The delete mechanism is a generic parameterized template, so it works for arrays and
other resoures as well.
multi_methods is a C++ library that allows virtual methods to be added to a class without editing the class. It also allows methods to dispatch on all of their arguments instead of only on the this pointer which makes Patterns like Visitor trivial.
XMMS Weasel is a general plugin for XMMS. It automatically slides out XMMS from screen if the mouse pointer is leaving the XMMS window. As soon as the mouse pointer hits the screen edge XMMS will slide back in.
This project intend to provide C-Function helper class which would make call to function pointer in C# or VB.NET nearly as easy as it is in managed C++.
wonderlib is a modular cross-platform c++ toolkit. the core includes unicode string, a signal/slot library, containers, smart pointer. it highlights asynchronous cross-thread method calls and io multiplexing. useful for servers, gui programming or games.