The Wayback Machine - https://web.archive.org/web/20201019142056/https://gist.github.com/discover
Skip to content

Instantly share code, notes, and snippets.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created Oct 19, 2020
Rimworld output log published using HugsLib
View output_log.txt
Log uploaded on Monday, October 19, 2020, 3:19:05 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:1.0.4.0]: 0Harmony(2.0.2), HarmonyMod(1.0.4)
Core(Ludeon.RimWorld): (no assemblies)
HugsLib(UnlimitedHugs.HugsLib)[ov:8.0.1]: 0Harmony(av:2.0.2,fv:1.2.0.1), HugsLib(av:1.0.0,fv:8.0.1)
Startup impact(automatic.startupimpact): 0Harmony(2.0.2), StartupImpact(1.1.7530.16587)
RimThreaded [1.2](majorhoff.rimthreaded): 0Harmony(2.0.2), RimThreaded(1.0.64), UnityEngine.AssetBundleModule(0.0.0), UnityEngine.TextRenderingModule(0.0.0)
Mod Manager(fluffy.modmanager)[mv:3.8.1038]: 0ColourPicker(2.0.0.43090), FluffyUI(1.0.0.41636), ModManager(av:3.0.0,fv:3.8.1038), SemVer(1.2.2), YamlDotNet(av:8.0.0,fv:8.1.0)
4M Mehni's Misc Modifications [1.2](Mehni.Misc.Modifications): 4M(1.2.0)
Advanced Chemfuel Generator(Meltup.AdvancedChemfuelGenerator): (no assemblies)
@choco-bot
choco-bot / Install.txt
Created Oct 19, 2020
qbittorrent v4.3.0 - Passed - Package Tests Results
View Install.txt
2020-10-19 14:09:45,036 2960 [INFO ] - [NuGet] Installing 'chocolatey-windowsupdate.extension 1.0.4'.
2020-10-19 14:09:45,551 2960 [DEBUG] - [NuGet] Added file 'chocolatey-windowsupdate.psm1' to folder 'chocolatey-windowsupdate.extension\extensions'.
2020-10-19 14:09:45,551 2960 [DEBUG] - [NuGet] Added file 'Get-NativeInstallerExitCode.ps1' to folder 'chocolatey-windowsupdate.extension\extensions'.
2020-10-19 14:09:45,567 2960 [DEBUG] - [NuGet] Added file 'Get-WindowsUpdateErrorDescription.ps1' to folder 'chocolatey-windowsupdate.extension\extensions'.
2020-10-19 14:09:45,583 2960 [DEBUG] - [NuGet] Added file 'Install-ChocolateyPackageAndHandleExitCode.ps1' to folder 'chocolatey-windowsupdate.extension\extensions'.
2020-10-19 14:09:45,598 2960 [DEBUG] - [NuGet] Added file 'Install-WindowsUpdate.ps1' to folder 'chocolatey-windowsupdate.extension\extensions'.
2020-10-19 14:09:45,598 2960 [DEBUG] - [NuGet] Added file 'Set-PowerShellExitCode.ps1' to folder 'chocolatey-windowsupdate.extension\extensions'.
2020-10-
View best-musical-experiences.md
@Yalabyk
Yalabyk / style.css
Created Oct 19, 2020
CheckBox styles #1
View style.css
.checkboxTick {
position: relative;
border: none;
margin-bottom: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
@masisiliani
masisiliani / criar_chave_JWT.sh
Created Oct 19, 2020
How2: Como criar uma chave JWT?
View criar_chave_JWT.sh
openssl genrsa -out private.pem 4096
openssl rsa -in private.pem -outform PEM -pubout -out public.pem
writing RSA key
View keybase.md

Keybase proof

I hereby claim:

  • I am emdagon on github.
  • I am emdagon (https://keybase.io/emdagon) on keybase.
  • I have a public key ASDv0W5b02D3Ilgcu5-BaFlnZmJ_2UI1toFv8H0NuB_NPAo

To claim this, I am signing this object:

View radiobut.dart
import 'package:flutter/material.dart';
void main() => runApp(Myapp());
class Myapp extends StatefulWidget {
@override
_MyappState createState() => _MyappState();
}
class _MyappState extends State<Myapp> {
View f315.c
#include <stdio.h>
#include <memory.h>
#define GET(x) (cnt[x>>5]>>(x&31)&1)
#define SET(x) (cnt[x>>5] |= 1<<(x&31))
#define REV(x) (cnt[x>>5] ^= 1<<(x&31))
long long compute(int a[], int n) {
static int cnt[4096];
int mid = n/2;
View Pert8.dart
import 'package:flutter/material.dart';
void main() => runApp(Myapp());
class Myapp extends StatefulWidget {
@override
_MyappState createState() => _MyappState();
}
class _MyappState extends State<Myapp> {
@rajpr5656
rajpr5656 / PY0101EN-1-1-Types.ipynb
Created Oct 19, 2020
Created on Skills Network Labs
View PY0101EN-1-1-Types.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
You can’t perform that action at this time.