Skip to content
View feddynventor's full-sized avatar
💡
Willing to help
💡
Willing to help

Highlights

  • Pro
Block or Report

Block or report feddynventor

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. stateful-heaven stateful-heaven Public

    Fastify & TypeScript implementation of a RESTful API and a Stateful HTMX middleware plugin

    TypeScript

  2. ffmpeg_hub ffmpeg_hub Public

    FFmpeg query builder. Working with Docker Api

    JavaScript

  3. mockapi mockapi Public

    Forked from jupitergao18/jserver

    JSON api server in rust

    Rust

  4. espressif-IoTRelay espressif-IoTRelay Public

    Energy optimized software to manage ESP8266-12E chip with Relay output control, Non-Invasive Current measurement, NTP time gathering and MQTT interface.

    C++

  5. greenpass-pocket-v2 greenpass-pocket-v2 Public

    Validates and pocketify your Italian Green Pass Certificate

    JavaScript

  6. Riproduce l'ultimo Giornale Orario d... Riproduce l'ultimo Giornale Orario di RTL 102.5
    1
    #!/bin/bash
    2
    #Browse through past hours files
    3
    it=$(date +"%H")
    4
    #First iteration URL
    5
    httpcode=$(curl -I https://cloud.rtl.it/RTLFM/on-demand/giornale-orario/$(date +"%Y%m%d")/go_$it.mp3 2>/dev/null | head -n 1 | cut -d$' ' -f2)