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

Instantly share code, notes, and snippets.

View Potential Maintainers
Maintainers:
siraben: s9fes, s9fes, s9fes, s9fes
View Changed Paths
aarch64-linux s9fes
i686-linux s9fes
x86_64-linux s9fes
x86_64-darwin s9fes
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created Jul 24, 2021
Rimworld output log published using HugsLib
View output_log.txt
Log uploaded on Saturday, July 24, 2021, 8:19:28 PM
Loaded mods:
Harmony(brrainz.harmony_copy_1)[mv:1.1.0.0]: 0Harmony(2.1.0), HarmonyMod(1.1.0)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Vanilla Expanded Framework(OskarPotocki.VanillaFactionsExpanded.Core_copy): CompOversizedWeapon(1.0.0), HeavyWeapons(1.0.0), KCSG(av:1.1.0,fv:1.0.0), MVCF(1.0.0), RRO(1.0.0), VanillaStorytellersExpanded(1.0.0), VanillaWeaponsExpandedLaser(1.0.0), VFECore(av:1.1.7,fv:1.1.9), VWEMakeshift(1.0.0)
RimSaves(aRandomKiwi.RimSaves_copy): RimSaves(2020.1.6)
Mod Manager(fluffy.modmanager_copy)[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)
HugsLib(UnlimitedHugs.HugsLib_copy)[ov:9.0.0]: 0Harmony(av:2.1.0,fv:1.2.0.1), HugsLib(av:1.0.0,fv:8.0.1)
Allow Tool(UnlimitedHugs.AllowTool_copy): AllowTool(av:3.6.0,fv:3.10.1)
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created Jul 24, 2021
Rimworld output log published using HugsLib
View output_log.txt
Log uploaded on Saturday, July 24, 2021, 1:19:11 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:1.1.0.0]: 0Harmony(2.1.0), HarmonyMod(1.1.0)
BetterLoading(me.samboycoding.betterloading)[mv:3.2.0.1]: 0Harmony(2.1.0), BetterLoading(2.3.0)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Trap Disable(velc.TrapDisable): TrapDisable(1.0.0)
Trader ships(automatic.traderships): 0Harmony(av:2.1.0,fv:2.0.2), TraderShips(1.0.350.854)
Animals Logic(Oblitus.AnimalsLogic): AnimalsLogic(1.0.7856.17248)
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created Jul 24, 2021
Rimworld output log published using HugsLib
View output_log.txt
Log uploaded on Saturday, July 24, 2021, 12:18:41 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:1.1.0.0]: 0Harmony(2.1.0), HarmonyMod(1.1.0)
BetterLoading(me.samboycoding.betterloading)[mv:3.2.0.0]: BetterLoading(2.3.0)
RIMMSAssemble(MalteSchulze.RIMMSAssemble): RIMMSAssemble(1.0.7859.23299)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Mod Manager(fluffy.modmanager)[mv:3.8.1038]: 0ColourPicker(2.0.0.43090), FluffyUI(1.0.0.39461), ModManager(av:3.0.0,fv:3.8.1038), SemVer(1.2.2), YamlDotNet(av:8.0.0,fv:8.1.0)
[O21] Carry Capacity Control(neronix17.utility.carrycapcontrol): O21CarryCapacity(1.0.0)
PatchOperationHighlander(ccl.patchoperation.highlander): PatchOperationHighlander(0.0.0)
View Potential Maintainers
Maintainers:
kalbasit: earthly, earthly, earthly, earthly
mdsp9070: earthly, earthly, earthly, earthly
View Changed Paths
x86_64-linux earthly
i686-linux earthly
x86_64-darwin earthly
aarch64-linux earthly
View Function.js
let inpstring = "abc";
let n = inpstring.length;
function FindSubstring(Str, n){
for(let i=0; i<n ;i++){
// We are going to have two more loops here
}
}
}
}
@omairaasim
omairaasim / R_288.ipynb
Created Jul 24, 2021
How to apply xgboost in R for regression
View R_288.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@httpscolonslashslashgithubdotcomslash
httpscolonslashslashgithubdotcomslash / lucky_unicorn_v4.py
Created Jul 24, 2021
final final version. added a round counter and included round details in feedback.
View lucky_unicorn_v4.py
# added a round counter and included round details in feedback to player
import random
def intcheck(question, low, high):
valid = False
while not valid:
error = "Whoops! Please enter an integer between {} " \
"and {}".format(low, high)