Posts

  • fastr

    A high-performance implementation of the R programming language, built on GraalVM.

    See the documentation on the GraalVM website on how to get GraalVM and install and use FastR.

    $ $GRAALVM/bin/R
    Type 'q()' to quit R.
    > print("Hello R!")
    [1] "Hello R!"
    >
    

    Tags: #java • graalvm • r

  • harmony-api

    🗼 A simple server allowing you to query/control multiple local Harmony Home Hubs over HTTP or MQTT

    Harmony API is a simple server allowing you to query/control multiple local Harmony Home Hubs and their devices over HTTP or MQTT.

    With HTTP, you can simply turn on and off activities, check hub status, and send commands to individual devices with simple HTTP requests from almost any other project.

    With MQTT, you can easily monitor the state of your devices as well as set the current activity of your hub or send specific commands per device. This makes it super easy to integrate into your existing home automation setup.

    Tags: #javascript • mqtt • harmony

  • eclipse-collections

    Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.

    Eclipse Collections is a comprehensive collections library for Java. The library enables productivity and performance by delivering an expressive and efficient set of APIs and types. The iteration protocol was inspired by the Smalltalk collection framework, and the collections are compatible with the Java Collection Framework types.

    Tags: #java • eclipse-collections • java-collections

  • Novate

    A safety client by Https for android, (Android网络框架,基于Retrofit和RxJava打造的链式网络库, 支持okhttp的调用风格,又兼容Retrofit API,并支持rxJava链式操作)

      a safety Framework by OkHttp for Android, (一款Android网络框架,基于Retrofit和RxJava打造的链式网络库, 强大的泛型解析功能和错误驱动功能,支持okhttp的调用风格,又兼容Retrofit注解方式,并支持rxJava链式操作。方便扩展,并能实现高速加载)

    Tags: #java • rxjava • retrofit

  • worker-plugin

    👩‍🏭 Adds native Web Worker bundling support to Webpack.

    Automatically compiles modules loaded in Web Workers:

    const worker = new Worker('./foo.js', { type: 'module' });
                              ^^^^^^^^^^
                              gets bundled using webpack
    

    The best part? That worker constructor works just fine without bundling turned on, but when bundled the result is supported in all browsers that support Web Workers - all the way back to IE 10!

    Workers with fully dynamic URLs, Blob URLs, data URLs or with no { type:'module' } option are left unchanged.

    Tags: #javascript • webpack • workers

  • servicecomb-java-chassis

    ServiceComb Java Chassis is a Software Development Kit (SDK) for rapid development of microservices in Java, providing service registration, service discovery, dynamic routing, and service management features

    Apache ServiceComb Java Chassis is a Software Development Kit (SDK) for rapid development of microservices in Java, providing service registration, service discovery, dynamic routing, and service management features

    Tags: #java • servicecomb

  • TermRecord

    Terminal session recorder that outputs self-contained HTML!

    TermRecord is a simple terminal session recorder with easy-to-share self-contained HTML output!

    Tags: #python

  • pipedrive

    Complete Pipedrive API client for PHP

    This won’t take much time. You could use my referral code or link to get up to 45 days completely free of charge. Just sign up using this link or add the code to the billing section:

    pdp-devio

    Tags: #php • pipedrive-api • pipedrive-instance

  • prophet

    Financial markets analysis framework for programmers

    # sudo easy_install pip
    pip install prophet
    

    Tags: #python

  • airpub

    a pure front-end blog engine powered by duoshuo API

    Airpub 是基于 Angular.js 搭建,多说 数据驱动的纯前端写作工具。

    基于多说现有社交网络账户体系与健壮 API,Airpub 能够托管在任何静态资源服务器上,例如 GitHub Pages、又拍云储存、七牛云储存或使用自定义的 FTP 工具上传到任何 VPS 或虚拟主机中使用,为最终用户提供便捷流畅,优质轻量的博客写作与阅读体验。访问官方网站

    Tags: #javascript

subscribe via RSS