Posts

  • arcgis-python-api

    Documentation and samples for ArcGIS API for Python

    ArcGIS API for Python is a Python library for working with maps and geospatial data, powered by web GIS. It provides simple and efficient tools for deep learning, sophisticated vector and raster analysis, geocoding, map making, routing and directions, as well as for organizing and managing a GIS with users, groups and information items. In addition to working with your own data, the library enables access to ready to use maps and curated geographic data from Esri and other authoritative sources. It also integrates well with the scientific Python ecosystem and includes rich support for Pandas, Scikit-Learn, Fast.ai, etc. and Jupyter notebook.

    To learn more about the API, visit the product page here. You can get in touch with the developers of the API and other users like you at the community page here.

    Tags: #python β€’ arcgis β€’ gis

  • csaps

    Cubic spline approximation (smoothing)

    Use pip for installing:

    pip install -U csaps
    

    The module depends only on NumPy and SciPy. Python 3.6 or above is supported.

    Tags: #python β€’ splines β€’ smoothing

  • express-http-proxy

    Proxy middleware for express/connect

    Express middleware to proxy request to another host and pass response back to original caller.

    Tags: #javascript

  • mediacenterjs

    A HTML/CSS/Javascript (NodeJS) based Media center

    Installing MediacenterJS

    Guidelines media library

    Using the remote control

    FAQ

    Tags: #javascript β€’ media-center β€’ nodejs

  • Valinor

    PHP library that helps to map any input into a strongly-typed value object structure.

    There are many benefits of using value objects instead of plain arrays and scalar values in a modern codebase, among which:

    1. Data and behaviour encapsulation β€” locks an object’s behaviour inside its class, preventing it from being scattered across the codebase.
    2. Data validation β€” guarantees the valid state of an object.
    3. Immutability β€” ensures the state of an object cannot be changed during runtime.

    When mapping any source to an object structure, this library will ensure that all input values are properly converted to match the types of the nodes β€” class properties or method parameters. Any value that cannot be converted to the correct type will trigger an error and prevent the mapping from completing.

    These checks guarantee that if the mapping succeeds, the object structure is perfectly valid, hence there is no need for further validation nor type conversion: the objects are ready to be used.

    Tags: #php

  • ui-box

    Blazing Fast React UI Primitive

    yarn add ui-box
    # or
    npm install --save ui-box
    

    Tags: #typescript β€’ react β€’ css-in-js

  • nsfw-filter

    πŸš€ A Google Chrome / Firefox extension that blocks NSFW images from the web pages that you load using TensorFlow JS.

    Tags: #typescript β€’ tensorflow-examples β€’ tensorflow

  • danbooru

    A taggable image board written in Rails.

    Run this to start a basic Danbooru instance:

    curl -sSL https://raw.githubusercontent.com/danbooru/danbooru/master/bin/danbooru | sh
    

    This will install Docker Compose and use it to start Danbooru. When it’s done, Danbooru will be running at http://localhost:3000.

    Alternatively, if you already have Docker Compose installed, you can just do:

    wget https://raw.githubusercontent.com/danbooru/danbooru/master/docker-compose.yaml
    docker-compose up
    

    Tags: #ruby β€’ rails β€’ booru

  • jkanban

    Vanilla Javascript plugin for manage kanban boards

    Javascript plugin for Kanban boards

    jKanban allow you to create and manage Kanban Board in your project!

    Please try out the live demo!

    Tags: #javascript β€’ kanban-board β€’ todolist

  • json_resume

    Generates pretty HTML, LaTeX, markdown, with biodata feeded as input in JSON

    JsonResume creates pretty versions of resume from a single JSON input file. Output formats are specifically customized to modern resume templates. Also, there are a ton of customizations to the templates possible, to make your own version of resume created easily and super quickly.

    Tags: #ruby β€’ json β€’ html

subscribe via RSS