Showing 31 open source projects for "vice city html"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Start Free
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 1
    Video-Poker-Vice-JS

    Video-Poker-Vice-JS

    A bare-bones Video Poker Game written in JavaScript

    A fun easy to play video poker game written in JavaScript/CSS/HTML You can play this game live @: https://video-poker-vice-js.sourceforge.io/index.html Features: Card Decks: 1 (Standard 52) Tokens per Play: 5 Auto-Deal: Enabled Auto-Hint: Enabled Statistics: Basic Feel free to distribute/modify! Thank you!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Eel

    Eel

    A Python library for making simple Electron-like HTML/JS GUI apps

    Eel is a little Python library for making simple Electron-like offline HTML/JS GUI apps, with full access to Python capabilities and libraries. Eel hosts a local webserver, then lets you annotate functions in Python so that they can be called from Javascript, and vice versa. Eel is designed to take the hassle out of writing short and simple GUI applications. If you are familiar with Python and web development, probably just jump to this example which picks random file names out of the given folder (something that is impossible from a browser). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    rpc-websockets

    rpc-websockets

    JSON-RPC 2.0 implementation over WebSockets for Node.js

    ...It provides a possibility to send and receive JSON data through the WebSocket communication protocol in order to support two-way notification push, running RPC methods and firing any types of event signalling. Only clients can call RPC methods and not vice versa at the moment. Both frontend (HTML/JS-based) and backend (Node.js-based) development environments are supported.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Jspreadsheet CE

    Jspreadsheet CE

    Javascript plugin to create web-based tables & spreadsheets

    Jspreadsheet CE is a lightweight Vanilla JavaScript data grid plugin to create amazing web-based interactive HTML tables, and spreadsheets compatible data grid with other spreadsheet software. You can create an online spreadsheet table from a JS array, JSON, CSV or XSLX files. You can copy from excel and paste straight to your Jspreadsheet CE spreadsheet and vice versa. It is very easy to integrate any third party JavaScript plugins to create your own custom columns, custom editors, and customize any feature into your application. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Veeam Data Platform v13.1 - Get Your Free Trial Icon
    Veeam Data Platform v13.1 - Get Your Free Trial

    Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try it Free
  • 5
    Weather Cast

    Weather Cast

    A desktop weather app powered by AI

    Weather app is a desktop weather app for Windows OS that shows detailed weather information for the searched city. The dashboard shows the current temperature of the city, description of temperature, pressure, wind, humidity, dew point, uv index, local time, air pollution index.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Cookieless Web Counter

    Cookieless Web Counter

    Quick multiple web site traffic monitoring without cookies

    "Cookieless Web Counter" (CWC) is a very simple web site visit counter which allows a very fast and easy monitoring of the number of visitors to many web sites at once without setting cookies and therefore protecting users privacy. The script collects only the informations that the user's browser sends to the web site server (IP address, referrer and browser details). CWC is suited for a quick daily glance at many web sites traffic. The code is written in PHP and MySQL; the user interface...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    readpe

    readpe

    The PE file analysis toolkit

    readpe (formerly known as pev) is a multiplatform toolkit to work with PE (Portable Executable) binaries. Its main goal is to provide feature-rich tools for properly analyze binaries with a strong focus on suspicious ones.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 8
    LogoFE

    LogoFE

    A Logo library, a big tool box.

    ...It has, Complex arithmetic Matrix arithmetic Polynomial arithmetic Numeric Integration and derivation Root finding Linear systems solver Date conversion functions List manipulation (Sorting, Cutting, Selecting, etc.) List to file (and vice-versa) procedures List to HTML conversion Grid (ala Excel) function TreeAsList to common Graph Formats procedures Function graphing Clip to Clipboard procedures Combinatoric and Paritition procedures Inferential Statistic distributions Plotting and charting procedures
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Universal Encoder Decoder - AyaN Softwar

    Universal Encoder Decoder - AyaN Softwar

    84 Type Encoding/Decoding Options And Full Offline - AyaN Software

    ...There is no difficulties of installing process and system agreement. With the use of this software you can encode and decode a lots of variations. for example, you can encode and decode 64 BASE data, URL, HTML, JavaScript, ROT 13, you can convert text to binary, and vice versa, hex to ASCII, decimal to binary, hex, octal, and you can also generate MD4, MD5, SHA1 and SHA245 hashe etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Start Free
  • 10
    Create Tabs Based Website

    Create Tabs Based Website

    A Simple Method to Create a Tabs Based Website

    ...After Downloading and Extracting the Tabs.zip file above, Please double click the index.htm file in it, to open it with your default browser and have a thorough look into it. Also, Click on the Tabs ( i.e. City Names ) to see its description, magically appearing. Now, open the same index.htm file with a text editor, parallely, and feel free to change all Text, except for those which are within angle brackets ( i.e. < > Text within < > are html syntax, which need not be edited ). Save your changes and then Refresh the webpage on your Browser, to view it. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    TSP Solver and Generator

    TSP Solver and Generator

    Generate and solve Travelling Salesman Problem tasks

    TSPSG is intended to generate and solve Travelling Salesman Problem (TSP) tasks. It uses Branch and Bound method for solving. An input is a number of cities and a matrix of city-to-city travel prices. The matrix can be populated with random values in a given range (useful for generating tasks). The result is an optimal route, its price, step-by-step matrices of solving and solving graph. The task can be saved in internal binary format and opened later. The result can be printed or saved as PDF, HTML, or ODF. ...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 12
    Save For Offline

    Save For Offline

    Android app for saving webpages for offline reading

    ...Save For Offline is an Android app for saving full web pages for offline reading, with lots of features and options. In you web browser selects 'Share', and then 'Save For Offline'. Saves real HTML files which can be opened in other apps/devices. Download & save entire web pages with all assets for offline reading & viewing. Save HTML files in a custom directory. Save in the background, no need to wait for it to finish saving. Night mode, with both a dark theme, and can invert colors when viewing pages (White becomes black and vice-versa). ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Grand Theft Auto Collectibles Guide

    Grand Theft Auto Collectibles Guide

    Find hidden items and track your progress.

    Use GTA Collectibles Guide to help you find hidden items in earlier Grand Theft Auto games.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    These 100% complete GTA Vice city Complete all main missions Complete all sub missions 100% hidden pachages collected
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 16
    MultiVice

    MultiVice

    MultiVice - is a fully customizable multiplayer modification for Grand

    MultiVice - is a fully customizable multiplayer modification for Grand Theft Auto: Vice City™. You can write any gamemode what you want using LUA Scripting language implemented into modification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Transforms the markup of a text, based on customizable tables, such as tags from html 3.2 to html+css (or vice)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    htmlCharset is a file conversion tool, useful for replacing HTML entities by the actual characters that they represent, or vice versa. As a spin-off, it can also be used as a general charset converter for arbitrary text files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Whit CPComuni you can add to your HTML pages a list of all regions, provinces and city of Italy with a Google Suggest style. Con CPComuni e' possibile aggiungere un motore di ricerca per Comuni, Province e Regioni Italiane, in maniera semplice e veloce.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    You can use it to make applications with Ajax. It's so easy. It's name comes forum Ajaccio city which is in Corsica.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    For several apps, XML can house HTML code within its tags. However, there are many html syntax marks that are not permitted in XML such as < or >. Thus this simple program will allow a user to convert HTML code to XML friendly code and vice versa.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    HTMLColors is Java class that contains static methods to convert java.awt.Color objects into HTML colors (#RRGGBB) and vice versa.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Java class that contains static methods (htmlentities and unhtmlentities) to convert special and extended characters into HTML entitities and vice versa.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Written in 100% pure Java NIO is used to provide Non-Blocking connections. Persistence can be handled using a Database or xml files. It features html and ansi colour, city politics, siege weapons, destructible rooms and dynamically created areas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Mission editing tools for Grand Theft Auto: Vice City.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next