Skip to content

Instantly share code, notes, and snippets.

Build started 3/26/2023 7:55:35 PM.
Logging verbosity is set to: Normal. 1>Project "/home/zarlo/projects/gitlab/zarlo/cosmos.zarlo/Test/Test.csproj" on node 1 (build target(s)).
1>GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
CoreCompile:
/usr/share/dotnet/dotnet exec "/usr/share/dotnet/sdk/6.0.406/Roslyn/bincore/csc.dll" /noconfig /unsafe+ /checked- /nowarn:1701,1702,1701,1702 /fullpaths /nostdlib+ /errorreport:prompt /warn:6 /define:TRACE;DEBUG;NET;NET6_0;NETCOREAPP;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NETCOREAPP1_0_OR_GREATER;NETCOREAPP1_1_OR_GREATER;NETCOREAPP2_0_OR_GREATER;NETCOREAPP2_1_OR_GREATER;NETCOREAPP2_2_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER /highentropyva+ /reference
https://github.com/actions/runner/releases/download/v2.301.1/actions-runner-win-x64-2.301.1.zip
@zarlo
zarlo / cursed.py
Last active October 10, 2022 13:17 — forked from DitherWither/cursed.py
Made if __name__ == "__main__" redirect to main()
from typing import List
void = None
import sys as System
System.out = System.stdout
System.out.print = System.out.write
def println (string: List[str]) -> void: {
System.out.print(string + "\n")
}
System.out.println = println
@zarlo
zarlo / deathtognome.sh
Created March 17, 2022 00:10
remove gnome
apt-get purge adwaita-icon-theme gedit-common gir1.2-gdm-1.0 \
gir1.2-gnomebluetooth-1.0 gir1.2-gnomedesktop-3.0 gir1.2-goa-1.0 \
gnome-accessibility-themes gnome-bluetooth gnome-calculator gnome-calendar \
gnome-characters gnome-control-center gnome-control-center-data \
gnome-control-center-faces gnome-desktop3-data \
gnome-font-viewer \
gnome-initial-setup gnome-keyring gnome-keyring-pkcs11 gnome-logs \
gnome-mahjongg gnome-menus gnome-mines gnome-online-accounts \
gnome-power-manager gnome-screenshot gnome-session-bin gnome-session-canberra \
gnome-session-common gnome-settings-daemon gnome-settings-daemon-common \
@zarlo
zarlo / cloudSettings
Last active January 3, 2021 03:17
vscode
{"lastUpload":"2021-01-03T03:17:53.059Z","extensionVersion":"v3.4.3"}

Keybase proof

I hereby claim:

  • I am zarlo on github.
  • I am zarlo (https://keybase.io/zarlo) on keybase.
  • I have a public key ASD1ucywBDXLHgZPOAdoxFMdD8rzE4eB1UGnTA6YGxhX2Ao

To claim this, I am signing this object:

using System;
using System.Collections.Generic;
public class Dictionary<Tkey, Tvalue>
{
public List<Tkey> Keys = new List<Tkey>();
public List<Tvalue> Values = new List<Tvalue>();
public Tvalue this[Tkey key]
{