Skip to content

Instantly share code, notes, and snippets.

Maintainers:
loicreynier: license-generator, license-generator, license-generator, license-generator
aarch64-darwin license-generator
aarch64-linux license-generator
x86_64-linux license-generator
x86_64-darwin license-generator
@fazulnaweh
fazulnaweh / ibet国际搏彩平台_访问【3977.HK】
Created May 24, 2024 08:32
ibet国际搏彩平台_访问【3977.HK】
ibet国际搏彩平台_访问【3977.HK】
Maintainers:
tomasajt: stirling-pdf, stirling-pdf
aarch64-linux stirling-pdf
x86_64-linux stirling-pdf
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created May 24, 2024 08:31
Rimworld output log published using HugsLib
Log uploaded on Friday, May 24, 2024, 4:31:34 PM
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)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
@fazulnaweh
fazulnaweh / ibet国际搏彩集团官网_访问【3977.HK】
Created May 24, 2024 08:31
ibet国际搏彩集团官网_访问【3977.HK】
ibet国际搏彩集团官网_访问【3977.HK】
@idler
idler / history.txt
Created May 24, 2024 08:31
history
Fri May 24 08:28:58 2024 +0000 9d94391f00 Pavel Minaev, Winelab| Merge branch 'features/WIN-10594' into 'releases/3.55.0.0_preprod'
Fri May 24 08:25:57 2024 +0000 ca415a0261 Pavel Minaev, Winelab| Merge branch 'bugfix/WIN-11203' into 'releases/3.55.0.0'
Thu May 23 20:58:15 2024 +0300 1506f5452b Dmitry Efimenko| WIN-11203 NPE при попытке осуществить поиск
Thu May 23 11:39:26 2024 +0000 74010e5e8d Pavel Minaev, Winelab| Merge branch 'bugfixes/WIN-11127' into 'releases/3.55.0.0'
Thu May 23 11:36:07 2024 +0000 cbbbe96d68 Pavel Minaev, Winelab| Merge branch 'bugfixes/WIN-11116_2' into 'releases/3.55.0.0'
Thu May 23 14:22:48 2024 +0300 60c11361e6 Максим Борух, Novardis| WIN-11127 Не отправляется операция Refererbonuses в MindBox при начислении бонусов Рефереру
Thu May 23 11:18:07 2024 +0000 95b7759ae8 Pavel Minaev, Winelab| Merge branch 'bugfixes/WIN-11148_WIN-11138' into 'releases/3.55.0.0'
Thu May 23 14:17:52 2024 +0300 54d5193a04 Pavel Minaev, Winelab| WIN-11138 fix impex
Thu May 23 14:13:28 2024 +0300 dda4658ed
@mypy-play
mypy-play / main.py
Created May 24, 2024 08:30
Shared via mypy Playground
from typing import TypeVar
from abc import ABC
class A(ABC):
def m(self) -> None:
print("A")
class B(A):
def m(self) -> None:
print("B")
@lw13377
lw13377 / homework.py
Created May 24, 2024 08:30
lesson 7 homework
# Homework: Loops
# 🔥Read carefully until the end before you start solving the exercises🔥
# Practice the Basics 💪🏻
# You can uncomment or type the necessary code on each task
# ---------------------------------------------------------------------
# Task 1. Create a basic for loop