Showing 25 open source projects for "inspect"

View related business solutions
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
    Learn More
  • Cyber Risk Assessment and Management Platform Icon
    Cyber Risk Assessment and Management Platform

    ConnectWise Identify is a powerful cybersecurity risk assessment platform offering strategic cybersecurity assessments and recommendations.

    When it comes to cybersecurity, what your clients don’t know can really hurt them. And believe it or not, keep them safe starts with asking questions. With ConnectWise Identify Assessment, get access to risk assessment backed by the NIST Cybersecurity Framework to uncover risks across your client’s entire business, not just their networks. With a clearly defined, easy-to-read risk report in hand, you can start having meaningful security conversations that can get you on the path of keeping your clients protected from every angle. Choose from two assessment levels to cover every client’s need, from the Essentials to cover the basics to our Comprehensive Assessment to dive deeper to uncover additional risks. Our intuitive heat map shows you your client’s overall risk level and priority to address risks based on probability and financial impact. Each report includes remediation recommendations to help you create a revenue-generating action plan.
    Learn More
  • 1
    Sysdig Inspect

    Sysdig Inspect

    A powerful opensource interface for container troubleshooting

    Sysdig Inspect is a powerful opensource interface for container troubleshooting and security investigation. Inspect's user interface is designed to intuitively navigate the data-dense sysdig captures that contain granular system, network, and application activity of a Linux system. Sysdig Inspect helps you understand trends, correlate metrics and find the needle in the haystack. It comes packed with features designed to support both performance and security investigations, with deep container...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Ganache

    Ganache

    Personal blockchain for Ethereum development

    Quickly fire up a personal Ethereum blockchain which you can use to run tests, execute commands, and inspect state while controlling how the chain operates. Quickly see the current status of all accounts, including their addresses, private keys, transactions and balances. See the log output of Ganache’s internal blockchain, including responses and other vital debugging information. Configure advanced mining with a single click, setting block times to best suit your development needs. Examine...
    Downloads: 173 This Week
    Last Update:
    See Project
  • 3
    Blooket Hack game

    Blooket Hack game

    Best blooket hack around

    Best blooket hack around Please star this project. It works Fine if you need help just comment It and I will fix It. Simply select a hack folder and copy it then on your computer left click and click on inspect then go to console and paste the hack in then refresh your browser. Simply made by javascript.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Ember Inspector

    Ember Inspector

    Adds an Ember tab to the browser's Developer Tools

    Adds an Ember tab to the browser's Developer Tools that allows you to inspect Ember objects in your application. The Ember Inspector is a plug-in for the Chrome developer tools that makes understanding and debugging your Ember.js application a snap. After installing this extension, you'll be able to easily view all of the routes defined in your application. Reference Ember's naming conventions for your URLs, including what to name your controllers, templates, routes and more. Overlay your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
    Learn More
  • 5
    rehype

    rehype

    HTML processor powered by plugins part of the @unifiedjs collective

    rehype is a tool that transforms HTML with plugins. These plugins can inspect and change the HTML. You can use rehype on the server, the client, CLIs, deno, etc. rehype is an ecosystem of plugins that work with HTML as structured data, specifically ASTs (abstract syntax trees). ASTs make it easy for programs to deal with HTML. We call those programs plugins. Plugins inspect and change trees. You can use the many existing plugins or you can make your own. You can use rehype for many different...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    remarklint

    remarklint

    plugins to check (lint) markdown code style

    remark plugins to check (lint) markdown code style. remark is an ecosystem of plugins that work with markdown as structured data, specifically ASTs (abstract syntax trees). ASTs make it easy for programs to deal with markdown. We call those programs plugins. Plugins inspect and change trees. You can use the many existing plugins or you can make your own.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Responsively App

    Responsively App

    A modified browser that helps in responsive web development

    ... features like one-click inspect elements and screenshot, hot reloading and more! Start building better and faster with Responsively App now!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Lebab

    Lebab

    Turn your ES5 code into readable ES6

    Turn your ES5 code into readable ES6. Lebab does the opposite of what Babel does. Lebab transpiles your ES5 code to ES6/ES7. It does exactly the opposite of what Babel does. Convert your old-fashioned code using the lebab cli tool, enabling a specific transformation. The recommended way of using Lebab is to apply one transform at a time, read what exactly the transform does and what are its limitations, apply it to your code and inspect the diff carefully. Transforms can be applied...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Jest Puppeteer

    Jest Puppeteer

    Run your tests using Jest & Puppeteer

    ... integration test can be done using Puppeteer API but it can be complicated and hard because API is not designed for testing. Debugging tests can be hard sometimes and it is very useful to be able to pause tests in order to inspect the browser. Jest Puppeteer exposes a method jestPuppeteer.debug() that suspends test execution and gives you the opportunity to see what's going on in the browser.
    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.
    Learn More
  • 10
    jscodeshift

    jscodeshift

    A JavaScript codemod toolkit

    .... In order to properly use the jscodeshift API, one has to understand the basic building blocks of recast (and ASTs) as well. An AST node is a plain JavaScript object with a specific set of fields, in accordance with the Mozilla Parser API. The primary way to identify nodes is via their type. It's OK to not know the structure of every AST node type. The (esprima) AST explorer is an online tool to inspect the AST for a given piece of JS code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Bull

    Bull

    Queue package for handling distributed jobs and messages in NodeJS

    ... with Bull. Use the promo code "BULLMQ" when signing up to help us sponsor the development of Bull! Supercharge your queues with a professional front end. Get a complete overview of all your queues. Inspect jobs, search, retry, or promote delayed jobs. Metrics and statistics, and many more features. Queues are robust and can be run in parallel in several threads or processes without any risk of hazards or queue corruption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ufonet

    ufonet

    UFONet - Denial of Service Toolkit

    UFONet - Is a set of hacktivist tools that allow launching coordinated DDoS and DoS attacks and combine both in a single offensive. It also works as an encrypted DarkNET to publish and receive content by creating a global client/server network based on a direct-connect P2P architecture. + FAQ: https://ufonet.03c8.net/FAQ.html -------------------------------------------- -> UFONet-v1.8 [DPh] "DarK-PhAnT0m!" (.zip) -> md5 = [ c8ab016f6370c8391e2e6f9a7cbe990a ] -> UFONet-v1.8...
    Downloads: 32 This Week
    Last Update:
    See Project
  • 13
    MobiDevTools

    MobiDevTools

    A mobile devtools for debugging web sites and web apps

    Considering Firefox the only browser for Android that offers the possibility of being able to install add-ons, I believe that implementing Eruda [https://github.com/liriliri/eruda], mobile devtools, in a WebExtension was for me a necessary choice for developers who concentrate on debugging web apps. Add-on allows you to view the console, DOM elements, network traffic, source code, resources, and more. --------------- 21.07.2022 - Updated the add-on's eruda (2.5.0v)...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Serverless Components

    Serverless Components

    The Serverless Framework's new infrastructure provisioning technology

    The Serverless Framework's new infrastructure provisioning technology. Build, compose, & deploy serverless apps in seconds. Easily define your applications as functions and events. Declare AWS Lambda functions and their triggers through simple abstract syntax in YAML. Deploy infrastructure and code with a single command. AWS Lambda functions, triggers & code will be deployed and wired together in the cloud, automatically. Extend your use-cases and workflow with Plugins. Install thousands of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Paper.js

    Paper.js

    The swiss army knife of vector graphics scripting

    Paper.js is an open source vector graphics scripting framework that runs on top of the HTML5 Canvas. It offers a clean Scene Graph / Document Object Model and a lot of powerful functionality to create and work with vector graphics and bezier curves, all neatly wrapped up in a well designed, consistent and clean programming interface. Paper.js is based on and largely compatible with Scriptographer, a scripting environment for Adobe Illustrator with an active community of scripters and more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CSS Injector

    CSS Injector

    Rapidly edit custom style of webpage

    ## CSS Injector is a browser extension for web designer to easily inject any CSS code into any webpage or website. ## Use it to tweak and fix website CSS #### It automatically saves your CSS code with local storage APIs ### Limitations - WebExtension only works on sites that allow content scripts.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Sketch Measure

    Sketch Measure

    Create spec for developers and teammates

    Make it a fun to create spec for developers and teammates. Automatically generating html page with one click, inspect all the design details including CSS Styles on it offline. Layer's influence rect includes the area of shadows and outside borders, it's exactly the same size with the exported image. Sometime, shadows will not implement by engineers, it should be a part of image. Designer need to show the influence rect to engineers, not the regular rect. This is the feature using...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    React Performance Devtool

    React Performance Devtool

    A browser developer tool extension to inspect performance

    React Performance Devtool is a browser extension for inspecting the performance of React Components. It statistically examines the performance of React components based on the measures which are collected by React using window.performance API. Along with the browser extension, the measures can also be inspected in a console. A demo of the extension being used to examine the performance of React components on my website. Performance measures can also be logged to a console. With every...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SlimerJS

    SlimerJS

    A scriptable browser like PhantomJS, based on Firefox

    SlimerJS is a scriptable browser. It allows you to manipulate a web page with an external Javascript script: opening a webpage, clicking on links, modifying the content... It is useful to do functional tests, page automation, network monitoring, screen capture etc. It is a tool like PhantomJs, except that it runs Gecko instead of Webkit, and it is headless when using Firefox 56+. It can be used with Firefox 59. Higher version of Firefox is not supported and probably will not be supported in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Inspector Tool

    Inspector Tool

    Firebug Lite Beta for Google Chrome and Opera Browser

    Tool for web developer dedicated to Chrome and Opera browser based on Firebug Lite (Beta release). It is free and open source plugin available on SourceForge. Main features: - Same look and feel as Firebug - Inspect HTML and modify style in real-time - JavaScript Console with autocomplete code (tab, shift+tab) - Rich representation of DOM elements - Live editing CSS rules and properties - Elements are selected on-the-fly while using the Inspect tool again activatable in context menu...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    AST explorer

    AST explorer

    A web tool to explore the ASTs generated by various parsers

    Paste or drop code into the editor and inspect the generated AST. Depending on the parser settings, it not only supports ES5/CSS3. Since the future syntax is supported, the AST explorer is a useful tool for developers who want to create AST transforms. In fact, transformers are included so you can prototype your own plugins. Save and fork code snippets. Copy the URL to share them. Copying an AST or dropping a file containing an AST into the window will parse the AST and update the code using...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Rodeo

    Rodeo

    A data science IDE for Python

    ...?" Rodeo makes it very easy for its users to explore what is created by them and also alongside allows the users to Inspect, interact, compare data frames, plots and even much more. It is an IDE that has been built especially for data science/Machine Learning in Python and you can also very simply think of it as a light weight alternative to the IPython Notebook.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 23
    Ampare Copy Protection

    Ampare Copy Protection

    Ampare Copy Protection is a simple jquery prevent newbies copy content

    Ampare Copy Protection is a simple jquery prevent newbies from copying your content . However , It cannot prevent intermediate user from html inspect element and wget
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    xn.debug - power of php
    This debugger for PHP gives you the ability to inspect and understand what is going on in your application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is a Firefox Extension that opens S3D Connector user pages in a new tab. This is useful to quick inspect the profile of a any player. Settlers 3D is a great Settlers of Catan Online Clone, by Jason Fugate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next