Skip to content

Instantly share code, notes, and snippets.

View groggi's full-sized avatar
🛡️
defending

Gregor Wegberg groggi

🛡️
defending
View GitHub Profile

Keybase proof

I hereby claim:

  • I am groggi on github.
  • I am groggi (https://keybase.io/groggi) on keybase.
  • I have a public key ASAiLtZQdGMLPtEfYKqlTlMoYra2HKfXlRqhzw5pYoaGHwo

To claim this, I am signing this object:

PS C:\Users\{username}\AppData> [System.Environment]::OSVersion.Version
Major Minor Build Revision
----- ----- ----- --------
10 0 17763 0
PS C:\Users\{username}\AppData> .\Local\Postman\app-7.0.7\Postman.exe
PS C:\Users\{username}\AppData>
1555760355537 main info "Booting Postman 7.0.7, win32-10.0.17763 on x64"
SHA256 2F5700C0B95DBC5C4D74D6E1D1BE78421442C356F2467048E7BD68649C36F1E4 \AppData\Local\Postman\SquirrelSetup.log
SHA256 4457CDDED26004469C5C11DD299A02949AD02A2334B4AEE1F0F57F4ADC60EA0D \AppData\Local\Postman\Update.exe
SHA256 4AAF273C4CB1D93B8C8686843FFBC577D31E1C010E02AE8E72478C5B52DDA06D \AppData\Local\Postman\app-7.0.7\api-ms-win-core-console-l1-1-0.dll
SHA256 A580C502170462431A197954EADA3A2B92CDDDA8E77D489475A8FA6DA0000349 \AppData\Local\Postman\app-7.0.7\api-ms-win-core-datetime-l1-1-0.dll
SHA256 B83A794600A47BE935CC562ACE7A4D531083C76FCC8AC6424D008F1034EEDF96 \AppData\Local\Postman\app-7.0.7\api-ms-win-core-debug-l1-1-0.dll
SHA256 3975CA725AE8F6F635560329EE00E214F58D6A2C9E8D355756481F92C068CD43 \AppData\Local\Postman\app-7.0.7\api-ms-win-core-errorhandling-l1-1-0.dll
SHA256 D62E2DCB011F08B416ADDAA11D07FC295427F57CA31B0098A71CC7ED6FE2E95E \AppData\Local\Postman\app-7.0.7\api-ms-win-core-file-l1-1-0.dll
SHA256 6B31A206C051815BE9F7B366D2A9D2464747A56888A7307A924ECDAC558271E1 \AppData\Local\Postman\app-7.0.
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>Gregor subscriptions in feedly Cloud</title>
</head>
<body>
<outline text="News" title="News">
<outline type="rss" text="inside-it-Nachrichten" title="inside-it-Nachrichten" xmlUrl="http://www.inside-it.ch/frontend/insideit?_d=_rss&amp;config=news" htmlUrl="https://www.inside-it.ch"/>
</outline>
@groggi
groggi / gist:d14903f286f45a21110b
Last active August 29, 2015 13:57
Prints out all OLE DB Providers. Don't forget that some are only available if you run 32 or 64 Bit applications
using System;
using System.Data.OleDb;
namespace OleDbEnum
{
class Program
{
static void Main(string[] args)
{
var reader = OleDbEnumerator.GetRootEnumerator();