Posts

  • spyc

    A simple YAML loader/dumper class for PHP

    Using Spyc is trivial:

    <?php
    require_once "spyc.php";
    $Data = Spyc::YAMLLoad('spyc.yaml');
    

    or (if you prefer functional syntax)

    <?php
    require_once "spyc.php";
    $Data = spyc_load_file('spyc.yaml');
    

    Tags: #php

  • unread

    Handle unread records and mark them as read with Ruby on Rails

    • Manages unread records for anything you want readers (e.g. users) to read (like messages, documents, comments etc.)
    • Supports mark as read to mark a single record as read
    • Supports mark all as read to mark all records as read in a single step
    • Gives you a scope to get the unread records for a given reader
    • Needs only one additional database table
    • Most important: Great performance

    Tags: #ruby β€’ rails β€’ activerecord

  • multithreaded-download-manager

    Download manager extension for Firefox with multithreading support

    Download manager extension for Firefox, with multithreading support.

    Tags: #javascript

  • react-native-hole-view

    βœ‚οΈ React-Native component to cut a touch-through holes anywhere you want. Perfect solution for tutorial overlay

    Our company is not using this library and does not plan to in the near future, so we currently lack the resources to maintain it regularly. If you are interested in becoming a maintainer, please contact me at: newonxp [at] gmail [dot] com.

    Tags: #typescript β€’ react-native β€’ tutorial

  • TasmoAdmin

    TasmoAdmin is an administrative platform for devices flashed with Tasmota

    • Login protected
    • Multi update process
      • Select devices to update
      • Automatic mode downloads latest firmware bin from Tasmota OTA site
    • Show device information
    • Mobile Responsive (Bootstrap4)
      • SCSS & Minified
    • Config devices
    • Self-update function for TasmoAdmin (disabled for Docker installs)
    • NightMode (Enable/Disable/Auto) in settings
    • AutoScan to find Tasmota Devices
    • Support for multiple sensors
    • Send Command to selected Devices

    Tags: #php β€’ sonoff β€’ tasmota

  • starter-kit

    Project boilerplate using React, Redux and Uniloc

    This starter kit provides you with the code and conventions you need to get straight into building your React/Redux based app.

    Tags: #javascript

  • KubiScan

    A tool to scan Kubernetes cluster for risky permissions


    Tags: #python β€’ kubernetes β€’ rbac

  • erb

    An easy to use but powerful templating system for Ruby

    ERB is an easy-to-use, but also very powerful, [template processor][template processor].

    ERB is commonly used to produce:

    • Customized or personalized email messages.
    • Customized or personalized web pages.
    • Software code (in code-generating applications).

    Like method [sprintf][sprintf], ERB can format run-time data into a string. ERB, however, is much more powerful

    Tags: #ruby

  • accesslint.js

    Keep accessibility errors in check.

    Use the AccessLint App for GitHub.

    Tags: #typescript β€’ a11y β€’ accessibility

  • frame

    System-wide Web3 for macOS, Windows and Linux

    • First-class Hardware Signer Support
      • Use your Ledger and Trezor accounts with any dapp!
    • Extensive Software Signer Support
      • Use a mnemonic phrase, keystore.json or standalone private keys to create and backup accounts!
    • Permissions
      • You’ll always have full control of which dapps have permission to access Frame and can monitor with full transparency what requests are being made to the network.
    • Create your own connections to Ethereum/IPFS
      • Run your own Ethereum light client or IPFS gateway without the command line!
      • Seamlessly swap from local to remote nodes on the fly
      • Never be locked into using a centralized gateway again!
    • Menu Bar Support
      • Frame stays out of the way and sits quietly in your menu bar until it’s needed
    • Cross Platform
      • macOS, Windows and Linux!

    Tags: #javascript β€’ ethereum β€’ dapp

subscribe via RSS