Posts

  • Rabby

    The game-changing wallet for Ethereum and all EVM chains

    Rabby Wallet is an open-source browser plugin for the DeFi ecosystem, providing users with a better-to-use and more secure multi-chain experience.

    Tags: #typescript • defi • ethereum

  • redlock-rb

    Redlock is a redis-based distributed lock implementation in Ruby. More than 20M downloads.

    Distributed locks are a very useful primitive in many environments where different processes require to operate with shared resources in a mutually exclusive way.

    There are a number of libraries and blog posts describing how to implement a DLM (Distributed Lock Manager) with Redis, but every library uses a different approach, and many use a simple approach with lower guarantees compared to what can be achieved with slightly more complex designs.

    This is an implementation of a proposed distributed lock algorithm with Redis. It started as a fork from antirez implementation.

    Tags: #ruby • redis • lock

  • virtual-scroll

    A low-level library to create custom scroll behaviors.

    • Can create multiple instances with different elements as targets
    • Let you do the actual scrolling logic: use CSS Transforms, WebGL animation or anything you like
    • Native arrow keys support and shift/space support mimicking default browser behaviour

    For high-level libraries based off virtual-scroll, check locomotive-scroll or smooth-scrolling.

    Tags: #javascript

  • react-jsx-parser

    A React component which can parse JSX and output rendered React Components.

    A React component which can parse JSX and output rendered React Components.

    Tags: #typescript • reactjs • react-components

  • ANR-WatchDog

    A simple watchdog that detects Android ANR (Application Not Responding) error and throws a meaningful exception

    1. In the app/build.gradle file, add:

      implementation 'com.github.anrwatchdog:anrwatchdog:1.4.0'
      
    2. In your application class, in onCreate, add:

      new ANRWatchDog().start();
      

    Tags: #java

  • DiscordPHP

    Warning This branch contains an experimental feature, do not use it in production! See the wiki page for more information on how to set it up.

    Tags: #php • discord • team-reflex

  • wordnet

    Lexical database of any language

    Open Source browsing application for Wordnet database

    Tags: #ruby

  • nn_vis

    A project for processing neural networks and rendering to gain insights on the architecture and parameters of a model through a decluttered representation.

    • (23.11.2023) Master Thesis published [link] [pdf]
    • (13.10.2023) Added docker (see DOCKER.md) and docker image (see here)
    • (11.10.2023) Fixed bugs with demo and evaluation scripts, also added more example networks
    • (30.12.2022) Added VR support (see VR_TOOL.md)

    Tags: #python • neural-networks • visualization

  • audits1984

    Auditing tool for Rails console sessions

    A simple auditing tool for console1984.

    Tags: #ruby

  • dbSpy

    Visualize, modify, and build your database with dbSpy! An open-source data modeling tool to facilitate relational database development.

    1. Database Connection: Connect to a PostgreSQL database

    2. Database File Upload: Upload a database’s SQL file

    3. ER Diagrams: Visualize the entity relationship diagram of a database

    4. Schema Modification: Modify a database’s schema

    5. Database Building: Create a new database from scratch using entity relationship diagrams

    6. SQL Query Generator: Generate an executable SQL query with every modification to your schema

    7. Screenshot: Take a screenshot of the canvas with all your tables (BETA)

    8. Time Travel: Provides a history of edits for easier backtracking


    Tags: #typescript

subscribe via RSS