Showing 77 open source projects for "objects"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Cut Data Warehouse Costs up to 54% with BigQuery Icon
    Cut Data Warehouse Costs up to 54% with BigQuery

    Migrate from Snowflake, Databricks, or Redshift with free migration tools. Exabyte scale without the Exabyte price.

    BigQuery delivers up to 54% lower TCO than cloud alternatives. Migrate from legacy or competing warehouses using free BigQuery Migration Service with automated SQL translation. Get serverless scale with no infrastructure to manage, compressed storage, and flexible pricing—pay per query or commit for deeper discounts. New customers get $300 in free credit.
    Try BigQuery Free
  • 1
    Android-State

    Android-State

    A utility library for Android to save objects in a Bundle

    A utility library for Android to save objects in a Bundle without any boilerplate. It uses an annotation processor to wire up all dependencies. It's recommended to turn on a global setting in your Application class to save and restore the instance state of all activities and fragments from the support library. After that you only need to annotate your fields with @State inside of your fragments and activities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Agera

    Agera

    Reactive programming for Android

    ...Agera (Swedish for “to act”) is a super lightweight Android library that helps prepare data for consumption by the Android application components (such as Activities), or objects therein (such as Views), that have life-cycles in one form or another. It introduces a flavor of functional reactive programming, facilitates clear separation of the when, where and what factors of a data processing flow, and enables describing such a complex and asynchronous flow with a single expression, in near natural language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Wrap

    Wrap

    The easy to use Swift JSON encoder

    ...Using Wrap is as easy as calling wrap() on any instance of a class or struct that you wish to encode. It automatically encodes all of your type’s properties, including nested objects, collections, enums and more. It also provides a suite of simple but powerful customization APIs that enables you to use it on any model setup with ease.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    okhttp-utils

    okhttp-utils

    okhttp's helper class

    ...Instead of writing verbose setup and callback code for each request, OkHttpUtils provides fluent builder patterns to configure GET, POST, file upload, download, and form requests in a more readable and concise way. It includes built-in callbacks for parsing JSON into objects, handling errors, updating UI threads, and reporting progress for file operations, reducing boilerplate and improving developer productivity. OkHttpUtils also supports request tagging and cancellation, enabling clean lifecycle management especially in activities or fragments where you want to avoid leaks. With extensibility hooks for custom interceptors, headers, and timeout settings, it gives Android apps flexibility while retaining the efficiency and performance of the underlying OkHttp client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit for Your Google Cloud Projects Icon
    $300 in Free Credit for Your Google Cloud Projects

    Build, test, and explore on Google Cloud with $300 in free credit. No hidden charges. No surprise bills.

    Launch your next project with $300 in free Google Cloud credit—no hidden charges. Test, build, and deploy without risk. Use your credit across the Google Cloud platform to find what works best for your needs. After your credits are used, continue building with free monthly usage products. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 5
    Paper Plane

    Paper Plane

    An Android reading app, including articles from Zhihu Daily

    Paper Plane is an Android reading app containing articles from Zhihu Daily, Guokr Handpick and Douban Moment. The project is built on MVP architecture and designed with a Material Design style. To open this project in Android Studio, begin by checking out of the branches, and then open the PaperPlane/ dictionary in Android Studio. The following series of steps illustrate how to open the PaperPlane branch. The Android Support Library offers a number of features that are not built into the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Android Game Engine

    Android Game Engine

    Multi-threaded game engine for Android

    ...Apartment model with message passing. The drawing cycle is inverted from typical game loops. Framerate has a dedicated timer, and SurfaceView is in on-demand rendering mode. Game Objects (GOs) opt-in to services by implementing the "marker" interface for each one it wants. GOs enter the system via Install Pipeline, an asynchronous "standard" implementation that keys on the marker interfaces and performs the "protocol" for that marker. There are also Event and Uninstall pipelines. Reference by name is encouraged. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    JWebSwing

    JWebSwing

    A true Java Only Web Framework

    The JWebSwing is a web framework designed for ease of use, and as simplistic as possible in design. Design your applications the same way you would design a Swing application! Annotate your CSS according to Java Objects, Fields, or even in-line. Utilizing the best open source available on the web, This framework combines the best components available freely on the web into a single, easy-to-use, and extremely powerful framework which is lightweight, fast, and easily maintainable. Focusing on a core of JQuery and Atmosphere Push - You can ensure that your application will run on any device. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Citrus-Engine

    Citrus-Engine

    Modern AS3 Game Engine

    Citrus Engine is a 2D game framework for ActionScript 3 that simplifies the development of physics-based games, especially platformers. Built on top of Starling and Box2D, it provides a component-based architecture and high-level abstractions for objects, input, levels, and camera control. It’s well-suited for educational games, side-scrollers, and mobile game development using Adobe AIR.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Grafika

    Grafika

    Grafika test app

    Welcome to Grafika, a dumping ground for Android graphics & media hacks. A collection of hacks exercising graphics features. An SDK app, developed for API 18 (Android 4.3). While some of the code may work with older versions of Android, some sporatic work is done to support them. Open source (Apache 2 license), copyright by Google. So you can use the code according to the terms of the license, A perpetual work-in-progress. It's updated whenever the need arises. To some extent, Grafika can be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deploy Apps in Seconds with Cloud Run Icon
    Deploy Apps in Seconds with Cloud Run

    Host and run your applications without the need to manage infrastructure. Scales up from and down to zero automatically.

    Cloud Run is the fastest way to deploy containerized apps. Push your code in Go, Python, Node.js, Java, or any language and Cloud Run builds and deploys it automatically. Get fast autoscaling, pay only when your code runs, and skip the infrastructure headaches. Two million requests free per month. And new customers get $300 in free credit.
    Try Cloud Run Free
  • 10
    Alida

    Alida

    An annotation based Java Validation Framework for Java Classes

    - Alida is a lightweight API for validating Java objects. -“Alida” comes from pruning the word “vALIDAtion”. It also means a “Winged creature”. It can give programmers “wings” by delegating the validation to another API. - Alida uses only annotations for ‘marking up’ the objects which need to be validated. - It is packaged as a jar file (alida.jar) which can be dropped in the classpath and used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Icepick

    Icepick

    Android Instance State made easy

    Icepick is an Android library that dramatically simplifies saving and restoring Activity or Fragment instance state. Instead of manually writing Bundle code, you annotate fields with @State, and an annotation processor auto-generates the necessary boilerplate. This fosters cleaner, more maintainable code by removing repetitive onSaveInstanceState() and onRestoreInstanceState() logic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    OARS Android IMU & GPS Data Logger

    OARS Android IMU & GPS Data Logger

    OARS - Orientational Awareness Reaction Systems

    ...GPS data such as Longitude, Latitude, Direction, Speed, and Elevation, are also logged at approximately 1hz, or 1 update per second. Giving you the ability to precisely map an equipped objects location, orientation, and rate of movement along any plane with extreme accuracy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    LiquidFun

    LiquidFun

    2D physics engine for games

    LiquidFun is a 2D rigid-body and fluid simulation C++ library for games based upon Box2D. It provides support for procedural animation of physical bodies to make objects move and interact in realistic ways. You can write LiquidFun code in C++, Java, or JavaScript. LiquidFun is an extension of Box2D. It adds a particle based fluid and soft body simulation to the rigid body functionality of Box2D. LiquidFun can be built for many different systems, including Android, iOS, Windows, OS X, Linux, and JavaScript. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Mobile Device as GUI for Smart Objects

    Mobile Device as GUI for Smart Objects

    UNDERGRADUATE PROJECT UNDER DEVELOPMENT -- INSTABLE VERSION Android application that acts as GUI for embedded devices without user interface that are smart objects in a grid
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    elf.map

    An offline map viewer for android. Map based on GPS data.

    An offline map viewer for android. Features: 1. Offline map based on GPS data 2. Filter objects by type 3. You can remove some type files that you don't need, except "points.llu" and "points.str". 4. GPS location Map data converted from osm xml file (http://www.openstreetmap.org). Use "MapMaker" to convert map. It based on linux-x64. example: "./MapMaker greater-london.osm . -0.95 51.28 0.5 0.5" For test, extract "map-demo.zip" to sdcard root dir.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Flickit

    Flickit

    Flickit is fun 2d physics arcade style game.

    Flickit is fun 2d physics arcade style game where you try to gain the highest score possible. Simply flick the player an watch as it collides with different objects, some of which will propel your player further or stop it completely. v1.2 RC Lets get straight to the point, days & weeks passed and this is what was done; I have... + updated graphics SD to Full HD + removed leaderboard option and replaced with stats options which now covers all leaderboards for each platform, also view your own score records + added a new feature 'Store' where items can be purchased using cash obtained from playing + added a new feature 'Forum' + added in-game power-ups, used to help obtain a higher-score or cash + added cash Object + added floating Bomb Balloon + added GameOver layer which shows some useful information and allows quick movement between scenes + fixed bugs, added some technical features to improve social gameplay and physics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    zkBox Java Client

    zkBox Java Client - Save objects on the cloud

    zkBox Java Client Save your Android / PC / etc' application objects data on the cloud. http://www.zkbox.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    openBmap

    openBmap

    a free and open map of wireless communicating objects

    openBmap collects data and provides open maps and statistics of all communicating objects: cellular antennas, wifi hotspots. All softwares from back-end to client are open-source under AGPL v3 license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    WiFi Location Tracking

    Location tracks objects based on SSID strength in 2D environments

    This simple algorithm gives an example of location tracking in indoor environment using WiFi signals strengths sent to a local sever machine which then determines the clients location.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    metagloss
    metagloss is an annotation-centric android library for reducing boilerplate code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    POJOsync is an easy to use Java Framework to synchronize plain old java objects (POJO) with other users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    WalkingToolsGpx

    WalkingToolsGpx

    Web editor for locative media GPS projects, deploys to Android App

    ...Among the resources are flexible, functional Android and JavaMe GPS compass and map widgets, and a fully standards compliant J2SE package for processing GPX files. (Both parsing into our GPX data class objects, and for formatting GPX file output.) There is also a lot of experimental code the walkingtools.net project inherited from C5Corp.com, and even some current projects from the B.A.N.G. lab at the University of California, San Diego.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    RockScript is the world's smallest Java-based JavaScript interpreter, runs smoothly in any J2ME phones. The binary size of core engine including native objects/methods is less than 25K (obfuscated & JAR'ed). It can be integrated into any J2ME apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Color Vision is an Android app that uses the camera to determine objects' colors. The app is intended for color blind and partially color blind users, but people with normal color vision may find it useful as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    jKMLParser

    jKMLParser

    maps, kml, android

    Open source library that can treat KML files in readable objects
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB