Posts

  • ts-mockito

    Mocking library for TypeScript

    Mocking library for TypeScript inspired by http://mockito.org/

    Tags: #typescript • mockito • stub

  • bot

    Completely free and open-source human-like Instagram bot. Powered by UIAutomator2 and compatible with basically any Android device 5.0+ that can run Instagram - real or emulated.

    It’s very hard nowadays to grow an account. Have you ever been on the explore page? IG will show your post only to close accounts & accounts you interact most with, you will never be on the explore page. Nobody will see your beautiful photos, your hilarious memes, or whatever you are posting. But now you can do something about that! With GramAddict you can get noticed easily, and if you really deserve it, your account will grow super fast!

    Tags: #python • android • automation

  • react-native-image-resizer

    🗻 Resize local images with React Native

    âš  Warning Since version 3.0.0 this library has been moved from react-native-image-resizer to @bam.tech/react-native-image-resizer

    Tags: #java • react-native • android

  • Database-to-PlantUML

    Compile PostgreSQL and MySQL table information into a PlantUML description.

    This utility renders a graphical 2D visualisation of a database.

    Currently, the only supported frontends are PostgreSQL and MySQL. There are 2 backends: commonmark and plantuml. The plantuml backend allows to generate visualisations into the following formats:

    • PNG,
    • SVG,
    • EPS,
    • PDF,
    • VDX,
    • XMI,
    • HTML,
    • TXT,
    • UTXT,
    • LaTeX.

    Tags: #php • visualisation • plantuml

  • balancer-sor

    Smart order router: off-chain linear optimization of routing orders across pools for best price execution

    There are two types of swap available:

    swapExactIn - i.e. You want to swap exactly 1 ETH as input and SOR will calculate X amount of BAL you receive in return.
    or
    swapExactOut - i.e. You want to receive exactly 1 BAL and SOR will calculate X amount of ETH you must input.

    The SOR will return totalReturn/totalInput as well as a list swaps to achieve the total. Swaps can be through direct pools, i.e. A > POOL1 > B, or via a multihop pool, i.e. A > POOL1 > C > POOL2 > B. The swaps are returned in a format that can be directly to the Vault to execute the trade.

    The example file swapExample.ts in: ./testScripts, demonstrates full examples with comments.

    To Run:

    Create a .env file in root dir with your infura provider key: INFURA=your_key

    Install dependencies: $ yarn install

    Run example: $ ts-node ./test/testScripts/swapExample.ts

    Tags: #typescript

  • alpaca-trade-api-python

    Python client for Alpaca’s trade API

    alpaca-trade-api-python is a python library for the Alpaca Commission Free Trading API. It allows rapid trading algo development easily, with support for both REST and streaming data interfaces. For details of each API behavior, please see the online API document.

    Note that this package supports only python version 3.7 and above.

    Tags: #python • alpaca • trade

  • php-pdftk

    A PDF conversion and form utility based on pdftk

    php-pdftk brings the full power of pdftk to PHP - and more.

    • Fill forms, either from a XFDF/FDF file or from a data array (UTF-8 safe for unflattened forms, requires pdftk 2.x !)
    • Create XFDF or FDF files from PHP arrays (UTF-8 safe!)
    • Create FDF files from filled PDF forms
    • Combine pages from several PDF files into a new PDF file
    • Split a PDF into one file per page
    • Add background or overlay PDFs
    • Read out meta data about PDF and form fields
    • Set passwords and permissions
    • Remove passwords

    Tags: #php

  • syncthing-gtk

    GTK3 & python based GUI for Syncthing

    • Everything what WebUI can display
    • Adding / editing / deleting nodes
    • Adding / editing / deleting repositories
    • Restart / shutdown server
    • Editing daemon settings

    Tags: #python • python-2 • gtk3

  • sail

    Sail is a lightweight Rails engine that brings an admin panel for managing configuration settings on a live Rails app

    This Rails engine brings a setting model into your app to be used as feature flags, gauges, knobs and other live controls you may need.

    It saves configurations to the database so that they can be changed while the application is running, without requiring a deploy.

    Having this ability enables live experiments and tuning to find an application’s best setup.

    Enable/Disable a new feature, turn ON/OFF ab testing for new functionality, change jobs’ parameters to tune performance, you name it.

    It comes with a lightweight responsive admin dashboard for searching and changing configurations on the fly.

    Sail assigns to each setting a relevancy score. This metric is calculated while the application is running and is based on the relative number of times a setting is invoked and on the total number of settings. The goal is to have an indicator of how critical changing a setting’s value can be based on its frequency of usage.

    Tags: #ruby • rails • settings

  • rangy

    A cross-browser JavaScript range and selection library.

    There is now an official Rangy package for Bower with Rangy 1.2 and 1.3 versions, called rangy.

    Tags: #javascript

subscribe via RSS