Skip to content

Instantly share code, notes, and snippets.

View riverar's full-sized avatar

Rafael Rivera riverar

View GitHub Profile
This file has been truncated, but you can view the full file.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<SDB xmlns:xs="http://www.w3.org/2001/XMLSchema" path="appraiser.sdb">
<INDEXES>
<INDEX>
<INDEX_TAG type="xs:short">28679</INDEX_TAG>
<INDEX_KEY type="xs:short">24577</INDEX_KEY>
<INDEX_FLAGS type="xs:int">1</INDEX_FLAGS>
<INDEX_BITS type="xs:base64Binary" />
</INDEX>
<INDEX>
## Unknown:
AADDeviceJoinerAsAdminServerPolicy: 0
# .\symbols\dsreg.pdb\48B0CC1C9C3C7EA957195EF3C9F490B51\dsreg.pdb
# .\symbols\dsreg.pdb\D97423E4AE9F6E116F5BE812C91E3DBD1\dsreg.pdb
AADMobileRoaming: 0
# .\symbols\SettingSyncCore.pdb\16F5561EFA3B4CB445B49B52241676F11\SettingSyncCore.pdb
# .\symbols\SettingSyncCore.pdb\2AEA14B0F066A5616E0CF072201F4FC11\SettingSyncCore.pdb
@riverar
riverar / app.reg
Created August 28, 2018 07:55
DirectX Control Panel Application Entry
Windows Registry Editor Version 5.00
; // Usage: Replace "foo.exe" and flags as needed
; // (best bet is to use dxcpl, stage your app, and export)
[HKEY_CURRENT_USER\Software\Microsoft\Direct3D\Application0]
"Name"="foo.exe"
"RequireSDKLayers"=dword:00000000
"D3DBehaviors"="RequireSDKLayers=0;FeatureLevelLimit=0;ForceWARP=0;DisableFLUpgrade=0"
"SDKLayerFlagsAnd"=dword:ffffffff
@riverar
riverar / gist:53c2d7293c15e1acc7d7
Created July 8, 2015 19:53
Contrived C#/WPF example implementing "Aero Glass" blur on Windows 10
internal void EnableBlur()
{
var windowHelper = new WindowInteropHelper(this);
var accent = new AccentPolicy();
var accentStructSize = Marshal.SizeOf(accent);
accent.AccentState = AccentState.ACCENT_ENABLE_BLURBEHIND;
var accentPtr = Marshal.AllocHGlobal(accentStructSize);
Marshal.StructureToPtr(accent, accentPtr, false);
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@riverar
riverar / gallery.json
Created January 11, 2018 05:25
Sample Quick Create gallery example w/ vhdx in zip + local uris
@riverar
riverar / jul19-bugbash.txt
Created July 21, 2017 02:24
Feedback Hub items submitted during Bug Bash livestream on July 19
Ask Cortana About This Image doesn't work for local files https://aka.ms/vblgdx
Feedback Hub quest tile image text is not centered https://aka.ms/jb5llb
Microsoft Edge does not render IRS 1040 SSN field correctly https://aka.ms/nk8ew9
Add regedit.exe command line argument for auto-navigation of the tree view https://aka.ms/fm8to5
Clicking publisher name containing commas in Store listing shows incorrect apps https://aka.ms/hxvwn6
Searching the Store for items containing ✨ or other emoji results in very similar results https://aka.ms/wvqje1
Mail app allows selection of both high and low importance, at least from a UI perspective https://aka.ms/Jd9dzw
Tooltips show up behind People app view if view is not focused https://aka.ms/mt78cr
People contact view cannot be resized reliably https://aka.ms/Kkw3t0
Cannot remove Skype contact via People app https://aka.ms/soc6y3
This file has been truncated, but you can view the full file.
eoraptor - Scan for wasteful PNG text chunks in PE files
D:\analysis\Program Files\Common Files\microsoft shared\ink\ar-SA\tipresx.dll.mui
- Total: 0
D:\analysis\Program Files\Common Files\microsoft shared\ink\bg-BG\tipresx.dll.mui
- Total: 0
D:\analysis\Program Files\Common Files\microsoft shared\ink\cs-CZ\tipresx.dll.mui
- Total: 0
@riverar
riverar / generate.tt
Created February 2, 2017 04:36
T4 Text Template to generate Unity opengl32/glu32 dummies for batchmode
<#@ template debug="false" hostspecific="false" language="C#" #>
<#@ output extension="cpp" #>
/* Auto-generated code follows */
#include <SDKDDKVer.h>
#include <stdio.h>
#define WIN32_LEAN_AND_MEAN
#define NOGDI
#include <windows.h>
<#@ assembly name="mscorlib" #>
C:\Sources>electron-forge init barilium --template=react
WARNING: DEBUG environment variable detected. Progress indicators will be sent over electron-forge:lifecycle
electron-forge:lifecycle Process Started: Checking your system +0ms
electron-forge:lifecycle Process Succeeded: Checking your system +46ms
electron-forge:runtime-config setting key: verbose to value: false +6ms
WARNING: DEBUG environment variable detected. Progress indicators will be sent over electron-forge:lifecycle
electron-forge:init Initializing in: C:\Sources\barilium +0ms
electron-forge:lifecycle Process Started: Initializing Project Directory +3ms
electron-forge:init:directory creating directory: C:\Sources\barilium +2ms
electron-forge:init:directory found 7 files in the directory. warning the user +4ms