All Projects β†’ vadimbakaev β†’ flatmap.io

vadimbakaev / flatmap.io

Licence: AGPL-3.0 license
πŸš€ The place where people meet technologies

Programming Languages

haskell
3896 projects

Projects that are alternatives of or similar to flatmap.io

Cartoframes
CARTO Python package for data scientists
Stars: ✭ 208 (+617.24%)
Mutual labels:  maps
Atlas Of Thrones
An interactive "Game of Thrones" map powered by Leaflet, PostGIS, and Redis.
Stars: ✭ 253 (+772.41%)
Mutual labels:  maps
dispatcher
Dispatcher is an asynchronous task queue/job queue based on distributed message passing.
Stars: ✭ 60 (+106.9%)
Mutual labels:  jobs
Osm Liberty
A free Mapbox GL basemap style for everyone
Stars: ✭ 231 (+696.55%)
Mutual labels:  maps
Projects
A list of awesome open source projects Vladimir Agafonkin is involved in.
Stars: ✭ 250 (+762.07%)
Mutual labels:  maps
Road Orientation Map
A visualization of road orientations on an interactive map
Stars: ✭ 254 (+775.86%)
Mutual labels:  maps
Geoserver
Official GeoServer repository
Stars: ✭ 2,573 (+8772.41%)
Mutual labels:  maps
osmscout-sailfish
OSM Scout for Sailfish OS (offline maps and navigation)
Stars: ✭ 42 (+44.83%)
Mutual labels:  maps
Mapstore2
Modern webmapping with OpenLayers, Leaflet and React
Stars: ✭ 251 (+765.52%)
Mutual labels:  maps
Problem-Solving
This Repository consists of my solutionsπŸ’‘ in Python 3 to various problems in Data Structures and Algorithms.πŸŽ–οΈ
Stars: ✭ 17 (-41.38%)
Mutual labels:  maps
Gmapsfx
Java API for using Google Maps within a JavaFX application.
Stars: ✭ 233 (+703.45%)
Mutual labels:  maps
Orderedmap
πŸ”ƒ An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
Stars: ✭ 247 (+751.72%)
Mutual labels:  maps
echarty
Minimal R/Shiny Interface to ECharts.js
Stars: ✭ 49 (+68.97%)
Mutual labels:  maps
Polyline
Polyline encoder / decoder in swift
Stars: ✭ 224 (+672.41%)
Mutual labels:  maps
SpaceWar-ECS
A space war game made with ECS and JobSystem in Unity.
Stars: ✭ 26 (-10.34%)
Mutual labels:  jobs
Mapbox Plugins Android
Mapbox Android Plugins are a collection of libraries that extend our other SDKs, helping you design powerful mapping features while the plugins handle most of the heavy lifting.
Stars: ✭ 208 (+617.24%)
Mutual labels:  maps
Maps
🌍🌏🌎 The whole world fits inside your cloud!
Stars: ✭ 253 (+772.41%)
Mutual labels:  maps
svelte-mapbox
MapBox Map and Autocomplete components for Svelte (or Vanilla JS)
Stars: ✭ 267 (+820.69%)
Mutual labels:  maps
geojson-editor
A modified version of Googles Simple GeoJSON Editor
Stars: ✭ 43 (+48.28%)
Mutual labels:  maps
dictionary-renderer-toolkit
The Dictionary Renderer Toolkit provides documentation and tools for the creation of custom dictionary styles for use with the dictionary renderer.
Stars: ✭ 18 (-37.93%)
Mutual labels:  maps

flatmap.io

The right place to find right IT company.

License: AGPL v3 CircleCI StackShare FOSSA Status

Prerequisites

You need to install the following software:

Haskell Setup

  1. If you haven't already, install Stack
    • On POSIX systems, this is usually curl -sSL https://get.haskellstack.org/ | sh
  2. Install the yesod command line tool: stack install yesod-bin --install-ghc
  3. Build libraries: stack build

If you have trouble, refer to the Yesod Quickstart guide for additional detail.

Hlint

stack install hlint

Hindent

stack install hindent

How to run

Expose MongoDB on localhost with default port 27017

Start a development server with:

stack exec -- yesod devel

As your code changes, your site will be automatically recompiled and redeployed to http://localhost:3000.

Tests

stack test --flag h-map:library-only --flag h-map:dev

(Because yesod devel passes the library-only and dev flags, matching those flags means you don't need to recompile between tests and development, and it disables optimization to speed up your test compile times).

Documentation

  • Read the Yesod Book online for free
  • Check Stackage for documentation on the packages in your LTS Haskell version, or search it using Hoogle. Tip: Your LTS version is in your stack.yaml file.
  • For local documentation, use:
    • stack haddock --open to generate Haddock documentation for your dependencies, and open that documentation in a browser
    • stack hoogle <function, module or type signature> to generate a Hoogle database and search for your query
  • The Yesod cookbook has sample code for various needs

Getting Help

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].