Showing 363 open source projects for "fetch"

View related business solutions
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 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
  • 1
    mailer

    mailer

    A Free form-data to Email platform for anyone to use.

    A Free form-data to Email platform. Anyone can fetch form data to their mail box without having to write server side code!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    react-native-login

    react-native-login

    An example React Native project for client login authentication

    This project is an example application built with React Native that demonstrates how to implement client login authentication in a mobile context. It shows how to integrate WebViews or native modules to handle login flows, fetch tokens, and manage persistent user sessions across platforms (iOS and Android). Because mobile authentication flows often involve more complexity than web—such as secure storage, token renewal, and redirect handling—the example gives a scaffold for real-world usage. While not a full production app, it provides sufficient structure for mobile developers to learn the foundation of login/registration, token handling, and basic navigation after login. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Electrode Stateless CSRF

    Electrode Stateless CSRF

    Stateless Cross-Site Request Forgery (CSRF) protection with JWT

    ...CSRF attacks can be bad when a malicious script can make a request that can perform harmful operations through the user (victim)'s browser, attaching user-specific and sensitive data in the cookies. For use with XMLHttpRequest and fetch, we extend the technique by using two JWT tokens for validation. One token in the cookies and the other in the HTTP headers. Since XSS cannot set HTTP headers also, it strengthens the security further.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Restangular

    Restangular

    AngularJS service to handle Rest API Restful Resources

    ...It uses the same example as the official Angular Javascript Project, but with Restangular! With $resource, you need to write the URL Template. In here, you don't write any urls. You just write the name of the resource you want to fetch and that's it. You don't have to know the URL, the path, or anything to do all of the HTTP operations you want. You can create your own methods to run the operation that you want. The sky is the limit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5

    JavaMutex

    Provides 100% pure Java mutual exclusion.

    Freely redistributable open source 100% pure Java for mutual exclusion. Read-write and read-only reentrant lock, condition variable, atomic wraps for Boolean, Integer, Long, and Reference. Cell pool with optional locking, object exchanger, Intersect.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    ExtractFromPDF

    Extract images and other info out of PDF documents.

    ExtractFromPDF - for extracting images and other information out of PDF documents. You can set number of pages you want to fetch. Systems: Windows 32/64x Based on: xpdf. Program is an OpenSource. Written in PHP, using environment DevelStudio 2012. Notes: See your fetched files in extracted_files directory. Check sum for compiled archive: d8677dbd8f34e1c4c7d83ac084363dc2dc82d15f5d388d421608950a1d0f7820 *ExtractFromPDf.zip Use sha256sum to verify
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JSONPlaceholder

    JSONPlaceholder

    A simple online fake REST API server

    ...It provides predictable endpoints for resources like posts, comments, albums, photos, todos, and users with realistic data shapes. Because the data is publicly available and stable, you can build fetch logic, paginate, and render lists while focusing on front-end patterns rather than server plumbing. The API accepts typical HTTP verbs and returns JSON in a consistent format, making it easy to swap with a real server later. It’s widely used in examples, workshops, and automated tests where a dependable dummy service accelerates iteration. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    newstype

    news headline collecting agent scheduled to run from a web browser

    newstype is a news headline collecting agent scheduled to run from a web browser. It gives the user the option to fetch the news from external source through the web client side. This can be useful where some host only allows logging but not accessing external sites like Google News. The web client application also allows the automation of fetching of news from the web client side. This can also be useful as some server hosts do not provide scheduler that runs tasks such as logging news items periodically. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ExAdmin

    ExAdmin

    ExAdmin is an auto administration package for Elixir

    ExAdmin is an auto-administration package for Elixir and the Phoenix Framework. This version has been updated to support both Ecto 1.1 and Ecto 2.0. ExAdmin is an auto-administration package for Elixir and the Phoenix Framework, a port/inspiration of ActiveAdmin for Ruby on Rails. Checkout the Live Demo. The source code can be found at ExAdmin Demo. Checkout this Additional Live Demo for examples of many-to-many relationships, nested attributes, and authentication. ExAdmin is an add on for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 10
    An extension for the MediaWiki software that adds a #PMID parser keyword to look up scientific articles by their unique ID in the Pubmed.gov database and retrieve the citation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    restful.js

    restful.js

    A pure JS client for interacting with server-side RESTful resources

    ...All examples written in this README use the ES6 specification. The dist folder contains two built versions which you can use to include either restful.js or a standalone version. Standalone version already embeds fetch. Restful.js needs an HTTP backend in order to perform queries. A custom endpoint acts like a member, and therefore you can use one and all to chain another endpoint with it. Once you have collections and members endpoints, fetch them to get entities. Restful.js exposes get() and getAll() methods for fetching endpoints. Since these methods are asynchronous, they return a native Promise for response. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    neobundle.vim

    neobundle.vim

    Next generation Vim package manager

    NeoBundle is a legacy plugin manager by Shougo designed to make installing, updating, and organizing Vim plugins straightforward and scriptable. It lets you declare plugins in your vimrc and handles fetching them from Git repositories, local paths, or archives, then loads them into your runtimepath automatically. One of its core ideas is lazy loading: you can defer plugin initialization until a command, mapping, filetype, or event is triggered, which helps keep startup fast even with many...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Content Generator for Sketch

    Content Generator for Sketch

    Sketch app plugin for generating dummy data such as avatars and names

    ...In Sketch app use Plugins\Content Generator\Images\Custom plugin to specify path to your own folder with images. Installation via Sketch Plugin Manager, in the 'Catalog' tab of the Sketch Plugin Manager window search for 'Content Generator'. More types of data, fetch content directly from different online sources, easier extensibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Gitinspector

    Gitinspector

    The statistical analysis tool for git repositories

    ...Under normal operation, it filters the results to only show statistics about a number of given extensions and by default only includes source files in the statistical analysis. This tool was originally written to help fetch repository statistics from student projects in the course Object-oriented Programming Project (TDA367/DIT211) at Chalmers University of Technology and Gothenburg University. Shows cumulative work by each author in history. Filters results by an extension (default: java,c,cc,cpp,h,hh,hpp,py,glsl,rb,js, SQL). Can display a statistical timeline analysis. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    Monsta FTP

    Monsta FTP is a delightfully intuitive web-based file manager.

    Monsta FTP is a lightweight open-source FTP client you can install on your server to manage your files through any browser, and free yourself from desktop software, forever!
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    Playback

    Playback

    Video player built using electron and node.js

    ...The library provides programmatic controls over launching playback, passing custom options or arguments, and managing process lifecycle — making it useful for scripts, automation, or tooling where you need to play media without manually wiring up system calls. Playback can be especially handy when building applications that need to fetch media dynamically (from network, torrent, or remote URL) and immediately play it, without requiring the user to manually download, open, and configure a media player themselves.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    mvLib

    For personal Movie collectors php based movie library.

    This is for personal movie collectors, allows you tu upload movies and it will fetch IMDB information once you insert the IMDB URL. The movie library is developed only for education purposes and the content are copyrighted to respectful companies and authorities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    isomorphic-fetch

    isomorphic-fetch

    Isomorphic WHATWG Fetch API, for Node and Browserify

    Fetch for node and Browserify. Built on top of GitHub's WHATWG Fetch polyfill. For ease-of-maintenance and backward-compatibility reasons, this library will always be a polyfill. 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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Fixed Data Tables for React

    Fixed Data Tables for React

    React table component to allow presenting thousands of rows of data

    ...FixedDataTable does not handle sorting of data. Instead it allows the developer to supply data getters that can be sort-, filter-, or tail-loading-aware. FixedDataTable does not fetch the data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SpotifyTracker

    Track and output what you are listning to on Spotify

    Fetches and output what you are listning to on Spotify. Currently features; - Output track title to text string in txt file. - Fetch album art via track title. Changelog: 1.1 - Included Album art (Art.jpg) - Changed to static output fileconvention for simplicity. - Added application icon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    XDCC-Fetch, written entirely in Ruby, is a platform independent tool for collecting, searching and downloading broadcasted XDCC announcements within IRC channels. XDCC-Fetch supports, amoung other features, multiple IRC Servers and search on typing.
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22

    IP_Fetch

    To fetch hardcoded IP address from source code

    This tool is designed to fetch IP address from Source Code and generate the report in CSV format. It traverses through sub-directory and pulls out IP address from files. Report includes File at which IP address found, Line number, IP address found, IP address with port number (if available)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CyberDragon Browser

    CyberDragon Browser

    CyberDragon Browser - privacy enhanced, portable browser

    ...These settings can be overrided by site, either blocking or allowing specific cookies, allowing very fine grained cookie control. - Ability to Spoof Google PREF cookies if needed - Does not store cookies to hard drive, ever. - Proxy fetcher. Will allow you to fetch high-anonymous proxies that you can use to hide you IP-address with just 2-clicks (one click to fetch proxies and second click to select proxy from the list). Also proxy checker that list working proxies, their latency, country, SSL support and anonymity level is included. - Supports SOCKS5 proxies. Can be used with Tor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Basket.js

    Basket.js

    A script and resource loader for caching & loading files

    ...Modern versions expose a Promise-based interface and support modular usage via ES Modules or CommonJS, so you can integrate it into contemporary build setups and bundlers. It also offers options like skipCache (force bypassing cache), live (always fetch fresh), and custom handlers for different content types beyond JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    UniPyRange

    Tool to fetch protein/DNA truncation constructs from Uniprot DB

    Very simple python script which saves you the pains of counting the amino acids/DNA bases in fasta files from the Uniprot and NCBI RefSeq Database (1, 2). Lets say you want the amino acid sequence of range 128-387 from a 1000 amino acid protein - this script will help you to avoid counting mistakes by just showing you the specified sequence in amino acids and coding DNA base pairs (ideal for amplification primer design) of a specified Uniprot ID. - Requires BioPython (3) and Bioservices...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB