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 / FDGFD
Last active June 25, 2023 21:57
25-06-2023
‎‎​
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()
@Alex-of-House-Derp
Alex-of-House-Derp / README.md
Created May 20, 2022 01:28
TRY ON ANDROID 17-5-2022

single-dev-env

Example used to try a single container sample of Docker Dev Environments

Run the application

You can simply use make run command or do it yourself with go run main.go

Those commands will start a http server listening on port 8080 and if your request http://localhost:8080 you'll see the following output:

❯ curl http://localhost:8080

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 / Notes 02-01-2021 C.md
Last active January 2, 2021 11:01
Notes 02-01-2021b

‎‎​

@Alex-of-House-Derp
Alex-of-House-Derp / Notes 02-01-2021.md
Created January 2, 2021 10:50
Notes 02-01-2021.md

‎‎​

@Alex-of-House-Derp
Alex-of-House-Derp / links
Created December 23, 2020 04:13
VSCode Bookmarks 22-12-2020
@Alex-of-House-Derp
Alex-of-House-Derp / random.md
Last active December 6, 2020 09:48
vscode scrap

‎‎​

@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>