Showing 119 open source projects for "dev"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    rollup-plugin-dev

    rollup-plugin-dev

    Development server for rollup with additional logging and options

    A development server for rollup.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    uMatrix

    uMatrix

    Point and click matrix to filter net requests according to source

    Definitely for advanced users. uMatrix does not guarantee that sites will work fine: it is for advanced users who can figure how to un-break sites, because essentially uMatrix is a firewall which works in relaxed block-all/allow-exceptionally mode out of the box: it is not unexpected that sites will break. uMatrix can be set to work in allow-all/block-exceptionally mode with a single click on all cells in the global scope if you prefer to work this way. This will of course break fewer sites,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Shadow Editor

    Shadow Editor

    Cross-platform 3D scene editor based on three.js, golang and mongodb

    ...Starting from v0.6.1, ShadowEditor only provides core features and extended APIs, and other features will be provided in the extensions, just like VSCode. We will develop in the dev branch. Fix the bug that some versions of go typeface management list report errors. Play animations in the scene in real time, and can play full screen and in new window. Display, renderer, helpers, filter, weather, control mode, select mode, add mode, language. Plane, cube, circle, cylinder, sphere, icosahedron, torus, torus knot, teapot, lathe. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    tris-webpack-boilerplate

    tris-webpack-boilerplate

    A Webpack boilerplate for static websites with all the necessary tools

    A Webpack boilerplate for static websites that have all the necessary modern tools and optimizations built-in. Score a perfect 10/10 on performance. This webpack boilerplate is for beginner, intermediate, and advanced developers looking to create static websites quickly while achieving all the right optimizations to score perfectly on Google Page Speed Insights and Google Lighthouse Reports. This is an evolution of tris-gulp-boilerplate, now with Webpack 4. Webpack is the new standard for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 5
    accessible-slick

    accessible-slick

    The last (accessible) carousel you'll ever need

    A highly accessible, WCAG 2.0 / 2.1 compliant, drop-in replacement for Slick Slider (1.8.1) crafted and tested by expert users and professional accessibility consultants, intended to make life easier for real-world dev teams who need to pass accessibility audits.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CodeCopy

    CodeCopy

    A browser extension that adds copy to clipboard buttons

    CodeCopy is a browser extension that automatically adds “copy to clipboard” buttons to code blocks on popular documentation and Q&A sites. Its goal is to save developers time and frustration by making it a single click to copy example snippets, rather than manually selecting text and dealing with formatting issues. The extension detects code snippets on pages like GitHub, MDN, Gist, Stack Overflow, StackExchange, npm, Medium, and others, then overlays a small copy icon or button in the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PDFJsAnnotations

    PDFJsAnnotations

    Wrapper for PDF JS to add annotations

    ...So you won't be able to use functions like text selections. trying my best to add the text layer. Due to a lack of PDFJs documentation about this section progress is very slow. If anyone is interested you can check the progress on the dev branch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    WenQuanYi (Spring of Letters)

    Crowd-sourcing CJK font project

    This project aims to develop the most complete, standard compliant, high-quality Chinese (and CJKV) fonts and resources, including bitmap and outline fonts of various styles. We also develop web-based tools to facilitate online font-dev collaborations.
    Leader badge
    Downloads: 3,159 This Week
    Last Update:
    See Project
  • 9
    Space Desktop

    Space Desktop

    This project was bootstrapped with Create React App

    This project was bootstrapped with Create React App. If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution Icon
    Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution

    K-12 Schools, Higher Education, Businesses, Restaurants

    Rise Vision is the #1 digital signage company, offering easy-to-use cloud digital signage software compatible with any player across multiple screens. Forget about static displays. Save time and boost sales with 500+ customizable content templates for your screens. If you ever need help, get free training and exceptionally fast support.
    Learn More
  • 10
    Poi

    Poi

    A zero-config bundler for JavaScript applications

    ...Inside an empty project, run yarn init or npm init to create a package.json and install Poi. Poi CLI is built into the main package poi. While you can install it globally and run it, it is much better to install it locally into your project as a dev dependency. By default Poi bundles your app in development mode, so running poi alone doesn't really do much but generates an unminified bundle. But you can combine it with --serve flag which starts a dev server to serve the development bundle with hot reloading support. Save it and the browser will automatically reload to apply the changes!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    React Hot Loader

    React Hot Loader

    Tweak React components in real time

    ...HMR allows us to replace modules in-place without restarting the server. Here’s how you can enable it for different bundlers. The easiest and fastest option to use React Hot Loader with Webpack is to use webpack-dev-server with --hot CLI option. If you’re only rendering on the client side but you have to use some custom node server, this is still an easy option. You can simply copy server.js from the official boilerplate into your project. The important part of the configuration is that when you create a new WebpackDevServer, you need to specify hot: true as an option.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    NG6

    NG6

    An AngularJS Starter repo for AngularJS + ES6 + Webpack

    NG6 is a starter project for building single-page applications with AngularJS 1.x, modern ES6 JavaScript, and Webpack as the module bundler. It provides a minimal but opinionated boilerplate that shows best practices for structuring a scalable Angular app using a fully componentized file layout. The project wires together Webpack and Babel to handle ES6 transpilation, asset bundling, and hot reloading during development. Gulp is used as an orchestrator to run Webpack, start a development...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Mellow

    Mellow

    Mellow is a rule-based global transparent proxy client for Windows

    Mellow is a rule-based global transparent proxy tool that can run on Windows, macOS and Linux, and can also be configured as a router transparent proxy or proxy gateway, supporting multiple proxy protocols such as SOCKS, HTTP, Shadowsocks, VMess, etc. Mellow is a transparent proxy client. If you don’t understand it, then to be more realistic, it can not only proxy browser requests, but also proxy WeChat, QQ, Telegram clients, Instagram clients, NetEase Cloud Music, and various command lines...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    gsasnp2

    gsasnp2

    PubMed ID: 29562348 / DOI: 10.1093/nar/gky175

    ...LINUX, MAC OR WINDOWS SPECIFIED FOLDER) TO ALLOW THE PROGRAM TO FIND THE PREDESIGNED DATA. * UPDATE NOTE: -> Sep-1-2020: add an update for Ubuntu-20.04. You will need Boost library installed (sudo apt-get install libboost-all-dev) -> Mar-7-2018: revise header terms in the output file
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    jjb

    jjb

    A chrome extension that helps you automatically apply for Jingdong

    ...Since Beijing Price Insurance is not commercial software, it depends on your support to continue. Beijing Price Insurance compressed the code to reduce the size when it was released, please run yarn dev to compare. Beijing Price Insurance does not support Ubuntu and similar systems temporarily, which may cause the function to be unavailable or the memory usage to be too large. It is not recommended to use it under Ubuntu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Scaffold-ETH

    Scaffold-ETH

    Forkable Ethereum dev stack focused on fast product iterations

    scaffold-eth is a developer starter kit for building Ethereum-powered applications, bundling a smart-contract workspace with a live-reloading front end and batteries-included tooling. It provides a local blockchain environment, contract templates, and scripts for compile, deploy, verify, and test, wired to a React/Next.js UI that reflects contract state in real time. The stack encourages rapid iteration: edit a Solidity contract, redeploy with one command, and immediately interact through...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    UnCSS

    UnCSS

    Remove unused styles from CSS

    ...If you need to run UnCSS against your templates, you should probably generate example HTML pages from your templates, and run uncss on those generated files; or run a live local dev server, and point uncss at that. UnCSS only runs the Javascript that is run on page load. It does not (and cannot) handle Javascript that runs on user interactions like button clicks. You must use the ignore option to preserve classes that are added by Javascript on user interaction. UnCSS can also be used in conjunction with other JavaScript build systems, such as Grunt, Broccoli or Gulp! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    React Sight

    React Sight

    Visualization tool for React, with support for Fiber, Router, etc.

    React Sight requires React Dev Tools for reading information about your App. Simply add to Chrome if you don't have it installed. Open your React application, or open (almost!) any website running React! React Sight is a live view of the component hierarchy tree of your React application with support for React Router and Redux. Now with support for Firefox! Hover over nodes to see their state and props in the side panel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Parsley

    Parsley

    Validate your forms, frontend, without writing a line of javascript

    Parsley, the ultimate JavaScript form validation library. Validating forms frontend have never been so powerful and easy. Like no other form validation library, simply write in English your requirements inside your form HTML tags, Parsley will do the rest! No need to write even a single JavaScript line for simple form validation. Parsley is now smarter, it automatically detects your forms' modifications and adapts its validation accordingly. Simply add, remove or edit fields, Parsley...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Tevor

    Tevor

    Your own mini Travis CI to run tests locally

    Trevor is a command-line tool that acts like a mini local Travis CI, running your test matrix on your machine using the configuration from your .travis.yml file. Instead of pushing code to a CI service just to see if tests pass on multiple Node.js versions, you run Trevor locally and it will iterate through each specified version. Under the hood it orchestrates Node.js version switching (via n/nvm or Docker setups) and executes the configured test script as Travis would. This allows you to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Alien Evolution

    Alien Evolution

    A websocket based realtime browser application using the Alien Cipher.

    ...Alien moves the logic outside of the webtree and provide cgi abilities via the apis that connect the endpoints together and allows Alien to deliver client code on a realtime basis according to user interactions. This approach allows Alien to perform realtime tasks that would be next to impossible to perform with HTTP transfers. Live dev at https://alienzone.host All built on Alien technology. Enjoy =D
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    jsconsole

    jsconsole

    Web based console - for presentations and workshops

    ...One hallmark of jsconsole is its remote debugging support: you can connect a remote browser or device to your console session and receive console output or even execute commands in that context, which simplifies diagnosing problems on devices you don’t have physically in front of you. While more limited than full browser dev tools, it’s lightweight and accessible from anywhere with a browser, and the project includes the full web-app source so you can self-host or customize it for specific use cases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Substance.js

    Substance.js

    A JavaScript library for web-based content editing

    A JavaScript library for web-based content editing. Substance is a JavaScript library for web-based content editing. It provides building blocks for realizing custom text editors and a web-based publishing systems. It is developed to power our online editing platform Substance. The test suite is rebuilt as you make changes to the source files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CSSFX

    CSSFX

    Beautifully simple click-to-copy CSS effects

    Beautifully simple click-to-copy CSS effects. A carefully crafted collection designed with a focus on fluidity, simplicity, and ease of use. Powered by CSS with minimal markup. Completely open-source and MIT licensed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ASP.NET Core & Vue.js Starter

    ASP.NET Core & Vue.js Starter

    Asp.net Core & Vue.js (ES6) SPA Starter kit

    ...Now you can open the project via Visual Studio or VSCode, press F5 to run the application! You have two choices when it comes to how you prefer to run it. You can either use the command line or the build-in run command. Run the application using npm run dev. Run the application in VSCode or Visual Studio 2017 by hitting F5. When running the app using debug menu or F5 VS open auto the app in the browser. Trilon can become part of your development process, making sure that you're building enterprise-grade, scalable applications with best practices in mind, all while getting things done better and faster!
    Downloads: 1 This Week
    Last Update:
    See Project