Posts

  • searchable

    A php trait to search laravel models

    Simply add the package to your composer.json file and run composer update.

    "nicolaslopezj/searchable": "1.*"
    

    Tags: #php • laravel • search

  • react-three-gui

    GUI tools for react-three-fiber and react-spring

    A graphical user interface for changing variable states in React.

    Tags: #typescript

  • nanovna-saver

    A tool for reading, displaying and saving data from the NanoVNA

    • Allow editing of bands above 2.4GHz
    • Restore column layout on start
    • Support for Nanovna-F V2
    • Fixes a crash with S21 hack

    Tags: #python • hacktoberfest • nanovna-saver

  • Buzz

    PHP’s lightweight HTTP client

    Install by running:

    composer require kriswallsmith/buzz
    

    You do also need to install a PSR-17 request/response factory. Buzz uses that factory to create PSR-7 requests and responses. Install one from this list.

    Example:

    composer require nyholm/psr7
    

    Tags: #php

  • pyts

    A Python package for time series classification

    pyts is a Python package for time series classification. It aims to make time series classification easily accessible by providing preprocessing and utility tools, and implementations of state-of-the-art algorithms. Most of these algorithms transform time series, thus pyts provides several tools to perform these transformations.

    Tags: #python • timeseries • timeseries-analysis

  • tabby

    Simple timetable desktop app to track your school schedule.

    Simple, beautiful timetable application to track your school schedule. You can add tasks, change theme with available dark mode and choose language. Made by me and KDani-99. We used this bootstrap to make it https://github.com/maximegris/angular-electron.

    To use it, just download the latest version from the releases and run it. Available for Windows, Mac, Android and iOS.

    Android & iOS version: https://github.com/KDani-99/tabby-native

    Tags: #typescript

  • vue-slide-up-down

    Like jQuery’s slideUp/slideDown, but for Vue!

    Like jQuery’s slideUp / slideDown, but for Vue!

    Demo: https://codepen.io/danieldiekmeier/pen/YapGWq

    Tags: #javascript • vue • vuejs

  • memento

    Memento is a development-only tool that caches HTTP calls once they have been executed.

    When building a UI or working on any project that rely on external services, some things can slow us down:

    • the API may not be stable at the moment
    • the API may apply harsh rate-limiting (and that’s terrible if you forget the dependency array in your React.useEffect 😉)
    • …or you may be working on a train or plane where the network is not reliable.

    Memento has been built to solve these problems.

    Memento acts as a development buddy that remembers the requests that your application is sending, the server response, and will respond to your app without the need for requests to go over the internet.

    Pro-tip: Memento may also be used for stubbing external services for integration or end-to-end testing 🎉

    Tags: #typescript • memento • node

  • alfred-web-search-suggest

    Alfred search suggest workflow for various popular websites. Inspired by the official Google Suggest workflow.

    DOWNLOAD

    Tags: #php • alfred-workflow • search-api

  • ubi_reader

    Collection of Python scripts for reading information about and extracting data from UBI and UBIFS images.

    UBI Reader is a Python module and collection of scripts capable of extracting the contents of UBI and UBIFS images, along with analyzing these images to determine the parameter settings to recreate them using the mtd-utils tools.

    Tags: #python

subscribe via RSS