Skip to content

Instantly share code, notes, and snippets.

View TDarkShadow's full-sized avatar

Maxime De Clercq TDarkShadow

View GitHub Profile
### Keybase proof
I hereby claim:
* I am tdarkshadow on github.
* I am tdarkshadow (https://keybase.io/tdarkshadow) on keybase.
* I have a public key ASDcHjOJKfL6q6oUv58qxwl7ASAxaxjiT-zFfZQbZSgp3go
To claim this, I am signing this object:
@TDarkShadow
TDarkShadow / Settings_v0.ini
Last active February 8, 2021 23:38
My Overwatch settings
[Cinematics.1]
ShowIntro = "0"
[GPU.6]
GPUDeviceID = "7041"
GPUName = "NVIDIA GeForce GTX 1070"
GPUScaler = "4.000000"
GPUVenderID = "4318"
[Render.13]
@TDarkShadow
TDarkShadow / CreateQuarkCrystals.js
Created January 11, 2021 22:28
A small KubeJS script so you can craft Quark's Cave Crystals with Create's Compacting Press. Requires KubeJS Create.
// priority: 99
// Made by TDarkShadow
events.listen('recipes', event => {
let colours = [
'red',
'orange',
'yellow',
'green',
'blue',
'indigo',
@TDarkShadow
TDarkShadow / Microsoft.PowerShell_profile.ps1
Created August 26, 2020 19:55
A temporary backup of my personal PS profile (without secrets)
### PowerShell template profile
### Based from https://gist.github.com/timsneath/19867b12eee7fd5af2ba
### And https://hodgkins.io/ultimate-powershell-prompt-and-git-setup
# foreach ($arg in [Environment]::GetCommandLineArgs()) {
# if (!($arg -like '-NoLogo')) {
# Start-Process PowerShell -Verb "-NoLogo"
# }
# }