Showing 89 open source projects for "browser cache"

View related business solutions
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    offline-plugin for webpack

    offline-plugin for webpack

    Offline plugin (ServiceWorker, AppCache) for webpack

    This plugin is intended to provide an offline experience for webpack projects. It uses ServiceWorker, and AppCache as a fallback under the hood. Simply include this plugin in your webpack.config, and the accompanying runtime in your client script, and your project will become offline ready by caching all (or some) of the webpack output assets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    BrowserServices

    Provide browser services such as downloading to Python programs.

    Provide browser services such as downloading files using the Python webbrowser library and specially constructed URLs. The webRequest api from Web Extensions is used to generate an onErrorOccurred event in a background script. The script then reads the URL and extracts on or more download requests encoded in the URL. It then does the requests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ULib

    ULib

    C++ application development framework, to help developers create apps

    ULib is a highly optimized class framework for writing C++ applications. I wrote this framework as my tool for writing applications in various contexts. It is a result of many years of work as a C++ programmer. I think, in my opinion, that its strongest points are simplicity, efficiency, and sophisticated debugging. ULib is meant as a very lightweight C++ library to facilitate using C++ design patterns even for very deeply embedded applications, such as for systems using uclibc along with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    TagLEET

    A Notepad++ plugin for ctags browsing

    A fast ctags browser for code developers that use Notepad++. Can work with huge tags file and tag lookup will still be instantaneous. Low memory footprint. It is so fast that it does not need to cache any part of the tags file. No dependency on timestamps. Since tag file is not cached. You may update the tags file anytime. Can lookup full tag or do a prefix match.
    Leader badge
    Downloads: 61 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Programmer System Care

    Programmer System Care

    Programmer System Care ( For Programmers ) - AyaN Software

    Programmer System Care Is One Of The Best System Care For Programmer's. This Application Including - Junk Clean, Browser Reset, Clear Clip board, Fix System Errors, Boost Internet, Optimize Drive, Rebuild Font Cache, system Booster, Gaming mode Booster, Remove Bad Application's, Show System Details, Work Log Show - Option's. This Software Specific For Programmer. This Software Not Including Any Type Graphic Content's Just Input Some Numbers or specific command's To Work This Application And This Application Take Direct Action On Your System.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Defa Protect HTML5 Video From Download

    Defa Protect HTML5 Video From Download

    Prevent and Protect Your HTML5 Video, Music , Audio From Download Free

    Defa Protector is A Simple PHP and Wordpress Plugin To Protect and Prevent Video Save As From Browser and Some Video Grabber. There is 100% Guaranteed Protection and There might be some tradeoff but If you care about Digital Rights Management of Your Video and Music Content. This Project is for you. Defa Protector 6.7.1 Revamp Code For Better Performance To The Bone. We almost rewritten this project from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Advanced Onion Router
    Advanced Onion Router is a portable client for the OR network and is intended to be an improved alternative for Tor+Vidalia+Privoxy bundle for Windows users. Some of the improvements include UNICODE paths, support for HTTP and HTTPS proxy protocols on the same Socks4/Socks5 port with HTTP header filtering that generates fake identity-dependent headers every time the identity is changed (proxy chains are also supported), support for NTLM proxies, a User Interface that makes Tor's options and...
    Downloads: 126 This Week
    Last Update:
    See Project
  • 8
    tmt-workflow

    tmt-workflow

    A web developer workflow used by WeChat team based on Gulp

    A web developer workflow used by WeChat team based on Gulp, with cross-platform supported and solutions prepared. Due to business adjustments, this project will no longer be updated. Thank you for your continued support.Based, efficient, cross-platform (macOS & Win), customizable front-end workflow. A GUI desktop tool is now available: WeFlow , which can be used without installing any environmental dependencies, official website download. The configuration file is a hidden file located in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 10
    AirBrowse

    AirBrowse

    AirBrowse is a fast and extendable browser using the Chromium engine.

    AirBrowse is a fast, free, highly customizable browser that combines many features from all browsers to give you a great experience. It uses the Chromium rendering engine through Awesomium. It scored over 4000 points on Peacekeeper and can score 407 points on HTML5 test. Other than speed and power, AirBrowse can be customized through themes, extensions, and apps from the web store (http://store.airbrowse.x10host.com). Furthermore, its simplistic user interface makes AirBrowse easy to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Basket.js

    Basket.js

    A script and resource loader for caching & loading files

    Basket.js is a script and resource loader that uses localStorage to cache JavaScript files in the browser for faster subsequent page loads. Instead of fetching the same scripts from the network on every visit, Basket.js downloads them once, stores them locally under a configurable key, and reuses the cached version until you decide to invalidate or expire it. The library provides a higher-level API where you describe which scripts to load, along with metadata like expiration time, a unique version string, or whether to execute the script immediately. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    UltimateFox

    UltimateFox

    Custom browser Based on Mozilla source code

    Now known as UltimateFox Compiled for SSE2 Based on Mozilla source code ENHANCEMENTS: Useful for processors with 4+ cores or threads Better use of internet bandwidth Image and DNS cache enhanced Better browsing on image galleries or sites with lots of images Web cache can be set up to 2GB Custom Installer included Based on Mozilla Source 37.0.1 Using Windows SDK 8.1 (VS2013) Go blog to see change-log. Current version 1.00.10 Full Windows XP/Server 2003 compatibility 32...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    vespadj apps

    vespadj apps

    local web based app: Music & VST Browser, Shazam charts local cache

    These Apps run on a small portable web server (Lua Xavante wsapi, size < 3MB), so you can take it on flash usb and use a web GUI (Firefox, Chrome), internet connection is not required, data are stored in path. Music_Browser: index your archive of music on sqlite database, run presetted query, like find double albums/songs or simply find your songs, launch operation on files (drag'n'drop to desktop application*, open in forder, listen on winamp) VST_Browser: index your tons of vst...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Lightning The Web Browser

    Lightning The Web Browser

    A Complete New Web Browser

    A Complete New Web Browser For You....its Better Than Any Other Browsers like (firefox,chrome,opera,Etc) It Have All The Things You Would Need......
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AllianceROM I9305

    AllianceROM I9305

    AllianceROM For I9305 Samsung Galaxy S3 LTE

    Downloads: 6 This Week
    Last Update:
    See Project
  • 16
    ImageResizer.php

    ImageResizer.php

    Easy image resizing for websites

    No more Photoshop or any other image program to resize the images for your website. With ImageResizer.php you can resize all your images on the fly and even cache them for the next request. This also works very nice if your visitors upload pictures (which are always too large :-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Ayampe Browser (en-US)

    Ayampe Browser (en-US)

    An open source browser without profit

    Ayampe is a free and open source web browser developed by the Ayampe Project, a digital motion nonprofit focused on the goal of developing free software with community support. Equipped with the WebKit rendering engine and a fast cache sophisticatedly, Ayampe still needs your help.Yes, you! ✓ Help to translate it to your language. ✓ Discover bugs. Report errors or inconsistencies
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PhishBlock

    PhishBlock

    A program that detects and blocks phishing, pharming, Hacker's C&C.

    PhishBlock is a security program that detects and blocks Phishing, Pharming, Hacker’s C&C(Command and Control) Servers which are located in databases with URLs, DNS hostnames, and IP Addresses. This program detects and blocks Malware URLs, bad Hosts, and bad IP addresses. Recently, most malware codes are delivered covertly to users’ personal computers through Google ads, SNS, Blogs, BBS and so on, which users visit often. And After the malware codes connect the C&C server(or...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    Windows 7 Booster

    Boost your Windows 7 with only few clicks !

    Version 1.6 Brings new Design, many fixes and almost 50% reduction in CPU consumption. Lightweight and portable application that beginners and advanced users may tinker with to tweak system settings and improve overall performance. Protect your online privacy and keep your computer secure. A single file that can easily be transferred To boost any PC at will, with low CPU and RAM consumption. - Clean Up your PC Clean all your unnecessary files that will hog your system over...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    Oracle Apex Database Monitor

    Oracle Apex Database Monitor

    ...Database Monitor Functions: - Instance - SGA - PGA - DB Parameter - Buffer Pool Keep Candidates - Version and Patches Realtime Monitor - Locks - DDL Locks - DML Locks - Library Cache Lock - Waiting Library Cache Pin - Session Browser - SQL Statements - Temp Usage - Bind Variables - SQL Statistics - Segment Statistics - Index Segment Statistics - Session Long Operations - PGA Memory Usage Objects - Tablespaces - Segments - Objects - Indexes - Extents - Total Table Space - Waste Space APEX - Activity - Report for Apex Mail Log - Report for Apex Mail Queue Jobs - Scheduler Jobs - Scheduler Job Log - Scheduler Job Run Details
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Yet Another Cleaner (YAC)

    Yet Another Cleaner (YAC)

    Protects from browser hijacker, malicious plug-ins, malware and more

    Yet Another Cleaner is a all-in-one FREE professional tool to keep your PC safe, clean and fast, removes harmful files from your PC and repairing your operating system. Protects from browser hijacker, malicious plug-ins, malwares and different viruses. It can help you get rid of unwanted browser hijacker like Qvo6, delta and V9 etc... Clear cache/browser history and boost slow computers. Just by ONE CLICK Yet Another Cleaner will take any PC problems away. Key Features: Completely FREE, effective, robust and highly reliable software that increases computing productivity by keeping PCs running smoothly and error-free. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22

    Ripper Rom

    I9305 Custom Rom

    Ripper Rom for the I9305
    Downloads: 7 This Week
    Last Update:
    See Project
  • 23
    GAC Browser and Remover
    Fast and easy to use utility for .NET assembly search and remove multiple assemblies from Global Assembly Cache (GAC). Assemblies registered by programs like InstallSchield can also be removed.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    Wave Framework

    Wave Framework

    Open Source API-centric PHP Micro-framework

    Wave is a PHP micro-framework that is built loosely following model-view-control architecture and factory method design pattern. It is made for web services, websites and info-systems and is built to support a native API architecture, caching, user control and smart resource management. Wave is a compact framework that does not include bloated libraries and features and is developed keeping lightweight speed and optimizations in mind. While not necessary for using Wave Framework, it comes by...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    Hang The DJ

    Hang The DJ music player

    Hang The DJ is a music player designed to be your personal DJ. Comprehensive ratings are maintained for each of your songs, and the ratings are used to intelligently and automatically generate music just right for the mood you are in.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB