Atera all-in-one platform IT management software with AI agents
Ideal for internal IT departments or managed service providers (MSPs)
Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
Learn More
Vibes don’t ship, Retool does
Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.
Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
C library to quickly implement streaming communication between parallel threads. Optimized for use in embedded systems. Allows FIFO behavior as well as separate data access and synchronization. NOTE: development has moved to the vfTasks project.
Allows CUDA developers to deploy kernels requiring more global GPU memory than is available by transparently mapping pinned CPU memory into the GPU memory map. Works behind the scenes and is easily added to existing projects with minimal effort.
This is the game of barry. It's a simple ncurses game in a little more than 300 lines of C-code. It was the prototype of an easteregg for another program.
Robot controller and related software written for competition, experiments, and protyping on FIRST Robotics Team 1011, "Team CRUSH". Written in C for the IFI 2004 or newer FRC and/or ECU-RC controllers. Includes main code and device specific code.
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.
Converstional engine, in the line of Zork, written using ANSI C. For the time being it's just a bunch of useless code, and its design is still childish at most. However, progress is being made char* after char*
This is a modification of the Markovsky IRC Bot. Extra code has been added so that the bot has the capability to not only speak in the distinctive dialects of Andrew Hussie's Homestuck Trolls, but can also switch between them at runtime.
MUIBuilder is a user interface designer for the MUI and Zune toolkits. Goal of this project is to make it portable for all AmigaOS-like operating systems.
Reviewing memory allocation and data structures of an extant Sourceforge project unix-named "simupop". A new development version of the extant project is established and the ultimate goal is to "rev up" the old, hence the project name.
Realistic Workplace Simulations that Show Applicant Skills in Action
Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
Awesomeguy started as a homebrew game for the NDS game system. I am trying to port it to some other platforms. To use this download you must have NDS homebrew software and hardware... and a DS. Android phone sources can be found on Google Code.
Tool that allows reading ReiserFS partitions under Windows. Contains a WebDAV server so under Vista it is possible to assign a drive letter to the ReiserFS partition. Contains no kernel/driver code.
libNT is a Number Theory Library which is based on a BigInteger Class. It will contain several algorithms for solving Number Theory Problems. Written in the IDE Code::Blocks
Note: this tool has moved to github, this repository is not maintained any more.
See https://github.com/turdusmerula/ftrace
GScopeLog is a tool for instrumenting c++ code through gcc. The main purpose is to trace entry/exit point of functions. A status file may be generated to give overview of functions calls and timing informations with minimal impact on performances.
The Kernel Intrusion Detection System-KIDS, is a Network IDS, where the main part, packets grab/string match, is running at kernelspace, with a hook of Netfilter Framework. The project is not ready for use, then incomplete pieces of code may be found.
Covered is a Verilog code coverage utility using VCD/LXT/FST dumpfiles (or VPI interface) and the design to generate line, toggle, memory, combinational logic, FSM state/arc and assertion coverage report metrics viewable via GUI or ASCII format.
This project is ported to github and can be found at:
https://github.com/chiphackers/covered
FIDOGATE is a Fido-Internet gateway, a Fido FTN-FTN NetMail gateway, a Fido tosser, a Fido file processor/ticker, and a Fido Areafix/Filefix program
(The latest code is in CVS but a GIT repository is being prepared.)
A Lua interpreter for Mac OSX with a simple user interface. I would greatly appreciate a small review to aid in the process of eliminating bugs and increasing user satisfaction. This application is created by the ROBLOX user named CLIPSE.
The IPv6 Stack that runs on your target. FIP is designed to fit in medium-sized 8-bit microcontrollers, while not sacrificing performance on larger devices.
This set of macros allows one to write interrupt driven code using simulated blocking. This allows one to write structured code rather than using state machines. This facilitates easy changes without the need to keep state diagrams up to date.