Posts

  • vue-mdc

    Material web components for Vue.js

    Material Components Web for Vue.js

    This is the adaptation of Material Components web for Vue.js. Keeping them fast, easy to use and, SSR ready.

    The docs will be the demo, until then you can check the test folder and the Material Components web demo

    Tags: #javascript • mdl • vue

  • karafka

    Framework for Apache Kafka based Ruby and Rails applications development.

    Framework used to simplify Apache Kafka based Ruby applications development.

    Karafka allows you to capture everything that happens in your systems in large scale, providing you with a seamless and stable core for consuming and processing this data, without having to focus on things that are not your business domain.

    Karafka not only handles incoming messages but also provides tools for building complex data-flow applications that receive and send messages.

    Tags: #ruby • karafka-framework • kafka-topic

  • laravel-shared-data

    📦 An easy way to share the data from your backend to the JavaScript.

    You can install this package via composer using this command:

    composer require coderello/laravel-shared-data
    

    The package will automatically register itself.

    Tags: #php

  • cli-ui

    Terminal user interface library

    gem install cli-ui
    

    or add the following to your Gemfile:

    gem 'cli-ui'
    

    In your code, simply add a require 'cli/ui'. Most options assume CLI::UI::StdoutRouter.enable has been called.

    Tags: #ruby

  • pg-listen

    📡 PostgreSQL LISTEN & NOTIFY for node.js that finally works.

        📡  Send and subscribe to messages

        ⏳  Continuous connection health checks

        ♻️  Reconnects automatically

        ❗️  Proper error handling

        👌  Type-safe API


    Tags: #typescript • postgresql • nodejs

  • investpy

    Financial Data Extraction from Investing.com with Python

    To get this package working you will need to install it via pip (with a Python 3.6 version or higher) on the terminal by typing:

    $ pip install investpy

    Additionally, if you want to use the latest investpy version instead of the stable one, you can install it from source with the following command:

    $ pip install git+https://github.com/alvarobartt/investpy.git@master

    The master branch ensures the user that the most updated version will always be working and fully operative so as not to wait until the the stable release comes out (which eventually may take some time depending on the number of issues to solve).


    Tags: #python • investing-api • historical-data

  • pwntools-ruby

    pwntools on Ruby!

    Always sad when playing CTF that there’s nothing equivalent to pwntools in Python. While pwntools is awesome, I always love Ruby far more than Python… So this is an attempt to create such library.

    Would try to have consistent naming with original pwntools, and do things in Ruby style.

    Tags: #ruby

  • yii2-export

    A library to export server/db data in various formats (e.g. excel, html, pdf, csv etc.)

    You can see detailed documentation and demonstration on usage of the extension.

    Tags: #php • spreadsheet • yii2

  • magpie

    Deep neural network framework for multi-label text classification

    >>> magpie = Magpie()
    >>> magpie.init_word_vectors('/path/to/corpus', vec_dim=100)
    >>> magpie.train('/path/to/corpus', ['label1', 'label2', 'label3'], epochs=3)
    Training...
    >>> magpie.predict_from_text('Well, that was quick!')
    [('label1', 0.96), ('label3', 0.65), ('label2', 0.21)]
    

    Tags: #python • neural-network • nlp

  • Generamba

    This codegenerator is too brilliant to be real!

    • Supports work with .xcodeproj files out of the box. All generated class files are automatically placed to specific folders and groups of Xcode project.
    • Can generate both code itself and tests adding them to right targets.
    • Based on work with liquid-templates that have plain and readable syntax in comparison with templates for Xcode.
    • It is very easy to create a new module: generamba gen [MODULE_NAME] [TEMPLATE_NAME]. You do not need to input a bunch of data each time because each project corresponds to only one configuration file that holds standard file system and Xcode-project pathes, names of targets, information about the author.

    Tags: #ruby

subscribe via RSS