This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
Actual repo is here: https://github.com/kubernetes/dashboard
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.4.0/aio/deploy/recommended.yaml
kubectl apply -f https://gist.githubusercontent.com/dahlsailrunner/bbd453f3bb6259b66c08a70d0908283f/raw/5727723217e2df4b65d8933adf04d009cfb0fe3f/local-dashboard-account.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Runtime.InteropServices; | |
using System.Windows.Input; | |
namespace macro_maid | |
{ | |
class Program | |
{ | |
static void Main(string[] args) | |
{ | |
Console.WriteLine("Hello World!"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include "windows.h" | |
#define false 0 | |
#define FASLE 0 | |
#define true 1 | |
#define TRUE 1 | |
int EsEmpate(int pInt[3][3]) { |