Posts

  • webpack-node-externals

    Easily exclude node modules in Webpack

    npm install webpack-node-externals --save-dev
    

    In your webpack.config.js:

    var nodeExternals = require('webpack-node-externals');
    ...
    module.exports = {
        ...
        target: 'node', // in order to ignore built-in modules like path, fs, etc.
        externals: [nodeExternals()], // in order to ignore all modules in node_modules folder
        ...
    };
    

    And that’s it. All node modules will no longer be bundled but will be left as require('module').

    Tags: #javascript • webpack • node

  • elastomer-client

    A library for interacting with Elasticsearch

    Making a stupid simple Elasticsearch client so your project can be smarter!

    Tags: #ruby

  • reflection

    Lightweight (3K) ES Module implementation of reflect-metadata

    Lightweight ES Module implementation of reflect-metadata to work with TypeScript’s experimental decorator support.

    Tags: #typescript • reflect-metadata • decorators

  • yii2support

    Yii2 Support for PhpStorm / IntelliJ IDEA

    • View template names and parameters completion
    • Add view parameters after completion
    • Inspection for missing view templates
    • QuickFix for missing view templates
    • Jump to View file (go to declaration)
    • Inspection for required and unused template parameters
    • QuickFix for required and unused template parameters
    • Updates path to view template when file is moved

    Tags: #java • yii2 • phpstorm

  • rxjava-extras

    Utilities for use with rxjava

    observable.retryWhen(
        RetryWhen.delay(10, TimeUnit.SECONDS).build());
    

    Tags: #java

  • 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

  • visual_odometry

    visual odometry in python scripts

    The Python Monocular Visual Odometry (py-MVO) project used the monoVO-python repository, which is a Python implementation of the mono-vo repository, as its backbone. An in depth explanation of the fundamental workings of the algorithm maybe found in Avi Sinhg’s report. The monoVO-python code was optimized in order to make it more robust, using advance methods in order to obtain a higher level of accuracy.This report provides information about the optimizations done to the monoVO-python code. The GPS data in the images EXIF file can also be used to formulate a GPS trajectory in order to compare with the results of Visual Odometry(VO) trajectory. A merge between the GPS and VO trajectories is also possible in order to get an even more reliable motion estimation. The KITTI dataset was used for testing our methods and new implementations, since they offer accurate camera projection matrices, undistorted images, and reliable ground truth data.

    *The GPS trajectories can only be done with GPS-tagged images(GPS data inside the image’s EXIF file).

    Tags: #python

  • angular-spring-data-rest

    An AngularJS module to ease the work with a Spring Data REST backend.

    An AngularJS module with an additional interceptor which eases the work with a Spring Data REST backend.

    Tags: #javascript • angular • spring

  • HappyFunTimes

    A System for creating 10-100+ player local games

    Tags: #javascript • game • happyfuntimes

  • lightslider

    You can Install lightslider using the Bower package manager.

    $ bower install lightslider
    

    Tags: #javascript

subscribe via RSS