Skip to content

Instantly share code, notes, and snippets.

View tbolon's full-sized avatar

Thomas Bolon tbolon

View GitHub Profile
@tbolon
tbolon / GuidUnion
Last active September 4, 2019 13:25
/// <summary>
/// Structure spéciale permettant de "fusionner" les deux structures <see cref="Guid"/> et <see cref="ExposedGuid"/>
/// en les superposant.
/// </summary>
/// <remarks>
/// Cette structure permet ainsi de modifier la valeur des champs de <see cref="Guid"/> en passant par
/// <see cref="P:ExposedGuid"/>, alors que ceci ne devrait pas être possible.
/// </remarks>
[StructLayout(LayoutKind.Explicit)]
private struct Union

Keybase proof

I hereby claim:

  • I am tbolon on github.
  • I am styx31 (https://keybase.io/styx31) on keybase.
  • I have a public key ASCnPD7yWo2EtUGSp54DojUfAw3n6mFHHnXSa5myi4nr7go

To claim this, I am signing this object:

@tbolon
tbolon / gist:dc8f924738f6eadf1dff
Created June 11, 2015 12:33
custom tf vc branch program
using Microsoft.TeamFoundation.VersionControl.Client;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TfsBranchExplorer
{
class Program