Showing 19 open source projects for "libusb-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
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    webpack DevServer

    webpack DevServer

    Serves a webpack app and updates the browser on changes

    webpack-dev-server can be used to quickly develop an application. Options that are compatible with webpack-dev-middleware have a key icon next to them. This set of options is picked up by webpack-dev-server and can be used to change its behavior in various ways. When the server is started, there will be a message prior to the list of resolved modules.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Responsively App

    Responsively App

    A modified browser that helps in responsive web development

    ...Responsively App is a modified browser designed to make responsive web development much easier and faster. It gives you an instant preview of all target screens in a single window, and lets you use the dev tools you already know straight from the browser. For Front-End developers, it’s simply a great time-saver! Responsively App’s layout can be customized according to your needs, plus you’ve got nifty features like one-click inspect elements and screenshot, hot reloading and more! Start building better and faster with Responsively App now!
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    axe-core

    axe-core

    Accessibility engine for automated Web UI testing

    Axe is an accessibility testing engine for websites and other HTML-based user interfaces. It's fast, secure, lightweight, and was built to seamlessly integrate with any existing test environment so you can automate accessibility testing alongside your regular functional testing. Axe-core has different types of rules, for WCAG 2.0 and 2.1 on level A and AA, as well as a number of best practices that help you identify common accessibility practices like ensuring every page has an h1 heading,...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 4
    Strapi

    Strapi

    API creation made simple, secure and fast

    ...Built with 100% JavaScript, Strapi lets you easily create self-hosted, customizable, and performant content APIs. Strapi projects can be hosted on any platform of your choice, and you can work with any database you prefer. All your favorite dev tools-- from static site generators and databases to hosting platforms work with Strapi, so you're never locked in. Strapi is designed to be developer-first, with powerful features that allow you to create a flexible data structure in just minutes. Strapi also makes it easy for editors to manage their content and distribute it anywhere. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • FusionAuth: Authentication and User Management Software Icon
    FusionAuth: Authentication and User Management Software

    Offer your users flexible authentication options, including passwords, passwordless, single sign-on (SSO), and multi-factor authentication (MFA).

    FusionAuth adds login, registration, SSO, MFA, and a bazillion other features to your app in days - not months.
    Learn More
  • 5
    IPFS Web UI

    IPFS Web UI

    A frontend for an IPFS node

    ...Check on your node stats, explore the IPLD powered merkle forest, see peers around the world and manage your files, without needing to touch the CLI. When working on the code, run an ipfs daemon, the local dev server, the unit tests, and the storybook component viewer and see the results of your changes as you save files. If you need to run IPFS in a Docker container, you can still have Web UI available by exposing both the Gateway and Web UI ports. The end-to-end tests (E2E) test the full app in a headless Chromium browser. They spawn real IPFS node for HTTP API and a static HTTP server to serve the app. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    ESP32-S2-Mini

    ESP32-S2-Mini

    Arduino ESP32-S2-Mini v1.00 Wemos | Firmware PS4 900x HOST Wifi AP

    Firmware para placa de desarrollo Arduino ESP32-S2 Mini v1.0.0 LOLIN-WIF WEMOS ESP32S2 Dev para Montar Servidor Host AP PlayStation 4 Herramienta web para instalar la última versión del Firmware: https://xdevgms.github.io/ Una vez instalado el firmware podrá conectar con la placa ESP32-S2 Mini vía Wifi WiFi SSID: PS4-Host-AP Password: password Página del administrador http://10.1.1.1/admin.html http://webkey.local/admin.html Nota Importante 1: En la sección configuración General en Conexión WIFI marcar la casilla INICIAR WIFI: y conectar a su wifi local para poder administrar desde una PC, Así podrá subir archivos, borrarlos y Actualizar el Firmware de la placa Nota Importante 2: La herramienta Web https://xdevgms.github.io/ solo la necesita cuando su placa ESP32-S2 este vacía, es decir, sin ningún firmware, luego que cargue este firmware, no volverá a necesitarla y para actualizar solo requerirá descargar la última versión fwupdate_webkey.bin Información
    Leader badge
    Downloads: 134 This Week
    Last Update:
    See Project
  • 7
    uix-kit

    uix-kit

    A free web kits for fast web design and development

    ...Uix Kit isn't a reusable component structure, mostly custom CSS and JavaScript based. Definitely interesting, and if you're developing mostly web content and not applications this is particularly useful. It is a web dev build tool/scaffold that does not depend on any framework. You can import any external libraries/frameworks or native ES Modules for production. The generated core file in the dist directory can be used separately in any website. Support JS, HTML, and SASS component library automatically packaged. It is used to develop the full-static website (HTML templates or for dynamic language integration). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Critters

    Critters

    A Webpack plugin to inline your critical CSS and lazy-load the rest

    It's a little different from other options because it doesn't use a headless browser to render content. This tradeoff allows Critters to be very fast and lightweight. It also means Critters inlines all CSS rules used by your document, rather than only those needed for above-the-fold content. Critters' design makes it a good fit when inlining critical CSS for prerendered/SSR'd Single Page Applications. It was developed to be an excellent compliment to the prerender-loader, combining to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • Say goodbye to broken revenue funnels and poor customer experiences Icon
    Say goodbye to broken revenue funnels and poor customer experiences

    Connect and coordinate your data, signals, tools, and people at every step of the customer journey.

    LeanData is a Demand Management solution that supports all go-to-market strategies such as account-based sales development, geo-based territories, and more. LeanData features a visual, intuitive workflow native to Salesforce that enables users to view their entire lead flow in one interface. LeanData allows users to access the drag-and-drop feature to route their leads. LeanData also features an algorithms match that uses multiple fields in Salesforce.
    Learn More
  • 10
    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: 4 This Week
    Last Update:
    See Project
  • 11
    GTAjax

    GTAjax

    GTAjax is Generally-Targeted AJAX.

    GTAjax is Generally-Targeted AJAX. It can be a replacement and enhancement of current AJAX. its feathers include: OS-indenpent,Brower-indenpent,backend-script-indenpent, more at http://ufqi.com/dev/gtajax
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CMS-IDE, Zend Framework based CMS

    CMS-IDE, Zend Framework based CMS

    Free open source php CMS , template design in the browser

    ...v=qgRPWqAuB8Q INSTALLATION: 1.Download source as a ZIP and upload and extract it to the document root on the server. 2.Create database_user and database_password in hosting cpanel. 3.Point browser to the root URL 4.Folow installation steps... If you have trouble with the instalation, do the MANUAL INSTALLATION: 1.Download source as a ZIP and upload dev-application and library folder where you want - best is one step above document root 2.upload other folders & files to the document root 3.set appropriate paths in config settings in dev-application/config/config.ini 4.execute sql in phpmyadmin 5. make shure .htaccess is ok and put in the document root
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Booklet Silverstripe Module

    Silverstripe module to display content in a flipbook layout

    Installation - Unpack the files in a folder called booklet - Run dev/build Usage - At the CMS add a new page of "Booklet Holder" type - Choose if you want to use the Moleskine Theme by checking the field at the Main tab - In the tabs Options, Closed, Page, Manual, Controls, Navigation, Menu and Shadows you can set the jQuery plugin options
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Contextual Scrolling Silverstripe Module

    Silverstripe module for contextual scrolling in long vertical pages

    * Installation - Unpack the files in a folder called contextualscroll - Run dev/build * Usage - At the CMS add a new page of "Contextual Scroll Holder" type - At the main tab you can set font-size, height, width, padding, margin-bottom and background-color for the children pages - Add pages below the the Contextual Scroll Holder - All pages are displayed once with the vertical contextual scroll bar showing their names
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Timeline Silverstripe Module

    Timeline Silverstripe Module

    Installation - Unpack the files in a folder called timeline - Run dev/build - on the javascript folder you can find the translation files for the following idioms: french, italian, portuguese and spanish. Remove the comment from the line 33 of the templates/TimelineHolder.ss file and set it for your idiom. Usage - At the CMS add a new page of "Timeline Holder" type - Select the cascade style sheet file to use ( Default from verite or dark template from tutorialzine ) - Add children pages of "Timeline Page" type - Set the fields Event Date, End of Event, Article. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A J2EE Web Dev Framework, Struts style MVC, Event Driven like JSF and Ajax-enabled Client Scripting like YUI, Fine grained event binding, access to server variables in JavaScript & Webpages, Easy integration with Struts, No custom tags & No complex API.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Justo is a set of internet oriented applications (rias) for developers and geeks: messaging, blog, repository, frameworks, cms, cmf, distributed database, p2p, dev utils. Based on: Ajax, XML, AS/Flex, PHP, C/С++, C#, .NET, WinApi, XUL, Unix/Shell script
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    โครงการพัฒนามอซิลล่าไทย Development to enable/enhance Thai experience in Mozilla software. Software releases will include Thai Firefox Community Edition, Thai Thunderbird Community Edition and Thai Firefox ex
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Eadj Theme dev provides a central hub system for Themes & Mods. Wich include new themes/MODs creating & changing existing themes/MODs to make them working with current Xoops v1.x/2.x ,Wordpress blog, and web design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next