• 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
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    Find us at https://github.com/powertechpreview/powertechpreview
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Parallelized GDB: a tool for debugging parallel programs written in MPICH. Written in C++ and on the brink (hopefully) of usability. Please help develop!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Php-pastebin

    Php-pastebin

    Pastebin is here to help you collaborate on debugging code snippets

    pastebin is here to help you collaborate on debugging code snippets. If you're not familiar with the idea, most people use it like this: submit a code fragment to pastebin, getting a url like hxxp://yoursite.com/1234, paste the url into an IRC or IM conversation, someone responds by reading and perhaps submitting a modification of your code, you then view the modification, maybe using the built in diff tool to help locate the changes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PlugProxy version is a port forwarder/port debugger written in Java. PlugProxy is used to forward data from one TCP port to another. This is commonly referred to as "port forwarding." The purpose of this is to invisibly send a request from one site
    Downloads: 0 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 5
    RegExpresso is a "regular expressions" tester, designed to integrate well into modern web browsers. Though it has few features compared to commercial products, it should be usefull to any programmer who uses regular expressions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Debugging server allowing remote debug logging and access to the information via a web based interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This is a simulator for the SMIS research MRI consoles. It executes compiled pulse sequences, and emulates the MR3040/50, MR3031, and RF cards. If you have an SMIS scanner, you will find this a useful pulse sequence development aid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Seksen is a GUI based 8086, 80186 emulator and debugger in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A multi-ISA "assembly debugger" with graphical and terminal frontends. Currently sporting LC-3, Georgia Tech's LC-2200, and brain*. MIPS support is in the making, to compete with SPIM. (Windows, Linux, MacOSX; LC-3 simulator and LC-2200 simulator)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Connect every part of your business to one bank account Icon
    Connect every part of your business to one bank account

    North One is a business banking app that integrates cash flow, payments, and budgeting to turn your North One Account into one Connected Bank Account

    North One is proudly built for small businesses, startups and freelancers across America. Make payments easily, keep tabs on your money and put your finances on autopilot through smart integrations with the tools you’re already using. North One was built to make managing money easy so you can focus on running your business. No more branches. No more lines. No more paperwork. Get complete access to your North One Account from your phone or computer, wherever your business takes you. Create Envelopes for taxes, payroll, rent, and anything else automatically.
    Get started for free.
  • 10
    SimpleLogViewer is Java 2 based GUI application that display logging data. Can read a file or listen over a TCP socket. Use plugins/embedded scripts to Hide, Rewrite, Colorize lines of log.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    StackTraceSealer

    Aid in finding infinite loops in Java programs on production systems

    StackTraceSealer is a JConsole plugin with its own Java Agent Library that can be used to seal stack frames on a thread stack trace to detect whether these frames have changed or they have remained the same all the time to aid in finding an infinite loop on a production system when all you have is a long seemingly constant stack trace in the thread dump.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Perf::Stopwatch is a Perl Module that can be quickly added and removed from any existing code to debug/optimize portions of code. Example of use are: database calls, loop efficiency, total script time, and webpage timeouts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Utility to play logs generated by a USB sniffer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This provides an interactive, programmer-friendly interface to VMware's VProbes facility. VProbes is a safe, dynamic technology for instrumenting software running in virtual machines, and the software stack itself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    X-Trace is a tool that provides fine-grained visibility into large, complex distributed systems. It can be used by application developers as well as network operators to debug and develop distributed systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The beSee-2-x architecture brings JVM wide instrumentation for AOP systems, independant from bytecode kit (BCEL, Javassist). A plugin is provided to instrument BEA WebLogic (v7) for tracing purpose (servlet->EJB->CMP->DB), with full JMX capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    [from port's pkg-descr] "pstack" is a workalike for the Solaris program of the same name. Running pstack on a process or core file produces a stack trace of each thread in that process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    cingb is an ATTEMPT to write a Gameboy-emulator for all kinds of platforms. It plays Gameboy and Gameboy Color ROMs, includes a debugger for step-by-step analysis of Gameboy programs and might be also interesting for educational purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Function call tracing in the Linux kernel and userspace applications. Dynamically sets probes (using VProbes, a KProbes variant) and displays the function call trace of a process calling kernel or application functions. The superior of strace and ltrace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    ezlog

    A tiny and easy to use log system for C/C++

    A tiny and easy to use log library for C/C++. Written in C. Customizable log message format for global and specified output target Cross platform support. Tested: linux, win32, wince, mac
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JTAG interface library for FTDI chips. Linux port of the ftcjtag library from ftdi( http://bit.ly/98Vul3 ). Implementation relies on ftd2xx.so ( not libftdi.so ) which makes it windows compatible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Process io tracing through syscalls with syslog logging. Similar to strace, but specialized.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JBoss Deployers for Development-Environment. Skip long-lasting Re-Deployments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JTAG base library, ARM7TDMI and MIPS debugger stubs for GDB. Extendable architecture to add JTAG device drivers, debuggers, and custom JTAG applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Source level debugging for linux kernel. Allows debugging of linux kernel using gdb over a serial line
    Downloads: 0 This Week
    Last Update:
    See Project