Skip to content

Instantly share code, notes, and snippets.

View fabric-io-rodrigues's full-sized avatar

Fabrício Rodrigues fabric-io-rodrigues

  • Rio de Janeiro, Brazil
View GitHub Profile
@fabric-io-rodrigues
fabric-io-rodrigues / App.xaml
Created June 8, 2020 01:47
Changing WPF title bar background color - HardMode :-)
<Application x:Class="BasicApp.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Startup="Application_Startup"
Exit="Application_Exit">
<Application.Resources>
<Style x:Key="CaptionButtonStyleDefault" TargetType="Button">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="Button">
@fabric-io-rodrigues
fabric-io-rodrigues / .block
Last active July 19, 2018 11:05
Responsive D3 v4 Sankey Diagram
border: no
license: gpl-3.0
@fabric-io-rodrigues
fabric-io-rodrigues / .block
Last active May 22, 2018 00:40
Sankey Diagram
border: no
license: gpl-3.0
@fabric-io-rodrigues
fabric-io-rodrigues / .block
Last active August 16, 2017 22:31
Sankey Transitions
border: no
@fabric-io-rodrigues
fabric-io-rodrigues / .block
Last active February 15, 2019 12:27
D3 Sankey Diagram
border: no
license: gpl-3.0