Search Results for "browser game script" - Page 13

Showing 781 open source projects for "browser game script"

View related business solutions
  • 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
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 1
    d13 - strategy browser game engine

    d13 - strategy browser game engine

    online 4X browser game engine

    d13 is a free browser game engine that allows you to build your own multiplayer online strategy game. suited for tick based empire building games that follow the 4X concept: eXplore, eXpand, eXploit and eXterminate. Despite its oldschool look and feel, d13 comes as a fully OOP, MVC web-application that features a responsive design as well as great flexibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Freecell on Canvas

    Freecell on Canvas

    Online Freecell based on html5/canvas

    This implementation of the popular Freecell card game can be played on any canvas-enabled browser, without installing anything. The game is based on html5 canvas and Javascript. The table is scalable, which means that cards make up most of the available space, making manipulation easy. During play, obvious moves will be made automatically, even 'supermoves' are supported. Since version 1.0 hints are included (which may or may not be useful).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    mlbviewer

    The best collection of tools for MLB.com content and MLB.TV for Linux.

    ...While the main streaming content is mostly for paid MLB.TV subscribers only, there are a significant number of features and views available to non-subscribers as well including one FREE game each day. NEW! Watch MLB classic content from YouTube without a browser. MiLB.TV and Postseason.TV are also integrated into the same mlbviewer interface. Play ball!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    jQuery Hover3d

    jQuery Hover3d

    Simple jQuery plugin for 3d Hover effect

    jQuery Hover3d is a simple hover script for creating 3d hover effect. It was my experiment on exploring CSS3 3d transform back in 2015 on Codepen 3D hover plane effect. The idea is to transform the element into 3d space using CSS3 transform, playing with translateZ for spacing the elements, and detecting mouse movement to change the transform value.
    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.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    JSMpeg

    JSMpeg

    MPEG1 Video Decoder in JavaScript

    JSMpeg is a lightweight JavaScript MPEG1 video decoder and player designed for low-latency video streaming directly inside web browsers using HTML5 technologies. The project decodes MPEG video and MP2 audio entirely in JavaScript, allowing real-time playback without requiring plugins or native browser codec support. It is commonly used in applications involving webcam streaming, surveillance systems, remote monitoring, game streaming, and embedded video dashboards because of its low overhead and simplicity. jsmpeg supports WebSocket streaming pipelines, enabling live video feeds to be transmitted efficiently to browser clients with minimal latency. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    RMORS - A Dark Sky

    RMORS - A Dark Sky

    A space race game in the style of A Dark Room

    ...In this alternative time line story, you’ll be participating in a post-WWII Cold War scenario where the space race was used as a means of avoiding the Korean and Vietnam wars. RMORS is a resource-based, real-time strategy game in minimalist style. The game will have very few graphics and those it does will have a retro CGA/vector style. RMORS is a fun game for one or more players that consumes little battery power, making it perfect for mobile or online browser play. Set in the Cold War era, the players of RMORS will be intrigued by the story of espionage, propaganda, and nationalism in this retro-scifi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Electrode Stateless CSRF

    Electrode Stateless CSRF

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

    ...CSRF protection is an important security feature, but in systems which don't have backend session persistence, validation is tricky. Stateless CSRF support addresses this need. 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
  • 8
    Anti-Adblock Killer

    Anti-Adblock Killer

    Keep your Ad-Blocker active, when you visit a website and it asks you

    ...Check if you have installed the latest version of Anti-Adblock Killer Script. Check if you have subscribed to Anti-Adblock Killer List. Enable only the filter lists you need, too many can make your browser unresponsive.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    Buckets

    Buckets

    A complete, fully tested and documented data structure library

    A complete fully tested and documented data structure library written in pure JavaScript. Buckets also includes several functions for manipulating arrays. A bag is a special kind of set in which members are allowed to appear more than once. Binary search trees keep their elements in sorted order, so that lookup and other operations can use the principle of binary search. Dictionaries map keys to values, each key can map to at most one value. A heap is a binary tree that maintains the heap...
    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
  • 10
    GM Editor

    GM Editor

    A software to edit Game Maker games

    GM Editor (or Game Maker Editor) is a software that helps you edit the data.win (the file that contains the data of games made with Game Maker which is a game engine). There is a project saving/opening system so you don't have to open the file and folder manually each time. This software is based on quickbms and yoyogame's script to decompile and recompile the data.win
    Leader badge
    Downloads: 90 This Week
    Last Update:
    See Project
  • 11

    Tic Tac Toe

    A simple Tic Tac Toe game with no Artificial Intelligence

    This is a tutorial project to show how we can manipulate an array of GUI component and how to simply link it to a similar data model. In this example, a matrix (2D Array) of JButton in association with a matrix of char to accomplish the game. The game is a 2 player TicTacToe game with no Artificial Intelligence; the players will play one after another until the end of the game. The game is direclty downloadable and the source code is accessible via SVN or the browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    3sat Video Downloader

    Bash script to download 3sat videos (req. pkg: curl)

    Bash-Skript um Videos aus der 3sat Mediathek herunterladen. Aufruf: ./3sat_download.sh <VIDEO-ID> Notwendige Argumente: VIDEO_ID = Nummer aus der Video-URL im Browser (z.B. 64293, siehe Screenshot) Beispiel: ./3sat_download.sh 64293 Hinweise: -Das Paket "curl" muss installiert sein (in gängigen Distributionen vorhanden). -Die Videos werden im Verzeichnis $HOME/Videos/ gespeichert, welches bereits existieren muss! -Es empfiehlt sich einen Alias in der $HOME/.bashrc Datei zu...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MoonSharp

    MoonSharp

    An interpreter for the Lua language, written entirely in C#

    A complete Lua solution is written entirely in C# for the .NET, Mono, Xamarin and Unity3D platforms. Support for the complete Lua standard library with very few exceptions (mostly located on the 'debug' module) and a few extensions (in the string library, mostly). Supports dumping/loading bytecode for obfuscation and quicker parsing at runtime. An embedded JSON parser (with no dependencies) to convert between JSON and Lua tables. Easy opt-out of Lua standard library modules to sandbox what...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Puszi

    Puszi

    Puszi (K.I.S.S.) Livarp_cli + Opossum window manager

    *Puszi is based on Livarp_cli (https://arpinux.org/livarp/livarp04/cli.html) with the addition of Xorg and Opossum Window Manager as default.(README) (https://sourceforge.net/projects/opossum/?source=directory) *ISO Debian Jessie 8.6 base (default US locale) *Software included: ceni (http://antix.daveserver.info/jessie/pool/main/c/ceni/ grubrepair i3 (Window Manager-vanilla) Lilyterm (http://lilyterm.luna.com.tw/) Refracta Tools(...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Postfix Lazy Log Analyzer

    A decade old shell script to ease postfix log analysis

    This is just a fork of another project (Post-LA), from Henrique Bueno, developed around September 2009 and likely to have issues to run nowadays. Use at your own risk. The shell script should run against postfix mail log file and generate statistic and detailed HTML files for analysis. The initial idea is to have it running on a webserver to be remotely accessible; however, the file can be easily opened by any browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    caniuse-cmd

    caniuse-cmd

    Caniuse command line tool

    caniuse-cmd is a command-line interface tool that brings the power of caniuse.com—the web compatibility database—directly into your terminal, enabling quick checks of browser support without the UI. You can specify your own defaults by creating a file called .caniuse.json and putting it in your home directory. Install with npm install -g caniuse-cmd. All the power of caniuse with none of the nice UI or interactivity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    video-external

    plays html5 and flash videos from www sites in external player ( mpv

    Small script plays html5 and flash videos from adult www sites in external player ( mpv ) To use just chmod +x mm , copy to /usr/local/bin and run : mm <link to suported site> It requires mpv, and perl, curl, bash, gnu grep. List of supported sites in script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    fireRemote

    Amazon fireTV remote control using PHP

    Control your Amazon fireTV with your web-browser through your local webserver using PHP. * simple Amazon FireTV remote for any system running php (webserver) * needs: a PHP environment and adb installed * idea from: http://www.aftvnews.com/how-to-remotely-control-an-amazon-fire-tv-or-fire-tv-stick-via-adb/ * instructions: * - install adb * - copy this script to your web-directory (e.g.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    JCF

    JCF

    Advanced form elements customization using CSS/JS

    This library allows cross-browser customization of form elements using CSS. The script requires jQuery 1.7+ to work properly. To add a script in your page simply attach the core file - jcf.js and some of the modules you want to use for customization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    FalansterCity3D

    FalansterCity3D

    3D urban environment renderer : browser-app ; as well as a GTA clone

    Have You ever wondered what would be like the weirdest Grand Theft Auto clone ever made? Well, we are pretty close with the FalansterCity3D urban environment rendering-engine where You can also drive the cars in the city. And moreover, it's a browser-game, so it runs instantly in any internet-browser. Why not try it directly at the link below? http://nerdofalgorithms.altervista.org/secondary_pages/page_11.php Even on smarthones or whatever, as long as it has a browser and sufficient CPU-speed. Whereas the CPU requirements are actually very low. And with some little sponsoring, this could also come to a full completion, leading to a mind-blowing product in little time. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    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
  • 22
    Manjaro KDE-minimal Stable Setting-Up

    Manjaro KDE-minimal Stable Setting-Up

    Manjaro KDE Minimal Setting-up

    Lightweight and minimalistic setting-up of oficcial Manjaro KDE. No ANY browser, mediaplayer and game! Only base of distro! Including many libs and codecs. Sorry, but I can seeding only from 9am to 7pm Moscow time
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Project temporarily suspended. Due to the structural changes, we are temporarily suspending the project so that new stable tests are available for release of the script to the public. "Kernel for Newbies" é um simples e completo, assistente para sistemas baseados no Debian, para construir, customizar e instalar seu kernel. O KFN foi reescrito do zero na versão 3.0 para suportar melhor suporte aos mais recentes sistemas GNU/Linux. Os clientes das versões anteriores poderão fazer o...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Stranded II Mod Viewer

    Enables viewing and script correction of Stranded 2 game files

    This is a C# .net 4.0 application created for opening custom modifications of the free Stranded 2 (http://www.strandedonline.de/s2_info.php) game files. Stranded 2 modifications require a lot of work with notepad and displaying the result can be difficult to see in game. This application displays the data found from combining the information in the game files in a simplified window for quick analysis of items, objects, building, combinations and units. It also has a certain amount of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Cux Bomberman

    Cux Bomberman

    JAVA websocket implementation for a bomberman-like game

    This application uses JAVA and Glassfish server to provide an active and simple webSocket server for an online, multiplayer bomberman-like game. It only requires a running glassfish server to deploy the application on and a MySQL database server. After deployment and first run, anyone can access your webserver, register and play the game, using only a web browser that has built-in support for webSockets
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB