Skip to content

Instantly share code, notes, and snippets.

View wyvernzora's full-sized avatar

Denis Luchkin-Zhou wyvernzora

  • Amazon
  • Seattle, WA
View GitHub Profile
// =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
// libWyvernzora/ActionLock.cs
// --------------------------------------------------------------------------------
// Copyright (c) 2013, Jieni Luchijinzhou a.k.a Aragorn Wyvernzora
//
// This file is a part of libWyvernzora.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
// libWyvernzora/XmlElementActionLock.cs
// --------------------------------------------------------------------------------
// Copyright (c) 2013, Jieni Luchijinzhou a.k.a Aragorn Wyvernzora
//
// This file is a part of libWyvernzora.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
x:Name="window" mc:Ignorable="d" x:Class="Launcher.MainWindow"
Title="MainWindow"
Height="520" Width="420"
WindowStyle="None" ResizeMode="NoResize"
using System;
using System.Runtime.InteropServices;
using System.Windows;
namespace Launcher
{
public static class Utilities
{
#region Win32 Calls
@wyvernzora
wyvernzora / xhr-spy.js
Last active June 23, 2023 09:58
Browser XHR Spy
/**
* The following code, when executed in a browser's JS console,
* will log detailed information about every XHR made from the
* web page. Perfect for spying on API calls.
*/
(function() {
var XHR = XMLHttpRequest.prototype;
// Remember references to original methods
var open = XHR.open;
var send = XHR.send;

Keybase proof

I hereby claim:

  • I am jluchiji on github.
  • I am wyvernzora (https://keybase.io/wyvernzora) on keybase.
  • I have a public key whose fingerprint is AC77 A31E 20F4 0759 8656 CAC5 B4F9 E95A A572 CF19

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am wyvernzora on github.
  • I am wyvernzora (https://keybase.io/wyvernzora) on keybase.
  • I have a public key whose fingerprint is AC77 A31E 20F4 0759 8656 CAC5 B4F9 E95A A572 CF19

To claim this, I am signing this object: