Posts

  • json_api_client

    Build client libraries compliant with specification defined by jsonapi.org

    This gem is meant to help you build an API client for interacting with REST APIs as laid out by http://jsonapi.org. It attempts to give you a query building framework that is easy to understand (it is similar to ActiveRecord scopes).

    Note: master is currently tracking the 1.0.0 specification. If you’re looking for the older code, see 0.x branch

    Tags: #ruby • jsonapiclient • json-api

  • httl

    Hyper-Text Template Language and Engine.

    First generate eclipse project files by mvn command:

    mvn eclipse:eclipse -DdownloadSources
    

    Then import project into eclipse:

    【File】 -> 【Import】 -> 【Existing Projects into Workspace】 -> 【Browse】(Select project directory and open)
    

    Associate httl file type with html editor:

    【Window】 -> 【Preferences】 -> 【General】 -> 【Content Types】 -> 【Text】 -> 【HTML】 -> 【Add】 -> 【*.httl】
    

    Tags: #java

  • themoviedbapi

    A java wrapper around the json api provided by TheMovieDB.org

    TmdbMovies movies = tmdbApi.getMovies();
    movies.getMovie(293660, "en", MovieMethod.credits)
    

    Tags: #java

  • OneDark-Pro

    Atom’s iconic One Dark theme for Visual Studio Code

    Atom’s iconic One Dark theme, and one of the most installed themes for VS Code!

    Tags: #typescript • theme • vscode

  • tesla-api

    🚘 A Ruby gem and unofficial documentation of Tesla’s JSON API for the Model S, 3, X, and Y.

    View Documentation

    This is unofficial documentation of the Tesla JSON API used by the iOS and Android apps. The API provides functionality to monitor and control the Model S (and future Tesla vehicles) remotely. The project provides both a documentation of the API and a Ruby library for accessing it.

    If any folks at Tesla are reading this, I’d love to help coordinate a developer program for your APIs. If there’s any way I can be helpful, please feel free to get in contact. Also, I’d love to be in the beta firmware program :wink:

    Tags: #ruby • tesla • api

  • phosphor-home

    The homepage of Phosphor Icons, a flexible icon family for everyone

    Phosphor is a flexible icon family for interfaces, diagrams, presentations — whatever, really.

    • 772 icons and counting
    • 6 weights: Thin, Light, Regular, Bold, Fill, and Duotone
    • Designed at 16 x 16px to read well small and scale up big
    • Raw stroke information retained to fine-tune the style

    More ways to use at phosphoricons.com.

    Tags: #typescript • phosphor • icons

  • SimplifySpan

    A easy-to-use and powerful Spannable library

    A easy-to-use and powerful Spannable library

    Tags: #java • android-library • textview

  • sequenceserver

    Intuitive local web frontend for the BLAST bioinformatics tool

    SequenceServer lets you rapidly set up a BLAST+ server with an intuitive user interface for personal or group use.

    If you use SequenceServer, please cite:

    Sequenceserver: A modern graphical user interface for custom BLAST databases. Molecular Biology and Evolution (2019).

    Tags: #ruby • blast • bioinformatics

  • ol-cesium

    OpenLayers - Cesium integration

    npm i --save olcs
    

    Then import the parts you need. Example:

    import OLCesium from 'olcs/OLCesium.js';
    const ol3d = new OLCesium({map: ol2dMap}); // ol2dMap is the ol.Map instance
    ol3d.setEnabled(true);
    

    For Cesium integration see ol-cesium-webpack-example based on the official Cesium With Webpack example.

    Tags: #javascript • cesium • openlayers

  • Kaggler

    Code for Kaggle Data Science Competitions

    Kaggler is a Python package for lightweight online machine learning algorithms and utility functions for ETL and data analysis. It is distributed under the MIT License.

    Its online learning algorithms are inspired by Kaggle user tinrtgu’s code. It uses the sparse input format that handles large sparse data efficiently. Core code is optimized for speed by using Cython.

    Tags: #python • kaggle • machine-learning

subscribe via RSS