Skip to content

Instantly share code, notes, and snippets.

View Alex-of-House-Derp's full-sized avatar

Alex of House Derp Alex-of-House-Derp

View GitHub Profile
@Alex-of-House-Derp
Alex-of-House-Derp / FilesSnapshot.xml
Created October 20, 2025 02:19 — forked from choco-bot/FilesSnapshot.xml
graphviz.portable v2.38.20180209 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\graphviz.portable\graphviz-2.38.zip.txt" checksum="51F56127477143A63C9CF603B810DA8F" />
<file path="C:\ProgramData\chocolatey\lib\graphviz.portable\graphviz.portable.nupkg" checksum="317520499AA5A9833C320CB8352C3BA1" />
<file path="C:\ProgramData\chocolatey\lib\graphviz.portable\graphviz.portable.nuspec" checksum="A32143AEBADEE26BEB8BDAA6A10C6C73" />
<file path="C:\ProgramData\chocolatey\lib\graphviz.portable\tools\chocolateyInstall.ps1" checksum="A1480AAD7696B3ED1ED30EE45F682C67" />
<file path="C:\ProgramData\chocolatey\lib\graphviz.portable\tools\release\bin\acyclic.exe" checksum="E5F14084D2BE8954AED4275CA80EA9D9" />
<file path="C:\ProgramData\chocolatey\lib\graphviz.portable\tools\release\bin\ann.dll" checksum="05F1A6CED45835312B0AA41DB258E905" />
<file path="C:\Progra
import imaplib2, time
from threading import *
# This is the threading object that does all the waiting on
# the event
class Idler(object):
def __init__(self, conn):
self.thread = Thread(target=self.idle)
self.M = conn
self.event = Event()

1: Intro

Welcome to the interactive tutorial on how to use side-effect "operators" in MobX! Over the course of the next three samples, you'll learn (and be able to explore) exactly how autorun, when and reaction work, and when/why you would use them when building reactive applications.

@Alex-of-House-Derp
Alex-of-House-Derp / 1.RegistrySnapshot.xml
Created November 30, 2020 02:19
firefox-beta v84.0.6-beta - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user>S-1-5-21-1953236517-242735908-2433092285-500</user>
<keys>
<key installerType="Unknown" displayName="Mozilla Firefox 84.0 (x64 en-US)" displayVersion="84.0">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox 84.0 (x64 en-US)</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\Program Files\Mozilla Firefox]]></InstallLocation>
<UninstallString><![CDATA["C:\Program Files\Mozilla Firefox\uninstall\helper.exe"]]></UninstallString>