Skip to content
View joaf123's full-sized avatar
🕵️‍♀️
🕵️‍♀️

Block or report joaf123

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
joaf123/README.md

joaf123@GitHub

#include <iostream>
#include <array>

struct Dev{const char*Name,*Title;std::array<const char*,7>Skills;

std::string bio(){std::string r=Name+std::string(" | ")+Title+" | ";for(auto&i:Skills)r+=i+std::string(" ");return r;}};

int main(){
    Dev me{.Name="Joachim Fosse",.Title="Full-Stack Dev",.Skills={".NET",".NET Core","C#","VB.NET","SQL","JS","Pentesting"}};
    std::cout<<me.bio();
}
  • 🔭 I’m currently working on a full C2C Framework utilizing discord servers as the command server among other small projects :)
  • 🌱 I’m currently learning Blazor

Pinned Loading

  1. ASP.NET-WebForms-Authentication ASP.NET-WebForms-Authentication Public

    ASP.NET Core inspired request authentication, using a custom attribute & FormsAuthentication in legacy ASP.NET Website Projects

    C# 1

  2. Discord-C2 Discord-C2 Public

    Discord C2 Framework. Work in progress, currently working on the agent

    C#

  3. JOACOIN JOACOIN Public

    Fully working blockchain written with Node

    JavaScript

  4. [PowerShell]::DeepCopy - Recursive C... [PowerShell]::DeepCopy - Recursive Clipboard Copy of a single file with intact folder structure
    1
    #Creates a clipboard copy of the file if found, and the folder structure leading up to it
    2
    function DeepCopy {
    3
        param(
    4
            [string]$Path = (Get-Location),
    5
            [string]$FileName
  5. [My PowerShell Profile] #PowerShell [My PowerShell Profile] #PowerShell
    1
    #====== Oh-My-Posh Theme ===================================================================================================================================================
    2
    oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\easy-term.omp.json" | Invoke-Expression
    3
    #===========================================================================================================================================================================
    4
    
                  
    5
    #====== Install/Import Modules =============================================================================================================================================
  6. Fetching BankID Status Fetching BankID Status
    1
    # Fetching Status for BankID Services
    2
    
                  
    3
    > These examples show how to easily get the current status for different bankid services by fetching from [bankid-services.statuspage.io](https://bankid-services.statuspage.io/)
    4
    5
    ## Example Usage: