Showing 141 open source projects for "abc-map"

View related business solutions
  • HRSoft Compensation - Human Resources Software Icon
    HRSoft Compensation - Human Resources Software

    HRSoft is the only unified, purpose-built SaaS platform designed to transform your complex HR processes into seamless digital ones

    Manage your enterprise’s compensation lifecycle and accurately recognize top performers with a digitized, integrated system. Keep employees invested and your HR team in control while preventing compensation chaos.
  • Recruit and Manage your Workforce Icon
    Recruit and Manage your Workforce

    Evolia makes it easier to hire, schedule and track time worked by frontline in medium and large-sized businesses.

    Evolia is a web and mobile platform that connects enterprises with 1000’s of local shift workers and offers free workforce scheduling and time and attendance solutions. Is your business on Evolia?
  • 1
    AWS Cloud Map MCS Controller for K8s

    AWS Cloud Map MCS Controller for K8s

    K8s controller implementing Multi-Cluster Services API

    The AWS Cloud Map Multi-cluster Service Discovery Controller for Kubernetes (K8s) implements the Kubernetes multi-cluster services API specification, which allows services to communicate across multiple clusters. The implementation relies on AWS Cloud Map for enabling cross-cluster service discovery. For multi-cluster service discovery and consumption, the controller should be installed on a minimum of 2 EKS clusters. Participating clusters should be provisioned into a single AWS account...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    DDPM-CD

    DDPM-CD

    Remote sensing change detection using denoising diffusion models

    ... feature representations from the pre-trained diffusion model as inputs and outputs change prediction map.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Fluent Bit Plugin for CloudWatch Logs

    Fluent Bit Plugin for CloudWatch Logs

    A Fluent Bit output plugin for CloudWatch Logs

    .... A template in the form of $(variable) can be set in log_group_name or log_stream_name. variable can be a map key name in the log message. To access sub-values in the map use the form $(variable['subkey']). Also, it can be replaced with special values to insert the tag, ECS metadata, or a random string in the name. It can achieve higher throughput and will consume less CPU and memory.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Nyxt

    Nyxt

    The hacker's power-browser

    Out of the box Nyxt ships with tens of features that allow you to quickly analyze, navigate, and extract information from the Internet. Plus, Nyxt is fully hackable- all of its source code can be introspected, modified, and tweaked to your exact specification. Navigate large documents with ease. Utilize the power of running commands against multiple objects to avoid repeating yourself. You can select and close all buffers that match the string "ele". Fuzzy search-relevant commands to...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
  • 5
    Immutable.js

    Immutable.js

    Immutable collections for JavaScript

    Immutable.js offers a collection of Persistent Immutable data structures for JavaScript. Immutable data is unchangeable once created, which makes application development so much simpler. There’s no defensive copying, and you get advanced memoization and change detection techniques with simple logic. Persistent data gives you a mutative API, one that doesn’t update data in-place but always produces new and updated data. The data structures that Immutable.js provides include List, Stack, Map...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Vulcain

    Vulcain

    Fast and idiomatic client-driven REST APIs

    Vulcain is a brand new protocol using HTTP/2 Server Push to create fast and idiomatic client-driven REST APIs. An open-source gateway server that you can put on top of any existing web API to instantly turn it into a Vulcain-compatible one is also provided! It supports hypermedia APIs but also any "legacy" API by documenting its relations using OpenAPI. The protocol has been published as an Internet-Draft that is maintained in this repository. A reference, production-grade, implementation...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    go-mitmproxy

    go-mitmproxy

    mitmproxy implemented with golang

    ... the previous use of mitmproxy, go-mitmproxy can use it directly. Map Remote and Map Local support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Shelf

    Shelf

    Web server middleware for Dart

    Shelf makes it easy to create and compose web servers and parts of web servers. How? Expose a small set of simple types. Map server logic into a simple function: a single argument for the request, the response is the return value. Trivially mix and match synchronous and asynchronous processing. Flexibility to return a simple string or a byte stream with the same model. An adapter must handle all errors from the handler, including the handler returning a null response. It should print each error...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Networking

    Networking

    Concise networking code leveraging async-await, Decodable & Generics

    Networking brings together URLSession, async-await (or Combine ), Decodable and Generics to simplify connecting to a JSON API. By providing a lightweight client that automates boilerplate code everyone has to write. By exposing a delightfully simple API to get the job done simply, clearly, and quickly. Getting swift models from a JSON API is now a problem of the past.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powerful small business accounting software Icon
    Powerful small business accounting software

    For small businesses looking for desktop accounting software

    With AccountEdge, business owners can organize, process, and report on their financial information so they can focus on their business. Features include: accounting, integrated payroll, sales and purchases, contact management, inventory tracking, time billing, and more.
  • 10
    Retrofit For Dart

    Retrofit For Dart

    Retrofit.dart is an dio client generator using source_gen

    retrofit.dart is a type conversion dio client generator using source_gen and inspired by Chopper and Retrofit. If you want to parse models on a separate thread, you can take advantage of the compute function, just like Dio does when converting String data responses into json objects. Avoid using Map values, otherwise, multiple background isolates will be spawned to perform the computation, which is extremely intensive for Dart.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    eslint-plugin-compat

    eslint-plugin-compat

    Check the browser compatibility of your code

    Lint the browser compatibility of your code. Browser targets are configured using a browser list. You can configure browser targets in your package.json. If no configuration is found, browser list defaults to "> 0.5%, last 2 versions, Firefox ESR, not dead". Add polyfills to the settings section of your eslint config. Append the name of the object and the property if one exists. Toolchains for native platforms, like iOS and Android, have had API linting from the start. It's about time that...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    vue-i18n

    vue-i18n

    Internationalization plugin for Vue.js

    .... Such pluralization, however, does not apply to all languages (Slavic languages, for example, have different pluralization rules). In order to implement these rules you can pass an optional pluralizationRules object into VueI18n constructor options. If your current locale is not found in a pluralization map, the default rule of the english language will be used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Spring Cloud Config Server

    Spring Cloud Config Server

    External configuration (server and client) for Spring Cloud

    Spring Cloud Config provides server-side and client-side support for externalized configuration in a distributed system. With the Config Server, you have a central place to manage external properties for applications across all environments. The concepts on both client and server map identically to the Spring Environment and PropertySource abstractions, so they fit very well with Spring applications but can be used with any application running in any language. As an application moves through...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Vimium C

    Vimium C

    A keyboard shortcut browser extension for keyboard-based navigation

    ... page). And it can map the same key sequence to different commands for different websites (and/or for different active elements on the page). It can copy any selected text and current tab's title and URL to the system clipboard, and read the clipboard to search the copied text using a specified search engine. It can also enable/disable websites' image loading and even JavaScript execution, if you trigger its command "toggleCS".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Open Visual Traceroute

    Open Visual Traceroute

    Open source cross-platform Java Visual Traceroute

    Open source cross-platform (Windows/Linux/Mac) Java Visual Traceroute. Data is displayed in a 3D or a 2D map component. What is a traceroute? http://en.wikipedia.org/wiki/Traceroute If you need some help, please first check http://visualtraceroute.net/ Feel free to drop by and leave a comment on the Facebook page https://www.facebook.com/openvisualtraceroute Enjoy and share! If you want to support the development of this project, you can make a Paypal contribution...
    Leader badge
    Downloads: 961 This Week
    Last Update:
    See Project
  • 16
    GeoNetwork - Geographic Metadata Catalog
    A web based Geographic Metadata Catalog for data description and discovery. It implements international standards (e.g. ISO19115/19139, ISO19115-3, Z39.50, CSW 2.0, OGC). It originates from the United Nations and is used by many governments as geoportal software. This page is not maintained actively. Active development and discussion takes place on github. You can also connect directly with the companies supporting the development. Source code available on github https://github.com/geonetwork/
    Leader badge
    Downloads: 117 This Week
    Last Update:
    See Project
  • 17
    pH7 Social Dating CMS (pH7Builder)❤️

    pH7 Social Dating CMS (pH7Builder)❤️

    🚀 Professional Social Dating Web App Builder (formerly pH7CMS)

    pH7Builder is a Professional, Free & Open Source PHP Social Dating Builder Software (primarily designed for developers ...). This Social Dating Web App is fully coded in object-oriented PHP (OOP) with the MVC pattern (Model-View-Controller). It is low resource-intensive, extremely powerful and highly secure. pH7Builder is included with over 42 native modules and is based on its homemade pH7 Framework which includes more than 52 packages To summarize, pH7Builder Social Dating Script...
    Downloads: 42 This Week
    Last Update:
    See Project
  • 18
    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
  • 19
    JpViewer

    JpViewer

    Jeppesen map viewer cmd application

    https://github.com/DeMmAge/JpViewer Installation: Run install.bat Usage: JpViewer.exe <ICAO> Example: JpViewer.exe EFHK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21
    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: 19 This Week
    Last Update:
    See Project
  • 22
    Spatial plugins for Dokuwiki
    A collection of Dokuwiki plugins that will enable the user to spatially enable and use the wiki, currently we have: openlayersmap (a map), geotag (ways of geotagging a page)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Saka Key

    Saka Key

    A keyboard interface to the web

    ... of this journey. Screen reading and voice commands are on the roadmap. Map keyboard keys to browser tasks like scrolling, clicking links, switching, moving, closing, muting, and refreshing tabs, zooming, and navigating pages. Keyboard shortcuts are flexible, powerful, and easy to customize. Saka Key lets you easily switch between shortcut profiles (e.g. left hand, right hand, default, Vimium), and lets you import and export your settings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    NASH OS

    NASH OS

    Nash Operating System for Modern Ecommerce

    The all-built-in-one, automatic, ready-to-go out-of-box, easy-to-use state-of-the-art, and really awesome NASH OS! Over 25,000+ flexible features and controls and all scalable!! The most powerful solution ever built to instantly deliver new heights of online ecommerce enterprise to you.
    Downloads: 1 This Week
    Last Update:
    See Project