Skip to content

Instantly share code, notes, and snippets.

View M3mbrillo's full-sized avatar
🐇
Rabbit Hole in Process

Facundo Wasinger M3mbrillo

🐇
Rabbit Hole in Process
View GitHub Profile
@M3mbrillo
M3mbrillo / xml
Created August 4, 2023 13:43
ocs get order list
<?xml version="1.0" encoding="UTF-8"?>
<tnt xmlns="http://www.wipotec.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.15.1" dbVersion="24">
<header>
<agent>MW</agent>
<timestamp>2020-10-29T14:05:13+2:00</timestamp>
</header>
<request xsi:type="get-order-list-request" version="1.0" id="1" />
</tnt>
@M3mbrillo
M3mbrillo / Local-Kubernetes.md
Created April 20, 2023 18:21 — forked from dahlsailrunner/Local-Kubernetes.md
Helpful tips and snippets for Kubernetes within Docker Desktop

Using the K8s Dashboard Locally

Actual repo is here: https://github.com/kubernetes/dashboard

1. Install the Dashboard

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.4.0/aio/deploy/recommended.yaml

2. Create a Sample User Account that can Access the Dashboard via Token

kubectl apply -f https://gist.githubusercontent.com/dahlsailrunner/bbd453f3bb6259b66c08a70d0908283f/raw/5727723217e2df4b65d8933adf04d009cfb0fe3f/local-dashboard-account.yml
@M3mbrillo
M3mbrillo / .cs
Created January 21, 2021 02:47
bot comment
using System;
using System.Runtime.InteropServices;
using System.Windows.Input;
namespace macro_maid
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
#include <stdio.h>
#include "windows.h"
#define false 0
#define FASLE 0
#define true 1
#define TRUE 1
int EsEmpate(int pInt[3][3]) {