Showing 26 open source projects for "ftp server source code"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start 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
    FlareSolverr

    FlareSolverr

    Proxy server to bypass Cloudflare protection

    FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection. FlareSolverr starts a proxy server, and it waits for user requests in an idle state using few resources. When some request arrives, it uses puppeteer with the stealth plugin to create a headless browser (Firefox). It opens the URL with user parameters and waits until the Cloudflare challenge is solved (or timeout). The HTML code and the cookies are sent back to the user, and those cookies can be used to bypass...
    Downloads: 34 This Week
    Last Update:
    See Project
  • 2
    geckodriver

    geckodriver

    WebDriver for Firefox

    geckodriver is an implementation of WebDriver, and WebDriver can be used for widely different purposes. How you invoke geckodriver largely depends on your use case. If you are using geckodriver through Selenium, you must ensure that you have version 3.11 or greater. Because geckodriver implements the W3C WebDriver standard and not the same Selenium wire protocol older drivers are using, you may experience incompatibilities and migration problems when making the switch from FirefoxDriver to...
    Downloads: 64 This Week
    Last Update:
    See Project
  • 3
    GopherJS

    GopherJS

    Compiler from Go to JavaScript for running Go code in a browser

    GopherJS compiles Go code to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers. Nearly everything is supported, including Goroutines (compatibility documentation). Performance is quite good in most cases, see HTML5 game engine benchmark. Cgo is not supported. GopherJS requires Go 1.16 or newer. If you need an older Go version, you can use an older Gopher release. GopherJS uses your platform's default GOOS...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    GhostText

    GhostText

    Use your text editor to write in your browser

    Whenever you’re writing more than a little snippet of code anywhere on the web, activate GhostText to open your preferred text editor and enjoy your own development environment. GhostText is a browser extension that connects to your editor via its own extension. Install both extensions and, if necessary, start the GhostText server in the editor’s extension. Most editor extensions are authored by third parties. You can create more extensions for your favorite editor! Refer to the protocol...
    Downloads: 0 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
    IPFS Web UI

    IPFS Web UI

    A frontend for an IPFS node

    A web interface to IPFS, shipped with Kubo, and ipfs-desktop. 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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    generator-ngx-rocket

    generator-ngx-rocket

    Extensible Angular 13+ enterprise-grade project generator

    Extensible Angular 5+ enterprise-grade project generator based on angular-cli with best practices from the community. Bootstrap, Angular Material or even Ionic are available, just pick one and start to code. Save time and maintenance effort by creating Progressive Web App and mobile app with the same code base. The app template is based on HTML5, TypeScript and Sass. Optimized build and bundling process with Webpack. Development server with backend proxy and live reload. Cross-browser CSS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Relative XPath Assistant

    Relative XPath Assistant

    Just right click on the html elements to compare them

    .... - Add-on does not search through view-source code of webpage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Klipse

    Klipse

    Klipse is a JavaScript plugin for embedding interactive code snippets

    Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs. Technically, Klipse is a small piece of JavaScript code that evaluates code snippets in the browser and it is pluggable on any web page. The klipse plugin is a JavaScript tag that transforms static code snippets of an HTML page into live and interactive snippets. If you want to integrate Klipse inside a Clojurescript project, it is recommended to consume Klipse as a Clojurescript library like any other...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    React Hot Loader

    React Hot Loader

    Tweak React components in real time

    React Hot Loader is a plugin that allows React components to be live reloaded without the loss of state. It works with Webpack and other bundlers that support both Hot Module Replacement (HMR) and Babel plugins. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 10

    Weekly Fortune Telling Cards

    Official Weekly Fortune Telling Cards from, PowerFortunes.com

    The Weekly Fortune Telling Cards GitHub code will display four fortune telling cards for each zodiac sign, representing the general fortunes of that sign. These cards update on a weekly basis. A complete deck of PowerFortunes Fortune Telling Cards contains 32 cards and the four cards drawn, represent the general fortunes for that star sign. The Weekly Fortune Telling Cards GitHub code use a liquid, responsive design, based on a css grids and flexboxes. This content, will adapt to all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    lein-figwheel

    lein-figwheel

    Figwheel builds your ClojureScript code and loads it into the browser

    ...If you write reloadable code, figwheel can facilitate automated live interactive programming. Every time you save your ClojureScript source file, the changes are sent to the browser so that you can see the effects of modifying your code in real-time. The inclusion of a static file server allows you to get a decent ClojureScript development environment up and running quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Librefox

    Librefox

    Firefox with privacy enhancements

    This project aims at enforcing the privacy and security of Firefox without forking the project. Librefox uses more than 500 privacy/security/performance settings, patches, Librefox-Addons (optional) and a cleaned bundle of Firefox (updater, crashreporter and Firefox's integrated addons that don't respect privacy are removed). Updated browser: because this project is not a fork, it is kept updated with the latest Firefox version. Limit internet access for extensions (firewall-test-feature)....
    Downloads: 8 This Week
    Last Update:
    See Project
  • 13
    WebDAVSurfer

    WebDAVSurfer

    WebDAV client 64-bit works with Plone 5, Apache and more

    GUI WebDAV Client for Linux and Windows 10. Includes PROPFIND, PROPPATCH, LOCK ,UNLOCK ,VERSION-CONTROL,REPORT. HTTP(S) with Basic Authentication and PKI client and server Certificates. Works with Plone, Zope, Apache + mod_dav, PyWebDAV, PyDAV, Tamino. 64-bit wxPython used. Upload files or from Web. Update properties. Tested with Plone 5.04
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    ItsNat is a Component based AJAX Java Web Application Framework.No XML programming,no mixed view/code,no custom JavaScript.Only pure HTML,pure Java and server centric Swing-like programming with W3C standards where "The Browser is The Server"
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Contiki is an open source, highly portable, networked, multi-tasking operating system for memory-constrained systems. Contiki current source code: https://github.com/contiki-os/contiki Contiki historical source code: https://github.com/adamdunkels/contiki-1.x
    Leader badge
    Downloads: 245 This Week
    Last Update:
    See Project
  • 16

    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
  • 17
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    C-Kiosk #1 Anonymous Browser

    Anonymous Web Proxy Server

    C-Kiosk Anonymous Browser is a lightweight web-scripted interface to browse the World Wide Web Anonymously . It is purposefully built to be simple HTTP proxy easy to use. It is used in programs requiring a interface design over a normal web browser.See blocked websites like facebook twitter youtube....Anonymous Web Proxy Server our Pro service will be available soon our product will be available for Android ==================================== V2 Features: Using Webkit HTML5...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Digital Signature tools, including a cross-platform signing applet and the server-side code to verify and validate generated signatures. Project has been moved to GitHub: https://github.com/mranest/digsig
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Win4Web Browser
    Win4Web Browser is an Open Source Code Browser for Win32. Win4Web Browser is GNU Licence. You can download the source code on the FTP on SourceForge. If you see an error/bug send me an email. WinWeb Browser is in English or in Spanish (Español). Visit WinWeb Browser on Softonic! http://winweb-browser-deluxe.softonic.com/ NO VIRUS! SOFTONIC CHECKED THIS APPLICATION!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Project of the Month for the Syllable operating system. The first month's project is an FTP client, currently under development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    urlshorten
    urlshorten service developed in vb.net try it at http://s.hzj-jie.net/ such as, this page is at http://s.hzj-jie.net/oxxUFT it's a similar service as tinyurl.com or bit.ly, unfortunately, i do not have such a short url...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    IEProxy is an .NET Proxy Manager for the Internet Explorer (IE) and all depending applications. It can handle own proxy servers and switch them on the fly. It is a TrayIcon which can quickly change your proxy settings. Requirements: Windows XP or higher,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    NuxFTP is Webftp application for the web, allowing users to connect to a remote host and upload, delete, edit, and create files. NuxFTP has a simple directory browser that allows users to view detailed file information. NuxFTP is plugin for Nux Server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    libSmartGet is a C++ library for downloading pages and files from the web and manipulating its html code, so that you can automate some actions, like getting the link address in a given text, for an exemple.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB