Skip to content

Instantly share code, notes, and snippets.

View chgeuer's full-sized avatar
🏠
Working from Düsseldorf

Dr. Christian Geuer-Pollmann chgeuer

🏠
Working from Düsseldorf
View GitHub Profile
@chgeuer
chgeuer / ChangePasswordForOrigin.cs
Created December 15, 2014 10:26
Changes the hard-coded origin https password for all repos in a directory
namespace ChangePasswordForOrigin
{
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
class Program
@chgeuer
chgeuer / blob-storage-android-ios.md
Last active August 11, 2024 11:08
Azure Blob Storage from Androind and iOS
@chgeuer
chgeuer / azure-automation-etc.md
Last active November 3, 2017 14:45
Azure Automation Linux

src: http://aka.ms/is24

agenda

  • Azure Compute, Storage and Networking
    • Compute
      • Azure Cloud Services (PaaS)
      • Azure Virtual Machines (IaaS)
  • Azure Web Sites (SaaS)
@chgeuer
chgeuer / README.md
Last active August 29, 2015 14:09
Game Server VM
@chgeuer
chgeuer / wac.rb
Last active December 29, 2019 17:22
#!/usr/bin/ruby -w
# encoding: UTF-8
require 'json'
require 'waz-blobs'
class WindowsAzureConfigurator
class << self
attr_accessor :PathToAzureXPlatformTool
@chgeuer
chgeuer / t4-include.md
Last active August 29, 2015 14:08
quizzer

Include C# from github

  • New Project
  • Manage NuGet Packages - Add the "T4Include" package
  • Open "Include_T4Include.tt" and replace the contents with the stuff below:
&lt;#
GET http://signalrios.azurewebsites.net/signalr/signalr/negotiate?clientProtocol=1.4&connectionData=[%7B%22Name%22:%22protectedhub%22%7D] HTTP/1.1
User-Agent: SignalR.Client.NET45/2.1.2.0 (Microsoft Windows NT 6.2.9200.0)
userid: userid123
Host: signalrios.azurewebsites.net
Connection: Keep-Alive
HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache