Skip to content
View liamcannon's full-sized avatar

Highlights

  • Pro

Block or report liamcannon

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

    Python

  2. Hemtt-Template Hemtt-Template Public

    Hemtt Template for Arma 3

    Pawn 1

  3. Get's an icon from an executable and... Get's an icon from an executable and displays it on a webpage, my usecase was in a Blazor Maui Hybrid
    1
    <MudContainer MaxWidth="MaxWidth.Large">
    2
    	<MudGrid Spacing="3">
    3
    		<MudItem xs="6" sm="4" md="3" lg="2" xl="1">
    4
    			<MudPaper Class="pa-4" Elevation="4">
    5
    				<img src="@APPICONSTRING" alt="@APP NAME STRING" style="width: 50px; height: 50px;" />
  4. Pages Without Anti-Clickjacking Cont... Pages Without Anti-Clickjacking Controls detected
    1
    using Microsoft.AspNetCore.Http;
    2
    using Microsoft.Extensions.Logging;
    3
    
                  
    4
    public class AntiClickjackingMiddlewear(RequestDelegate next, ILogger<AntiClickjackingMiddlewear> logger)
    5
    {
  5. Foxlider/FASTER Foxlider/FASTER Public

    Full rebuild of Flax's tool for installing and updating Arma 3 server with built in features for managing Steam Workshop mods.

    C# 130 35

  6. Opinionated Arma 3 Clang Formatter Opinionated Arma 3 Clang Formatter
    1
    Language: Cpp
    2
    BasedOnStyle: Google
    3
    IndentWidth: 4
    4
    UseTab: Never
    5
    BreakBeforeBraces: Attach