Skip to content

Instantly share code, notes, and snippets.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created April 27, 2024 17:57
Rimworld output log published using HugsLib
Log uploaded on Sunday, April 28, 2024, 1:57:22 AM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.3]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.3)
Allow Tool(UnlimitedHugs.AllowTool): AllowTool(av:3.6.0,fv:3.13.0)
@k7zy
k7zy / config.yaml
Created April 27, 2024 17:57 — forked from liuran001/config.yaml
mihomo (Clash Meta) 懒人配置
# mihomo (Clash Meta) 懒人配置
# 版本 V1.4.1-231211
# https://gist.github.com/liuran001/5ca84f7def53c70b554d3f765ff86a33
# 作者: 笨蛋ovo (bdovo.cc)
# Telegram: https://t.me/baka_not_baka
# 关注我的 Telegram 频道谢谢喵 https://t.me/s/BDovo_Channel
# 修改自官方示例规则 https://wiki.metacubex.one/example/#meta
# 转载请保留此注释
# 尽量添加了较为详尽的注释,不理解的地方建议对照 虚空终端 (Clash Meta) Docs 进行理解
# 虚空终端 (Clash Meta) Docs 地址: https://wiki.metacubex.one
@dharmx
dharmx / on.lua
Created April 27, 2024 17:56
Sugar is sweet.
-- local on = require("on")
-- on.UILeave.CmdlineEnter:desc("test"):group("TEST"):prin("Test!"):only()()
return setmetatable({}, {
__index = function(_, event)
local params = { { event }, opts = {} }
local methods = {}
function methods:ex(cmd)
params.opts[type(cmd) == "string" and "command" or "callback"] = cmd
@tejainece
tejainece / __cxa_demangle.cpp
Created April 27, 2024 17:55
Print demangled type of a variable in C++
//
// Created by tejag on 2024-04-26.
//
#include <iostream>
#include <type_traits>
#include <typeinfo>
#include <cstdint>
#include <cxxabi.h>
This file has been truncated, but you can view the full file.
-- [[ Obfuscated by Cofuscator V1.0 ]] --
//
// Created by tejag on 2024-04-26.
//
#include <cxxabi.h>
#include <experimental/simd>
#include <iostream>
#include <vector>
template <typename T> void printType() {
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created April 27, 2024 17:52
Rimworld output log published using HugsLib
Log uploaded on Saturday, April 27, 2024, 7:52:54 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.3]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.3)
Biotech xenotype expanded - Rotfish(Gene.Rotfish): Rotfish_Library(1.0.0)
Smart Speed(sarg.smartspeed): SmartSpeed(1.0.0)
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created April 27, 2024 17:52
Rimworld output log published using HugsLib
This file has been truncated, but you can view the full file.
Log uploaded on Saturday, April 27, 2024, 12:52:38 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
Move Your Monolith(ferny.moveyourmonolith): (no assemblies)
@wpjerrykwok
wpjerrykwok / hackerRank-SQL-basic-select.sql
Created April 27, 2024 17:52
HackerRank - SQL - Basic Select
/*
Employee Salaries
*/
SELECT name
FROM Employee
WHERE months < 10 AND salary > 2000
ORDER BY employee_id ASC
/*
Revising the Select Query I
@krake747
krake747 / krake747.PowerShell_profile.ps1
Last active April 27, 2024 17:56
krake747 PowerShell Profile
oh-my-posh init pwsh --config 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/gruvbox.omp.json' | Invoke-Expression
set-alias d docker
set-alias dcu dockerComposeUp
set-alias dcd dockerComposeDown
set-alias dcip dockerImagePrune
set-alias dn dotnet
set-alias g git
function dockerComposeUp {