Protect your business with AI policies and data loss prevention in the browser
Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
Download Chrome
Find out just how much your login box can do for your customer | Auth0
With over 53 social login options, you can fast-track the signup and login experience for users.
From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
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 bsf4oorexx.
Please see the README.md file in the Code tab or latest release for much more detailed usage and setup information .
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.
JAVAProgram to Sequence Diagram Generator. This tool tries to help on analysing and understanding the behavior of the code when developping JAVA applications by generating the respective Sequence Diagram automatically at program execution.
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.
End-to-End Cloud Platform for the Alternative Investments Ecosystem
Powering Alternative Investments with Intelligence and Precision.
Transform how you manage alternative investments with Dynamo Software’s cloud-native, AI-powered platform that unifies front-, middle-, and back-office operations into one configurable solution.
AlgoExplorer is a dynamic data structures viewer for Java.
It allows the visualization of data structure of a Javaprogram, allowing you to see how objects, handled by the algorithms, interact with each other and how they are related and linked.
The project has been moved on:
http://code.google.com/p/algoexplorer/
Introspection JAVA is a student project, where we have to do a Program to discover others JAVA Programs.
We are from ENSISA (High School diploma in France) for this project.
Like the well-known tee program on UNIX systems, HttpTea is sitting between the client and the server of a HTTP connection. It allows you to modify the requests and responses before submission. HTTPS traffic can be decrypted an displayed as well.
Java Decompiler, Disassembler and Bytecode debugger. Decompiler supports Java 5 (e.g. generics, for-each loops etc). Debugger allows user to step through each bytecode and view program state. Contains Swing GUI.
Cloud-hosted construction project information management for improved communication, and increased efficiency.
Ideal for on-premise project information management.
Newforma empowers over 4M professionals and 1,500 AECO firms worldwide by revolutionizing Project Information Management. We transform vast amounts of project data into a meticulously organized, easily accessible, and fully searchable resource—all from a single, centralized platform. From pre-construction to years after completion, Newforma ensures you have the critical information you need at every stage of your projects.
Yet Another Java Profiler (YaJP) is a profiler tool that uses the JVMTI interface. It can be used to selectively trace a javaprogram and store this information in a compressed logfile. This logfile can then later be analyzed using the same tool.
A java class assambler. This program assembles java byte code instructions for the JVM, like MASM for the CPU. Knowledge of the java byte code instruction is strongly required.
A bug profiling and -reporting program/lib written in java. It enables implementing (java-)programs to generate meaningful reports in case of an error. They can be submitted (automaticly/dialog) by mail (text, html, bugzilla ..) without external programs
Binah is a tool that allows both real-time and off-line visualization of multi-threaded Javaprogram execution to provide an additional perspective for understanding and debugging.
Cricket Cage automatically creates JUnit TestCases for repeatable bugs and test scenarios. Include Cricket Cage's AspectJ code to install a code generator, then run the program to generate the TestCase. Finally, add the test case to your build.xml.
Jylog is a (JPDA) Java Platform Debugger Architecture based logger, Jylog eliminates the need for writing any log statement in the program. one can define the logging information using Jylog swing GUI and Jylog extracts the information from JVM at runtime
Java-program to read, modify and execute class-files. a real java VM written in java or a decompiler for class-files is possible (and partially working)
LogTracker is a Javaprogram intended to track log files. The user can set the path for the file and LogTracker will constantly display the contents of a file as more log entries are added. The user will have the ability to stop updates or pause them.