General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Try 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.
CMakeScript is an extension to CMake, a cross-platform, open-source build system. CMakeScript adds Java Script as alternative script language to CMake's home-grown macro language. CMakeScript comes with a visual debugger for Java Script.
Yet another logger. Take a close look at it: It is very easy to use, very unified and extendable. You may attach your favourite set of loggers to this logger, and you still use only one API! This Java logger is used throughout the COMJAT.NET systems.
CRDebug is a debugger application targeted primarily for developers of high-performance applications
like games. It allows for data to be captured at run-time and analyzed at later stages using
various visualization plugins CRDebug provides.
CTrace is a multi-threaded trace debug library written in C. It provides a simple, fast, well documented trace utility for applications and as such is especially suitable for use in real-time embedded applications.
The aim of this project is to develop a set of Eclipse plugins to enable a better experience for developers programming in C/C++ for the Cell BE architecture using Eclipse.
This is a remote-client programe based on MSN messenger. It can do many things for you.Such as file operation,db operation and chat robot.All these are based on MSN cha.
ChatDBG - AI-assisted debugging. Uses AI to answer 'why'
ChatDBG is an AI-assisted debugging tool that integrates large language models into standard debuggers like pdb, lldb, and gdb. It allows developers to engage in a dialog with the debugger, asking open-ended questions about their program's behavior, and provides error diagnoses and suggested fixes.
A text editor, that will hopefully evolve into a full-blown, powerful, source code editor, that won't compile code, but will support syntax highlighting and syntax errors for the more common languages (C++, C, HTML, Java, C#, VB, J#, etc.)
A collection of LLDB commands to assist debugging iOS apps
Chisel is a collection of LLDB commands designed to assist you in the process of debugging iOS apps. All of the commands provided by Chisel come with verbose help. Be sure to read it when in doubt! You can add local, custom commands. There's also builtin support to make it super easy to specify the arguments and options that a command takes. See the border and pinvocation commands for example use. Developing commands, whether for local use or contributing to Chisel directly, both follow the same workflow. You can also inspect a specific command by passing its name as an argument to the help command (as with all other LLDB commands). There are many commands with compatibility with iOS/Mac. For a comprehensive overview of LLDB, and how Chisel complements it, read Ari Grant's Dancing in the Debugger, A Waltz with LLDB in issue 19 of objc.io.
Graphical viewers for Java logging messages, accepting events sent from both Log4J and JSR147 (java.util.logging). The main aim is to be lightweight, flexible and robust.
ClassGhost is a small utility that can redefine class files within a running JVM. ClassGhost allows you to directly inject the newly compiled class files in to the VM without interrupting the running application. Works with multiple as well as remote VMs
Java natural log includes class to do the following. Automatically produce method and class names, and line numbers in log messages. Send messages to syslogd servers via three different mechanisms. Simplify messages to just the message itself.
OllyDbg 2.01 Plugin
************************************************************
Efface les fichiers *.udd et *.bak du dossier UDD d'OllyDbg en passant par la corbeille de Windows
**************************************************************
Erases the *.udd and *.bak files from the OllyDbg UDD folder to the Windows Trash
The most comprehensive BeOS GUI tracing tool, allowing inspection on almost all of the BeOS native objects, 309 in all right now! Clue is analogous to printf, for BeOS programmers. Clue allows you to easily view printf-like statements from several apps.
CoDeK - Java Concurrent Development frameworK is a very simple, open-source, academic java library aimed to help the development of Java multi-threading concurrent applications.
The CobWeb Framework is a proof of concept php rapid development MVC framework.
It is very flexible, extensible and easy-to-use.
Features: Database Abstraction, Multi-Language, Caching, Script Debugging, URL Routing, MVC Support
Code Medic provides an elegant, graphical interface to gdb's most important features and integrates with Code Crusader.
FAQ: https://github.com/jafl/jx_application_framework/tree/master/programs/code_medic#readme
ChangeLog: http://codemedic.sourceforge.net/ChangeLog.html
A low-power ISA design and simulator for a 2010 IEEE competition
This is a student project designed to compete in the 2010 IEEE Computer Society Student Competition: http://www.computer.org/portal/web/competition/2010competition
The Code Red architecture is designed for extremely lower power environments, like distributed sensor networks. Included is a design of that architecture, a Java-based simulator, an implementation (without vector instructions) designed as a Logisim circuit (http://ozark.hendrix.edu/~burch/logisim/), and more.
The name "Code Red" comes from our team name, the Red Team. Since the competition dictated a small team size, our professor split the class and gave each group a color. We liked the name "Code Red" and chose it to represent our team and school's color (UMass' official color is Maroon.) Only later did we realize that "Code Red" was the name of an unrelated computer worm from 2001.
Online installer for Code::Blocks (EPS Edition). Installer will download and install selected software packages only. The source of installer can be easily modified to use to install another applications in similar way.
This prebuilt version of this installer will install Code::Blocks IDE with Embedded Plugin Suite extension for STM32 development. Supports STM32F0, STM32F1, STM32F2, STM32F3, STM32F4 and STM32L1 series devices. For debugging you need to have ST-LINK 2 debug adapter which is directly supported no additional software is needed.
Code Bubbles is a front end to Eclipse designed to simplify programming by making it easy for the programmer to define and use working sets. It provides compact function-based views of the code (all backed by the underlying files) that are displayed in bubbles and that are easily moved around and manipulated on the screen. The bubbles are fully editable. A large bubble area lets the programmer set up different working sets simultaneously and easily move between them.
CodeInvestigator is a tracing tool for Python programs. All the run time information is recorded. Read your code together with its run time details. Use it to visualize what happened when you program ran.
Code Lens is a Delphi/Object Pascal source analyzer. A small group of Delphi programmers have started a source analyzer project to clean up some legacy code. The project is based on Martin Waldenburg's Delphi parser.