Showing 307 open source projects for "abc-map"

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
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

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

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 1
    ClassHidra

    ClassHidra

    ClassHidra Java open-source MVC (ModelViewController).CDI & EJB. REST

    ClassHidra, Java-base MVC Support: - CDI ( context dependency injection ) - @SessionScoped, @ApplicationScoped; - EJB (enterprise java bean) map action/form as @Stateless, @Stateful, @Singleton; - Spring (4.*) map action/form as @Component; - RESTful (alfa) Demo - Google AppEngine - https://classhidra4ape-hrd.appspot.com/ GitHub - https://github.com/surban1974/classhidra Maven dependencies - https://github.com/surban1974/classhidra/blob/master/README.md
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Gridarta is an open source (GPL) Map Editor for MMORPGs. Gridarta currently supports Angelion, Crossfire and Daimonin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    vue-awesome-swiper

    vue-awesome-swiper

    Swiper component for @vuejs

    Each display block (screen) of Swiper is a slide, and pictures or texts are placed in the slide. All the slides are arranged in one line (or multiple lines) and contained in the wrapper. The main container contains the wrapper and Arrow button control navigation and pager control pagination. When the finger (or mouse) touches and slides the Swiper, the Swiper transforms the wrapper by calculating the sliding distance difference in each frame of the browser to produce the drag effect. When...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ViewUI

    ViewUI

    A high quality UI Toolkit built on Vue.js 2.0

    ... authentication requirements. Fully responsive support, all pages and function points are adapted to PC, mobile, and tablet. Beautiful UI, extreme user experience and detail handling. Social layout, map layout, and work desktop layout to choose from. Perfect international solution support. Fully responsive support, all pages and function points have different display effects on PC, mobile, and tablet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    json iterator

    json iterator

    High-performance 100% compatible drop-in replacement of encoding/json

    Add import "github.com/json-iterator/go" and replace json.Marshal with jsoniter.Marshal. Then the code should behave exactly the same, just much faster. Unlike easyjson or other json libaries, jsoniter does not rely on static code generation. Unmarshal, NewEncoder, NewDecoder they all works. Existing types implemented Marshaler or Unmarshaler interface will also work. Map with non-string key also work. Yes, everything just works. The default performance is already several times faster than...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This project aims to promote the MultiAgent Programming (MAP) approach by providing a suitable integration of tools and languages for programming the following dimensions: agents (Jason), environment (Cartago), and organisation (Moise).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Metl ETL Data Integration

    Metl ETL Data Integration

    Simple message-based, web-based ETL integration

    Metl is a simple, web-based ETL tool that allows for data integrations including database, files, messaging, and web services. Supports RDBMS, SOAP, HTTP, FTP, SFTP, XML, FIXLEN, CSV, JSON, ZIP, and more. Metl implements scheduled integration tasks without the need for custom coding or heavy infrastructure. It can be deployed in the cloud or in an internal data center, and it was built to allow developers to extend it with custom components.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    M2SQL

    M2SQL

    Replicate your Mumps Globals into Relational Data Base

    M2SQL is a handy tool that permits to map your existing Mumps Globals in a relational Vision. The mapping process is simple and intuitive and is done only once. The Mapping process will describe the Mumps Globals data as a complex of Applications, Hierarchies, Relations and fields. Once mapping is completed you will able to replicate all the Mumps data into Target Relation database such as SQLITE or MYSQL. Normally you will do the replication process once a day while system is silent...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Minkowski Engine

    Minkowski Engine

    Auto-diff neural network library for high-dimensional sparse tensors

    The Minkowski Engine is an auto-differentiation library for sparse tensors. It supports all standard neural network layers such as convolution, pooling, unspooling, and broadcasting operations for sparse tensors. The Minkowski Engine supports various functions that can be built on a sparse tensor. We list a few popular network architectures and applications here. To run the examples, please install the package and run the command in the package root directory. Compressing a neural network to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save 50% off for 3 months with QuickBooks Payroll when you Buy Now

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 10

    ObjectiveScript

    object orientated scripting language

    == This project has been renamed to slang-lang/slang and moved to Github. == ObjectiveScript is an object orientated scripting language that tries to combine the speed of scripting with an object orientated syntax similar to Java and C++. The language offers native data types like bool, double, float, int and string as well as user defined object types and a system library with data types similar to the Java boxed types like Integer and String. Collections like List, Map, etc. can be used...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    Wombat

    Wombat

    Cross platform gRPC client

    Cross-platform gRPC client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Alternative JSON parser for Go

    Alternative JSON parser for Go

    One of the fastest alternative JSON parser for Go

    It does not require you to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them. It is up to 10 times faster than standard encoding/json package (depending on payload size and usage), allocates no memory. Originally made for a project that relies on a lot of 3rd party APIs that can be unpredictable and complex. Encoding/json requires you to know exactly your data structures, or if you prefer to use map[string]interface{} instead...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    hexo-theme-matery

    hexo-theme-matery

    A beautiful hexo blog theme with material design

    Simple and beautiful, and post is Beautiful and readable, with Material Design. Responsive design, which can be displayed well on desktop, tablet, mobile phone, etc. Home page carousel posts and changing 'banner' picture dynamically every day. Blog posts list with waterflow (There will be 24 images if the article doesn't have featured pictures). Archive page with the timeline. Tags page of the word cloud and categories page of the radar chart. Rich 'About' page (including about me, posts...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Image-Map

    Image-Map

    Responsive, dynamic image maps

    A native JavaScript solution for creating responsive image-maps that rerender on image or viewport changes.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15
    Kitematic

    Kitematic

    Visual Docker Container Management on Mac & Windows

    Kitematic is a simple yet powerful application for managing Docker containers on Mac and Windows. It has a new Docker Desktop Dashboard for an even better user experience, with Docker Hub integration and plenty of advanced features.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 16
    GoRose ORM

    GoRose ORM

    Mini database ORM for golang

    ... binding (map, struct), and supports string table name and map data return. Provides great flexibility. It is recommended to use data binding to complete the query operation so that the data source type can be controlled.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    XML Editor/Validator/Designer with CAMV

    XML Editor/Validator/Designer with CAMV

    CAM XML Editor for XML+JSON+Hibernate+SQL Open-XDX sponsored by Oracle

    The CAM editor is the leading open source XML Editor/Validation/Schema toolset for rapidly building / deploying XML /JSON /Hibernate /SQL data /Forms applications. Visual WYSIWYG data design, rule entry wizards + drag & drop dictionary components. Will import, analyze / refactor from XML Schema / JSON. Oracle is a proud enterprise sponsor; with NIEM.gov support. Do SQL data import/map+ Open Data API delivery+ Hibernate JPA + UI Forms/Pencil Makes XSD schema (default, flatten, NIEM...
    Downloads: 29 This Week
    Last Update:
    See Project
  • 18
    SageMaker Containers

    SageMaker Containers

    Create SageMaker-compatible Docker containers

    Amazon SageMaker is a fully managed service for data science and machine learning (ML) workflows. You can use Amazon SageMaker to simplify the process of building, training, and deploying ML models. To train a model, you can include your training script and dependencies in a Docker container that runs your training code. A container provides an effectively isolated environment, ensuring a consistent runtime and reliable training process. The SageMaker Training Toolkit can be easily added to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Bootlint

    Bootlint

    HTML linter for Bootstrap projects

    ... that you are using Bootstrap's default class names in your webpage, as opposed to taking advantage of the "mixins" functionality of Less or Sass to map them to custom class names. If you are using mixins, Bootlint may report some false-positive warnings. However, there are some Bootlint checks that are applicable even if you are using mixins pervasively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Dynamic Robot Localization

    Dynamic Robot Localization

    Point cloud registration pipeline for robot localization and 3D

    The dynamic_robot_localization is a ROS package that offers 3 DoF and 6 DoF localization using PCL and allows dynamic map update using OctoMap. It's a modular localization pipeline, that can be configured using yaml files (detailed configuration layout available in drl_configs.yaml and examples of configurations available in guardian_config and dynamic_robot_localization_tests). Even though this package was developed for robot self-localization and mapping, it was implemented as a generic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    React Refetch

    React Refetch

    A simple and composable way to fetch data for React components

    ... data inside the component and dumping it in local state is also messy and makes components smarter and more mutable than they need to be. This module allows you to wrap a component in a connect() decorator like react-redux, but instead of mapping state to props, this lets you map props to URLs to props. This lets you keep your components completely stateless, describe data sources in a declarative manner, and delegate the complexities of data fetching to this module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Atari OSS Action

    Atari OSS Action

    Action a programming language for Atari 8-bit

    ... designed to map cleanly to 6502 opcodes. In 2015, Clinton Parker has release the Action! 3.6 source code to the public under the terms of GPL. This project is intended to preserve the Action! source code and to provide updates and fixes for known bugs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    NetworkEye

    NetworkEye

    A iOS network debug library, monitor HTTP requests

    NetworkEye, an iOS network debug library, monitors HTTP requests. It can be detected HTTP requests including web pages, NSURLConnection, NSURLSession, AFNetworking, 3rd libraries, 3rd SDK, and so on. very convenient and practical. It can be a map local json file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Happy Java Library

    Happy Java Library

    Multilock, Collections, Controllers, Delegates, Generators, Streams

    Helps to develop and test event-based multi-threaded Java application. Because of method called as API-Evolution the Happy Java Library is fully downward compatible. The library contains following functionality: MultiLock, Parallel loops, Collections, Controllers, Generators, Delegates, Streams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Neat

    Neat

    A lightweight and flexible Sass grid

    Neat is a fluid grid framework with the aim of being easy enough to use out of the box and flexible enough to customize down the road. Neat also works great with Bourbon and Bitters, They are all lightweight and easy to work with so it’s a blast to try them out and see if they’re right for your next project. If you need multiple grids in a single project, you can do this by defining a new map stored within a variable of your choosing. This variable can then be passed directly into any of Neat's...
    Downloads: 0 This Week
    Last Update:
    See Project