Skip to content

Instantly share code, notes, and snippets.

@cornernote
cornernote / README.md
Last active December 6, 2023 01:31
SpitfireCluster Primal Eternal 1000x Guide

SpitfireCluster Ark Primal Eternal 1000x Guide

Welcome to spitfirecluster.com!

[ discord | youtube ]

spitfirecluster

This guide will give you an overview of how to get started on SpitfireCluster Ark Primal Eternal 1000x.

@cornernote
cornernote / FavouriteNotification.php
Last active October 18, 2023 19:31
BookStack Favourite Change Notification
<?php
namespace Custom;
use BookStack\Auth\User;
use BookStack\Entities\Models\Entity;
use BookStack\Notifications\MailNotification;
use Illuminate\Notifications\Messages\MailMessage;
class FavouriteNotification extends MailNotification
conky.config = {
update_interval = 2,
cpu_avg_samples = 2,
net_avg_samples = 2,
out_to_console = false,
override_utf8_locale = true,
double_buffer = true,
no_buffers = true,
text_buffer_size = 32768,
imlib_cache_size = 0,
@cornernote
cornernote / README.md
Last active September 27, 2020 08:11
Play with Docker PHP

Play with Docker

There are many way to try out Docker PHP, a really slick one is creating a stack on Play with Docker.

Login or signup, then create a new instance.

Download a Docker PHP application definition:

curl -Lo docker-compose.yml https://gist.githubusercontent.com/cornernote/f3b6c62e76500afd26454e15c6d18d7e/raw/16a2e76e95976aa34bcf3d29c3ffeb57a03a3cbf/docker-compose.yml
@cornernote
cornernote / ConsoleVariables.ini
Last active March 5, 2024 14:09
Ark PVP ConsoleVariables.ini
[Startup]
FrameRateCap=70
FrameRateMinimum=70
MaxES2PixelShaderAdditiveComplexityCount=45
MaxPixelShaderAdditiveComplexityCount=128
MaxSmoothedFrameRate=70
MinDesiredFrameRate=70
MinSmoothedFrameRate=5
NearClipPlane=12.0
ShowFlag.AmbientOcclusion=0
@cornernote
cornernote / clicker.au3
Created May 23, 2020 04:53
Auto-It Auto Clicker
$currentClicking = False
HotKeySet('^x', 'End')
Func End()
Exit
EndFunc
HotKeySet('^o', 'Click')
Func Click()
$currentClicking = False
HotKeySet('^x', 'End')
Func End()
Exit
EndFunc
HotKeySet('0', 'Farm')
Func Farm()
#!/usr/bin/python2
import sys
import os.path
import imp
import usb.core
import usb.util
from time import sleep
dev = None
@cornernote
cornernote / README.md
Last active September 19, 2023 18:09
Logitech G815 Keyboard - Ubuntu 18.04

Logitech G815 Keyboard - Ubuntu 18.04

Install

sudo apt install -y libhidapi-dev
git clone https://github.com/MatMoul/g810-led.git
cd g810-led
make clean
make bin