Search Results for "mini web browser" - Page 23

Showing 1257 open source projects for "mini web browser"

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
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    Hypersocket VPN

    Hypersocket VPN

    A simple yet powerful open source VPN solution

    Hypersocket is a streamlined VPN solution built for all types of remote access scenarios. Powerful yet simple to use, Hypersocket uses a single installed client to provide access to any number of network resources. Its powerful granular access means you can have fine grained control over your entire network and remote users. Accessed through a secure HTTPS port, the Hypersocket client provides access to any number of host/port combinations all effortlessly assigned server-side by the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Lazy Load Remastered

    Lazy Load Remastered

    Vanilla JavaScript plugin for lazyloading images

    ...Use this for example if you use different class name. Low resolution placeholder ie. the “blur up” technique. Lazyloaded Responsive images are supported via data-srcset. If browser does not support srcset and there is no polyfill the image from data-src will be shown.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    jsql-sx

    jsql-sx is a javascript API for simple SQL-like local data handling

    The jsql-sx javascript API implements a small, often used, subset of the SQL language aimed at handling structured data locally in a Web browser. It supports HTML5 persistence by storing all the data in the browser's local storage (if the browser supports it) for later usage. This API was developed thinking about Web applications (desktop and mobile) which: - Handle considerable amounts of local data - Need data persistence - Prefer structured access to data - Work offline The API was written in vanilla javascript so no additional libraries are needed. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    isomorphic-fetch

    isomorphic-fetch

    Isomorphic WHATWG Fetch API, for Node and Browserify

    ...As a "safe" alternative, which does not modify the global, consider fetch-ponyfill. The Fetch API is currently not implemented consistently across browsers. This module will enable you to use fetch in your Node code in a cross-browser compliant fashion. The Fetch API is part of the Web platform API defined by the standards bodies WHATWG and W3C. All open source code released by FT Labs is licenced under the MIT licence. Based on the fine work by jxck.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    BADAM gamebook engine

    BADAM gamebook engine

    Simple data driven web based gamebook engine using javascript.

    ...Also included is part of a sample game ( to demonstrate the engine features ) and a hyperlink driven interpreter built on top of the core library functions. To run the application, download all files (folder structure intact) and open index.html in a javascript enabled web browser. To create a new game, create a new gameworld.js file and create new scenes, objects and events inside it. Documentation is available in the wiki. To create a new interpreter make use of the badengine.js file. For core functions documentation, refer to the wiki. Feel free to contact me at krishnakumarm777@gmail.com with comments and criticism.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Grasshopper Web App

    Grasshopper Web App

    Web App to control Bticino MyHome using OpenWebNet

    Grasshopper is an open source and free (speech & beer) responsive-design web application to control Bticino MyHome. VALUES: Use any device Since Grasshopper is a browser-based application, you can use a browser on any device to access Grasshopper. Thanks to its responsive-design support, the Grasshopper interface will adapt to the screen-size of your device. Choice of server-platform Grasshopper is a web application that can run from different web servers. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    CrazyStat

    CrazyStat

    Free PHP web analytics script

    CrazyStat is a web analytics script written in PHP. It does not need access to server-logfiles or a MySQL-database to generate statistics of your website visitors. The script has very good usability and still has lots of features. The stats only need one screen length to present all the information. It's fast because of it's caching technology and uses minimal webspace by compressing logfiles. It's free and released under GPL as open source software. With CrazyStat, it is easy to respect...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Meteor

    Meteor

    Meteor, the JavaScript App Platform

    Meteor is a full-stack JavaScript framework that streamlines building real-time web and mobile applications from a single codebase. It couples a Node.js backend with a reactive data system so UI updates propagate automatically when data changes. The framework popularized DDP (a lightweight pub/sub protocol) and a client cache (Minimongo) to mirror server collections on the client for latency-compensated interactions. A batteries-included build system, package ecosystem, and opinionated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    WebSudoku

    Sudoku web game

    Web based Sudoku game. It's written in PHP and ready to be installed on any web server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    DRS - JSnake

    DRS - JSnake

    The Snake Game written in JavaScript and CSS3!

    This is the Snake game, re-written in JavaScript and themed using CSS3. Easy to personalize, theme design, internal code, and easy to play! Any features can be added just by some few lines! Any skins could be used with this powerful CSS3! Any how can be played, either in a touch device, keyboard, joy stick, kinect, whatever. (need external software) Tested and works in almost any browser. The CSSes are written for webkit browsers (Chrome and Safari) at the moment. More...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Javascript-Voronoi

    Javascript-Voronoi

    JS implementation of Fortune's algorithm to compute Voronoi cells

    This repository implements Steven Fortune’s algorithm (sweep-line method) for generating Voronoi diagrams in JavaScript, providing a performant browser-side solution for computational geometry of planar point sets. With this library you can feed a set of sites (points) and compute their Voronoi cells – the partition of the plane into regions closest to each site – in O(n log n) time. It’s especially useful in web UIs, visualizations, interactive maps, and generative-art contexts where you need dynamic tessellations or diagrammatic layouts. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    casualShare

    casualShare

    Transforms the computer into a Airplay receiver

    This application makes your computer into a airplay compatible receiver so that you can send images from your IOS device to your computer via airplay (like an AppleTV) and view these images from a web browser. This application allows you to send images from any number of iOS devices, and splits the screen appropriately so that all images are shown. This program requires nodejs and java to be installed. java can be installed at https://java.com/en/download/index.jsp nodejs can be installed at http://nodejs.org/ once installed run the casualshare file, which will start up a airplay receiver on your computer and redirect you to a webpage. ...
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Tags Editor
    ...This software support VB Script & Java Script components. you can run any kind of VB Script and Java Script programs without saving,just type program and view it in internal browser. you can run HTML,CSS,VB Script & Java Script components without full code of it. you can view your code in many browsers like Internal Browser,Default Browser,Internet Explorer,Chrome,Firefox,Safari or you can add your browser path in Options menu. this software also enable you to create advanced web pages using CSS. In this software you can type your html program on the left side and can view the output on the right side. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    DymoChromePrinting

    DymoChromePrinting

    Printing to Dymo LabelWriter without NPAPI

    System to allow printing to Dymo Labelwriter labelprinters without NPAPI plugin framework which has recently been disabled in chrome. System runs a local node.js server which accepts XML which is passed into the label framework. Includes a chrome extension to allow CORS/Mixed content posts to localhost to print labels, typically blocked by browser. See README.txt for information on usage. ----------------------- Note: Compiled Binaries are windows only, but this method is macintosh...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    PathFinding.js

    PathFinding.js

    A comprehensive path-finding library for grid based games

    The aim of this project is to provide a path-finding library that can be easily incorporated into web games. It may run on Node.js or the browser. It comes along with an online demo to show how the algorithms execute. (The pathfinding speed is slowed down in the demo). Note that this project only provides path-finding algorithms for 2D space. If you need to work in a 3D environment, then you may use @schteppe's fork. When instantiating path-finders, you may pass in additional parameters to indicate which specific strategies to use. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The CorneliOS WebOS is an easy-to-use and cross-browser "Web Desktop Environment", "Web Operating System" or "Web Office". It's also a powerful web application framework that can be used to build community platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    mcafe

    mcafe

    Small restaurant menu and orders service for PC and mobile devices

    Application has been developed in 2007. Those days it allowed to run complete restrant orders cycle from warehouse and ingredients to simple reports. There is "full" client for PC browser and "simple" client for Pocket PC devices running Windows CE Internet Explorer. Both clients are based on AJAX, so web-site works as application even with dramatically slow network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Luz do Saber

    Luz do Saber

    Software para alfabetização e inclusão digital.

    Luz do Saber é um software educativo utilizado para alfabetização e inclusão digital que conta com duas versões, uma infantil e outra para jovens e adultos. Baseado na metodologia de ensino de Paulo Freire. Este projeto é financiado pelo Governo do Estado do Ceará - Brasil.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 19

    JAVIER

    JAvascript Voicexml InterpretER

    JAVIER is a JAvascript Voicexml InterpretER, designed (but not restricted) to run inside a web browser, its main engine has less than 1000 lines of code. It's maybe, the tiniest but (almost) FULL VoiceXML implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    FastClick

    FastClick

    Easy-to-use library to remove click delays on browsers with touch UIs

    FastClick is a simple, easy-to-use library for eliminating the 300ms delay between a physical tap and the firing of a click event on mobile browsers. The aim is to make your application feel less laggy and more responsive while avoiding any interference with your current logic. FastClick is developed by FT Labs, part of the Financial Times. Note: As of late 2015 most mobile browsers - notably Chrome and Safari - no longer have a 300ms touch delay, so fastclick offers no benefit on newer...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Wacky Trackky

    Wacky Trackky

    online browser racing arcade game

    online browser racing game wacky wheels in forests of warcraft
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Mad Dog Backup System
    Mad Dog Backup is a simple manual backup system. The software allows authenticated users to submit and retrieve files to and from a backup system via a Web browser. The official source repository is located at https://github.com/textbrowser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Simple 8-bit Assembler Simulator

    Simple 8-bit Assembler Simulator

    Simple 8-bit Assembler Simulator with Angular.js

    ...Make sure you have Grunt installed to compile the asmsimulator.js script. Run grunt to build the project. The simulator is written in JavaScript with Angular and runs on every device with a web browser. It has a lot of simplifications and constraints, but it is the basic structure of every emulator. The console output uses memory mapping and maps a specific portion of the memory to the console. Thus writing to the console output is as simple as writing into a specific memory location. The CPU reads instructions from the memory and executes them. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Sea.js

    Sea.js

    A module loader for the Web

    Extremely simple experience of modular development. Sea.js's pursuit of a simple, natural coding and organization is accompanied by a set of useful features. The definition of a module specification is simple and friendly, Sea.js follows the CMD specification, as the Node.js module style. Natural and intuitive code organization, automatically load dependence, configuration is simple and clear, so that you can more enjoy coding. Sea.js provides common plug-ins, they are very helpful for the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    WidowsLament

    A very basic browser based adventure game.

    Widows Lament is a very basic game played in an HTML browser. The player directs the adventures of Arenda, a woman who's village and family have been put to the sword. Ultimately, she will get her revenge!
    Downloads: 0 This Week
    Last Update:
    See Project