Showing 21 open source projects for "at commands"

View related business solutions
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely.

    Stay productive working at any distance from anywhere with Monitask.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    GEF

    GEF

    Modern experience for GDB with advanced debugging capabilities

    GEF is a set of commands for x86/64, ARM, MIPS, PowerPC and SPARC to assist exploit developers and reverse-engineers when using old-school GDB. It provides additional features to GDB using the Python API to assist during the process of dynamic analysis and exploit development. Application developers will also benefit from it, as GEF lifts a great part of regular GDB obscurity, avoiding repeating traditional commands or bringing out the relevant information from the debugging runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    q Go

    q Go

    Quick and dirty debugging output for tired Go programmers

    q is a better way to do print statement debugging. For best results, dedicate a terminal to tailing $TMPDIR/q while you work. You also can simply tail -f $TMPDIR/q, but it's highly recommended to use the provided commands. Type q.Q instead of fmt.Printf and your variables will be printed like the provided example. Faster to type, pretty-printed vars and expressions. Easier to see inside structs, doesn't go to noisy-ass stdout. It goes to $TMPDIR/q. q Go offers pretty colors!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    BotKube

    BotKube

    An app that helps you monitor your Kubernetes cluster

    ... a ImagePullBackOff error. You can customize the objects and level of events you want to get from the Kubernetes cluster. You can turn on/off notifications simply by sending a message to @BotKube. BotKube can execute kubectl commands on Kubernetes cluster without giving access to Kubeconfig or underlying infrastructure. With BotKube you can debug your deployment, services or anything about your cluster right from your messaging window.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    iOS WebKit Debug Proxy

    iOS WebKit Debug Proxy

    A DevTools proxy for iOS devices

    The ios_webkit_debug_proxy (aka iwdp) proxies requests from usbmuxd daemon over a websocket connection, allowing developers to send commands to MobileSafari and UIWebViews on real and simulated iOS devices. iOS WebKit Debug Proxy works on Linux, MacOS & Windows. The iOS Simulator is supported, but it must be started before the proxy. The simulator can be started in XCode, standalone, or via the command line. ios_webkit_debug_proxy can be used with many tools such as Chrome DevTools and Safari...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
  • 5
    PsySH

    PsySH

    A runtime developer console, interactive debugger and REPL for PHP

    A runtime developer console, interactive debugger and REPL for PHP. PsySH can be used as an interactive debugger, much like JavaScript's debugger statement, saving you from endless var_dump() and die() iterations. PsySH has tab completion for variable names, functions, classes, methods, properties, and even files! Just start typing, then hit [tab]. But you probably already guessed that. Most PHP shells are terrible at namespaces. PsySH does just what you'd expect. The list command knows all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ooRexx Debugger

    ooRexx Debugger

    A cross platform dialog based ooRexx debugger

    A GUI debugger for ooRexx programs that can be run on Windows with ooRexx 4.2 or later and on other platforms with ooRexx 5.0 or later where Java with Swing /AWT has been installed along with BSF4ooRexx850 Please see the README.md file in the Code tab or latest release for much more detailed usage and setup information .
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Symbolicate

    Symbolicate

    OS X crash report symbolicator

    Uses your Xcode archives to automatically symbolicate crash reports from your users. Built to support Mac apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    VIC-2020 MINIMON Cartridge

    Machine Language Monitor for Commodore VIC-20

    MINIMON is a Machine Language Monitor for the Commodore VIC-20. It is a combined hardware/software project: a cartridge for the computer's expansion port (with a cartridge extender for a secondary cartridge), plus firmware, which is the actual MINIMON monitor. MINIMON features all commands usually expected from a debugger/monitor: Memory dump and edit, Register dump and edit, Execute code from monitor, Direct Assembler and Disassembler (all documented opcodes of the NMOS 6502), Transfer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Bash Command Builder

    Bash Command Builder

    A simple Bash IDE / Debugger

    Bash made easier: A simple IDE / Debugger for writing, debugging, and executing single commands and short scripts. If you are a struggling occasional user of Bash, or would be a user if it weren't so difficult to get started, then this program will help. Runs on Linux or Windows Subsystem for Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 10
    LoLCode1337 (speak lolcode leet) is an implementation of the esoteric programming language lolcode. It offers a compiler, virtual machine (=interpreter), debugger, internal editor and it's commands set is close to that what other lolcode implementations offer. More to come soon.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Chisel

    Chisel

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GAPID

    GAPID

    Graphics API Debugger

    GAPID is a developer tool for recording and inspecting calls made by an application to the graphics driver. Once a capture of a target application has been made, GAPID lets you disconnect from the target and inspect all the graphics commands made by the application. GAPID is able to replay the command stream, letting you visualize the frame composition by stepping through each command and inspecting the driver state at any point in the stream. Replay also supports modifications, allowing you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A debugger for xsl/xslt stylesheets which has functionality similar to a Unix/Linux "gdb". This is achieved using libxml2 and libxslt (gnome-xml). A summary of commands types are Help, running, template, breakpoint and node viewing A GUI front-end to xsldbg is available for * Qt5 called qxsldbg * kate editor plugin called kxsldbg A package for XEmacs is also available called xsldbg-mode
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    AlphaBase PSP

    AlphaBase PSP

    PSP Debug Bash and Multi-Environment Shell

    AlphaBase is a very powerful Bash which may help you to debug your PSP and provides you useful instruments like: Macro System, Commands Creator, LUA Parser with some advantages on complex math calculator. It has all the functionalities of a normal shell, but it was especially coded for anyone who wants to write a PSP LUA Program so could be named apparently as another LUA IDE even if it isn't really. By its being multi-environment and multi-user, it privileges security: there is a very complex...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    gdbplus

    gdb extension with powerful heap memory commands

    gdbplus is an extension to formal releases of GNU debugger gdb. On top of gdb functions, the extension provides additional commands to analyze heap data, object relationship, etc. These power features may shed light on tough issues such as memory corruption, debugging highly optimized code, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    `bfu' is unix-way command line brainfuck debugger. It provides commands to set breakpoints, undo instructions, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Make GDB can record a log of the process execution, and replay it with both forward and reverse execute commands. It's in GDB main trunk now. To get more message: http://sourceware.org/gdb/wiki/ReversibleDebugging
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is a Windows QBasic emulator for Windows. It is suposed to run and build qbasic code. It can build/execute old qbasic code (currently in constructions) Version 0.1 has been released: New commands and lots of bugs removed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Visual DB Script is an editor PHP,ASP,HTML(can support other languages) that integrate the functionally of a Database Manager (like Access or MySQL). It supports Scripting Developers with specifical SQL commands and an SQL Query Designer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    gSim51 is a powerful, efficient and cool simulator for 8051 code. Its has a text based interface and very efficient commands keeping in line with the unix tradition of short and concise commands that do one thing well. gSim51 has no code or data space lim
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    ISMON is a text-based monitor used to control the debug support unit embedded in the Comsis C61100/C61200 IEEE802.11n network controllers. In interactive mode ISMON accepts debug commands from the user. It can also act as a remote target for gdb.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next