Open Source ChromeOS Formats and Protocols - Page 28

Formats and Protocols for ChromeOS

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    This editor aims to help users creating their own ebooks in the newly released Open Publishing standard defined by International Digital Publishing Forum. The editor will permit the creatioin of ebook in OCF-1.0 format (.epub)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Simple SOAP connector for Erlang/OTP. Compatible with SOAP 1.1 and 1.2. Currently supports XSD schema for service definition but no WSDL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    An Erlang libary for XML parsing. It supports various modes of operation: as an efficient SAX parser, as a simple DOM-like parser, or as a 'data mapper'. The data mapper transforms the XML document to Erlang records, based on an XML Schema.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Desktop tool to organize your personal collection of electronic publications, in particular scientific ones. Also provides back-end libraries (Java) for access to OPF/OCF e-books, usable independently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Ethereum Yellow Paper

    Ethereum Yellow Paper

    The "Yellow Paper": Ethereum's formal specification

    The Ethereum Yellow Paper repository contains the canonical formal specification of the Ethereum protocol, describing its consensus rules, virtual machine (EVM) semantics, transaction formats, and state transition logic. It encodes rigorous mathematics and pseudocode defining how blocks are validated, how world state evolves, gas accounting, account balances, and execution semantics of opcodes. The paper is the authoritative technical reference for clients, protocol architects, and researchers seeking a precise, unambiguous description of Ethereum’s design and expected behavior. The repository may include the LaTeX source, historical versions (by hard fork), comments, errata, and supplemental updates as the protocol evolves. Because Ethereum has had multiple upgrades (e.g. “Byzantium”, “Istanbul”, “Berlin”), the Yellow Paper often tracks changes to opcode gas costs, state transition nuance, and new EIPs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Content Management System written in PHP. It has a flexible extendable object-oriented structure. It could be useful for creating dynamic internet sites. Now it includes several preinstalled modules such as News, Forum, FAQ and Photoalbum.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    EventWeb creates a bi-directional channel between a browser and a web server. This allows the user to interact with a web application in the same way as a desktop application. Works with Java servlets or as a stand-alone application server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Everything is a text
    Everything is a Text, and the Text is the Numbers. Concept project to render virtually anything with numbers and text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Example Code Manager is an Eclipse-Plugin for managing sample code and sample data from repositories around the world. Mainly subversion repositories, but support for flat file or CVS repositories are planned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 10

    ExiProcessor

    Command-line program for processing Efficient XML Interchange (EXI)

    ExiProcessor is a command-line program that encodes text XML files into binary EXI and decodes EXI files into XML. It uses the open source Java-based library EXIficient (http://exificient.sourceforge.net) as the EXI parser. In essence, ExiProcessor is a command-line interface to EXIficient. ExiProcessor can help people learn about the various EXI encoding and decoding options and how those options affect compression ratios. The source code itself can also be used as an example of how to integrate EXIficient into existing Java XML libraries. Command Line Examples: Encode XML to EXI: java -jar ExiProcessor.jar -xml_in notebook.xml -exi_out notebook.exi Decode EXI to XML file: java -jar ExiProcessor.jar -exi_in notebook.exi -xml_out notebook.decoded.xml Decode EXI to XML on stdout: java -jar ExiProcessor.jar -exi_in notebook.exi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This is a C++ wrapper around the excellent Expat XML parser, designed to allow a developer to rapidly build XML parser classes for their projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Experts is a program done in PHP with MySQL database where people can ask questions then replied that the experts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Two blog posting clients, one for mobile phones/PDAs and one for desktop/laptop computers, that support offline posting, offline caching of previous postings, and synchronisation between clients. Both can post to most blogging platform APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Prototype for a framework and user interface for combining various structured search and document clustering techniques.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Extended Java WordNet Library

    Extended Java WordNet Library

    extJWNL is a Java library to handle dictionaries in WordNet format.

    extJWNL (Extended Java WordNet Library) is a Java API for creating, reading and updating dictionaries in WordNet format. extJWNL is an upgraded version of JWNL. The library features support for creating, editing and writing dictionaries; dictionary encodings, including UTF-8; Java generics; huge dictionaries; instance dictionaries and static singletone dictionary; Maven and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    FArP is JavaScript function arguments processor. It provides an easy way to parse function input arguments against expected types and values. Thanks to it developers can avoid chains of if conditions at the beginnings of their functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    FEVal, the Finite Element Evaluator written in Python, provides easy conversion for many Finite Element data formats (both binary and ascii). Mesh modification is very easy. Values of model results can be accessed given coordinates in physical space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FFJUXS Free Java Universal XML Serializer: The aim of this project is to create a serializer that supports anything the standard Java Serializion supports (not just JavaBeans) - and more - using the XML file format and giving many options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Flat File Scripts (FFS) is basically a project around writing PHP scripts that don't require database systems, but instead use flat files such as XML and TXT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    FSAcars-PHP is a php based web interface for the popular FSAcar system for Microsoft FS9. This system will have an admin interface, user registration, integration with other php-based software, and individual user flight views.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Website Content Management System which uses Perl & MySQL to create an XHTML 1.0-compliant CSS-layout website. News, comments, discussion forum, content pages, side blocks, admin panel, anything can be added as a module or side block.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The FXL Project Eclipse Plugin leverages the integration of DSLs, (meta-) modeling approaches, code generation and the development of software configuration tools (sw-component-configuration).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Farben is a Java-based universal binary file reader and writer. Easily view binary files hierarchically. Edit embedded file metadata in a variety of formats. Identify orphaned files. A wide variety of file formats will be included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A small and simple library for reading and parsing MARC (bibliographic ISO-2709) records quickly. If you need to read and parse MRC files - it is that suits you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    FedStage FedSAML is a software aiming to implement security SAML2.0 standard, supporting low ((de)serialization) and higher level (easy way of creating and verifying security-related data, own extension elements,...) of creating SAML-related data for Web
    Downloads: 0 This Week
    Last Update:
    See Project