Skip to content

Instantly share code, notes, and snippets.

View cmersinli's full-sized avatar
🏠
Working from home

Çağlar MERSİNLİ cmersinli

🏠
Working from home
View GitHub Profile
@bgulla
bgulla / rke2_kubevip.md
Last active January 20, 2025 05:57
RKE2 api-server HA with Kube-VIP

On-Prem RKE2 api-server HA with Kube-VIP

               ,        ,  _______________________________
   ,-----------|'------'|  |                             |
  /.           '-'    |-'  |_____________________________|
 |/|             |    |    
   |   .________.'----'    _______________________________
   |  ||        |  ||      |                             |
   \__|'        \__|'      |_____________________________|
@VinayKashyap06
VinayKashyap06 / UnityAsyncSceneLoading.cs
Last active January 24, 2024 07:04
Using Unity Async scene loading with Async Await instead of coroutines. This is an example code of how to use async await in non-mono C# classes.
using System;
using System.Threading.Tasks;
using System.Threading;
using UnityEnginge;
using UnityEngine.SceneManagement;
public class AsyncTestClass
{
private CancellationTokenSource cts;
//Methods
@kishba
kishba / haproxy.conf
Last active December 20, 2024 01:21
Sample HAProxy HTTPS configuration for Moodle and Ellucian Colleague web apps -- anonymized from Mid Michigan Community College
global
log /dev/log local0
log /dev/log local1 notice
chroot /var/lib/haproxy
user haproxy
group haproxy
daemon
# Default SSL material locations
ca-base /etc/ssl/certs