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

Highlights

  • Pro

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 Loading

  1. stateful-heaven stateful-heaven Public

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

    TypeScript

  2. kiosk-sse-playlist kiosk-sse-playlist Public

    WEB Player for Kiosks deployments, receiving playlist data via SSEs

    TypeScript

  3. eventim-crawler eventim-crawler Public

    Crawler for ticketone aka eventim. Currently works only for Italian market -- ticketone.it

    JavaScript 1

  4. wordpress-bash wordpress-bash Public

    Fetch and Organize your Wordpress posts into files and directories!

    Shell

  5. nginx-proxy-pass nginx-proxy-pass Public

    Remake requests specified in the `?q` querystring param via this Nginx instance

    Dockerfile

  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)