Showing 15 open source projects for "byte"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 1
    Akavache

    Akavache

    An asynchronous, persistent key-value store

    ..., duplicated code for caching different types of objects. Akavache is a library that makes common app patterns easy, and unifies caching of different object types (i.e. HTTP responses vs. JSON objects vs. images). It's built on a core key-value byte array store (conceptually similar to a Dictionary<string, byte[]>), and on top of that store, extensions are added to support Arbitrary objects via JSON.NET.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Bloom filters

    Bloom filters

    Go package implementing Bloom filters

    A Bloom filter is a concise/compressed representation of a set, where the main requirement is to make membership queries; i.e., whether an item is a member of a set. A Bloom filter will always correctly report the presence of an element in the set when the element is indeed present. A Bloom filter can use much less storage than the original set, but it allows for some 'false positives': it may sometimes report that an element is in the set whereas it is not. When you construct, you need to...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    EthereumJS Monorepo

    EthereumJS Monorepo

    Monorepo for the Ethereum VM TypeScript Implementation

    ... are bound together by the core Common library keeping track of chain specifics and hardfork changes. They are complemented by helper packages like RLP for data encoding/decoding or Util, providing helper functionalities like (byte) conversion, signatures, types and others. Finally, the EthereumJS Execution Client (EthereumJS) has been in active development for some time now. It already serves a variety of purposes like testing, research (e.g. EIPs) and developer tooling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    django-rest-framework-gis

    django-rest-framework-gis

    Geographic add-ons for Django REST Framework

    Geographic add-ons for Django Rest Framework. Provides a GeometryField, which is a subclass of Django Rest Framework (from now on DRF) WritableField. This field handles GeoDjango geometry fields, providing custom to_native and from_native methods for GeoJSON input/output. While precision and remove_duplicates are designed to reduce the byte size of the API response, they will also increase the processing time required to render the response. This will likely be negligible for small GeoJSON...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5
    INI

    INI

    Package ini provides INI file read and write functionality in Go

    The most powerful, convenient and popular Go package for INI manipulations existed on Earth. Not limited to reading from a file, parse from []byte type raw data, or streaming from io.ReadCloser works like a charm. Wide-range support of variant formats includes but is not limited to my.cnf, .gitconfig, or even unparseable sections. Automatically convert to native types of Go at no cost. Let you focus on the code logic and no more tedious conversions. Map your configuration to a user-defined...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    XOOPS Web Application System

    XOOPS Web Application System

    The world's leading content management systems (CMS) written in PHP

    PLEASE NOTE: Latest XOOPS files are on http://github.com/xoops and http://github.com/xoopsmodules25x) XOOPS is a Web application platform written in PHP for the MySQL database. Its object orientation makes it an ideal tool for developing small or large community websites, intra-company and corporate portals, weblogs, and much more. XOOPS is an acronym of eXtensible Object Oriented Portal System. Initially a portal system, XOOPS is now a leading content management system (CMS) that serves...
    Leader badge
    Downloads: 211 This Week
    Last Update:
    See Project
  • 7
    ImpressCMS

    ImpressCMS

    Make a lasting impression!

    Community websites can be difficult to maintain and a target for hackers. But, not with ImpressCMS behind it. Started in 2007 by a talented and committed group of developers and designers unhappy with the progress of the projects they were working on, ImpressCMS continues to lead in providing secure, easy to build and maintain community websites. ImpressCMS is built using PHP and MySQL, and employs JavaScript and Smarty and is optimized for performance - on even shared...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 8
    NanoH5 (tsl2nano)

    NanoH5 (tsl2nano)

    java bean / database driven zero code application framework

    NanoH5 (or FullRelation) is a fullstack UI implementation framework providing a model driven design (MDA). Build a complete html5 application through a given class- or database-model without coding (coding APIs are available).
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9
    Application Server to make Java Components available for AS/400 RPG programs, runs on as400, i5, iSeries, System i or any other java platform. Packaged with ArdGate to access any JDBC database using all native SQL interfaces from AS/400.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 10
    rax

    rax

    A progressive React framework for building universal application

    Ultra-lightweight, high-performance, easy-to-use front-end solution. One-time development and multi-terminal operation, liberating repetitive work, focusing on product logic, and improving development efficiency. The Rax 1.0 system provides a wealth of components and APIs to help business students quickly develop multi-terminal projects. Go Rax is a Rax 1.0 sample app, which is provided for Rax developers for reference and learning. Rax improves the product experience through a lighter core,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ozzo-validation

    ozzo-validation

    An idiomatic Go (golang) validation package

    An idiomatic Go (golang) validation package. Supports configurable and extensible validation rules (validators) using normal language constructs instead of error-prone struct tags. Pozzo-validation is a Go package that provides configurable and extensible data validation capabilities. It has the following features. Use normal programming constructs rather than error-prone struct tags to specify how data should be validated. Can validate data of different types, e.g., structs, strings, byte...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GoJay

    GoJay

    high performance JSON encoder/decoder with stream API for Golang

    GoJay is a performant JSON encoder/decoder for Golang (currently the most performant, see benchmarks). It has a simple API and doesn't use reflection. It relies on small interfaces to decode/encode structures and slices. Gojay also comes with powerful stream decoding features and an even faster Unsafe API. There is also a code generation tool to make usage easier and faster. I looked at other fast decoders/encoders and realized it was mostly hardly readable static code generation or a lot of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    C# Extension Methods

    C# Extension Methods

    C# Extension Methods | Over 1000 extension methods:

    Enhance the .NET Framework with over 1000 extension methods. Open a binary file, reads the contents of the file into a byte array, and then closes the file. Extract all the files in the specified zip archive to a directory on the file system. Get started by learning C# Extension Methods from cheat sheet. Get started by searching from documented extension methods. Get started by searching and trying some online example.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    A Java framework for building component architectures that makes use of reflection, metadata and byte code manipulation to push the limits of automation in place of configuration and code generation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This project will develop a true implementation of a .NET structure that is inter operable across platforms and languages. For example a C++ structure cannot be mapped directly to a .NET structure because of byte alignment issues and padding in .NET. It
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next