Skip to content
View rafaelldi's full-sized avatar
🫠
What a week, huh?
🫠
What a week, huh?

Block or report rafaelldi

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. JetBrains/aspire-plugin Public

    .NET Aspire Plugin for JetBrains Rider

    C# 74 3

  2. JetBrains/azure-tools-for-intellij Public

    Forked from microsoft/azure-tools-for-java

    Azure Toolkit for JetBrains Rider.

    Java 52 11

  3. WinDbg and LLDB commands
    1
    # Starting
    2
    Command | WinDbg | LLDB
    3
    --- | --- | ---
    4
    Start | `windbg {executable} [{args}]` | `lldb {executable} [--args]`
    5
    Attach | `windbg -p {pid}` | `lldb --attach-pid {pid}`
  4. Monitoring TCP & UDP connections
    1
    # Checking Windows network configuration
    2
    Command | Alternative | Description
    3
    --- | --- | ---
    4
    `Get-NetIPConfiguration` | `ipconfig -all` | displays the IP network configuration
    5
    `Get-NetAdapter` | | shows various network adapter properties

788 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing rafaelldi's contributions from April 07, 2024 to April 10, 2025. The contributions are 70% commits, 27% pull requests, 2% code review, 1% issues. 2% Code review 1% Issues 27% Pull requests 70% Commits

Contribution activity

April 2025

Created 7 commits in 1 repository

Created a pull request in JetBrains/azure-tools-for-intellij that received 2 comments

Opened 9 other pull requests in 2 repositories
Opened 1 issue in 1 repository
JetBrains/intellij-platform-gradle-plugin 1 open
7 contributions in private repositories Apr 3 – Apr 7
Loading