Skip to content
View filiphazardous's full-sized avatar

Organizations

@weahead
Block or Report

Block or report filiphazardous

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
filiphazardous/README.md
  • 👋 Hi, I’m @filiphazardous

My public SSH key:

ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBAF/mFZdWWQ3m913P0QpW66oa4xmiyx6fM9LmwmmpLlOh7t1sxgD+/ZSFMTrxcIHhyxKGRsq+T5K3iUQNOFVlJ+8LQDbz7AH8QdaUQp+Jsl6IHn8QoxZJ7vvlD8LsjrpSpOauHHQIhEQeOr6Sh9j3mXvyYfOiWRTdVYqeAzZh/Hm+GbyQA== filip@flipptop-buntu

Pinned

  1. 25game 25game Public

    Silly web-based game using drag-and-drop

    JavaScript

  2. bodypix_rust_demo bodypix_rust_demo Public

    Simple demo of how to integrate the BodyPix json model in a Rust project

    Rust

  3. Limited recursion print_r re-impleme... Limited recursion print_r re-implementation
    1
    <?php
    2
    /**
    3
     * Useful util func for debugging PHP. When var_dump and print_r blows the stack, I use this instead.
    4
     * Eg: die("<pre>".preg_replace("/</", "&lt;", safe_print_r($my_bloated_circular_object))."</pre>");
    5
     * Heavily inspired by the comments on: https://www.php.net/manual/en/function.print-r.php