Showing 21 open source projects for "download file http"

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
    LittleJS

    LittleJS

    The Tiny JavaScript Game Engine That Can!

    ...This engine has everything necessary to make high-quality games, including fast rendering, physics, particles, sound effects, music, keyboard/mouse/gamepad input handling, update/render loop, and debug tools. It is recommended that you start by copying the LittleJS Starter Project This file is mostly empty with just a few things you can use to get started or remove. You can also download and include engine.all.js or engine.all.min.js. In order to load files like images you will need to run a small web server like http-server on npm. I recommend an editor that does this for me automatically like Brackets or VS Code with the Live Server plugin.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    js-css-poker-fxmod
    ...The original author/program can be found here: https://sourceforge.net/projects/js-css-poker/ A live demo of my mod is available at: https://js-css-poker-fxmod.sourceforge.io/poker.html You can download my mod in the files tab of this page. Additional Information: -The "Avatars" were created with "facegen" -Poker Tables: I created these with "inkscape" -Playing Cards: I created these with "inkscape/gimp/xnview" -Wood Background 4K: I created this with "gimp" -Poker Chips: I created these with "blender" -Buttons: I created these with "inkscape" -Voices: Created with "http://www.fromtexttospeech.com/" -Sounds: From various free online websites -I modified "js-css-poker" code to work with these resources and provide additional gameplay feedback. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Fallen Earth Character Planner

    Fallen Earth Character Planner

    fallen earth ap, skill, build, planner, builder, guide, calculator

    UPDATE (03/29/226): The new home for FECP will be at https://gitlab.com/fallenearth/fecp. Any future versions will be made available for download there. The Fallen Earth Character Planner is a utility created with Visual Studio 2010 and designed to assist players in planning out character builds and assign ap points more effectively. Playlist for user guides: http://www.youtube.com/watch?v=u11OUZngxns&list=PLoe9kHxPfvZq1hM-68st3C8O3I4jSj_yk
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    KAREL 3D WebGL

    KAREL 3D WebGL

    Children's learning programming language Karel the Robot in 3D

    ...Include ZIP with original historical manuals in Slovak language from years 1987 - 1990 Writen in HTML for fast universal use, including JavaScript code with Three engine. After download and unzip, runable (run html file) without installation in internet browser. Tested in EDGE and Chrome. Version without WebGL, and just as one file (+ include examples in text file): https://sourceforge.net/projects/karel-3d/ C++ version: https://sourceforge.net/projects/karel-3d-cpp/
    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
    board2D.js

    board2D.js

    A JavaScript game library to quickly develop board games for the web

    Board2D.js is a JavaScript library that allows you to quickly develop 2D board games for the web. It is extremely easy to use and contains a very rich API. Download the ZIP, and extract it to a folder. Inside it, the "lib" folder contains the javascript library file. You can include it in your projects as-is. For an example of how to use the library, you can find two mini samples of tic-tac-toe and chess in the examples directory. There is no API manual currently, but if you use an editor like Brackets, it will show you the list of functions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    pgn4web-cb coordinates and buttons

    pgn4web modification, added coordinates and interface buttons

    pgn4web-cb is a modification of pgn4web, it adds coordinates and 5 Interface buttons as well as a moveindicator. You need to download original project FIRST! Go to http://pgn4web.casaschi.net/ and download pgn4web, then download this modification. Full list of Modifications: Added Coordinates A-H,1-8 Added buttons for: -Rotate Board, -Highlight last move on/off -Show/Hide comments and variations -Keyboard Help -Shortcut Squares Help Added Variables: -MoveIndicator: if set true, shows who is to move in lower left corner -ShowMovesInNewLine: if set true, moves will be shown in new lines, like on a sheet of paper -Notation: Sets notation language, currently only "German" and "GermanShort" is supported. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    RuleRule

    RuleRule

    A puzzle game of rules acting upon rules. Create the desired pattern.

    ...In this game, rules act and modify other rules (including themselves). The goal is to reach a desired condition (e.g. a checkerboard of red and yellow). Versions For a first test of the game mechanics in your browser, download the Javascript version, coded by Jan-Hendrik Vienup (December 2014, GPL) tested with Firefox, MSIE, Chrome, and Safari : RuleRule3.zip First created with NeXT Interface Builder and Objective-C files (1995, Mach OS): rulerule.gz (Creative Commons Attribution License). For some history, see http://hilgemeier.gmxhome.de/codes/rulerule.htm Unfinished Java project, running under Eclipse Luna with Windows 7 (2012, LGPL). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    TurboSphere

    TurboSphere

    TurboSphere is an easy to learn and powerful JS based game engine.

    ...It is generally modeled after the Sphere RPG engine for its API, although the API has been modernized. It uses JavaScript as its game logic language, and supports many common file types for resources. TurboSphere uses Google V8 for JavaScript execution and SDL for graphics, audio, input and most other game related functions. It includes a map engine intended for top-down, zelda like games. Other, script based map engines are possible, and several have been implemented for TurboSphere's predecessor, Sphere (like the Majestic Map Engine (http://spheredev.org/smforums/index.php?...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    TV Show Manager Chrome App

    TV Show Manager Chrome App

    Easily manage your list of favourite TV Shows. Track upcoming shows.

    ...You can add as many shows as you want to the collection and find out detailed information about the and premiers. With TV Show Manager, you will never miss an episode again! Don't forget to add your review. It will be highly appreciated. INSTRUCTIONS: * Download the app. * Open the settings page of Google Chrome. * Then click on extension on the top left side. * Then drag and drop the downloaded file on that page. * Follow the instructions. Get the review here: http://goo.gl/5HEtke
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Crazy DownHill

    Free open source game created in Unity 3d for Windows 64 bits

    This is a free car game created in unity 3d for Windows 64 bits. You can download and use all script code under CC Attribution-NonCommercial-ShareAlike 3.0 Unported License. All Crazy Downhill game files and setup file: Copyright © 2013 Jesús Martín Berlanga. All rights reserved. Script Code License: http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode CC Attribution-NonCommercial-ShareAlike 3.0 Unported
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    fly_earth_chung
    fly earth chung is a free 3D flight / car / shoot simulator using google earth geplugin, javascript and freebasic. Explore the world in plane,car or feet. Include a freebasic exe application for sound/joystick interface and web launcher. WARNING: due to google earth plugin deprecation this should no more work from december 12 2015 http://googlegeodevelopers.blogspot.fr/2014/12/announcing-deprecation-of-google-earth.html
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    Vav project is a solution for the FLARM users. Vav products the declaration flight file. Vav is a web tool using google map api Php required - Data are read as text files. You only need a web server with php support. Demo on http://yofab.free.fr/vav/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A web interface for the Humax HDR Fox T2 Freeview recorder. Thanks to af123 & raydon for making this possible! See http://hummy.tv/forum/threads/customised-hdf-file-released.232/ for how to get shell access on the box and general info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Crime Bed City
    Criminal minds revealed and played. Criminal acts in all sorts of places with great animation and daily updated by Developer Fontella Moneet Farrar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    HTTP chat server for the board game "Are You A Werewolf?". It's a general AJAX chat server with simple private-room, phase-change, message-filter, and election functions so any Mafia-like game can be played.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    barde
    A log player for "The Fourth Coming" ("T4C", http://www.the4thcoming.com). Given a log-file, this tool will replay a T4C game you've played before. It will have built-in functionnalities like : merging log files together, searching and cleaning
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Javascript platform for tile map based single/multiplayer games with both off-line and server-based play modes. Try it out right away at http://tilescape.hg.sf.net/hgweb/tilescape/raw-file/tip/js/game.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The Free Show is a real time, chat-like, telepathic-like 3D Game Environment consisting primarily of Humour. You can go to http://www.thefreeshow.eu to read this SDK of a 3D Game/Chat Environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    RORegister is a Ragnarok Online Control Panel for eAthena-based Ragnarok Online Servers. RORegister is currently the only Control Panel that supports both flat-file and SQL based eAthena Servers. More information about eAthena here: http://eathena.ws.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 21
    Javascript SDK for Nintendo Wii's Opera browser with classes for 3D vertex math, triangle meshes, canvas drawing, Wii Remote motion/button detecting, and multiuser interfaces. Official site: http://wiioperasdk.com and blog: http://blog.wiioperasdk.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB