Skip to content
View greg-randall's full-sized avatar
Block or Report

Block or report greg-randall

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. pi_light_sensor_timelapse pi_light_sensor_timelapse Public

    Python

  2. song-generator song-generator Public

    Shell

  3. jorbs jorbs Public

    Collect jobs from several job aggregators on RSS, then use ChatGPT to collect information about the job

    Python 1

  4. Generate RSS feed for files in a dir... Generate RSS feed for files in a directory folder. Put this file in a folder with files, modify the $allowed_ext variable to customize your extensions, and $feedName, and $feedDesc. Then navigate to the folder on the web to see the xml feed.
    1
    <?php
    2
    header("Content-type: text/xml");
    3
    $feed_name = "My Audio Feed";
    4
    $feed_description = "Feed for the my audio files in some server folder";
    5
    $base_url = strtok('http://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'], '?'); //gets the current page's url. strips off the url's parameters
  5. scroop scroop Public

    Python