This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Submits CSV based transations to Mint as cash transaction. | |
// Used Chrome browser Developer Tools to get your custom cookies, token, etc. as cURL. | |
// For converting cURL to C# see: https://curl.olsh.me/ | |
// I used LinqPad to run the code. | |
// | |
// Inspired by: Mint batch transaction import hack | Blog | Vote Charlie | |
// https://votecharlie.com/blog/2017/06/mint-batch-transaction-import-hack.html | |
var handler = new HttpClientHandler(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--Inpired by: https://stackoverflow.com/a/13849011/84522 --> | |
<Target Name="GetLastModifiedTime" BeforeTargets="BeforeBuild"> | |
<PropertyGroup> | |
<LastModifiedTime>%(IntermediateAssembly.ModifiedTime)</LastModifiedTime> | |
</PropertyGroup> | |
</Target> | |
<Target Name="CheckWasBuilt" AfterTargets="AfterBuild"> | |
<PropertyGroup> | |
<!--WasBuilt is true only if a build/rebuild occurred. Can be used as a condition on other Targets that only need |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.ComponentModel; | |
using System.Windows; | |
using System.Windows.Controls; | |
namespace Controls | |
{ | |
/// <summary> | |
/// <see cref="RowDefinition"/> implementation that supports a collapsed state. | |
/// </summary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.ComponentModel; | |
using System.Windows; | |
using System.Windows.Data; | |
using System.Windows.Markup; | |
using static System.Convert; | |
namespace MarkupExtensions | |
{ | |
/// <summary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 1DZtEvz7oSDHHEj1RoxHdwE81ePL3Q1Vty https://explorer.blockstack.org/address/1DZtEvz7oSDHHEj1RoxHdwE81ePL3Q1Vty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +terrencejones is my Bitcoin username. You can send me #bitcoin here: https://onename.io/terrencejones |