Posts

  • typometer

    Text / code editor typing latency analyzer

    Typometer is a tool to measure and analyze visual latency of text / code editors.

    Editor latency is delay between an input event and a corresponding screen update, in particular case – delay between keystroke and character appearance. While there are many kinds of delays (caret movement, line editing, etc.), typing latency is a major predictor of editor usability.

    Check my article Typing with pleasure to learn more about editor latency and its effects on typing performance.

    Download: typometer-1.0.1-bin.zip (0.5 MB)

    Java 8 or latter is required to run the program. You can download Java from the official site.

    Tags: #java

  • passwordless

    node.js/express module to authenticate users without password

    Passwordless is a modern node.js module for Express that allows authentication and authorization without passwords by simply sending one-time password (OTPW) tokens via email or other means. It utilizes a very similar mechanism as the reset password feature of classic websites. The module was inspired by Justin Balthrop’s article “Passwords are Obsolete

    Token-based authentication is…

    • Faster to implement compared to typical user auth systems (you only need one form)
    • Better for your users as they get started with your app quickly and don’t have to remember passwords
    • More secure for your users avoiding the risks of reused passwords

    Tags: #javascript

  • stimulus_reflex

    Build reactive applications with the Rails tooling you already know and love.

    StimulusReflex eliminates the complexity imposed by full-stack frontend frameworks. And, it’s fast.

    It works seamlessly with the Rails tooling you already know and love.

    Our goal is to help small teams do big things with familiar tools.

    This project strives to live up to the vision outlined in The Rails Doctrine.

    Tags: #ruby • stimulus • reactive

  • Skript

    Skript is a Paper plugin which allows server admins to customize their server easily, but without the hassle of programming a plugin or asking/paying someone to program a plugin for them.

    Skript is a Minecraft plugin for Paper, which allows server owners and other people to modify their servers without learning Java. It can also be useful if you do know Java; some tasks are quicker to do with Skript, and so it can be used for prototyping etc.

    This Github fork of Skript is based on Mirreski’s improvements which was built on Njol’s original Skript.

    Tags: #java • bukkit • spigot

  • intellij-haxe

    Haxe plugin for IntelliJ Platform based IDEs (IDEA, Android-Studio)

    Support for this plugin is available through the project’s home page: http://intellij-haxe.org, or the github issues list http://github.com/HaxeFoundation/intellij-haxe/issues.

    Tags: #java • intellij • idea

  • SniffAir

    A framework for wireless pentesting.

    SniffAir is an open-source wireless security framework which provides the ability to easily parse passively collected wireless data as well as launch sophisticated wireless attacks. SniffAir takes care of the hassle associated with managing large or multiple pcap files while thoroughly cross-examining and analyzing the traffic, looking for potential security flaws. Along with the prebuilt queries, SniffAir allows users to create custom queries for analyzing the wireless data stored in the backend SQL database. SniffAir is built on the concept of using these queries to extract data for wireless penetration test reports. The data can also be leveraged in setting up sophisticated wireless attacks included in SniffAir as modules.

    SniffAir is developed by @Tyl0us and @theDarracott

    Tags: #python

  • nutgram

    The Telegram bot framework that doesn’t drive you nuts.

    You can install the package via composer:

    composer require nutgram/nutgram
    

    Looking for a Laravel or Symfony integration? Check out Nutgram Laravel and Nutgram Symfony Bundle.

    Tags: #php • php8 • telegram-bot-api

  • caption

    Get Caption, start watching.

    Caption is completely open-source. We’ve tried to make it as easy as possible to contribute. If you’d like to help out by adding features, working on bug fixes, or assisting in other parts of development, here’s how to get started:

    Tags: #javascript • caption • subtitle

  • nrm

    NPM registry manager, fast switch between different registries: npm, cnpm, nj, taobao

    # npm
    npm install -g nrm
    
    # yarn 
    yarn global add nrm
    
    # pnpm
    pnpm add -g nrm
    

    Tags: #typescript • registry-manager • npm

  • mongo-ruby-driver

    The Official MongoDB Ruby Driver

    Install via RubyGems, either via the command-line for ad-hoc uses:

    $ gem install mongo

    Or via a Gemfile for more general use:

    gem ‘mongo’

    Tags: #ruby • mongodb • mongodb-driver

subscribe via RSS