Skip to content
View iarunpaul's full-sized avatar

Block or report iarunpaul

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. kubeadm installation on gcloud vm kubeadm installation on gcloud vm
    1
    # CREATE cks-master VM using gcloud command
    2
    # not necessary if created using the browser interface
    3
    gcloud compute instances create cks-master --zone=europe-west3-c \
    4
    --machine-type=e2-medium \
    5
    --image=ubuntu-2004-focal-v20220419 \
  2. MCPCurrencyConverter.cs MCPCurrencyConverter.cs
    1
    // Program.cs (top-level statements)
    2
    using Microsoft.Extensions.DependencyInjection;
    3
    using Microsoft.Extensions.Hosting;
    4
    using Microsoft.Extensions.Logging;
    5
    using ModelContextProtocol.Server;
  3. CatchTheFlagKillTheBugsGame which us... CatchTheFlagKillTheBugsGame which used delegates to simplify the code
    1
    void Main()
    2
    {
    3
    	// Array of all players with statistics
    4
    	Player[] allPlayers = new Player[] 
    5
    	{
  4. Prometheus: Setting and scraping a p... Prometheus: Setting and scraping a protected endpoint
    1
    mkdir /etc/node_exporter
    2
    
                  
    3
    touch /etc/node_exporter/config.yml
    4
    
                  
    5
    # chmod 700 /etc/node_exporter
  5. BuildAsyncAwaitFromScratch BuildAsyncAwaitFromScratch Public

    BuildAsyncAwaitFromScratch

    C#

  6. chatapp chatapp Public

    Ruby