Showing 670 open source projects for "debug"

View related business solutions
  • 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
  • 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
  • 1
    AntTweakBar

    AntTweakBar

    C/C++ library to add light and intuitive GUI to OpenGL and DX programs

    ...The AntTweakBar library mainly targets graphical applications that need a quick way to tune parameters (even in fullscreen mode) and see the result in real-time like 3D demos, games, prototypes, inline editors, debug facilities of weightier graphical applications, etc. The project is not maintained anymore but feel free to download and modify the source code to fit your needs or fix issues.
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 2
    Octclipse

    Octclipse

    Octave Eclipse GUI

    ...Distributed as an Update site for Eclipse 3.7 Indigo and Indigo-based package for several platforms. Supports search, autocompletion, launching scripts, interactive console, debug and integrated plotting on Octave versions 3.2.x, 3.4.x and 3.6.x. The current goal is to make it running out-of-box on multiple platforms. Currently only Linux and Windows are supported. Mac support is possible. The project needs a maintainer for Mac version, since I don't have Mac to build Octclipse and test it on this platform. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ns-2 Trace Toolkit

    ns-2 Trace Toolkit

    This toolkit allows you to analyze and validate ns-2 traces

    ns-2 Trace Toolkit was developed to help users to manage and debug ns-2 trace files. It is particularly useful for users that generate ns-2 trace files with other tools such as VanetMobiSim or SUMO (Simulation of Urban Mobility). With ns-2 Trace Toolkit, users can debug their trace files by generating histograms for: (1) node speed, (2) node x-position, and (3) node y-position. These histograms can give hits about concentration of nodes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    clog
    Copious Logger is a library that provides various logging services. It can be used to log information to syslog or stderr at various levels of verbosenes. The user can define debug/verbosity flags determine how verbose an application or daemon is.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    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
  • 5
    FReader
    ...It supports - Match metas, keys and category match on Articles Set module columns number Option to display the images and background color Choose multiple categories (and subcategories) from where the random articles will be picked Automatic loading Option to change the HTML output to HTML5 Display the title, introtext, readmore or/and the fulltext of the article Option to limit the amount of words/characters of introtext Debug options to better solve possible module bugs Show module on any page of any Menu Item Type Compatible with all the latest web brows
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    QRPSim

    QRPSim

    QRP contests simulator

    ...QRPSim is used by novice to increase CW practice in contest-like environment. It useful for training and entertainment, popularizing RU-QRP activities amongst hamradio worldwide. Contest managers are able to "debug" contest rules by simulating various scenarios with QRPSim.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    vMotion Detector

    vMotion Detector

    vMotion Detector for Linux & Windows Platforms

    vMotion Detector is an application suite designed for Oracle OEM, Oracle Grid or Nagios that allows a Windows or Linux Guest VM detect when it has its Session ID modified due to an underlying DRS or HA clustered environment change.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    AdbX

    Graphical User Interface (GUI) tool for Android Debug Bridge (ADB).

    Graphical User Interface (GUI) tool for Android Debug Bridge (ADB).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Debug Assistant Library (DAL)
    The Debug Assistant Library (DAL) is an assistant library for debugging, across platforms with uniform interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 10

    msp4linux

    C++ based debug interface to MSP430, MSP-FET430UIF needed

    This package includes a tool chain for MSP430 micro controllers. The tool chain is based on the MSP430-FET430UIF Jtag programming hardware and the TI(TM) open source driver which is needed to access the UIF on the PC side. Beside the hardware tool chain, there is a second part which provides a virtual tool chain. The open source driver is patched and a new data channel is added, which redirects the USB output to a socket interface. The virtual tool chain itself consists of an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    FileSystem is an OPENSOURCE program for advanced disk management with built-in drivers for PATA IDE Hard Disks and DVD/CDROM Drives, USB Mass Storage Drivers. Implemented file systems : FAT32 / ISO9660 / EXT2. It can be compiled for DOS, LINUX, WIN32
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12

    ApplePi

    A Pi calculator for Windows.

    It is a Pi calculator written in C++ with VC++ for windows. I wanted to make pi and I did. There is no binary uploaded but there is one in the SVN repo in the debug and release (release is not used that much). I hope that you enjoy this and work upon my work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Trusted Path Debugger

    Java Debugger for PKIX path building failed error

    In Java, when making an HTTPS connection, people generally encounter the following exception stack trace: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target This happens because the appropriate CA certificates are not present in the trust store. In cases of a HTTP Proxy that utilizes SSL, it becomes even more frustrating to debug such exception. Using this program, one can quickly find what CA certificates are needed in the trust store to complete the connection. Note: It only supports non-authenticated HTTP Proxy. This program can be distributed and modified freely as long as the comments are maintained. Requires Java 6 to run. Read the ReadMe-TrustedPathDebugger.txt for instructions on how to run the program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Eclipse Console for PHP(EC4P)使用eclipse插件和PHP扩展,通过eclipse控制台(console)实现PHP程序的打印输出,方便编写调试(debug)PHP代码。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    msp430fetinfo

    msp430fetinfo

    MSP430 USB-Debug-Interface MSP-FET430UIF Firmware Information

    A command line tool for getting information from a MSP-FET430UIF debug probe and connected MSP430-devices. Uses "msp430.dll" from http://processors.wiki.ti.com/index.php/MSP_Debug_Stack (Sourceforge project icon from the Open Icon Library). Also checkout the MSP430fetinfo Android app here: https://play.google.com/store/apps/details?id=com.kjarvel.msp430fetinfo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Debug Visualization Tools

    Visualization tools to help developers analyze program execution

    This is a research project aimed at providing tools to help developers capture and visualize what is actually happening when your program executes. And hopefully make debugging an easier, quicker and less painful process.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    NETINV

    NETINV

    Web Based Network Inventory Tool

    NETINV is a web based network inventory tool that allows quick access to pages designed to help keep track of relations between buildings, rooms, and devices. The code layout is easy to modify, easy to understand, and easy to incorporate into an existing system, because most page information is based on URL parameters. Screenshots: http://imgur.com/a/ufaAs Wiki: http://www.netinv.org/wiki/ Note: NETINV is no longer in development. If you'd like to take over the project, send an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Socketer

    Socketer

    A simple socket debugging tool.

    For the Android version: https://sourceforge.net/projects/socketermobile/ Socketer is a simple tool that helps to debug sockets. It has both server and client functionality. When a developer is developing features that requires sockets and network communication often it is really useful to be able to verify that their code is actually establishing the network connection and the code is actually handling data exchange over the network. Socketer can open a server socket on a user chosen port and display the data receieved on that port. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Firefox Debug Info Collector

    Firefox Debug Info Collector

    Easy info collection

    A tool for developers to easily get info about end user's setup.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    achtbit

    achtbit

    An 8 bit emulator created on the scratch, including an assembler.

    Ever had the experience of a 8 bit system, having max. 64k memory, using assembler to write effective small programs? This system is an experimental 8 bit, 16 color computer, with a processer similar to Z80, that (on my laptop using linux with NO opengl support) achieves up to 1.2 Million instructions per second and 50 Hz. screen refresh rate. It has a builtin assembler to load assembler programs. There is a rudimentary rom that implements some basic functions like line input, or a system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    pipedump

    Proxies data from stdin/stdout/stderr and logs it in pcap files.

    The pipedump forks a process and then executes the specified command, acting as a proxy for STDIN, STDOUT, and STDERR. Debug data and data sent to STDIN are recorded as a IPv6 UDP packets traversing from ::1 to ::. Data received from STDOUT and STDERR are recorded as a IPv6 UDP packets traversing from :: to ::1. STDIN is recorded as port 19840, STDOUT as port 19841, STDERR as port 19842 and debug information as port 65535. The captured data is recorded in a file which can be read by network analyzing tools capable of parsing PCAP files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This is a tool designed to automatically configure Windows XP/Vista/Win7 clients easily for use on a wired and wireless network. Designed with mass deployment and easy customisation in mind. Originally designed for a academic environment
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    GP2X Hardware Library
    Library which allows developper to access the hardware features of GP2X (personal entertainment player created by a Korean company: GPH). Software emulation is provided on PC through SDL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Advanced Debug

    Advanced Debug

    This is a windows debug software.

    This windows debug software is similar with windbg, but I want it more powerful. Welcome you to join it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Ikariam Clone
    Ikariam Clone est un projet open source Ikariam Clone is an open source project Projet en phase bêta Le jeu n'est pas full debug Project in beta The game is not full debug
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB