Posts

  • highcharts-react

    The official Highcharts supported wrapper for React

    Official minimal Highcharts wrapper for React.

    Tags: #javascript

  • Car-Recognition

    Car Recognition with Deep Learning

    This repository is to do car recognition by fine-tuning ResNet-152 with Cars Dataset from Stanford.

    Tags: #python • deep-learning • computer-vision

  • terrapin

    Run shell commands safely, even with user-supplied values

    Run shell commands safely, even with user-supplied values

    API reference

    Tags: #ruby

  • active_event_store

    Rails Event Store in a more Rails way

    Active Event Store is a wrapper over Rails Event Store which adds conventions and transparent Rails integration.

    Tags: #ruby • rails • event-sourcing

  • graphql-inspector

    🕵️‍♀️ Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage

    • Compares schemas
    • Detect breaking or dangerous changes
    • Schema change notifications
    • Use serverless functions validate changes
    • Validates Operations and Fragments against a schema
    • Finds similar / duplicated types
    • Schema coverage based on Operations and Fragments
    • Serves a GraphQL server with faked data and GraphiQL
    • Docker Image

    Tags: #typescript • graphql • javascript

  • zpanelx

    ZPanel is a web hosting control panel written in PHP for Windows and *NIX host OS’s.

    Tags: #php

  • prey-android-client

    Android client for the Prey anti-theft software.

    • Find your Phone or Tablet on a map through geolocation using GPS.
    • Take pictures using the built-in front and back camera.
    • Trigger a loud alarm remotely even if your phone is put on silent.
    • Display a tailored alert message on the screen.

    Tags: #java

  • Hbm-s-Nuclear-Tech-GIT

    A flaming wreck of a minecraft mod about nuclear technology that is somehow still in development.

    NTM on Modrinth

    NTM on CurseForge

    This is for 1.7.10! For 1.12, check out these projects:

    • NTM Reloaded: https://github.com/TheOriginalGolem/Hbm-s-Nuclear-Tech-GIT/releases
    • NTM Extended Edition (Alcater): https://github.com/Alcatergit/Hbm-s-Nuclear-Tech-GIT/releases

    For 1.18, try Martin’s remake: https://github.com/MartinTheDragon/Nuclear-Tech-Mod-Remake/releases

    Tags: #java

  • SockTrader

    🚀 Websocket based trading bot for 💰cryptocurrencies 📈

    SockTrader is an open source cryptocurrency trading bot. You can use it to automatically buy and/or sell cryptocurrencies based on a strategy that you’ve programmed. The strategy basically contains a set of rules that will define when and how the bot should act in the cryptocurrency market. These rules can be based on technical analysis (what is technical analysis?) or you could simply tell the bot to buy/sell at certain price levels. In fact, it’s up to you to decide the rules of the game!

    The name “SockTrader” comes from websocket based trading bot. Which means that SockTrader will try to make use of a realtime connection with the exchange. This has the advantage that one can act very quickly in a changing market with low latency.

    Tags: #typescript • nodejs • websockets

  • manticoresearch-php

    require_once __DIR__ . '/vendor/autoload.php';
    
    $config = ['host'=>'127.0.0.1','port'=>9308];
    $client = new \Manticoresearch\Client($config);
    $index = $client->index('movies');
    

    Tags: #php • search

subscribe via RSS