Discover gists
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Log uploaded on Tuesday, December 24, 2024, 3:28:36 AM | |
Loaded mods: | |
Harmony(brrainz.harmony)[v:2.3.1.0][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) | |
01. Libraries(patryksage.sorter.1): (no assemblies) | |
[NL] Apparel Paper Pattern(nalsnoir.ApparelPaperPattern): ApparelPaperPattern(1.0.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Log uploaded on Tuesday, December 24, 2024, 3:28:10 AM | |
Loaded mods: | |
Harmony(brrainz.harmony)[v:2.3.1.0][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) | |
01. Libraries(patryksage.sorter.1): (no assemblies) | |
[NL] Apparel Paper Pattern(nalsnoir.ApparelPaperPattern): ApparelPaperPattern(1.0.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- AH POST-SERVER LOGS -- | |
-- ServerID: 6e49dd2f-0096-495b-b603-ebda98fc1615 | |
-- Server started: December 24, 2024 03:26 AM UTC | Server uptime: 19 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Log uploaded on Tuesday, December 24, 2024, 10:26:08 AM | |
Loaded mods: | |
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0) | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Fishery - Modding Library(bs.fishery): 0PrepatcherAPI(1.2.0), 1Fishery(0.6.1), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Performance Fish(bs.performance): PerformanceFish(0.6.2) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- AH POST-SERVER LOGS -- | |
-- ServerID: b38bd4ee-4c21-4fbd-b67d-8b262522b530 | |
-- Server started: December 24, 2024 03:26 AM UTC | Server uptime: 9 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sort by projected points in descending order | |
week_16_sorted = nfl_week_16.sort_values(by=['projected_points'], ascending=False) | |
# Filter by position, team, or other criteria | |
week_16_qb = week_16_sorted[week_16_sorted['position'] == 'QB'] | |
week_16_qb | |
qb_projcetions = week_16_qb[['name', 'projected_points']] | |
print(qb_projcetions.head(20)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import UIKit | |
class TreeNode<T: Comparable> { | |
var parent: TreeNode? | |
var value: T | |
var left: TreeNode? | |
var right: TreeNode? | |
var isLeaf: Bool { | |
return left == nil && right == nil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- AH POST-SERVER LOGS -- | |
-- ServerID: e81922d1-2b06-45c1-be42-4fe60f486a18 | |
-- Server started: December 24, 2024 03:20 AM UTC | Server uptime: 301 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uiKit.getSecureUiKit().showPinEntryScreen( | |
PinEntryInput { | |
screenTitle = title | |
this.subTitle = subTitle | |
errorTitle = null | |
errorMsg = message | |
isShowDefaultPinPad = false | |
isVIEnable = viModeEnabled | |
bodyhorizontalPadding = RefDimension.dimen0 | |
isPinPadSmallSizeSelected = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Maintainers: | |
nyanloutre: duplicati, duplicati, duplicati, duplicati | |
bot-wxt1221: duplicati, duplicati, duplicati, duplicati |
NewerOlder